diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-03 09:20:53 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-03 09:20:53 +0000 |
commit | b11b9c72a9d12841b2c13a3cd88ac3e2a522b21b (patch) | |
tree | ef5fa53394308da0425d22639cffadaa0bfd287a /dev-tcltk/tkTheme | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-b11b9c72a9d12841b2c13a3cd88ac3e2a522b21b.tar.gz gentoo-2-b11b9c72a9d12841b2c13a3cd88ac3e2a522b21b.tar.bz2 gentoo-2-b11b9c72a9d12841b2c13a3cd88ac3e2a522b21b.zip |
Stable on alpha.
Diffstat (limited to 'dev-tcltk/tkTheme')
-rw-r--r-- | dev-tcltk/tkTheme/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/tkTheme/tkTheme-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/tkTheme/ChangeLog b/dev-tcltk/tkTheme/ChangeLog index 7b13dc0aa289..45f576ce4429 100644 --- a/dev-tcltk/tkTheme/ChangeLog +++ b/dev-tcltk/tkTheme/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/tkTheme # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkTheme/ChangeLog,v 1.5 2004/04/04 23:01:48 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkTheme/ChangeLog,v 1.6 2004/06/03 09:19:03 kloeri Exp $ + + 03 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> tkTheme-1.0.ebuild: + Stable on alpha. 04 Apr 2004; Chris Aniszczyk <zx@gentoo.org> metadata.xml, tkTheme-1.0.ebuild: diff --git a/dev-tcltk/tkTheme/tkTheme-1.0.ebuild b/dev-tcltk/tkTheme/tkTheme-1.0.ebuild index 052785d8839a..5dc628905172 100644 --- a/dev-tcltk/tkTheme/tkTheme-1.0.ebuild +++ b/dev-tcltk/tkTheme/tkTheme-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkTheme/tkTheme-1.0.ebuild,v 1.7 2004/04/04 23:01:48 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkTheme/tkTheme-1.0.ebuild,v 1.8 2004/06/03 09:19:03 kloeri Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.xmission.com/~georgeps/Tk_Theme/other/" SRC_URI="http://www.xmission.com/~georgeps/Tk_Theme/other/${PN}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ~alpha" +KEYWORDS="x86 alpha" IUSE="" DEPEND=">=dev-lang/tcl-8.3.3 >=dev-lang/tk-8.3.3" |