summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-08-07 21:07:17 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-08-07 21:07:17 +0000
commit49d29daaa3de7c9fd3b61e3a7ba221ab4cb5a278 (patch)
treecda4d0934002afa1b37bc2397f7f4e7f29e17b47 /app-crypt/quickcrypt/quickcrypt-0.9.2b.ebuild
parentInitial Commit, bug #15220, submitted by Micheal Palmer <raven@netpimpz.com> (diff)
downloadhistorical-49d29daaa3de7c9fd3b61e3a7ba221ab4cb5a278.tar.gz
historical-49d29daaa3de7c9fd3b61e3a7ba221ab4cb5a278.tar.bz2
historical-49d29daaa3de7c9fd3b61e3a7ba221ab4cb5a278.zip
Initial Commit, bug #15220, submitted by Micheal Palmer <raven@netpimpz.com>
Diffstat (limited to 'app-crypt/quickcrypt/quickcrypt-0.9.2b.ebuild')
-rw-r--r--app-crypt/quickcrypt/quickcrypt-0.9.2b.ebuild19
1 files changed, 19 insertions, 0 deletions
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
+}