diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-09-20 17:50:44 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-09-20 17:50:44 +0000 |
commit | 4ebb3fa46d05291a6ce9ac7241b9689bd5373015 (patch) | |
tree | 53670b6198c7576d2443e350fc8c089cfff55c26 /app-misc/tkpasman | |
parent | Stable on ppc; bug #191280. (diff) | |
download | gentoo-2-4ebb3fa46d05291a6ce9ac7241b9689bd5373015.tar.gz gentoo-2-4ebb3fa46d05291a6ce9ac7241b9689bd5373015.tar.bz2 gentoo-2-4ebb3fa46d05291a6ce9ac7241b9689bd5373015.zip |
Version bump wrt #190729, fix RDEPEND
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-misc/tkpasman')
-rw-r--r-- | app-misc/tkpasman/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/tkpasman/files/digest-tkpasman-2.2b | 3 | ||||
-rw-r--r-- | app-misc/tkpasman/tkpasman-2.2a.ebuild | 10 | ||||
-rw-r--r-- | app-misc/tkpasman/tkpasman-2.2b.ebuild | 36 |
4 files changed, 51 insertions, 6 deletions
diff --git a/app-misc/tkpasman/ChangeLog b/app-misc/tkpasman/ChangeLog index b529bd4b25e1..672efd7b02ab 100644 --- a/app-misc/tkpasman/ChangeLog +++ b/app-misc/tkpasman/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-misc/tkpasman # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tkpasman/ChangeLog,v 1.12 2007/05/14 16:47:40 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tkpasman/ChangeLog,v 1.13 2007/09/20 17:50:43 armin76 Exp $ + +*tkpasman-2.2b (20 Sep 2007) + + 20 Sep 2007; Raúl Porcel <armin76@gentoo.org> tkpasman-2.2a.ebuild, + +tkpasman-2.2b.ebuild: + Version bump wrt #190729, fix RDEPEND 14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> diff --git a/app-misc/tkpasman/files/digest-tkpasman-2.2b b/app-misc/tkpasman/files/digest-tkpasman-2.2b new file mode 100644 index 000000000000..7df4d8734f9f --- /dev/null +++ b/app-misc/tkpasman/files/digest-tkpasman-2.2b @@ -0,0 +1,3 @@ +MD5 192859131fb0891b8c7ac5f41876e520 TkPasMan-2.2b.tar.gz 31365 +RMD160 285ca47507cddd6a908eaa64bbf603022d1103f6 TkPasMan-2.2b.tar.gz 31365 +SHA256 c6f99905a2395e251d92e2f9cbda486492895bb969cb5693bfeffdb849fbd4fc TkPasMan-2.2b.tar.gz 31365 diff --git a/app-misc/tkpasman/tkpasman-2.2a.ebuild b/app-misc/tkpasman/tkpasman-2.2a.ebuild index 5e71517d1f19..500c5f1c48c7 100644 --- a/app-misc/tkpasman/tkpasman-2.2a.ebuild +++ b/app-misc/tkpasman/tkpasman-2.2a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.14 2006/12/16 10:53:57 masterdriverz Exp $ +# $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 @@ -17,15 +17,15 @@ KEYWORDS="amd64 ppc x86" IUSE="ssl" DEPEND=">=dev-lang/tcl-8.3 - >=dev-lang/tcl-8.3" + >=dev-lang/tk-8.3" RDEPEND="ssl? ( dev-libs/openssl ) - $DEPEND" + ${DEPEND}" src_unpack() { unpack ${A} && cd "${S}" - epatch ${FILESDIR}/${P}-gentoo.patch + epatch ${FILESDIR}/${PN}-2.2a-gentoo.patch use ssl || sed -i "s:^USE_OPENSSL=true:USE_OPENSSL=false:g" config } 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 +} |