summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-24 04:02:50 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-24 04:02:50 +0000
commit8a63bb04fb0659344fc38e377fe4a85781acf6ca (patch)
treec8feb80766eef838b82a3741f0fb062d053d43ca /app-crypt/hashalot
parentold (diff)
downloadhistorical-8a63bb04fb0659344fc38e377fe4a85781acf6ca.tar.gz
historical-8a63bb04fb0659344fc38e377fe4a85781acf6ca.tar.bz2
historical-8a63bb04fb0659344fc38e377fe4a85781acf6ca.zip
Move programs from sbin to bin.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-crypt/hashalot')
-rw-r--r--app-crypt/hashalot/ChangeLog9
-rw-r--r--app-crypt/hashalot/Manifest16
-rw-r--r--app-crypt/hashalot/files/digest-hashalot-0.3-r11
-rw-r--r--app-crypt/hashalot/hashalot-0.3-r1.ebuild24
4 files changed, 45 insertions, 5 deletions
diff --git a/app-crypt/hashalot/ChangeLog b/app-crypt/hashalot/ChangeLog
index 9a392bd40b1c..1dd141811fd4 100644
--- a/app-crypt/hashalot/ChangeLog
+++ b/app-crypt/hashalot/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-crypt/hashalot
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.25 2005/01/02 19:20:08 ciaranm Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.26 2005/11/24 04:02:50 vapier Exp $
+
+*hashalot-0.3-r1 (24 Nov 2005)
+
+ 24 Nov 2005; Mike Frysinger <vapier@gentoo.org> +hashalot-0.3-r1.ebuild:
+ Move programs from sbin to bin.
02 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/app-crypt/hashalot/Manifest b/app-crypt/hashalot/Manifest
index ba2511b715e2..990db89a049f 100644
--- a/app-crypt/hashalot/Manifest
+++ b/app-crypt/hashalot/Manifest
@@ -1,4 +1,14 @@
-MD5 5ba8ea605ec7aad9aa2df8c721b1db52 ChangeLog 3069
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 e858918df425766045dc9ffe8b28d0f6 ChangeLog 3210
+MD5 953187b11e11507c234b05f48ad8d953 files/digest-hashalot-0.3-r1 63
+MD5 16bd832d612fdca7a29fdc64b7496c7f hashalot-0.3-r1.ebuild 655
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 c5f1744f37719fffdc630fe82003378f hashalot-0.3.ebuild 591
-MD5 953187b11e11507c234b05f48ad8d953 files/digest-hashalot-0.3 63
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDhTvzgIKl8Uu19MoRAvtdAJ9ZVPniW2z6NSFPG/i40w3n7Vr94gCfXwKO
+bBvTWEL3QfgcMnFTO36C2oo=
+=l3Sd
+-----END PGP SIGNATURE-----
diff --git a/app-crypt/hashalot/files/digest-hashalot-0.3-r1 b/app-crypt/hashalot/files/digest-hashalot-0.3-r1
new file mode 100644
index 000000000000..824f731c29c6
--- /dev/null
+++ b/app-crypt/hashalot/files/digest-hashalot-0.3-r1
@@ -0,0 +1 @@
+MD5 5756530afbfb962983416d458bfb1fa3 hashalot-0.3.tar.gz 80284
diff --git a/app-crypt/hashalot/hashalot-0.3-r1.ebuild b/app-crypt/hashalot/hashalot-0.3-r1.ebuild
new file mode 100644
index 000000000000..7ad4429798db
--- /dev/null
+++ b/app-crypt/hashalot/hashalot-0.3-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.3-r1.ebuild,v 1.1 2005/11/24 04:02:50 vapier Exp $
+
+DESCRIPTION="CryptoAPI utils"
+HOMEPAGE="http://www.kerneli.org/"
+SRC_URI="http://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
+IUSE=""
+
+DEPEND=""
+
+src_test() {
+ make check-TESTS || die
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "install error"
+ mv "${D}"/usr/{sbin,bin} || die
+ dodoc ChangeLog NEWS README
+}