summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2008-04-13 14:56:34 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2008-04-13 14:56:34 +0000
commita5045a9dd79fed6968978b0178b68118aac1ca7f (patch)
treecd4e4a816db5a596e62ae6600d3128b2f3ec817f /net-p2p/giftoxic
parentRemove RDEPEND on pkgconfig and virtual/libc dependencies. (diff)
downloadhistorical-a5045a9dd79fed6968978b0178b68118aac1ca7f.tar.gz
historical-a5045a9dd79fed6968978b0178b68118aac1ca7f.tar.bz2
historical-a5045a9dd79fed6968978b0178b68118aac1ca7f.zip
Remove RDEPEND on pkgconfig and use emake.
Package-Manager: portage-2.1.5_rc2
Diffstat (limited to 'net-p2p/giftoxic')
-rw-r--r--net-p2p/giftoxic/ChangeLog9
-rw-r--r--net-p2p/giftoxic/giftoxic-0.0.10.ebuild13
2 files changed, 13 insertions, 9 deletions
diff --git a/net-p2p/giftoxic/ChangeLog b/net-p2p/giftoxic/ChangeLog
index eaa39fcfb643..dedde27956e4 100644
--- a/net-p2p/giftoxic/ChangeLog
+++ b/net-p2p/giftoxic/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/giftoxic
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/ChangeLog,v 1.15 2007/07/02 15:10:46 peper Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/ChangeLog,v 1.16 2008/04/13 14:56:34 betelgeuse Exp $
+
+ 13 Apr 2008; Petteri Räty <betelgeuse@gentoo.org> giftoxic-0.0.10.ebuild:
+ Remove RDEPEND on pkgconfig and use emake.
02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> giftoxic-0.0.10.ebuild:
(QA) RESTRICT clean up.
@@ -44,7 +47,7 @@
giftoxic-0.0.9.ebuild:
Bump, fixage
-*giftoxic-0.0.5 (29 December 2002)
+*giftoxic-0.0.5 (29 Dec 2002)
29 December 2002; Bart Verwilst <verwilst@gentoo.org> :
diff --git a/net-p2p/giftoxic/giftoxic-0.0.10.ebuild b/net-p2p/giftoxic/giftoxic-0.0.10.ebuild
index 02cac247afe3..b4d12b1c21b4 100644
--- a/net-p2p/giftoxic/giftoxic-0.0.10.ebuild
+++ b/net-p2p/giftoxic/giftoxic-0.0.10.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/giftoxic/giftoxic-0.0.10.ebuild,v 1.8 2007/07/02 15:10:46 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftoxic/giftoxic-0.0.10.ebuild,v 1.9 2008/04/13 14:56:34 betelgeuse Exp $
IUSE=""
@@ -14,17 +14,18 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64 ~ppc"
-DEPEND=">=x11-libs/gtk+-2.0.3
- net-p2p/gift
+RDEPEND=">=x11-libs/gtk+-2.0.3
+ net-p2p/gift"
+DEPEND="${RDEPEND}
dev-util/pkgconfig"
S="${WORKDIR}/${MY_P}"
src_compile() {
econf --prefix=/usr || die "econf failed"
- make CXXFLAGS="${CXXFLAGS}" || die
+ emake CXXFLAGS="${CXXFLAGS}" || die
}
src_install() {
- make DESTDIR=${D} install || die
+ emake DESTDIR="${D}" install || die
}