diff options
author | 2004-04-28 22:01:35 +0000 | |
---|---|---|
committer | 2004-04-28 22:01:35 +0000 | |
commit | b94f43bcfb990eb7a5bf962bac2f16cf1861d0a0 (patch) | |
tree | 9d73efe4157cd19a1aaee0f97183c5f0ed0bf077 /app-crypt/aespipe | |
parent | Stable on AMD64 (diff) | |
download | historical-b94f43bcfb990eb7a5bf962bac2f16cf1861d0a0.tar.gz historical-b94f43bcfb990eb7a5bf962bac2f16cf1861d0a0.tar.bz2 historical-b94f43bcfb990eb7a5bf962bac2f16cf1861d0a0.zip |
Stable on x86 and AMD64
Diffstat (limited to 'app-crypt/aespipe')
-rw-r--r-- | app-crypt/aespipe/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/aespipe/Manifest | 5 | ||||
-rw-r--r-- | app-crypt/aespipe/aespipe-2.2a.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/aespipe/metadata.xml | 10 |
4 files changed, 19 insertions, 5 deletions
diff --git a/app-crypt/aespipe/ChangeLog b/app-crypt/aespipe/ChangeLog index 11745310a440..999082065167 100644 --- a/app-crypt/aespipe/ChangeLog +++ b/app-crypt/aespipe/ChangeLog @@ -1,6 +1,9 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/ChangeLog,v 1.2 2004/04/28 22:01:34 avenj Exp $ + + 28 Apr 2004; Jon Portnoy <avenj@gentoo.org> aespipe-2.2a.ebuild : + Stable on AMD64 and x86. *aespipe-2.2a (11 Feb 2004) diff --git a/app-crypt/aespipe/Manifest b/app-crypt/aespipe/Manifest index 5b9ebaa1a212..526f0724f31d 100644 --- a/app-crypt/aespipe/Manifest +++ b/app-crypt/aespipe/Manifest @@ -1,3 +1,4 @@ -MD5 527a035c670e3da1acf7a6ee2198762f aespipe-2.2a.ebuild 729 -MD5 12998d9b4b39322032448afd18b9734d ChangeLog 404 +MD5 3d511ec33e43a64544a6d50d60bc22bf ChangeLog 501 +MD5 bd0d0c5a51e5f681f8aa082f7421bc40 aespipe-2.2a.ebuild 728 +MD5 51334b67d2cbed22e0efec4143bc6ff0 metadata.xml 245 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 index 9efb70b57801..558beb44576b 100644 --- a/app-crypt/aespipe/aespipe-2.2a.ebuild +++ b/app-crypt/aespipe/aespipe-2.2a.ebuild @@ -1,13 +1,13 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aespipe/aespipe-2.2a.ebuild,v 1.2 2004/04/28 22:01:34 avenj 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" +KEYWORDS="x86 amd64" IUSE="static" DEPEND="" S="${WORKDIR}/${PN}-v${PV}" diff --git a/app-crypt/aespipe/metadata.xml b/app-crypt/aespipe/metadata.xml new file mode 100644 index 000000000000..d05f9ba0821d --- /dev/null +++ b/app-crypt/aespipe/metadata.xml @@ -0,0 +1,10 @@ +<?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> +</pkgmetadata> + |