diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-04-24 12:30:27 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-04-24 12:30:27 +0000 |
commit | c5965d0fa77f855e1d5fca1a13d167c5416e11f0 (patch) | |
tree | 2601cbe028def17ff7f3df39cadfd933091d6e1d /dev-tcltk | |
parent | Stable on ppc. (diff) | |
download | historical-c5965d0fa77f855e1d5fca1a13d167c5416e11f0.tar.gz historical-c5965d0fa77f855e1d5fca1a13d167c5416e11f0.tar.bz2 historical-c5965d0fa77f855e1d5fca1a13d167c5416e11f0.zip |
stable on x86
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/otcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/otcl/Manifest | 8 | ||||
-rw-r--r-- | dev-tcltk/otcl/otcl-1.8-r3.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-tcltk/otcl/ChangeLog b/dev-tcltk/otcl/ChangeLog index 77fc2088125a..3be8261c1d8f 100644 --- a/dev-tcltk/otcl/ChangeLog +++ b/dev-tcltk/otcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/otcl # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.18 2005/04/24 10:58:37 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.19 2005/04/24 12:30:27 matsuu Exp $ + + 24 Apr 2005; MATSUU Takuto <matsuu@gentoo.org> otcl-1.8-r3.ebuild: + stable on x86 24 Apr 2005; Simon Stelling <blubb@gentoo.org> otcl-1.8-r3.ebuild: stable on amd64 diff --git a/dev-tcltk/otcl/Manifest b/dev-tcltk/otcl/Manifest index fb348cd6971c..4ec0473cfa28 100644 --- a/dev-tcltk/otcl/Manifest +++ b/dev-tcltk/otcl/Manifest @@ -1,7 +1,7 @@ -MD5 226371d6a796b5e52a6c4af06d6d9db3 ChangeLog 2332 -MD5 43e377139ff5f3b7415b94a8c8d5260d metadata.xml 158 -MD5 c0bc4f4ec45703fcf58326164d61d50a otcl-1.8-r3.ebuild 1409 MD5 06c3508d6c3ecb1eff4eb265091bb206 otcl-1.9.ebuild 1412 +MD5 b4f113715b6d3e3a95bf5cb2e4ba49c0 otcl-1.8-r3.ebuild 1409 +MD5 6356422317d4665acabe2475382a0f37 ChangeLog 2419 +MD5 43e377139ff5f3b7415b94a8c8d5260d metadata.xml 158 MD5 64a71b4bb60017c2d8802e771d31cedc files/digest-otcl-1.8-r3 60 -MD5 861bb2b80c83a4b6a6364a2e18322b74 files/digest-otcl-1.9 60 MD5 090aa64d1486dc3d916b9b5176179d30 files/otcl-1.8-badfreefix.patch 7469 +MD5 861bb2b80c83a4b6a6364a2e18322b74 files/digest-otcl-1.9 60 diff --git a/dev-tcltk/otcl/otcl-1.8-r3.ebuild b/dev-tcltk/otcl/otcl-1.8-r3.ebuild index 1449e28a048b..52b44cc13d2c 100644 --- a/dev-tcltk/otcl/otcl-1.8-r3.ebuild +++ b/dev-tcltk/otcl/otcl-1.8-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.8-r3.ebuild,v 1.4 2005/04/24 10:58:37 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.8-r3.ebuild,v 1.5 2005/04/24 12:30:27 matsuu Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://sourceforge.net/projects/${SF_PN}/" SRC_URI="mirror://sourceforge/${SF_PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 sparc ~ppc amd64" +KEYWORDS="x86 sparc ~ppc amd64" IUSE="" DEPEND=">=dev-lang/tcl-8.3.2 >=dev-lang/tk-8.3.2" |