diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-30 17:53:19 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-30 17:53:19 +0000 |
commit | 1545156f3a102ea50d2b47c6a3ca5125c75c70e0 (patch) | |
tree | 47476e89871067381476c82a8991cd18d8066b36 /net-misc/aggregate | |
parent | qa: no need to cd ${S} at start of src_compile, whitespace cleanup (diff) | |
download | gentoo-2-1545156f3a102ea50d2b47c6a3ca5125c75c70e0.tar.gz gentoo-2-1545156f3a102ea50d2b47c6a3ca5125c75c70e0.tar.bz2 gentoo-2-1545156f3a102ea50d2b47c6a3ca5125c75c70e0.zip |
QA: Remove default src_compile
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/aggregate')
-rw-r--r-- | net-misc/aggregate/aggregate-1.6.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-misc/aggregate/aggregate-1.6.ebuild b/net-misc/aggregate/aggregate-1.6.ebuild index db7ebe1f535f..27550b65faf4 100644 --- a/net-misc/aggregate/aggregate-1.6.ebuild +++ b/net-misc/aggregate/aggregate-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.9 2005/05/01 17:26:05 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.10 2005/07/30 17:52:12 swegener Exp $ DESCRIPTION="aggregate takes a list of prefixes in conventional format on stdin, and performs two optimisations to reduce the length of the prefix list." BASE_URI="http://dist.automagic.org/" @@ -13,13 +13,7 @@ IUSE="" DEPEND="" RDEPEND="dev-lang/perl" -src_compile() { - econf || die - emake || die -} - src_install() { - into /usr dobin aggregate aggregate-ios doman aggregate.1 aggregate-ios.1 dodoc LICENSE HISTORY |