Portage is a package management system used by Gentoo Linux
# ChangeLog for app-crypt/hashalot
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/ChangeLog,v 1.28 2007/02/21 17:55:42 alonbl Exp $
21 Feb 2007; Alon Bar-Lev
files/digest-hashalot-0.3-r2, Manifest:
Update Manifest
*hashalot-0.3-r2 (05 Feb 2006)
05 Feb 2006; Mike Frysinger
Better to follow upstream behavior for where to store programs #121700.
*hashalot-0.3-r1 (24 Nov 2005)
24 Nov 2005; Mike Frysinger
Move programs from sbin to bin.
02 Jan 2005; Ciaran McCreesh
Change encoding to UTF-8 for GLEP 31 compliance
05 Oct 2004; Pieter Van den Abeele
hashalot-0.2.0.ebuild, hashalot-0.3.ebuild:
Masked hashalot-0.3.ebuild stable for ppc
05 Oct 2004; Pieter Van den Abeele
hashalot-0.2.0.ebuild:
Masked hashalot-0.2.0.ebuild stable for ppc
16 Jul 2004; Gustavo Zacarias
Stable on hppa
15 Jul 2004; Gustavo Zacarias
Stable on sparc
07 Jul 2004; Travis Tilley
stable on amd64
06 Jul 2004; Joshua Kinard
Marked stable on mips.
29 Jun 2004; Aron Griffis
stable on x86, alpha, ia64
14 Jun 2004; Gustavo Zacarias
Stable on hppa
13 Jun 2004; Daniel Black
fix on install
*hashalot-0.3 (13 Jun 2004)
13 Jun 2004; Daniel Black
version bump. Thank to Alessandro Di Marco
11 Jun 2004; Gustavo Zacarias
Stable on sparc
07 Jun 2004; Daniel Black
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
stable on amd64
04 May 2004; Bryan Østergaard
hashalot-0.2.0.ebuild:
Stable on alpha.
01 Apr 2004; Jon Portnoy
Stable on AMD64
10 Mar 2004;
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)
07 Mar 2004; Joshua Kinard
hashalot-0.2.0.ebuild:
Marked stable on mips (needed for util-linux), and added ebuild for a new
revision.
09 Feb 2004;
stable on hppa
09 Feb 2004;
stable on sparc
06 Feb 2004; Martin Schlemmer
Bump to stable for x86 (needed for util-linux).
03 Feb 2004; Bartosch Pixa
set ppc in keywords
02 Dec 2003; Brad House
oops, didn't install properly
*hashalot-0.1.0 (02 Dec 2003)
02 Dec 2003; Brad House
initial revision of hashalot helper app for
2.6 kernel CryptoAPI, and util-linux-2.12 losetup patch
DIST hashalot-0.3.tar.gz 80284 RMD160 c29d0063c02dd8f0f3cdec2f7b820ce2e395334d SHA1 4d644a4cb2a6d6969505452c91f83c6f1edab52b SHA256 6015b8e519da6d2ca49bd21a417145ff982af35e6303176fce818189fd816967
EBUILD hashalot-0.3-r2.ebuild 622 RMD160 cdd54770a00a9f348625461bef990ae042f23de1 SHA1 3cebc9f9b9708080c52d9df43207aeaf9ac855f9 SHA256 02f43bd30bffc53b155d888f045c166c81cc870e3041db8243350d477818fcf8
MISC ChangeLog 3501 RMD160 18d79628a4cd4332f98839cf63a604c567269a52 SHA1 252191e24d3bcfb0e767b789fd5129b13d60e758 SHA256 a9004a04e93d40c0225f089cde72c257f08cd1bfce0d673f24f8ec6c8eb31845
MISC metadata.xml 164 RMD160 f43cbec30b7074319087c9acffdb9354b17b0db3 SHA1 9c213f5803676c56439df3716be07d6692588856 SHA256 f5f2891f2a4791cd31350bb2bb572131ad7235cd0eeb124c9912c187ac10ce92
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.3-r2.ebuild,v 1.1 2006/02/05 20:44:18 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"
dodoc ChangeLog NEWS README
}