summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2008-04-13 14:48:51 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2008-04-13 14:48:51 +0000
commit6e3beb485e2b2996468a3b740335507b23ea3dc8 (patch)
tree9290f4d36e62d2d92a325042fda8b5cdfe620d04 /net-p2p
parentamd64/x86 stable, bug #217410 (diff)
downloadhistorical-6e3beb485e2b2996468a3b740335507b23ea3dc8.tar.gz
historical-6e3beb485e2b2996468a3b740335507b23ea3dc8.tar.bz2
historical-6e3beb485e2b2996468a3b740335507b23ea3dc8.zip
Remove RDEPEND on pkgconfig.
Package-Manager: portage-2.1.5_rc2
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bitstormlite/ChangeLog8
-rw-r--r--net-p2p/bitstormlite/bitstormlite-0.2p.ebuild9
-rw-r--r--net-p2p/ed2k-gtk-gui/ChangeLog8
-rw-r--r--net-p2p/ed2k-gtk-gui/ed2k-gtk-gui-0.6.4.ebuild11
-rw-r--r--net-p2p/giftcurs/Manifest14
5 files changed, 35 insertions, 15 deletions
diff --git a/net-p2p/bitstormlite/ChangeLog b/net-p2p/bitstormlite/ChangeLog
index 6c219eae652f..654b68f0344b 100644
--- a/net-p2p/bitstormlite/ChangeLog
+++ b/net-p2p/bitstormlite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/bitstormlite
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v 1.8 2007/12/04 15:26:27 armin76 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v 1.9 2008/04/13 14:46:21 betelgeuse Exp $
+
+ 13 Apr 2008; Petteri Räty <betelgeuse@gentoo.org>
+ bitstormlite-0.2p.ebuild:
+ Remove RDEPEND on pkgconfig.
*bitstormlite-0.2p (04 Dec 2007)
diff --git a/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild b/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild
index eff639996c68..843e7eecd21b 100644
--- a/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild
+++ b/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild,v 1.1 2007/12/04 15:26:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild,v 1.2 2008/04/13 14:46:21 betelgeuse Exp $
DESCRIPTION="A light BitTorrent client based on c++ and gtk+."
HOMEPAGE="http://sourceforge.net/projects/bbom/"
@@ -10,9 +10,10 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND="net-misc/curl
- dev-util/pkgconfig
+RDEPEND="net-misc/curl
>=x11-libs/gtk+-2.6"
+DEPEND="dev-util/pkgconfig
+ ${RDEPEND}"
S="${WORKDIR}/BitStormLite-${PV}"
diff --git a/net-p2p/ed2k-gtk-gui/ChangeLog b/net-p2p/ed2k-gtk-gui/ChangeLog
index e26c68bf1e85..2f6ace2b0efb 100644
--- a/net-p2p/ed2k-gtk-gui/ChangeLog
+++ b/net-p2p/ed2k-gtk-gui/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/ed2k-gtk-gui
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ed2k-gtk-gui/ChangeLog,v 1.16 2007/07/02 15:07:58 peper Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ed2k-gtk-gui/ChangeLog,v 1.17 2008/04/13 14:48:51 betelgeuse Exp $
+
+ 13 Apr 2008; Petteri Räty <betelgeuse@gentoo.org>
+ ed2k-gtk-gui-0.6.4.ebuild:
+ Remove RDEPEND on pkgconfig.
02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org>
ed2k-gtk-gui-0.6.4.ebuild:
diff --git a/net-p2p/ed2k-gtk-gui/ed2k-gtk-gui-0.6.4.ebuild b/net-p2p/ed2k-gtk-gui/ed2k-gtk-gui-0.6.4.ebuild
index 72cd263d47e5..fdba55d9f0c6 100644
--- a/net-p2p/ed2k-gtk-gui/ed2k-gtk-gui-0.6.4.ebuild
+++ b/net-p2p/ed2k-gtk-gui/ed2k-gtk-gui-0.6.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ed2k-gtk-gui/ed2k-gtk-gui-0.6.4.ebuild,v 1.4 2007/07/02 15:07:58 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ed2k-gtk-gui/ed2k-gtk-gui-0.6.4.ebuild,v 1.5 2008/04/13 14:48:51 betelgeuse Exp $
DESCRIPTION="GTK+ Client for overnet or edonkey"
HOMEPAGE="http://ed2k-gtk-gui.sourceforge.net/"
@@ -11,9 +11,10 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
-DEPEND=">=x11-libs/gtk+-2.0
- >=net-libs/gnet-1.1
- dev-util/pkgconfig"
+RDEPEND=">=x11-libs/gtk+-2.0
+ >=net-libs/gnet-1.1"
+DEPEND="dev-util/pkgconfig
+ ${RDEPEND}"
src_compile() {
econf || die "econf failed"
diff --git a/net-p2p/giftcurs/Manifest b/net-p2p/giftcurs/Manifest
index 04e2d99a1530..05239b8e3ce4 100644
--- a/net-p2p/giftcurs/Manifest
+++ b/net-p2p/giftcurs/Manifest
@@ -1,4 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
DIST giFTcurs-0.6.2.tar.gz 455055 RMD160 be717156a57804a44137864ab60941d973af8a52 SHA1 f690ec39f3ed43b68c4927cf2a238fa8d5055a14 SHA256 80db72ac16463ce084e76dc9aaae5b54ce8db085610c98fe2975c5b8f51a598d
-EBUILD giftcurs-0.6.2.ebuild 1023 RMD160 65686bab3fcf95dd8f7e6013c2b314d9d7bc6030 SHA1 3d86c2e7ebd1a26d46dfeba8d51bd3a0819bb99f SHA256 9f40cf35a44da8d97786e0a076e2a0ed0df583594e1915812e12a2f2654455e1
-MISC ChangeLog 4886 RMD160 555f699b14daed18697a5e83186794a9a35d30ff SHA1 fd1099832303a57e2f5fb2bf5f79ddc05482d446 SHA256 ae6d56805c77d1d5f5dfd3bbd99a32e2e47694b126eea4ae8e0d87e0ce842244
+EBUILD giftcurs-0.6.2.ebuild 1035 RMD160 0c0c2937de82942ba97530e08aa8ab8b8c6ec2b5 SHA1 73d0da3c650e1eac6d46c2dee46c9caf754ba834 SHA256 bebdded33e108b23e80537248c6e82fd4215129fffd32e950d3444efc285d931
+MISC ChangeLog 5025 RMD160 449ffc25c9f0cbdcf54b68c4346b5a6e21a292f5 SHA1 e5fe31a3286da797a60e370c4eda94880bfc80cd SHA256 fd40569f6281a1ed2769878dbd5f4441440d5cc821e668b2e5ac1f90fb580b3e
MISC metadata.xml 160 RMD160 828887200387b28c37fc97111fc6bc3a0a2fcccd SHA1 813ef5bc57f6a8d95e7cab7a745a2a824858f49c SHA256 fe06593409e7f28665c032001005e94cb650299711a0af7f1a558bdb56c4004f
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.9 (GNU/Linux)
+
+iEYEARECAAYFAkgCHkIACgkQcxLzpIGCsLT4WgCdFOH1981NezFD5InPJ9fCNcb8
+2fsAoImHOeAViRmvZ3IOUr07vBwdIDXk
+=qa8Y
+-----END PGP SIGNATURE-----