summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2007-02-22 11:43:48 +0000
committerAlon Bar-Lev <alonbl@gentoo.org>2007-02-22 11:43:48 +0000
commit1b9ac8a223e6a3240d3ce626614d77b69f5d07d4 (patch)
tree771bd82912febd3120fbe68f5f6db3d84a8da2d9 /app-crypt/aespipe
parentNew firmware source, bug 165401 thanks to KaZeR (diff)
downloadgentoo-2-1b9ac8a223e6a3240d3ce626614d77b69f5d07d4.tar.gz
gentoo-2-1b9ac8a223e6a3240d3ce626614d77b69f5d07d4.tar.bz2
gentoo-2-1b9ac8a223e6a3240d3ce626614d77b69f5d07d4.zip
Acquire ownership, cleanup, fix bug#155647, thank to Spooky Ghost
(Portage version: 2.1.2-r10)
Diffstat (limited to 'app-crypt/aespipe')
-rw-r--r--app-crypt/aespipe/ChangeLog6
-rw-r--r--app-crypt/aespipe/aespipe-2.2a.ebuild33
-rw-r--r--app-crypt/aespipe/aespipe-2.3b.ebuild8
-rw-r--r--app-crypt/aespipe/files/digest-aespipe-2.2a3
-rw-r--r--app-crypt/aespipe/metadata.xml10
5 files changed, 14 insertions, 46 deletions
diff --git a/app-crypt/aespipe/ChangeLog b/app-crypt/aespipe/ChangeLog
index 5871b3f7035f..bd86c9a06fb0 100644
--- a/app-crypt/aespipe/ChangeLog
+++ b/app-crypt/aespipe/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/aespipe
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.20 2007/02/18 18:21:21 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.21 2007/02/22 11:43:48 alonbl Exp $
+
+ 22 Feb 2007; Alon Bar-Lev <alonbl@gentoo.org> metadata.xml,
+ -aespipe-2.2a.ebuild, aespipe-2.3b.ebuild:
+ Acquire ownership, cleanup, fix bug#155647, thank to Spooky Ghost
18 Feb 2007; Markus Rothe <corsair@gentoo.org> aespipe-2.3b.ebuild:
Stable on ppc64
diff --git a/app-crypt/aespipe/aespipe-2.2a.ebuild b/app-crypt/aespipe/aespipe-2.2a.ebuild
deleted file mode 100644
index 313c2c8b4d08..000000000000
--- a/app-crypt/aespipe/aespipe-2.2a.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# 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.9 2006/12/20 00:20:14 kugelfang Exp $
-
-inherit flag-o-matic
-
-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="amd64 ppc sparc x86"
-IUSE="static"
-DEPEND=""
-S="${WORKDIR}/${PN}-v${PV}"
-
-src_compile() {
- use static && append-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/aespipe-2.3b.ebuild b/app-crypt/aespipe/aespipe-2.3b.ebuild
index 8ab1008bcea7..6655bd859c95 100644
--- a/app-crypt/aespipe/aespipe-2.3b.ebuild
+++ b/app-crypt/aespipe/aespipe-2.3b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.11 2007/02/18 18:21:21 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/aespipe-2.3b.ebuild,v 1.12 2007/02/22 11:43:48 alonbl Exp $
inherit flag-o-matic
@@ -13,16 +13,18 @@ SLOT="0"
KEYWORDS="amd64 ppc ppc-macos ppc64 sparc x86"
IUSE="static"
DEPEND=""
+RDEPEND="app-arch/sharutils"
-S=${WORKDIR}/${PN}-v${PV}
+S="${WORKDIR}/${PN}-v${PV}"
src_compile() {
use static && append-ldflags -static
econf || die
emake || die
}
+
src_install() {
- dobin aespipe bz2aespipe || die
+ dobin aespipe 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
deleted file mode 100644
index e5f7f4f71a73..000000000000
--- a/app-crypt/aespipe/files/digest-aespipe-2.2a
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 b8d08af1dcb33815ba77ecdae4a1ed96 aespipe-v2.2a.tar.bz2 74390
-RMD160 f4a56e1f1b012838b4d143d55a654cdc57477de7 aespipe-v2.2a.tar.bz2 74390
-SHA256 483d1dff54d786ed0d17fc734bf6c7b022762ba9e48011dc4d2e81753599c793 aespipe-v2.2a.tar.bz2 74390
diff --git a/app-crypt/aespipe/metadata.xml b/app-crypt/aespipe/metadata.xml
index d05f9ba0821d..df1a1a8242fe 100644
--- a/app-crypt/aespipe/metadata.xml
+++ b/app-crypt/aespipe/metadata.xml
@@ -1,10 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
-<email>avenj@gentoo.org</email>
-<name>Jon Portnoy</name>
-</maintainer>
+ <herd>crypto</herd>
+ <maintainer>
+ <email>crypto@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
-