diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-01-24 02:33:02 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-01-24 02:33:02 +0000 |
commit | 85e3b9c3992529dbe27e0b6f87ebc96ff7ac0150 (patch) | |
tree | 576b6f86cd5678901933cb67469c9923ee09d41e /dev-tcltk | |
parent | Updated einfo (the .gz missing in the doc) and metadata (diff) | |
download | historical-85e3b9c3992529dbe27e0b6f87ebc96ff7ac0150.tar.gz historical-85e3b9c3992529dbe27e0b6f87ebc96ff7ac0150.tar.bz2 historical-85e3b9c3992529dbe27e0b6f87ebc96ff7ac0150.zip |
pull in Tk, only if X is in USE. Closes bug #39147 by Miguel Ventura <hal9000@netcabo.pt>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tcllib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tcltk/tcllib/Manifest | 4 | ||||
-rw-r--r-- | dev-tcltk/tcllib/tcllib-1.3.ebuild | 10 |
3 files changed, 13 insertions, 7 deletions
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 <seemant@gentoo.org> tcllib-1.3.ebuild: + pull in Tk, only if X is in USE. Closes bug #39147 by Miguel Ventura + <hal9000@netcabo.pt> 14 Jan 2004; Aron Griffis <agriffis@gentoo.org> 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 |