summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2005-06-18 05:15:39 +0000
committerJon Portnoy <avenj@gentoo.org>2005-06-18 05:15:39 +0000
commit320fa0b7a8e357fc6d056ad02b4d97db23e99771 (patch)
treec7c388aaacd8df0864e62b568cf64f068bab992c /app-crypt/aespipe
parent0.8.1 stable, 0.9.0 committed to unstable, bug 88545 (diff)
downloadhistorical-320fa0b7a8e357fc6d056ad02b4d97db23e99771.tar.gz
historical-320fa0b7a8e357fc6d056ad02b4d97db23e99771.tar.bz2
historical-320fa0b7a8e357fc6d056ad02b4d97db23e99771.zip
Version bump, fixes bugs 52046 and 95941
Package-Manager: portage-2.0.51-r12
Diffstat (limited to 'app-crypt/aespipe')
-rw-r--r--app-crypt/aespipe/ChangeLog7
-rw-r--r--app-crypt/aespipe/Manifest4
-rw-r--r--app-crypt/aespipe/aespipe-2.3b.ebuild31
-rw-r--r--app-crypt/aespipe/files/digest-aespipe-2.3b1
4 files changed, 41 insertions, 2 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..80cef67054dc 100644
--- a/app-crypt/aespipe/Manifest
+++ b/app-crypt/aespipe/Manifest
@@ -1,4 +1,6 @@
-MD5 e5c15033290e9a629c9d09a867c2c9e8 ChangeLog 800
+MD5 c0f22ba4f6cf3f980d93f8828c7fb8ef ChangeLog 936
MD5 ec65f6ad470963640672310ef6a9a481 aespipe-2.2a.ebuild 735
MD5 51334b67d2cbed22e0efec4143bc6ff0 metadata.xml 245
+MD5 32bb865c9a4bee22c1f5e50aca5e59c8 aespipe-2.3b.ebuild 733
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