From 4ebb3fa46d05291a6ce9ac7241b9689bd5373015 Mon Sep 17 00:00:00 2001 From: Raúl Porcel Date: Thu, 20 Sep 2007 17:50:44 +0000 Subject: Version bump wrt #190729, fix RDEPEND (Portage version: 2.1.3.9) --- app-misc/tkpasman/tkpasman-2.2b.ebuild | 36 ++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 app-misc/tkpasman/tkpasman-2.2b.ebuild (limited to 'app-misc/tkpasman/tkpasman-2.2b.ebuild') diff --git a/app-misc/tkpasman/tkpasman-2.2b.ebuild b/app-misc/tkpasman/tkpasman-2.2b.ebuild new file mode 100644 index 000000000000..d1a15e85c031 --- /dev/null +++ b/app-misc/tkpasman/tkpasman-2.2b.ebuild @@ -0,0 +1,36 @@ +# 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.2b.ebuild,v 1.1 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 +} -- cgit v1.2.3-65-gdbad