diff options
author | Jon Portnoy <avenj@gentoo.org> | 2005-06-18 05:15:39 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2005-06-18 05:15:39 +0000 |
commit | 7090ce522f139377f378c9c2d2c3b64522af4700 (patch) | |
tree | 7e996c6263078ec24b72809783b37bb98cd2b963 /app-crypt/aespipe | |
parent | 0.8.1 stable, 0.9.0 committed to unstable, bug 88545 (diff) | |
download | gentoo-2-7090ce522f139377f378c9c2d2c3b64522af4700.tar.gz gentoo-2-7090ce522f139377f378c9c2d2c3b64522af4700.tar.bz2 gentoo-2-7090ce522f139377f378c9c2d2c3b64522af4700.zip |
Version bump, fixes bugs 52046 and 95941
(Portage version: 2.0.51-r12)
Diffstat (limited to 'app-crypt/aespipe')
-rw-r--r-- | app-crypt/aespipe/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/aespipe/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/aespipe/aespipe-2.3b.ebuild | 31 | ||||
-rw-r--r-- | app-crypt/aespipe/files/digest-aespipe-2.3b | 1 |
4 files changed, 40 insertions, 1 deletions
diff --git a/app-crypt/aespipe/ChangeLog b/app-crypt/aespipe/ChangeLog index 266ac75c49ba..ce25acf36daa 100644 --- a/app-crypt/aespipe/ChangeLog +++ b/app-crypt/aespipe/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/aespipe # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.7 2005/01/01 12:24:00 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.8 2005/06/18 05:15:39 avenj Exp $ + +*aespipe-2.3b (18 Jun 2005) + + 18 Jun 2005; Jon Portnoy <avenj@gentoo.org> aespipe-2.3b.ebuild: + Version bump, clears bugs #52046 & #95941 31 Dec 2004; Jason Wever <weeve@gentoo.org> aespipe-2.2a.ebuild: Added ~sparc keyword. diff --git a/app-crypt/aespipe/Manifest b/app-crypt/aespipe/Manifest index 1c99abb1b580..7420c6a7b52e 100644 --- a/app-crypt/aespipe/Manifest +++ b/app-crypt/aespipe/Manifest @@ -1,4 +1,6 @@ MD5 e5c15033290e9a629c9d09a867c2c9e8 ChangeLog 800 MD5 ec65f6ad470963640672310ef6a9a481 aespipe-2.2a.ebuild 735 MD5 51334b67d2cbed22e0efec4143bc6ff0 metadata.xml 245 +MD5 491d36975dd8635cc7079e7adc46f4f8 aespipe-2.3b.ebuild 738 MD5 a26129290dfe5d81ab805764dc03d3dd files/digest-aespipe-2.2a 65 +MD5 8c96d61f2cb3f5cbfd62f12b8bf1c5fd files/digest-aespipe-2.3b 65 diff --git a/app-crypt/aespipe/aespipe-2.3b.ebuild b/app-crypt/aespipe/aespipe-2.3b.ebuild new file mode 100644 index 000000000000..c4e236f3eb68 --- /dev/null +++ b/app-crypt/aespipe/aespipe-2.3b.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/aespipe-2.3b.ebuild,v 1.1 2005/06/18 05:15:39 avenj Exp $ + +DESCRIPTION="Encrypts data from stdin to stdout." +HOMEPAGE="http://loop-aes.sourceforge.net" +SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc" +IUSE="static" +DEPEND="" +S="${WORKDIR}/${PN}-v${PV}" + +src_compile() { + use static && export LDFLAGS="-static -s" + + econf || die + + if [ "${ARCH}" == "x86" ]; then + emake i586 || die + else + emake || die + fi +} +src_install() { + dobin aespipe + dobin bz2aespipe + dodoc README + doman aespipe.1 +} diff --git a/app-crypt/aespipe/files/digest-aespipe-2.3b b/app-crypt/aespipe/files/digest-aespipe-2.3b new file mode 100644 index 000000000000..f6cd71c63a6c --- /dev/null +++ b/app-crypt/aespipe/files/digest-aespipe-2.3b @@ -0,0 +1 @@ +MD5 5d38581d606508cce911b0e710c823cc aespipe-v2.3b.tar.bz2 85567 |