summaryrefslogtreecommitdiff
path: root/app-admin/passook/passook-20121001.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
commitf70a1bfc721336d4fc7dfb711c2f518a6b18cf16 (patch)
treee907cb121b30e3c1df1710719c0ddf4029597a47 /app-admin/passook/passook-20121001.ebuild
parentdb063b515939ab15261136b24e4bc44386335c0c (diff)
gentoo resync : 30.09.2020
Diffstat (limited to 'app-admin/passook/passook-20121001.ebuild')
-rw-r--r--app-admin/passook/passook-20121001.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/app-admin/passook/passook-20121001.ebuild b/app-admin/passook/passook-20121001.ebuild
deleted file mode 100644
index 4cbd2bae4926..000000000000
--- a/app-admin/passook/passook-20121001.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils prefix
-
-DESCRIPTION="Password generator capable of generating pronounceable and/or secure passwords"
-HOMEPAGE="https://github.com/mackers/passook"
-# snapshot of https://github.com/mackers/passook.git
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-RDEPEND="dev-lang/perl
- sys-apps/miscfiles"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- epatch "${FILESDIR}"/passook.patch
- eprefixify passook
-}
-
-src_install() {
- dobin passook
- dodoc README passook.cgi
-}