diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-06-06 23:27:06 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-06-06 23:27:06 +0000 |
commit | cd02ced4dd1a4fd735ee68cf63ce29885ddc6806 (patch) | |
tree | 25fb9c7a1cd79fc5ffafd9af51ff9bc62ac3c798 /app-crypt/hashalot | |
parent | fix trailing whitespace (diff) | |
download | historical-cd02ced4dd1a4fd735ee68cf63ce29885ddc6806.tar.gz historical-cd02ced4dd1a4fd735ee68cf63ce29885ddc6806.tar.bz2 historical-cd02ced4dd1a4fd735ee68cf63ce29885ddc6806.zip |
QA fix on 0.1.0 (IUSE). x86 keword on 0.2.0
Diffstat (limited to 'app-crypt/hashalot')
-rw-r--r-- | app-crypt/hashalot/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/hashalot/hashalot-0.1.0.ebuild | 3 | ||||
-rw-r--r-- | app-crypt/hashalot/hashalot-0.2.0.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/hashalot/metadata.xml | 9 |
4 files changed, 18 insertions, 4 deletions
diff --git a/app-crypt/hashalot/ChangeLog b/app-crypt/hashalot/ChangeLog index 77833dfed136..04f92520537d 100644 --- a/app-crypt/hashalot/ChangeLog +++ b/app-crypt/hashalot/ChangeLog @@ -1,6 +1,10 @@ # 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.11 2004/06/02 04:32:26 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.12 2004/06/06 23:27:06 dragonheart Exp $ + + 07 Jun 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml, + hashalot-0.1.0.ebuild, hashalot-0.2.0.ebuild: + QA fix on 0.1.0 (IUSE). x86 keword on 0.2.0 02 Jun 2004; Travis Tilley <lv@gentoo.org> hashalot-0.2.0.ebuild: stable on amd64 diff --git a/app-crypt/hashalot/hashalot-0.1.0.ebuild b/app-crypt/hashalot/hashalot-0.1.0.ebuild index 94eb5b8d2180..a4eedbe18dd2 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.14 2004/05/04 14:17:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.1.0.ebuild,v 1.15 2004/06/06 23:27:06 dragonheart Exp $ DESCRIPTION="CryptoAPI utils" HOMEPAGE="http://www.kerneli.org/" @@ -8,6 +8,7 @@ SRC_URI="http://www.stwing.org/~sluskyb/util-linux/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" +IUSE="" KEYWORDS="x86 amd64 ppc sparc hppa ia64 mips ~alpha ppc64 s390" src_install() { diff --git a/app-crypt/hashalot/hashalot-0.2.0.ebuild b/app-crypt/hashalot/hashalot-0.2.0.ebuild index c244b3a11d6d..902611daf0d0 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.5 2004/06/02 04:32:26 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.2.0.ebuild,v 1.6 2004/06/06 23:27:06 dragonheart 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 alpha arm ~ia64 amd64" +KEYWORDS="x86 ~sparc ~mips alpha arm ~ia64 amd64" IUSE="" src_install() { diff --git a/app-crypt/hashalot/metadata.xml b/app-crypt/hashalot/metadata.xml new file mode 100644 index 000000000000..d8b96be3c5cd --- /dev/null +++ b/app-crypt/hashalot/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>bug-wranglers@gentoo.org</email> + <description>This package lacks a primary herd or maintainer.</description> + </maintainer> +</pkgmetadata> |