summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-02-11 14:56:32 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-02-11 14:56:32 +0000
commit81dd5d5b70d8efef9ce3b77e2a60251fea1242b4 (patch)
tree4182e8314c35ab5a0dbca0e18b79d09914d4957b /app-crypt
parentInitial import (diff)
downloadgentoo-2-81dd5d5b70d8efef9ce3b77e2a60251fea1242b4.tar.gz
gentoo-2-81dd5d5b70d8efef9ce3b77e2a60251fea1242b4.tar.bz2
gentoo-2-81dd5d5b70d8efef9ce3b77e2a60251fea1242b4.zip
Initial import
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/aespipe/ChangeLog10
-rw-r--r--app-crypt/aespipe/Manifest4
-rw-r--r--app-crypt/aespipe/aespipe-2.2a.ebuild31
-rw-r--r--app-crypt/aespipe/files/digest-aespipe-2.2a1
4 files changed, 44 insertions, 2 deletions
diff --git a/app-crypt/aespipe/ChangeLog b/app-crypt/aespipe/ChangeLog
new file mode 100644
index 000000000000..11745310a440
--- /dev/null
+++ b/app-crypt/aespipe/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-crypt/aespipe
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.1 2004/02/11 14:56:23 aliz Exp $
+
+*aespipe-2.2a (11 Feb 2004)
+
+ 11 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> aespipe-2.2a.ebuild:
+ Initial import. Ebuild submitted by Venkat Manakkal <venkat@rayservers.com> in
+ #20669.
+
diff --git a/app-crypt/aespipe/Manifest b/app-crypt/aespipe/Manifest
index 968fe45c46d4..5b9ebaa1a212 100644
--- a/app-crypt/aespipe/Manifest
+++ b/app-crypt/aespipe/Manifest
@@ -1,3 +1,3 @@
-MD5 6bb4924a8ed961f9aaada65ab03ca28b aespipe-2.2a.ebuild 632
-MD5 40d8ab132d77787ce987f3d4c60f42db ChangeLog 125
+MD5 527a035c670e3da1acf7a6ee2198762f aespipe-2.2a.ebuild 729
+MD5 12998d9b4b39322032448afd18b9734d ChangeLog 404
MD5 a26129290dfe5d81ab805764dc03d3dd files/digest-aespipe-2.2a 65
diff --git a/app-crypt/aespipe/aespipe-2.2a.ebuild b/app-crypt/aespipe/aespipe-2.2a.ebuild
new file mode 100644
index 000000000000..9efb70b57801
--- /dev/null
+++ b/app-crypt/aespipe/aespipe-2.2a.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/aespipe-2.2a.ebuild,v 1.1 2004/02/11 14:56:23 aliz 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"
+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.2a b/app-crypt/aespipe/files/digest-aespipe-2.2a
new file mode 100644
index 000000000000..fa07788fde3a
--- /dev/null
+++ b/app-crypt/aespipe/files/digest-aespipe-2.2a
@@ -0,0 +1 @@
+MD5 b8d08af1dcb33815ba77ecdae4a1ed96 aespipe-v2.2a.tar.bz2 74390