diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-07 06:35:44 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-07 06:35:44 +0000 |
commit | 7313b7ba652722cb1f7484ec2f651d7b4987586d (patch) | |
tree | ec64b67e439eec3a64446e79d3aace7bf04f5056 /net-misc/aggregate | |
parent | Stable on alpha. (diff) | |
download | historical-7313b7ba652722cb1f7484ec2f651d7b4987586d.tar.gz historical-7313b7ba652722cb1f7484ec2f651d7b4987586d.tar.bz2 historical-7313b7ba652722cb1f7484ec2f651d7b4987586d.zip |
Stable on alpha.
Diffstat (limited to 'net-misc/aggregate')
-rw-r--r-- | net-misc/aggregate/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/aggregate/Manifest | 4 | ||||
-rw-r--r-- | net-misc/aggregate/aggregate-1.6.ebuild | 6 |
3 files changed, 10 insertions, 7 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/Manifest b/net-misc/aggregate/Manifest index 9b5af668e175..264e7466355b 100644 --- a/net-misc/aggregate/Manifest +++ b/net-misc/aggregate/Manifest @@ -1,4 +1,4 @@ -MD5 cdef87617d705fa33698adfef590460e ChangeLog 587 -MD5 11c253bdf476a506c71c611bd9ca7dbb aggregate-1.6.ebuild 767 MD5 9f1abaa78635fdee2ccf7afa628037ad metadata.xml 575 +MD5 2aa0061ec0c988d876b1b084de793ed9 aggregate-1.6.ebuild 764 +MD5 aa3c76696ee9181618cc782c56fc30ee ChangeLog 680 MD5 fd7332e0e77892f20301ab3204e867f2 files/digest-aggregate-1.6 64 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" |