diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-07-23 03:09:43 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-07-23 03:09:43 +0000 |
commit | a1d67d41733a53bdb1b26bdc1f9b33ca043da083 (patch) | |
tree | 1a033ed1fc26d20b495916269d2478db8fb3d063 /dev-db/unixODBC | |
parent | fixes for repoman (diff) | |
download | historical-a1d67d41733a53bdb1b26bdc1f9b33ca043da083.tar.gz historical-a1d67d41733a53bdb1b26bdc1f9b33ca043da083.tar.bz2 historical-a1d67d41733a53bdb1b26bdc1f9b33ca043da083.zip |
fixes for repoman
Diffstat (limited to 'dev-db/unixODBC')
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.0.6.ebuild | 5 | ||||
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.0.8.ebuild | 5 | ||||
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.2.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-db/unixODBC/unixODBC-2.0.6.ebuild b/dev-db/unixODBC/unixODBC-2.0.6.ebuild index 6b99439db258..ce772cdd4161 100644 --- a/dev-db/unixODBC/unixODBC-2.0.6.ebuild +++ b/dev-db/unixODBC/unixODBC-2.0.6.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.0.6.ebuild,v 1.6 2002/07/11 06:30:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.0.6.ebuild,v 1.7 2002/07/23 03:08:12 rphillips Exp $ S=${WORKDIR}/${P} DESCRIPTION="ODBC Interface for Linux" SRC_URI="http://www.unixodbc.org/${P}.tar.gz" HOMEPAGE="http://www.unixodbc.org" LICENSE="GPL-2" - +KEYWORDS="x86" +SLOT="0" DEPEND="virtual/glibc >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 diff --git a/dev-db/unixODBC/unixODBC-2.0.8.ebuild b/dev-db/unixODBC/unixODBC-2.0.8.ebuild index 50593bd99414..81128bc88cfa 100644 --- a/dev-db/unixODBC/unixODBC-2.0.8.ebuild +++ b/dev-db/unixODBC/unixODBC-2.0.8.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.0.8.ebuild,v 1.6 2002/07/11 06:30:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.0.8.ebuild,v 1.7 2002/07/23 03:08:12 rphillips Exp $ S=${WORKDIR}/${P} DESCRIPTION="ODBC Interface for Linux" SRC_URI="http://www.unixodbc.org/${P}.tar.gz" HOMEPAGE="http://www.unixodbc.org" LICENSE="GPL-2" - +KEYWORDS="x86" DEPEND="virtual/glibc >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 qt? ( =x11-libs/qt-2.3* )" +SLOT="0" src_unpack() { unpack ${A} diff --git a/dev-db/unixODBC/unixODBC-2.2.2.ebuild b/dev-db/unixODBC/unixODBC-2.2.2.ebuild index 42f110cb5283..77b30471a9b8 100644 --- a/dev-db/unixODBC/unixODBC-2.2.2.ebuild +++ b/dev-db/unixODBC/unixODBC-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.2.ebuild,v 1.1 2002/07/09 18:41:21 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.2.ebuild,v 1.2 2002/07/23 03:08:12 rphillips Exp $ S=${WORKDIR}/${P} DESCRIPTION="ODBC Interface for Linux" @@ -11,6 +11,8 @@ DEPEND="virtual/glibc >=sys-libs/ncurses-5.2 qt? ( >=x11-libs/qt-3.0* )" LICENSE="GPL-2" +KEYWORDS="x86" +SLOT="0" src_unpack() { unpack ${A} |