summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2008-04-13 21:44:17 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2008-04-13 21:44:17 +0000
commit27e14c6c022460adbb1ddf58d52ded4bc99ec0f4 (patch)
treeff61ae590c203690a2f78c40232f279334c659f2 /net-p2p/gnut
parentRemove RDEPEND on virtual/libc. (diff)
downloadhistorical-27e14c6c022460adbb1ddf58d52ded4bc99ec0f4.tar.gz
historical-27e14c6c022460adbb1ddf58d52ded4bc99ec0f4.tar.bz2
historical-27e14c6c022460adbb1ddf58d52ded4bc99ec0f4.zip
Remove duplicate of standard src_compile and DEPEND on virtual/libc.
Package-Manager: portage-2.1.5_rc2
Diffstat (limited to 'net-p2p/gnut')
-rw-r--r--net-p2p/gnut/ChangeLog7
-rw-r--r--net-p2p/gnut/gnut-0.4.28-r1.ebuild13
2 files changed, 8 insertions, 12 deletions
diff --git a/net-p2p/gnut/ChangeLog b/net-p2p/gnut/ChangeLog
index ca9e898a0d2a..65e0fa761bad 100644
--- a/net-p2p/gnut/ChangeLog
+++ b/net-p2p/gnut/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/gnut
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnut/ChangeLog,v 1.14 2007/03/19 15:03:32 armin76 Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnut/ChangeLog,v 1.15 2008/04/13 21:44:17 betelgeuse Exp $
+
+ 13 Apr 2008; Petteri Räty <betelgeuse@gentoo.org> gnut-0.4.28-r1.ebuild:
+ Remove duplicate of standard src_compile and DEPEND on virtual/libc.
19 Mar 2007; Raúl Porcel <armin76@gentoo.org> -gnut-0.4.28.ebuild:
drop old
diff --git a/net-p2p/gnut/gnut-0.4.28-r1.ebuild b/net-p2p/gnut/gnut-0.4.28-r1.ebuild
index 9e4b4de2e7ee..a0b00e757fdc 100644
--- a/net-p2p/gnut/gnut-0.4.28-r1.ebuild
+++ b/net-p2p/gnut/gnut-0.4.28-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 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/gnut/gnut-0.4.28-r1.ebuild,v 1.8 2006/01/28 13:16:10 mkay Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnut/gnut-0.4.28-r1.ebuild,v 1.9 2008/04/13 21:44:17 betelgeuse Exp $
inherit eutils
@@ -14,21 +14,14 @@ LICENSE="GPL-2"
KEYWORDS="x86 ppc"
IUSE=""
-DEPEND="virtual/libc"
-
src_unpack() {
unpack ${A}
epatch configure.patch
epatch src.patch
}
-src_compile() {
- econf || die "econf failed"
- emake || die
-}
-
src_install () {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dohtml doc/*.html
dodoc doc/TUTORIAL AUTHORS COPYING ChangeLog GDJ HACKING \
INSTALL NEWS README TODO