diff options
author | Dominik Stadler <centic@gentoo.org> | 2004-05-16 20:32:07 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2004-05-16 20:32:07 +0000 |
commit | 3bce0b9e285c8649a23382eba17431b2662e2d2c (patch) | |
tree | fef25cb95b9489c44ddb21c65b8de1524e019f1b /dev-db/hk_classes | |
parent | correct SRC_URI to not contain HOMEPAGE (Manifest recommit) (diff) | |
download | gentoo-2-3bce0b9e285c8649a23382eba17431b2662e2d2c.tar.gz gentoo-2-3bce0b9e285c8649a23382eba17431b2662e2d2c.tar.bz2 gentoo-2-3bce0b9e285c8649a23382eba17431b2662e2d2c.zip |
Remove obsolete definition of Variable S.
Diffstat (limited to 'dev-db/hk_classes')
-rw-r--r-- | dev-db/hk_classes/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/hk_classes/hk_classes-0.6.2a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/hk_classes/ChangeLog b/dev-db/hk_classes/ChangeLog index 5e21cfcb0ebc..9a3b6faf8550 100644 --- a/dev-db/hk_classes/ChangeLog +++ b/dev-db/hk_classes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/hk_classes # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/hk_classes/ChangeLog,v 1.13 2004/03/24 23:54:53 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/hk_classes/ChangeLog,v 1.14 2004/05/16 20:28:29 centic Exp $ + + 16 May 2004; Dominik Stadler <centic@gentoo.org> hk_classes-0.6.2a.ebuild: + Remove unnecessary definition of S 25 Mar 2004; Martin Holzer <mholzer@gentoo.org> hk_classes-0.6.1.ebuild, hk_classes-0.6.2a.ebuild, hk_classes-0.6.3_alpha1.ebuild, diff --git a/dev-db/hk_classes/hk_classes-0.6.2a.ebuild b/dev-db/hk_classes/hk_classes-0.6.2a.ebuild index 5f6164f8c07c..84e2c081f689 100644 --- a/dev-db/hk_classes/hk_classes-0.6.2a.ebuild +++ b/dev-db/hk_classes/hk_classes-0.6.2a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/hk_classes/hk_classes-0.6.2a.ebuild,v 1.2 2004/03/24 23:54:53 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/hk_classes/hk_classes-0.6.2a.ebuild,v 1.3 2004/05/16 20:28:29 centic Exp $ DESCRIPTION="GUI-independent C++ libraries for database applications, including API documentation and tutorials." HOMEPAGE="http://hk-classes.sourceforge.net/" @@ -18,7 +18,7 @@ DEPEND="mysql? ( >=dev-db/mysql-3.23.54a ) postgres? ( >=dev-db/postgresql-7.3 ) odbc? ( >=dev-db/unixODBC-2.0.6 )" -S=${WORKDIR}/${P} +#S=${WORKDIR}/${P} src_compile() { ./configure || die "./configure failed" |