diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-02 16:41:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-02 16:41:24 +0000 |
commit | ab6cd1e25a090b5c88a88565bbc0af3d5cdf8c6b (patch) | |
tree | 2add581751160021fd13bc50a654a79058626499 /app-crypt | |
parent | New version (#81432). (diff) | |
download | historical-ab6cd1e25a090b5c88a88565bbc0af3d5cdf8c6b.tar.gz historical-ab6cd1e25a090b5c88a88565bbc0af3d5cdf8c6b.tar.bz2 historical-ab6cd1e25a090b5c88a88565bbc0af3d5cdf8c6b.zip |
amd64 lovin
Package-Manager: portage-2.0.51.18
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/shash/Manifest | 12 | ||||
-rw-r--r-- | app-crypt/shash/shash-0.2.6-r1.ebuild | 11 |
2 files changed, 6 insertions, 17 deletions
diff --git a/app-crypt/shash/Manifest b/app-crypt/shash/Manifest index 48a9889d1a22..cdfe91253290 100644 --- a/app-crypt/shash/Manifest +++ b/app-crypt/shash/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 16f3647d5a9aeb497370245fec960ea8 shash-0.2.6-r1.ebuild 1017 MD5 7ed72e74335a3379a87850de24fec5f8 ChangeLog 1483 MD5 5aa9af147b815004b0cf0a2dfd88124a metadata.xml 445 +MD5 80d9d6094d0ab9d7c1c896f26b426ce3 shash-0.2.6-r1.ebuild 1023 MD5 6a686d232cbb0eeadba51ea32851c8a9 files/0.2.6-manpage-fixes.patch 1451 MD5 d49dfbc3613b62886594562719104b4a files/digest-shash-0.2.6-r1 63 MD5 1f217dc9a5042927a1cf690a44da380f files/shash.bash-completion 1003 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFB3VrCI1lqEGTUzyQRAhfkAKCJjRfvxqUkaQth7HXbeOA1L/Wi3wCgz0PM -AXki4PteAdG3q3g2CyVD/NM= -=Jswl ------END PGP SIGNATURE----- diff --git a/app-crypt/shash/shash-0.2.6-r1.ebuild b/app-crypt/shash/shash-0.2.6-r1.ebuild index e26da1f22113..51a5089e4e2a 100644 --- a/app-crypt/shash/shash-0.2.6-r1.ebuild +++ b/app-crypt/shash/shash-0.2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.5 2005/01/01 12:38:57 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6-r1.ebuild,v 1.6 2005/03/02 16:41:24 vapier Exp $ inherit bash-completion eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://mcrypt.hellug.gr/pub/mcrypt/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="amd64 ppc x86" IUSE="static" RDEPEND="virtual/libc @@ -23,9 +23,8 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} - - epatch ${FILESDIR}/0.2.6-manpage-fixes.patch + cd "${S}" + epatch "${FILESDIR}"/0.2.6-manpage-fixes.patch } src_compile() { @@ -34,7 +33,7 @@ src_compile() { } src_install() { - make install DESTDIR=${D} || die "install failed" + make install DESTDIR="${D}" || die "install failed" dodoc AUTHORS ChangeLog INSTALL NEWS doc/sample.shashrc doc/FORMAT dobashcompletion ${FILESDIR}/shash.bash-completion ${PN} } |