From 313e6e7dac9eaeb511b11c9e91ab1d7285a2ad83 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Fri, 14 Dec 2012 21:59:41 +0000 Subject: Version bump per bug#426230, thanks to Gerald (Portage version: 2.2.0_alpha148/cvs/Linux x86_64, unsigned Manifest commit) --- app-crypt/aespipe/ChangeLog | 8 ++++++-- app-crypt/aespipe/aespipe-2.4c.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 app-crypt/aespipe/aespipe-2.4c.ebuild (limited to 'app-crypt/aespipe') diff --git a/app-crypt/aespipe/ChangeLog b/app-crypt/aespipe/ChangeLog index 333235570a16..0921e74a2d7d 100644 --- a/app-crypt/aespipe/ChangeLog +++ b/app-crypt/aespipe/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/aespipe # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.31 2012/09/18 04:39:41 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.32 2012/12/14 21:59:41 alonbl Exp $ + +*aespipe-2.4c (14 Dec 2012) + + 14 Dec 2012; +aespipe-2.4c.ebuild: + Version bump per bug#426230, thanks to Gerald 18 Sep 2012; Tim Harder metadata.xml: Remove redundant maintainer from metadata. @@ -95,4 +100,3 @@ 11 Feb 2004; Daniel Ahlberg aespipe-2.2a.ebuild: Initial import. Ebuild submitted by Venkat Manakkal in #20669. - diff --git a/app-crypt/aespipe/aespipe-2.4c.ebuild b/app-crypt/aespipe/aespipe-2.4c.ebuild new file mode 100644 index 000000000000..9ba711196c67 --- /dev/null +++ b/app-crypt/aespipe/aespipe-2.4c.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/aespipe-2.4c.ebuild,v 1.1 2012/12/14 21:59:41 alonbl 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 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" +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 +} -- cgit v1.2.3-65-gdbad