diff options
author | Jason Wever <weeve@gentoo.org> | 2006-04-19 03:47:29 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-04-19 03:47:29 +0000 |
commit | 6a1ddda0e3dd7a0eced4695e553abd3ab4dd0666 (patch) | |
tree | dd374295fbf7ebbb24a2fe4e8abb70e5f8c0afa1 /app-crypt | |
parent | Metadata QC fix (diff) | |
download | gentoo-2-6a1ddda0e3dd7a0eced4695e553abd3ab4dd0666.tar.gz gentoo-2-6a1ddda0e3dd7a0eced4695e553abd3ab4dd0666.tar.bz2 gentoo-2-6a1ddda0e3dd7a0eced4695e553abd3ab4dd0666.zip |
Stable on SPARC.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/aespipe/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/aespipe/aespipe-2.2a.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/aespipe/ChangeLog b/app-crypt/aespipe/ChangeLog index 8a4947cbed9d..dcdfbb58c7e3 100644 --- a/app-crypt/aespipe/ChangeLog +++ b/app-crypt/aespipe/ChangeLog @@ -1,6 +1,9 @@ # 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.10 2005/08/10 16:44:12 kito Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.11 2006/04/19 03:47:29 weeve Exp $ + + 19 Apr 2006; Jason Wever <weeve@gentoo.org> aespipe-2.2a.ebuild: + Stable on SPARC. 10 Aug 2005; Kito <kito@gentoo.org> aespipe-2.3b.ebuild: ~ppc-macos keyword. diff --git a/app-crypt/aespipe/aespipe-2.2a.ebuild b/app-crypt/aespipe/aespipe-2.2a.ebuild index 8c69d7165810..995519166704 100644 --- a/app-crypt/aespipe/aespipe-2.2a.ebuild +++ b/app-crypt/aespipe/aespipe-2.2a.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.7 2005/01/01 12:24:00 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/aespipe-2.2a.ebuild,v 1.8 2006/04/19 03:47:29 weeve 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" +KEYWORDS="amd64 ppc sparc x86" IUSE="static" DEPEND="" S="${WORKDIR}/${PN}-v${PV}" |