summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2008-04-13 14:52:46 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2008-04-13 14:52:46 +0000
commit8bc09986d4c60771e52a9ce41f3b3b6dd54c5555 (patch)
tree90dcda550ca34c3b3ba376fc10fa5b5532b64bd2 /net-p2p/giftcurs
parentfix #214451 (diff)
downloadhistorical-8bc09986d4c60771e52a9ce41f3b3b6dd54c5555.tar.gz
historical-8bc09986d4c60771e52a9ce41f3b3b6dd54c5555.tar.bz2
historical-8bc09986d4c60771e52a9ce41f3b3b6dd54c5555.zip
Remove RDEPEND on pkgconfig and virtual/libc dependencies.
Package-Manager: portage-2.1.5_rc2
Diffstat (limited to 'net-p2p/giftcurs')
-rw-r--r--net-p2p/giftcurs/ChangeLog9
-rw-r--r--net-p2p/giftcurs/giftcurs-0.6.2.ebuild9
2 files changed, 11 insertions, 7 deletions
diff --git a/net-p2p/giftcurs/ChangeLog b/net-p2p/giftcurs/ChangeLog
index a6929d751f65..9f983f66318e 100644
--- a/net-p2p/giftcurs/ChangeLog
+++ b/net-p2p/giftcurs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/giftcurs
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/ChangeLog,v 1.38 2007/03/25 19:15:35 armin76 Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/ChangeLog,v 1.39 2008/04/13 14:52:46 betelgeuse Exp $
+
+ 13 Apr 2008; Petteri Räty <betelgeuse@gentoo.org> giftcurs-0.6.2.ebuild:
+ Remove RDEPEND on pkgconfig and virtual/libc dependencies.
25 Mar 2007; Raúl Porcel <armin76@gentoo.org> giftcurs-0.6.2.ebuild:
Add ~ia64 wrt bug 132197
@@ -81,7 +84,7 @@
Removed dependency on giFT, since giFTcurs can be used remotely
and doesn't necessarily need giFT.
-*giftcurs-0.5.6 (03 March 2003)
+*giftcurs-0.5.6 (03 Mar 2003)
03 March 2003; Jon Portnoy <avenj@gentoo.org> giftcurs-0.5.6.ebuild :
Version bump, latest giFTcurs.
diff --git a/net-p2p/giftcurs/giftcurs-0.6.2.ebuild b/net-p2p/giftcurs/giftcurs-0.6.2.ebuild
index 1bda373cc39d..4045360162fe 100644
--- a/net-p2p/giftcurs/giftcurs-0.6.2.ebuild
+++ b/net-p2p/giftcurs/giftcurs-0.6.2.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/giftcurs/giftcurs-0.6.2.ebuild,v 1.13 2007/03/25 19:15:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/giftcurs-0.6.2.ebuild,v 1.14 2008/04/13 14:52:46 betelgeuse Exp $
MY_P="giFTcurs-${PV}"
S="${WORKDIR}/${MY_P}"
@@ -12,9 +12,10 @@ LICENSE="GPL-2"
IUSE="gpm nls unicode"
KEYWORDS="alpha amd64 ~ia64 ~ppc sparc x86 ~x86-fbsd"
-DEPEND="virtual/libc
+RDEPEND="
>=sys-libs/ncurses-5.2
- >=dev-libs/glib-2.0
+ >=dev-libs/glib-2.0"
+DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_compile() {