diff options
Diffstat (limited to 'app-crypt/quickcrypt')
-rw-r--r-- | app-crypt/quickcrypt/ChangeLog | 10 | ||||
-rw-r--r-- | app-crypt/quickcrypt/Manifest | 3 | ||||
-rw-r--r-- | app-crypt/quickcrypt/files/digest-quickcrypt-0.9.2b | 1 | ||||
-rw-r--r-- | app-crypt/quickcrypt/metadata.xml | 9 | ||||
-rw-r--r-- | app-crypt/quickcrypt/quickcrypt-0.9.2b.ebuild | 19 |
5 files changed, 41 insertions, 1 deletions
diff --git a/app-crypt/quickcrypt/ChangeLog b/app-crypt/quickcrypt/ChangeLog new file mode 100644 index 000000000000..90b37459a5c2 --- /dev/null +++ b/app-crypt/quickcrypt/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-crypt/quickcrypt +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/quickcrypt/ChangeLog,v 1.1 2003/08/07 21:07:15 robbat2 Exp $ + +*quickcrypt-0.9.2b (07 Aug 2003) + + 07 Aug 2003; Robin H. Johnson <robbat2@gentoo.org> metadata.xml, + quickcrypt-0.9.2b.ebuild: + Initial Commit, bug #15220, submitted by Micheal Palmer <raven@netpimpz.com> + diff --git a/app-crypt/quickcrypt/Manifest b/app-crypt/quickcrypt/Manifest index af05f2bc687e..a8e3fb1d0293 100644 --- a/app-crypt/quickcrypt/Manifest +++ b/app-crypt/quickcrypt/Manifest @@ -1,3 +1,4 @@ -MD5 03b1c6bd2279599e104086021c689bfd quickcrypt-0.9.2b.ebuild 519 +MD5 4a3c0cd4de06bd83d8cd979e649177ed quickcrypt-0.9.2b.ebuild 518 +MD5 daf17969c24afafef61e4ec01b76a08f ChangeLog 432 MD5 9fc2eb46805e912b642c5fb6bb0aefa5 metadata.xml 247 MD5 b78af0cf105a7fea135ac02f38581719 files/digest-quickcrypt-0.9.2b 67 diff --git a/app-crypt/quickcrypt/files/digest-quickcrypt-0.9.2b b/app-crypt/quickcrypt/files/digest-quickcrypt-0.9.2b new file mode 100644 index 000000000000..f364e0b7da23 --- /dev/null +++ b/app-crypt/quickcrypt/files/digest-quickcrypt-0.9.2b @@ -0,0 +1 @@ +MD5 7dffe4ee090b85a46994b7bdb099cbe1 quickcrypt_0.9.2b.tar.gz 2927 diff --git a/app-crypt/quickcrypt/metadata.xml b/app-crypt/quickcrypt/metadata.xml new file mode 100644 index 000000000000..0c30bdd89c43 --- /dev/null +++ b/app-crypt/quickcrypt/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>app-crypt</herd> +<herd>dev-perl</herd> +<maintainer> + <email>robbat2@gentoo.org</email> +</maintainer> +</pkgmetadata> diff --git a/app-crypt/quickcrypt/quickcrypt-0.9.2b.ebuild b/app-crypt/quickcrypt/quickcrypt-0.9.2b.ebuild new file mode 100644 index 000000000000..9d275f21285a --- /dev/null +++ b/app-crypt/quickcrypt/quickcrypt-0.9.2b.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 + +MY_P=${P/-/_} +S=${WORKDIR}/${MY_P} +DESCRIPTION="QuickCrypt - Gives you a quick MD5 Password from any string" +HOMEPAGE="http://linux.netpimpz.com/quickcrypt/" +DEPEND=">=dev-lang/perl-5.6* + dev-perl/Digest-MD5" +SRC_URI="http://linux.netpimpz.com/quickcrypt/download/${MY_P}.tar.gz" +IUSE="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc" + +src_install () { + dobin quickcrypt + dodoc README BUGS LICENSE +} |