diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-03-10 15:48:00 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-03-10 15:48:00 +0000 |
commit | 71d0309cd24e68784a335ea86e20301fdd40b32a (patch) | |
tree | 0170ae88d37870d3bbdb2b5a9394bbf651eb7682 /app-crypt | |
parent | stable on alpha and ia64 (Manifest recommit) (diff) | |
download | gentoo-2-71d0309cd24e68784a335ea86e20301fdd40b32a.tar.gz gentoo-2-71d0309cd24e68784a335ea86e20301fdd40b32a.tar.bz2 gentoo-2-71d0309cd24e68784a335ea86e20301fdd40b32a.zip |
Mark 0.1.0 stable on alpha and ia64. Add missing keywords to hashalot-0.2.0 (why were they dropped?)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/hashalot/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/hashalot/hashalot-0.1.0.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/hashalot/hashalot-0.2.0.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/app-crypt/hashalot/ChangeLog b/app-crypt/hashalot/ChangeLog index a1e830c0941c..e0341745fa0b 100644 --- a/app-crypt/hashalot/ChangeLog +++ b/app-crypt/hashalot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/hashalot # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.7 2004/03/07 09:18:24 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.8 2004/03/10 15:48:00 agriffis Exp $ + + 10 Mar 2004; <agriffis@gentoo.org> hashalot-0.1.0.ebuild, + hashalot-0.2.0.ebuild: + Mark 0.1.0 stable on alpha and ia64. Add missing keywords to hashalot-0.2.0 + (why were they dropped?) *hashalot-0.2.0 (07 Mar 2004) diff --git a/app-crypt/hashalot/hashalot-0.1.0.ebuild b/app-crypt/hashalot/hashalot-0.1.0.ebuild index a5908e3a525c..4e6fe909173b 100644 --- a/app-crypt/hashalot/hashalot-0.1.0.ebuild +++ b/app-crypt/hashalot/hashalot-0.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.1.0.ebuild,v 1.11 2004/03/07 09:18:24 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.1.0.ebuild,v 1.12 2004/03/10 15:48:00 agriffis Exp $ DESCRIPTION="CryptoAPI utils" HOMEPAGE="http://www.kerneli.org/" @@ -8,7 +8,7 @@ SRC_URI="http://www.stwing.org/~sluskyb/util-linux/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64 ppc sparc hppa ~ia64 mips ~alpha ppc64 s390" +KEYWORDS="x86 ~amd64 ppc sparc hppa ia64 mips alpha ppc64 s390" src_install() { einstall || die "install error" diff --git a/app-crypt/hashalot/hashalot-0.2.0.ebuild b/app-crypt/hashalot/hashalot-0.2.0.ebuild index 13a54d5f0b7e..b36bf48f610c 100644 --- a/app-crypt/hashalot/hashalot-0.2.0.ebuild +++ b/app-crypt/hashalot/hashalot-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.2.0.ebuild,v 1.1 2004/03/07 09:18:24 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.2.0.ebuild,v 1.2 2004/03/10 15:48:00 agriffis Exp $ DESCRIPTION="CryptoAPI utils" HOMEPAGE="http://www.kerneli.org/" @@ -8,7 +8,7 @@ SRC_URI="http://www.stwing.org/~sluskyb/util-linux/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~mips" +KEYWORDS="~x86 ~sparc ~mips ~alpha ~ia64" src_install() { einstall || die "install error" |