diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-06 21:28:29 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-06 21:28:29 +0000 |
commit | 9f697fc48267e74d5ddb355890106a03b8079171 (patch) | |
tree | d6af387b7e23f669b46c4379d781b1a09767308c | |
parent | version bump. ARCHES: please test and let me know if it is ok to bump. (Manif... (diff) | |
download | gentoo-2-9f697fc48267e74d5ddb355890106a03b8079171.tar.gz gentoo-2-9f697fc48267e74d5ddb355890106a03b8079171.tar.bz2 gentoo-2-9f697fc48267e74d5ddb355890106a03b8079171.zip |
fix R/DEPEND irt #34161
-rw-r--r-- | net-p2p/gift-fasttrack/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild | 7 | ||||
-rw-r--r-- | net-p2p/gift-gnutella/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild | 11 | ||||
-rw-r--r-- | net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild | 7 |
5 files changed, 20 insertions, 15 deletions
diff --git a/net-p2p/gift-fasttrack/ChangeLog b/net-p2p/gift-fasttrack/ChangeLog index 32420a792830..211154ac3b67 100644 --- a/net-p2p/gift-fasttrack/ChangeLog +++ b/net-p2p/gift-fasttrack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/gift-fasttrack # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/ChangeLog,v 1.18 2004/07/01 09:19:56 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/ChangeLog,v 1.19 2004/07/06 21:23:37 squinky86 Exp $ + + 06 Jul 2004; Jon Hood <squinky86@gentoo.org> gift-fasttrack-0.8.7.ebuild: + fix R/DEPEND irt #34161, thanks Tom Forsythe <gentoobugs@animelover.com> 01 Jul 2004; Jon Hood <squinky86@gentoo.org> gift-fasttrack-0.8.7.ebuild: virtual/glibc needs changed to virtual/libc diff --git a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild index 39f3a908e1ab..cb01d67b8b32 100644 --- a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild +++ b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.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/net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild,v 1.5 2004/07/01 09:19:56 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/gift-fasttrack-0.8.7.ebuild,v 1.6 2004/07/06 21:23:37 squinky86 Exp $ IUSE="" @@ -14,8 +14,9 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc ~ppc amd64" DEPEND="virtual/libc - >=net-p2p/gift-0.11.1 - >=sys-apps/sed-4 + dev-util/pkgconfig" + +RDEPEND=">=net-p2p/gift-0.11.1 >=sys-libs/zlib-1.1.4" S=${WORKDIR}/${MY_P} diff --git a/net-p2p/gift-gnutella/ChangeLog b/net-p2p/gift-gnutella/ChangeLog index 1bcbffd1bba8..03ed5d8c27b1 100644 --- a/net-p2p/gift-gnutella/ChangeLog +++ b/net-p2p/gift-gnutella/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/gift-gnutella # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/ChangeLog,v 1.12 2004/07/01 09:26:46 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/ChangeLog,v 1.13 2004/07/06 21:28:29 squinky86 Exp $ + + 06 Jul 2004; Jon Hood <squinky86@gentoo.org> gift-gnutella-0.0.9.2.ebuild: + fix R/DEPEND irt #34161, thanks Tom Forsythe <gentoobugs@animelover.com> 01 Jul 2004; Jon Hood <squinky86@gentoo.org> gift-gnutella-0.0.9.2.ebuild: virtual/glibc needs changed to virtual/libc diff --git a/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild b/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild index d2c1a10802a7..ae705a5eaebd 100644 --- a/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild +++ b/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild,v 1.9 2004/07/01 09:26:46 squinky86 Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild,v 1.10 2004/07/06 21:28:29 squinky86 Exp $ IUSE="" @@ -15,11 +13,10 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc ~ppc amd64" DEPEND="virtual/libc - >=net-p2p/gift-0.11.6 - >=sys-apps/sed-4 - >=sys-libs/zlib-1.1.4" + dev-util/pkgconfig" -S=${WORKDIR}/${P} +RDEPEND=">=net-p2p/gift-0.11.6 + >=sys-libs/zlib-1.1.4" src_compile() { econf || die "failed to configure" diff --git a/net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild b/net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild index e36544191bde..6c49dfd2ec1e 100644 --- a/net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild +++ b/net-p2p/gift-openft/gift-openft-0.2.1.3.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/net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild,v 1.4 2004/07/04 16:55:06 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/gift-openft-0.2.1.3.ebuild,v 1.5 2004/07/06 21:25:48 squinky86 Exp $ IUSE="" @@ -13,8 +13,9 @@ LICENSE="GPL-2" KEYWORDS="x86 ~sparc ~ppc ~amd64" DEPEND="virtual/libc - >=net-p2p/gift-0.11.5 - >=sys-apps/sed-4 + dev-util/pkgconfig" + +RDEPEND=">=net-p2p/gift-0.11.5 >=sys-libs/zlib-1.1.4" src_compile() { |