summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/yapet/yapet-0.4-r1.ebuild')
-rw-r--r--app-crypt/yapet/yapet-0.4-r1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/app-crypt/yapet/yapet-0.4-r1.ebuild b/app-crypt/yapet/yapet-0.4-r1.ebuild
deleted file mode 100644
index 1adf8efe0..000000000
--- a/app-crypt/yapet/yapet-0.4-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit base eutils
-
-DESCRIPTION="A curses (text) based password encryption tool"
-HOMEPAGE="http://www.guengel.ch/myapps/yapet/"
-URI_PREFIX="http://www.guengel.ch/myapps/yapet/downloads/"
-SRC_URI="${URI_PREFIX}${P}.tar.bz2
- ${URI_PREFIX}patches/${PN}_csv2yapet-${PV}.diff
- ${URI_PREFIX}patches/${PN}_cfgfile-${PV}.diff
- ${URI_PREFIX}patches/${PN}_vikeys-${PV}.diff"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="nls"
-
-RDEPEND="nls? ( virtual/libintl )
- >=sys-libs/ncurses-5.6
- >=dev-libs/openssl-0.9.7"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack "${P}.tar.bz2"
- cd "${S}"
- epatch "${DISTDIR}"/${PN}_{csv2yapet,cfgfile,vikeys}-${PV}.diff
-}
-
-src_compile() {
- econf --enable-terminal-title \
- --enable-csv2yapet \
- --disable-source-doc \
- --disable-build-doc \
- $(use_enable nls)
- base_src_compile
-}