diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-07-20 02:43:16 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-07-20 02:43:16 +0000 |
commit | 6ce9e5e1b6f4c93ee8817dcf8b317778dc213268 (patch) | |
tree | 71a607ea238ffe778d571ff3631ee22ae0d71433 /app-i18n | |
parent | Initial import for app-sci/embassy-hmmer (Manifest recommit) (diff) | |
download | gentoo-2-6ce9e5e1b6f4c93ee8817dcf8b317778dc213268.tar.gz gentoo-2-6ce9e5e1b6f4c93ee8817dcf8b317778dc213268.tar.bz2 gentoo-2-6ce9e5e1b6f4c93ee8817dcf8b317778dc213268.zip |
Put 0.4.0 back to stable. See bug #57630
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-tables/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.3.5.ebuild | 5 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.4.0.ebuild | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog index 62ed2d8ba841..8b995167f867 100644 --- a/app-i18n/scim-tables/ChangeLog +++ b/app-i18n/scim-tables/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/scim-tables # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.14 2004/07/17 10:55:18 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.15 2004/07/20 02:43:16 usata Exp $ + + 20 Jul 2004; Mamoru KOMACHI <usata@gentoo.org> scim-tables-0.3.5.ebuild, + scim-tables-0.4.0.ebuild: + Put 0.4.0 back to stable. See bug #57630 17 Jul 2004; Mamoru KOMACHI <usata@gentoo.org> scim-tables-0.3.5.ebuild, scim-tables-0.4.0.ebuild: diff --git a/app-i18n/scim-tables/scim-tables-0.3.5.ebuild b/app-i18n/scim-tables/scim-tables-0.3.5.ebuild index 6445bf60a623..5ebfb8d2733c 100644 --- a/app-i18n/scim-tables/scim-tables-0.3.5.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.3.5.ebuild,v 1.5 2004/07/17 10:55:18 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.3.5.ebuild,v 1.6 2004/07/20 02:43:16 usata Exp $ DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" HOMEPAGE="http://freedesktop.org/~suzhe/" @@ -11,7 +11,8 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="" -DEPEND="|| ( >=app-i18n/scim-0.5.6 app-i18n/scim-cvs )" +DEPEND=">=app-i18n/scim-0.9.6 + !>=app-i18n/scim-0.99" src_compile() { econf || die "econf failed" diff --git a/app-i18n/scim-tables/scim-tables-0.4.0.ebuild b/app-i18n/scim-tables/scim-tables-0.4.0.ebuild index 6d0ce4d623ab..5821e6807e50 100644 --- a/app-i18n/scim-tables/scim-tables-0.4.0.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.4.0.ebuild,v 1.4 2004/07/17 10:55:18 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.4.0.ebuild,v 1.5 2004/07/20 02:43:16 usata Exp $ DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" HOMEPAGE="http://freedesktop.org/~suzhe/" @@ -8,10 +8,10 @@ SRC_URI="http://freedesktop.org/~suzhe/sources/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="~x86 ~ppc" IUSE="" -DEPEND="|| ( >=app-i18n/scim-0.5.6 app-i18n/scim-cvs )" +DEPEND="|| ( >=app-i18n/scim-0.99 app-i18n/scim-cvs )" src_compile() { econf || die "econf failed" |