summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-08 18:47:20 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-04-09 00:41:47 +0200
commitca703aa4e9fb9e42cf39f8c5b2d1fab0478ddd73 (patch)
treeafdb9c33b587943c5692f08d132d84818aa8f55d
parentapp-editors/ne: remove old. (diff)
downloadgentoo-ca703aa4e9fb9e42cf39f8c5b2d1fab0478ddd73.tar.gz
gentoo-ca703aa4e9fb9e42cf39f8c5b2d1fab0478ddd73.tar.bz2
gentoo-ca703aa4e9fb9e42cf39f8c5b2d1fab0478ddd73.zip
app-crypt/ckpass: remove old.
-rw-r--r--app-crypt/ckpass/ckpass-0.2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-crypt/ckpass/ckpass-0.2.ebuild b/app-crypt/ckpass/ckpass-0.2.ebuild
deleted file mode 100644
index 176807619aad..000000000000
--- a/app-crypt/ckpass/ckpass-0.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="ncurses based password database client compatible with KeePass 1.x databases"
-HOMEPAGE="http://ckpass.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=">=dev-libs/libkpass-6"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-tinfo.patch
- eautoreconf
-}
-
-DOCS=( AUTHORS )