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
commit6db28fb960959913ca47eb89f2d0b1c6bca4b5dc (patch)
tree033af02a7bc3184b16f74cba76a59d336059af91 /net-p2p/gnut/gnut-0.4.28-r1.ebuild
parentRemove RDEPEND on virtual/libc. (diff)
downloadgentoo-2-6db28fb960959913ca47eb89f2d0b1c6bca4b5dc.tar.gz
gentoo-2-6db28fb960959913ca47eb89f2d0b1c6bca4b5dc.tar.bz2
gentoo-2-6db28fb960959913ca47eb89f2d0b1c6bca4b5dc.zip
Remove duplicate of standard src_compile and DEPEND on virtual/libc.
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'net-p2p/gnut/gnut-0.4.28-r1.ebuild')
-rw-r--r--net-p2p/gnut/gnut-0.4.28-r1.ebuild13
1 files changed, 3 insertions, 10 deletions
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