diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-05-08 13:53:09 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-05-08 13:53:09 +0000 |
commit | 80643966a5050362fbe7838857b18e34974256c7 (patch) | |
tree | 973aeb85341c59a608821fddb945ed3a4bb52180 /app-misc | |
parent | Avoiding pre-stripping of the binary, bug #220094 (diff) | |
download | gentoo-2-80643966a5050362fbe7838857b18e34974256c7.tar.gz gentoo-2-80643966a5050362fbe7838857b18e34974256c7.tar.bz2 gentoo-2-80643966a5050362fbe7838857b18e34974256c7.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc')
-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 -} |