Portage is a package management system used by Gentoo Linux
# ChangeLog for app-crypt/shash
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/ChangeLog,v 1.22 2008/06/07 22:08:49 swegener Exp $
07 Jun 2008; Sven Wegener
+files/shash-0.2.6-binary-files.patch, shash-0.2.6-r1.ebuild:
Add patch to fix -c with binary files, bug #182417.
04 Feb 2008; Fabian Groffen
Dropped ppc-macos keyword, see you in prefix
22 Oct 2006; Diego Pettenò
Add ~x86-fbsd keyword.
19 Oct 2006; Roy Marples
Added ~sparc-fbsd keyword.
13 Oct 2006; Sven Wegener
files/shash.bash-completion, shash-0.2.6-r1.ebuild:
Touchup bash completion support.
29 Sep 2006; Daniel Drake
Fix RDEPEND
21 May 2006; Markus Rothe
Stable on ppc64
19 Jan 2006; Gustavo Zacarias
Stable on sparc
21 Dec 2005; Markus Rothe
Added ~ppc64; bug #116186
20 Dec 2005; Gustavo Zacarias
Keyworded ~sparc wrt #116186
20 Sep 2005; Fabian Groffen
Marking ~ppc-macos (bug #106613)
15 Nov 2004; Sven Wegener
Added missing inherit eutils for epatch which was dropped accidently.
Thanks to Daniel Webert
06 Nov 2004; Sven Wegener
-shash-0.2.6.ebuild:
Marked stable on x86. Removed old ebuild.
17 Oct 2004; David Holm
Added to ~ppc.
*shash-0.2.6-r1 (27 Sep 2004)
27 Sep 2004; Sven Wegener
+files/shash.bash-completion, +shash-0.2.6-r1.ebuild:
Revision bump. Added support for bash-completion. Thanks to James Rowe
24 Sep 2004; Sven Wegener
+files/0.2.6-manpage-fixes.patch, shash-0.2.6.ebuild:
Added a patch that corrects some manpage errors. Closes bug #64491.
15 Jul 2004; Sven Wegener
Taking over primary maintainership.
07 Jun 2004; Daniel Black
shash-0.2.6.ebuild:
Added DEPENDS. marked stable
*shash-0.2.6 (20 Jan 2004)
20 Jan 2004; Robin H. Johnson
initial commit, ebuild by Sven Wegener
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
AUX 0.2.6-manpage-fixes.patch 1451 RMD160 4a906e6a23c09d72b9f98f58c737edfa6c2ac83a SHA1 d7052c1f1d26158c6701904ce8fa09c470817218 SHA256 12619eaba8cfd99917658139306fb8c0ff087f10ce05bd285aa3c8e66f88e317
AUX shash-0.2.6-binary-files.patch 898 RMD160 ef4f8d7e6feae55c45d6a8483dc6d95c4bfc71d2 SHA1 7fb3a989531b74e88556031aebaae9f187822a39 SHA256 e06660afe1afb338bf4f209d39ac33c412ecc6fb22feec684c0a7b5fd80f46a6
AUX shash.bash-completion 993 RMD160 71a35551e47213e6baec5deaad4c92fff7440450 SHA1 0c356a4307a97b14d73de6af2e2315e75351123c SHA256 5f3d0bb5a202ba3365c81945ec2f0318893f1f372f11c8b4d7bc524888d8d228
DIST shash-0.2.6.tar.gz 105641 RMD160 9b17e84ca8a6deb312e26f037f4f15056f6838e9 SHA1 306baa20823832627e861f7d20ab3316eaa57b9e SHA256 6abf13eb1c3b4b6ef0f07e5425d10ed2abaad1d08c327647feb3506e76ced9dc
EBUILD shash-0.2.6-r1.ebuild 1058 RMD160 d5161020e2255f6aee92c5a8ecc1c7a04c3e4cbb SHA1 bf6b1d8e863e6ae017071abda2ae6a8d05d34a41 SHA256 1c2c3978d08931101e4c7d3afa53970ea22e60e4226459fa8433e58f5dbdb097
MISC ChangeLog 2706 RMD160 ab9721a49cd2111f0bcf4a45bdc00cfddfd76f21 SHA1 66edca1ef610140fbaab171a8f1323f87d872bd5 SHA256 b7a43e1df6b4e37eb255f37d45ac3b2aea0d9fa58622229a7def0a520724452f
MISC metadata.xml 445 RMD160 8fe3514acbfd6d8af3ebaa9dcdd0a5f19c1b8e05 SHA1 6c6dc372a6a73c35caf1ac26d370550d549cf7fa SHA256 0f32465ca38e78d722e961d48820997094b6bf2191f15a0645600ad7910790c0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFISwb3I1lqEGTUzyQRAjOGAKCOP783kKPoDPqnUEn4f5B4ldP5vQCgvEv4
45deG/sjLffaTlP05ygBIUo=
=791h
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6-r1.ebuild,v 1.21 2008/06/07 22:08:49 swegener Exp $
inherit bash-completion eutils
DESCRIPTION="Generate or check digests or MACs of files"
HOMEPAGE="http://mcrypt.hellug.gr/shash/"
SRC_URI="ftp://mcrypt.hellug.gr/pub/mcrypt/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
IUSE="static"
DEPEND=">=app-crypt/mhash-0.8.18-r1"
RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PV}-manpage-fixes.patch
epatch "${FILESDIR}"/${P}-binary-files.patch
}
src_compile() {
econf $(use_enable static static-link) || die "econf failed"
emake || die "emake failed"
}
src_install() {
make install DESTDIR="${D}" || die "install failed"
dodoc AUTHORS ChangeLog INSTALL NEWS doc/sample.shashrc doc/FORMAT
dobashcompletion "${FILESDIR}"/shash.bash-completion ${PN}
}