diff options
Diffstat (limited to 'app-misc/tkpasman/tkpasman-2.2a.ebuild')
-rw-r--r-- | app-misc/tkpasman/tkpasman-2.2a.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/app-misc/tkpasman/tkpasman-2.2a.ebuild b/app-misc/tkpasman/tkpasman-2.2a.ebuild deleted file mode 100644 index 500c5f1c48c7..000000000000 --- a/app-misc/tkpasman/tkpasman-2.2a.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tkpasman/tkpasman-2.2a.ebuild,v 1.15 2007/09/20 17:50:43 armin76 Exp $ - -inherit eutils - -MY_P="TkPasMan-${PV}" -S=${WORKDIR}/${MY_P} - -DESCRIPTION="A useful and reliable personal password manager, written in Tcl/Tk" -HOMEPAGE="http://www.xs4all.nl/~wbsoft/linux/tkpasman.html" -SRC_URI="http://www.xs4all.nl/~wbsoft/linux/projects/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="ssl" - -DEPEND=">=dev-lang/tcl-8.3 - >=dev-lang/tk-8.3" - -RDEPEND="ssl? ( dev-libs/openssl ) - ${DEPEND}" - -src_unpack() { - unpack ${A} && cd "${S}" - - epatch ${FILESDIR}/${PN}-2.2a-gentoo.patch - - use ssl || sed -i "s:^USE_OPENSSL=true:USE_OPENSSL=false:g" config -} - -src_install() { - dobin tkpasman || die - dodoc README ChangeLog TODO WARNING INSTALL -} |