diff options
author | 2009-09-23 16:35:03 +0000 | |
---|---|---|
committer | 2009-09-23 16:35:03 +0000 | |
commit | 7f2d51c71050229b32d64435c4b455e8730a9a05 (patch) | |
tree | b5f7fff2d3b3970b31e36a6f4f8dac49f4eed932 | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-7f2d51c71050229b32d64435c4b455e8730a9a05.tar.gz gentoo-2-7f2d51c71050229b32d64435c4b455e8730a9a05.tar.bz2 gentoo-2-7f2d51c71050229b32d64435c4b455e8730a9a05.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
-rw-r--r-- | dev-db/sqsh/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/sqsh/sqsh-2.1-r1.ebuild | 7 | ||||
-rw-r--r-- | dev-db/sqsh/sqsh-2.1.3-r1.ebuild | 7 | ||||
-rw-r--r-- | dev-db/sqsh/sqsh-2.1.4.ebuild | 7 |
4 files changed, 15 insertions, 14 deletions
diff --git a/dev-db/sqsh/ChangeLog b/dev-db/sqsh/ChangeLog index ef9db321708c..b6af044b6606 100644 --- a/dev-db/sqsh/ChangeLog +++ b/dev-db/sqsh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/sqsh -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/ChangeLog,v 1.21 2007/07/22 10:01:39 graaff Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/ChangeLog,v 1.22 2009/09/23 16:35:03 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> sqsh-2.1-r1.ebuild, + sqsh-2.1.3-r1.ebuild, sqsh-2.1.4.ebuild: + Remove virtual/libc 22 Jul 2007; Hans de Graaff <graaff@gentoo.org> sqsh-2.1-r1.ebuild, sqsh-2.1.3-r1.ebuild, sqsh-2.1.4.ebuild: diff --git a/dev-db/sqsh/sqsh-2.1-r1.ebuild b/dev-db/sqsh/sqsh-2.1-r1.ebuild index e0f5cb769e10..18237a79d40b 100644 --- a/dev-db/sqsh/sqsh-2.1-r1.ebuild +++ b/dev-db/sqsh/sqsh-2.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/sqsh-2.1-r1.ebuild,v 1.15 2007/07/22 10:01:39 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/sqsh-2.1-r1.ebuild,v 1.16 2009/09/23 16:35:03 patrick Exp $ inherit eutils @@ -21,8 +21,7 @@ DEPEND="dev-db/freetds x11-libs/libXext x11-libs/libXmu x11-libs/libX11 ) - motif? ( x11-libs/openmotif ) - virtual/libc" + motif? ( x11-libs/openmotif )" src_compile() { export SYBASE=/usr diff --git a/dev-db/sqsh/sqsh-2.1.3-r1.ebuild b/dev-db/sqsh/sqsh-2.1.3-r1.ebuild index 6e4496a3932b..56658bf3ff06 100644 --- a/dev-db/sqsh/sqsh-2.1.3-r1.ebuild +++ b/dev-db/sqsh/sqsh-2.1.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/sqsh-2.1.3-r1.ebuild,v 1.4 2007/07/22 10:01:39 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/sqsh-2.1.3-r1.ebuild,v 1.5 2009/09/23 16:35:03 patrick Exp $ inherit eutils @@ -22,8 +22,7 @@ DEPEND="dev-db/freetds x11-libs/libXext x11-libs/libXmu x11-libs/libX11 ) - motif? ( x11-libs/openmotif ) - virtual/libc" + motif? ( x11-libs/openmotif )" src_unpack() { unpack ${A}; cd ${S} diff --git a/dev-db/sqsh/sqsh-2.1.4.ebuild b/dev-db/sqsh/sqsh-2.1.4.ebuild index 0f6e37c61d73..22c785a9afe0 100644 --- a/dev-db/sqsh/sqsh-2.1.4.ebuild +++ b/dev-db/sqsh/sqsh-2.1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/sqsh-2.1.4.ebuild,v 1.2 2007/07/22 10:01:39 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/sqsh-2.1.4.ebuild,v 1.3 2009/09/23 16:35:03 patrick Exp $ inherit eutils @@ -22,8 +22,7 @@ DEPEND="dev-db/freetds x11-libs/libXext x11-libs/libXmu x11-libs/libX11 ) - motif? ( x11-libs/openmotif ) - virtual/libc" + motif? ( x11-libs/openmotif )" src_unpack() { unpack ${A}; cd ${S} |