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 | e6312817b3d793d3fd5ec38019e42a073a46cad0 (patch) | |
tree | 6e6ac88063295a7027c9f736df7d5790704b9fc0 | |
parent | Initial import for app-sci/embassy (diff) | |
download | historical-e6312817b3d793d3fd5ec38019e42a073a46cad0.tar.gz historical-e6312817b3d793d3fd5ec38019e42a073a46cad0.tar.bz2 historical-e6312817b3d793d3fd5ec38019e42a073a46cad0.zip |
ebuild cleanup.
-rw-r--r-- | net-misc/aggregate/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/aggregate/Manifest | 4 | ||||
-rw-r--r-- | net-misc/aggregate/aggregate-1.6.ebuild | 7 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-misc/aggregate/ChangeLog b/net-misc/aggregate/ChangeLog index 04cddc6b5b3e..5403a4c14d94 100644 --- a/net-misc/aggregate/ChangeLog +++ b/net-misc/aggregate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/aggregate # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v 1.5 2004/06/24 23:34:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aggregate/ChangeLog,v 1.6 2004/07/20 03:08:48 robbat2 Exp $ + + 19 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> aggregate-1.6.ebuild: + ebuild cleanup. 07 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> aggregate-1.6.ebuild: Stable on alpha. diff --git a/net-misc/aggregate/Manifest b/net-misc/aggregate/Manifest index c02d5a2937c7..bd7dfcf5eb2e 100644 --- a/net-misc/aggregate/Manifest +++ b/net-misc/aggregate/Manifest @@ -1,4 +1,4 @@ -MD5 0ab7f98e084106340e37e359350fd354 aggregate-1.6.ebuild 739 -MD5 5a812103e619d9e4d47c6363afdc7018 ChangeLog 673 +MD5 aeb79d82d833700e719cc3c9eb4c8446 aggregate-1.6.ebuild 761 +MD5 f71271b7398a4d06bf133b3f96367655 ChangeLog 766 MD5 9f1abaa78635fdee2ccf7afa628037ad metadata.xml 575 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 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" |