diff options
author | 2004-06-07 06:35:44 +0000 | |
---|---|---|
committer | 2004-06-07 06:35:44 +0000 | |
commit | 46d63e2e8c0f0f8fe3ead637a6a7aaa89fd2ca4d (patch) | |
tree | 7580b07110c0a51a368e61b87b6a26f737e87869 /net-misc/aggregate | |
parent | x86 stable. version bump (Manifest recommit) (diff) | |
download | gentoo-2-46d63e2e8c0f0f8fe3ead637a6a7aaa89fd2ca4d.tar.gz gentoo-2-46d63e2e8c0f0f8fe3ead637a6a7aaa89fd2ca4d.tar.bz2 gentoo-2-46d63e2e8c0f0f8fe3ead637a6a7aaa89fd2ca4d.zip |
Stable on alpha.
Diffstat (limited to 'net-misc/aggregate')
-rw-r--r-- | net-misc/aggregate/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/aggregate/aggregate-1.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/aggregate/ChangeLog b/net-misc/aggregate/ChangeLog index 6c7d97d8d1c0..1dc398faf919 100644 --- a/net-misc/aggregate/ChangeLog +++ b/net-misc/aggregate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/aggregate -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v 1.3 2003/10/28 20:26:59 robbat2 Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v 1.4 2004/06/07 06:35:44 kloeri Exp $ + + 07 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> aggregate-1.6.ebuild: + Stable on alpha. 28 Oct 2003; Robin H. Johnson <robbat2@gentoo.org> aggregate-1.6.ebuild: move to x86, add other arches that it should work on diff --git a/net-misc/aggregate/aggregate-1.6.ebuild b/net-misc/aggregate/aggregate-1.6.ebuild index 9713968db41f..87cc75aa33a4 100644 --- a/net-misc/aggregate/aggregate-1.6.ebuild +++ b/net-misc/aggregate/aggregate-1.6.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.4 2004/02/22 23:27:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/aggregate-1.6.ebuild,v 1.5 2004/06/07 06:35:44 kloeri 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" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ~ppc ~alpha ~hppa ia64 amd64 ~sparc ~mips" +KEYWORDS="x86 ~ppc alpha ~hppa ia64 amd64 ~sparc ~mips" IUSE="" DEPEND="" RDEPEND="dev-lang/perl" |