diff options
author | 2008-04-13 21:44:17 +0000 | |
---|---|---|
committer | 2008-04-13 21:44:17 +0000 | |
commit | 6db28fb960959913ca47eb89f2d0b1c6bca4b5dc (patch) | |
tree | 033af02a7bc3184b16f74cba76a59d336059af91 | |
parent | Remove RDEPEND on virtual/libc. (diff) | |
download | gentoo-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)
-rw-r--r-- | net-p2p/gnut/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/gnut/gnut-0.4.28-r1.ebuild | 13 |
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 |