summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2017-03-16 21:44:29 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2017-03-16 21:52:53 +0200
commit4f16e138d20ae003679c658200f012b7d36bc770 (patch)
treee8c26661741c584400bf9e6edc37c97379c6d23f
parentapp-laptop/laptop-mode-tools: cleanup (diff)
downloadgentoo-4f16e138d20ae003679c658200f012b7d36bc770.tar.gz
gentoo-4f16e138d20ae003679c658200f012b7d36bc770.tar.bz2
gentoo-4f16e138d20ae003679c658200f012b7d36bc770.zip
app-crypt/quickcrypt: cleanup
Bug: 611480 Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--app-crypt/quickcrypt/quickcrypt-0.9.2b.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-crypt/quickcrypt/quickcrypt-0.9.2b.ebuild b/app-crypt/quickcrypt/quickcrypt-0.9.2b.ebuild
deleted file mode 100644
index 8b93c16ab033..000000000000
--- a/app-crypt/quickcrypt/quickcrypt-0.9.2b.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-MY_P=${P/-/_}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="gives you a quick MD5 Password from any string"
-HOMEPAGE="http://linux.netpimpz.com/quickcrypt/"
-SRC_URI="http://linux.netpimpz.com/quickcrypt/download/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc ppc alpha amd64 ia64 hppa ~mips"
-IUSE=""
-
-DEPEND=">=dev-lang/perl-5.6
- virtual/perl-Digest-MD5"
-RDEPEND="${DEPEND}"
-
-src_install() {
- dobin quickcrypt || die
- dodoc README BUGS
-}