ChangeLog

# 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.22 2007/02/27 13:14:44 grobian Exp $

27 Feb 2007; Fabian Groffen aespipe-2.3b.ebuild:
Dropped ppc-macos keyword, see you in prefix

22 Feb 2007; Alon Bar-Lev 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 aespipe-2.3b.ebuild:
Stable on ppc64

25 Jan 2007; Danny van Dyk aespipe-2.3b.ebuild:
Oops, typo.

21 Dec 2006; Markus Rothe aespipe-2.3b.ebuild:
Added ~ppc64; bug #157982

20 Dec 2006; Danny van Dyk aespipe-2.2a.ebuild:
QA: LDFLAGS= -> append-ldflags.

22 Sep 2006; aespipe-2.3b.ebuild:
Stable on x86, bug #145410.

22 Sep 2006; aespipe-2.3b.ebuild:
stable on amd64

17 Sep 2006; Tobias Scherbaum aespipe-2.3b.ebuild:
ppc stable

15 Sep 2006; Jason Wever aespipe-2.3b.ebuild:
Stable on SPARC wrt bug #145410.

15 Sep 2006; Fabian Groffen aespipe-2.3b.ebuild:
Marked ppc-macos stable (bug #145410)

19 Apr 2006; Jason Wever aespipe-2.2a.ebuild:
Stable on SPARC.

10 Aug 2005; Kito aespipe-2.3b.ebuild:
~ppc-macos keyword.

*aespipe-2.3b (18 Jun 2005)

18 Jun 2005; Jon Portnoy aespipe-2.3b.ebuild:
Version bump, clears bugs #52046 & #95941.

31 Dec 2004; Jason Wever aespipe-2.2a.ebuild:
Added ~sparc keyword.

05 Oct 2004; Pieter Van den Abeele
aespipe-2.2a.ebuild:
Masked aespipe-2.2a.ebuild stable for ppc

03 Sep 2004; David Holm aespipe-2.2a.ebuild:
Added to ~ppc.

28 Apr 2004; Jon Portnoy aespipe-2.2a.ebuild :
Stable on AMD64 and x86.

*aespipe-2.2a (11 Feb 2004)

11 Feb 2004; Daniel Ahlberg aespipe-2.2a.ebuild:
Initial import. Ebuild submitted by Venkat Manakkal in
#20669.

Manifest

DIST aespipe-v2.3b.tar.bz2 85567 RMD160 bc71e86b62d1b478b8f4020018c41deb04d767e6 SHA1 ff08b8943f475c93ac8424a8dbb17b43f9b09592 SHA256 b746cffbfd663625faf2bf9ea31f1889e5071b20d0ebc02d2375d3219cd163bb
EBUILD aespipe-2.3b.ebuild 713 RMD160 c605b957cb94517f84c7a36e8ac322b24f344a22 SHA1 2206b31bb483146d58010e1dd3779dc8b1663741 SHA256 4f0877ce56a20866a3384ac38ad751152d3c896493ecb5191cde6a0fd40b701a
MISC ChangeLog 2256 RMD160 f51292f9a5440d454f6590e8b3afc2e19629a0c0 SHA1 ee05771639aa0a70990c828b77ee16bf6df5150f SHA256 59f6f8fefe3768801a59c5a24488a40ad3e14ee28993910182f786ba5a292958
MISC metadata.xml 224 RMD160 74db96ad8aa1d285d83ae93a9f4a767335f55c15 SHA1 d86a171d981b45e7ed0c0b3b5059d2a63c811001 SHA256 9e9ce661a9fdb45a535ad875a247b700a70745359b27533ec29a6a46fa708e86

aespipe-2.3b.ebuild

# 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.13 2007/02/27 13:14:44 grobian 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 ppc64 sparc x86"
IUSE="static"
DEPEND=""
RDEPEND="app-arch/sharutils"

S="${WORKDIR}/${PN}-v${PV}"

src_compile() {
use static && append-ldflags -static
econf || die
emake || die
}

src_install() {
dobin aespipe bz2aespipe
dodoc README
doman aespipe.1
}

metadata.xml




crypto

crypto@gentoo.org