summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-05-23 19:01:12 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-06-17 20:00:26 +0300
commit379b1aae902cd9298582e75b23a0ce151e5b66e5 (patch)
tree12ac5eb89edcebbbe27636a5f8e798e75152ad7e /app-crypt/scrypt/scrypt-1.2.0.ebuild
parentapp-crypt/scrypt: version bump to 1.3.0 (diff)
downloadgentoo-379b1aae902cd9298582e75b23a0ce151e5b66e5.tar.gz
gentoo-379b1aae902cd9298582e75b23a0ce151e5b66e5.tar.bz2
gentoo-379b1aae902cd9298582e75b23a0ce151e5b66e5.zip
app-crypt/scrypt: remove version 1.2.0
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-crypt/scrypt/scrypt-1.2.0.ebuild')
-rw-r--r--app-crypt/scrypt/scrypt-1.2.0.ebuild14
1 files changed, 0 insertions, 14 deletions
diff --git a/app-crypt/scrypt/scrypt-1.2.0.ebuild b/app-crypt/scrypt/scrypt-1.2.0.ebuild
deleted file mode 100644
index 31b749d7d257..000000000000
--- a/app-crypt/scrypt/scrypt-1.2.0.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A simple password-based encryption utility using scrypt key derivation function"
-HOMEPAGE="http://www.tarsnap.com/scrypt.html"
-SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DOCS=( FORMAT )