diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 01:08:30 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 01:08:30 +0000 |
commit | 7a2adde8f916a3f61bc538280a76af2c192e4587 (patch) | |
tree | 6867f318b9c6993d8e9c391313b462f948d2ff44 /dev-db | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-7a2adde8f916a3f61bc538280a76af2c192e4587.tar.gz historical-7a2adde8f916a3f61bc538280a76af2c192e4587.tar.bz2 historical-7a2adde8f916a3f61bc538280a76af2c192e4587.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/libodbc++/libodbc++-0.2.3.ebuild | 3 | ||||
-rw-r--r-- | dev-db/mergeant/mergeant-0.11.0.ebuild | 3 | ||||
-rw-r--r-- | dev-db/pgaccess/pgaccess-0.98.8.ebuild | 3 | ||||
-rw-r--r-- | dev-db/pgadmin3/pgadmin3-1.0.2.ebuild | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/dev-db/libodbc++/libodbc++-0.2.3.ebuild b/dev-db/libodbc++/libodbc++-0.2.3.ebuild index ea90f9bf4c8a..b5ff352874c3 100644 --- a/dev-db/libodbc++/libodbc++-0.2.3.ebuild +++ b/dev-db/libodbc++/libodbc++-0.2.3.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/libodbc++/libodbc++-0.2.3.ebuild,v 1.3 2004/06/29 16:19:38 agriffis Exp $ -S=${WORKDIR}/${P} +# $Header: /var/cvsroot/gentoo-x86/dev-db/libodbc++/libodbc++-0.2.3.ebuild,v 1.4 2004/07/14 01:04:29 agriffis Exp $ DESCRIPTION="Libodbc++ is a c++ class library that provides a subset of the well-known JDBC 2.0(tm) and runs on top of ODBC." SRC_URI="mirror://sourceforge/libodbcxx/${P}.tar.gz" HOMEPAGE="http://libodbcxx.sourceforge.net/" diff --git a/dev-db/mergeant/mergeant-0.11.0.ebuild b/dev-db/mergeant/mergeant-0.11.0.ebuild index 1c3c7fae3e8a..c57d7ae64cea 100644 --- a/dev-db/mergeant/mergeant-0.11.0.ebuild +++ b/dev-db/mergeant/mergeant-0.11.0.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mergeant/mergeant-0.11.0.ebuild,v 1.5 2004/06/24 21:56:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mergeant/mergeant-0.11.0.ebuild,v 1.6 2004/07/14 01:05:05 agriffis Exp $ IUSE="" inherit gnome2 gnome.org -S=${WORKDIR}/${P} DESCRIPTION="Database admin tool using libgnomedb and libgda" HOMEPAGE="http://www.gnome-db.org/" SLOT="0" diff --git a/dev-db/pgaccess/pgaccess-0.98.8.ebuild b/dev-db/pgaccess/pgaccess-0.98.8.ebuild index eeedd2ed9a41..eb8054268f04 100644 --- a/dev-db/pgaccess/pgaccess-0.98.8.ebuild +++ b/dev-db/pgaccess/pgaccess-0.98.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/pgaccess-0.98.8.ebuild,v 1.9 2004/06/29 17:12:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/pgaccess-0.98.8.ebuild,v 1.10 2004/07/14 01:08:07 agriffis Exp $ DESCRIPTION="a database frontend for postgresql" HOMEPAGE="http://www.pgaccess.org/" @@ -16,7 +16,6 @@ DEPEND=">=dev-lang/tcl-8.3.4 >=dev-lang/tk-8.3.4 >=dev-db/postgresql-7.3" -S=${WORKDIR}/${P} src_compile() { cd ${S} diff --git a/dev-db/pgadmin3/pgadmin3-1.0.2.ebuild b/dev-db/pgadmin3/pgadmin3-1.0.2.ebuild index 350c49613f4e..464bb6f64e16 100644 --- a/dev-db/pgadmin3/pgadmin3-1.0.2.ebuild +++ b/dev-db/pgadmin3/pgadmin3-1.0.2.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.0.2.ebuild,v 1.6 2004/06/29 17:13:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.0.2.ebuild,v 1.7 2004/07/14 01:08:30 agriffis Exp $ IUSE="" -S=${WORKDIR}/${P} RESTRICT="nomirror" DESCRIPTION="wxWindows GUI for PostgreSQL" HOMEPAGE="http://www.pgadmin.org/" |