From 85e3b9c3992529dbe27e0b6f87ebc96ff7ac0150 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Sat, 24 Jan 2004 02:33:02 +0000 Subject: pull in Tk, only if X is in USE. Closes bug #39147 by Miguel Ventura --- dev-tcltk/tcllib/ChangeLog | 6 +++++- dev-tcltk/tcllib/Manifest | 4 ++-- dev-tcltk/tcllib/tcllib-1.3.ebuild | 10 ++++++---- 3 files changed, 13 insertions(+), 7 deletions(-) (limited to 'dev-tcltk') diff --git a/dev-tcltk/tcllib/ChangeLog b/dev-tcltk/tcllib/ChangeLog index 6906e68f5754..4fb516e6cbd3 100644 --- a/dev-tcltk/tcllib/ChangeLog +++ b/dev-tcltk/tcllib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tcltk/tcllib # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.3 2004/01/15 03:58:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/ChangeLog,v 1.4 2004/01/24 02:33:02 seemant Exp $ + + 23 Jan 2004; Seemant Kulleen tcllib-1.3.ebuild: + pull in Tk, only if X is in USE. Closes bug #39147 by Miguel Ventura + 14 Jan 2004; Aron Griffis tcllib-1.3.ebuild: add ~alpha diff --git a/dev-tcltk/tcllib/Manifest b/dev-tcltk/tcllib/Manifest index c18a283633ed..5b9ac42eae64 100644 --- a/dev-tcltk/tcllib/Manifest +++ b/dev-tcltk/tcllib/Manifest @@ -1,3 +1,3 @@ -MD5 2d20336c295ff25b7a8816032a74463d ChangeLog 412 -MD5 e46320fb0ff14cfa15c8c200758a652c tcllib-1.3.ebuild 601 +MD5 919f6c87eddecc3c63ab5be33f868651 tcllib-1.3.ebuild 654 +MD5 4656c2c045b6c8c55a6dd9b3853e651d ChangeLog 577 MD5 0c2195d25c9a029fc2e978fb89bfb076 files/digest-tcllib-1.3 63 diff --git a/dev-tcltk/tcllib/tcllib-1.3.ebuild b/dev-tcltk/tcllib/tcllib-1.3.ebuild index 7c142b4182a1..deb75c1a8143 100644 --- a/dev-tcltk/tcllib/tcllib-1.3.ebuild +++ b/dev-tcltk/tcllib/tcllib-1.3.ebuild @@ -1,17 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.3.ebuild,v 1.5 2004/01/15 03:58:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.3.ebuild,v 1.6 2004/01/24 02:33:02 seemant Exp $ + +IUSE="X" DESCRIPTION="Tcl Standard Library." HOMEPAGE="http://www.tcl.tk/software/tcllib/" SRC_URI="mirror://sourceforge/tcllib/${P}.tar.gz" -LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ~alpha" +LICENSE="BSD" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64" DEPEND=">=dev-lang/tcl-8.3.3 - >=dev-lang/tk-8.3.3" + X? ( >=dev-lang/tk-8.3.3 )" src_compile() { econf || die -- cgit v1.2.3-65-gdbad