diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2003-06-18 20:53:21 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2003-06-18 20:53:21 +0000 |
commit | 9e966267313792b462ec76528efab826ce5e7f00 (patch) | |
tree | 8d2564f00591c41870ba7421eb2cd271f449f5ed | |
parent | Initial import. (diff) | |
download | gentoo-2-9e966267313792b462ec76528efab826ce5e7f00.tar.gz gentoo-2-9e966267313792b462ec76528efab826ce5e7f00.tar.bz2 gentoo-2-9e966267313792b462ec76528efab826ce5e7f00.zip |
Initial import.
-rw-r--r-- | app-crypt/aes-crypt/ChangeLog | 9 | ||||
-rw-r--r-- | app-crypt/aes-crypt/Manifest | 4 | ||||
-rw-r--r-- | app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild | 29 | ||||
-rw-r--r-- | app-crypt/aes-crypt/files/digest-aes-crypt-1.0.7 | 1 |
4 files changed, 41 insertions, 2 deletions
diff --git a/app-crypt/aes-crypt/ChangeLog b/app-crypt/aes-crypt/ChangeLog new file mode 100644 index 000000000000..2499a2f9febd --- /dev/null +++ b/app-crypt/aes-crypt/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-crypt/aes-crypt +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aes-crypt/ChangeLog,v 1.1 2003/06/18 20:53:17 absinthe Exp $ + +*aes-crypt-1.0.7 (18 Jun 2003) + + 18 Jun 2003; Dylan Carlson <absinthe@gentoo.org> aes-crypt-1.0.7.ebuild: + Initial import. + diff --git a/app-crypt/aes-crypt/Manifest b/app-crypt/aes-crypt/Manifest index d3a3110ef297..ca35e8434914 100644 --- a/app-crypt/aes-crypt/Manifest +++ b/app-crypt/aes-crypt/Manifest @@ -1,3 +1,3 @@ -MD5 5e5d0b8e30d1fd5d6077c7e6567c41ec aes-crypt-1.0.7.ebuild 713 -MD5 b2c8e08166cef87e572a219370438147 ChangeLog 254 +MD5 e0e193ff34bdecd7cd354fe0b9dd4ed4 aes-crypt-1.0.7.ebuild 820 +MD5 4dffa42ee9e925ec395797e123b58bd2 ChangeLog 348 MD5 205e43c13b641ee04450eff1b26c434d files/digest-aes-crypt-1.0.7 60 diff --git a/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild b/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild new file mode 100644 index 000000000000..965776ebe4b3 --- /dev/null +++ b/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/aes-crypt/aes-crypt-1.0.7.ebuild,v 1.1 2003/06/18 20:53:17 absinthe Exp $ + +At="${PN/-crypt/}-${PV}" +DESCRIPTION="Command line program ('aes') to encrypt and decrypt data using the Rjiandel algorythm" +HOMEPAGE="http://my.cubic.ch/users/timtas/aes/" +SRC_URI="http://my.cubic.ch/users/timtas/aes/${At}.tar.gz" +SLOT="0" +LICENSE="BSD" +KEYWORDS="x86 ppc sparc alpha" +IUSE="" +DEPEND="virtual/glibc" + +src_unpack() { + unpack ${At}.tar.gz +} + +src_compile() { + cd ${WORKDIR}/${At} + sed -e "s:CFLAGS=-g -Wall:CFLAGS=-g -Wall ${CFLAGS}:" Makefile.linux > Makefile + make || die +} + +src_install() { + cd ${WORKDIR}/${At} + dobin aes + dodoc CHANGES INSTALL LICENSE README TODO +} diff --git a/app-crypt/aes-crypt/files/digest-aes-crypt-1.0.7 b/app-crypt/aes-crypt/files/digest-aes-crypt-1.0.7 new file mode 100644 index 000000000000..8a859c302578 --- /dev/null +++ b/app-crypt/aes-crypt/files/digest-aes-crypt-1.0.7 @@ -0,0 +1 @@ +MD5 59e9b9635c384b42055d85a6dd66a5c7 aes-1.0.7.tar.gz 34165 |