diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-20 03:08:48 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-20 03:08:48 +0000 |
commit | c19f3a5d5115d118b49816a24364aabb2db3783d (patch) | |
tree | 7ba7b39074021bd5d1f7fb318df52f5887217283 /net-misc/aggregate/aggregate-1.6.ebuild | |
parent | Initial import for app-sci/embassy (Manifest recommit) (diff) | |
download | gentoo-2-c19f3a5d5115d118b49816a24364aabb2db3783d.tar.gz gentoo-2-c19f3a5d5115d118b49816a24364aabb2db3783d.tar.bz2 gentoo-2-c19f3a5d5115d118b49816a24364aabb2db3783d.zip |
ebuild cleanup.
Diffstat (limited to 'net-misc/aggregate/aggregate-1.6.ebuild')
-rw-r--r-- | net-misc/aggregate/aggregate-1.6.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/aggregate/aggregate-1.6.ebuild b/net-misc/aggregate/aggregate-1.6.ebuild index c5c0f25b488e..5d2ec1b2b428 100644 --- a/net-misc/aggregate/aggregate-1.6.ebuild +++ b/net-misc/aggregate/aggregate-1.6.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2004 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.7 2004/07/15 02:33:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.8 2004/07/20 03:08:48 robbat2 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." -HOMEPAGE="http://dist.automagic.org/" -SRC_URI="${HOMEPAGE}/${P}.tar.gz" +BASE_URI="http://dist.automagic.org/" +HOMEPAGE="${BASE_URI}" +SRC_URI="${BASE_URI}/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="x86 ~ppc alpha ~hppa ia64 amd64 ~sparc ~mips" |