diff options
author | Charlie Shepherd <masterdriverz@gentoo.org> | 2006-12-16 10:53:57 +0000 |
---|---|---|
committer | Charlie Shepherd <masterdriverz@gentoo.org> | 2006-12-16 10:53:57 +0000 |
commit | b06aedcf5d4ef4bf1ea17a7202ff1eecade917ce (patch) | |
tree | 7d4cd5712417c5a45a605866fca2dc832ca53b3a /app-misc/tkpasman | |
parent | Fixed quoting in opengl-patch. (diff) | |
download | historical-b06aedcf5d4ef4bf1ea17a7202ff1eecade917ce.tar.gz historical-b06aedcf5d4ef4bf1ea17a7202ff1eecade917ce.tar.bz2 historical-b06aedcf5d4ef4bf1ea17a7202ff1eecade917ce.zip |
Fix dependencie, thanks to Patrick Lauer for reporting; bug 151292
Package-Manager: portage-2.1.2_rc3-r1
Diffstat (limited to 'app-misc/tkpasman')
-rw-r--r-- | app-misc/tkpasman/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/tkpasman/files/digest-tkpasman-2.2a | 2 | ||||
-rw-r--r-- | app-misc/tkpasman/tkpasman-2.2a.ebuild | 11 |
3 files changed, 10 insertions, 9 deletions
diff --git a/app-misc/tkpasman/ChangeLog b/app-misc/tkpasman/ChangeLog index abe8688d7e1b..1ac7e80b811d 100644 --- a/app-misc/tkpasman/ChangeLog +++ b/app-misc/tkpasman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/tkpasman # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tkpasman/ChangeLog,v 1.10 2006/02/09 21:25:46 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tkpasman/ChangeLog,v 1.11 2006/12/16 10:53:57 masterdriverz Exp $ + + 16 Dec 2006; Charlie Shepherd <masterdriverz@gentoo.org> + -tkpasman-2.2.ebuild, tkpasman-2.2a.ebuild: + Fix dependencie, thanks to Patrick Lauer for reporting; bug 151292 09 Feb 2006; Andrej Kacian <ticho@gentoo.org> tkpasman-2.2.ebuild, tkpasman-2.2a.ebuild: diff --git a/app-misc/tkpasman/files/digest-tkpasman-2.2a b/app-misc/tkpasman/files/digest-tkpasman-2.2a index 2a043578f24d..14985c8a58fa 100644 --- a/app-misc/tkpasman/files/digest-tkpasman-2.2a +++ b/app-misc/tkpasman/files/digest-tkpasman-2.2a @@ -1 +1,3 @@ MD5 6e039dfedb2de63cc2c5761041ec55ab TkPasMan-2.2a.tar.gz 31330 +RMD160 e636ccc1ba649dee22e17577f41f8ff50604a1de TkPasMan-2.2a.tar.gz 31330 +SHA256 14bd9f3db9a7cc01cb14e0d8f613aca170daed5a01e48b8e1a3c8bdabab041f7 TkPasMan-2.2a.tar.gz 31330 diff --git a/app-misc/tkpasman/tkpasman-2.2a.ebuild b/app-misc/tkpasman/tkpasman-2.2a.ebuild index d1f482cc2af6..5e71517d1f19 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 # 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.13 2006/02/09 21:25:46 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tkpasman/tkpasman-2.2a.ebuild,v 1.14 2006/12/16 10:53:57 masterdriverz Exp $ inherit eutils @@ -17,11 +17,10 @@ KEYWORDS="amd64 ppc x86" IUSE="ssl" DEPEND=">=dev-lang/tcl-8.3 - >=sys-apps/sed-4" + >=dev-lang/tcl-8.3" RDEPEND="ssl? ( dev-libs/openssl ) - >=dev-lang/tk-8.3 - >=dev-lang/tcl-8.3" + $DEPEND" src_unpack() { unpack ${A} && cd "${S}" @@ -31,10 +30,6 @@ src_unpack() { use ssl || sed -i "s:^USE_OPENSSL=true:USE_OPENSSL=false:g" config } -src_compile() { - make || die "compile failed" -} - src_install() { dobin tkpasman || die dodoc README ChangeLog TODO WARNING INSTALL |