diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-03-13 12:12:12 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-03-13 12:12:12 +0000 |
commit | 318f70e316e8b3343ba4bc746910de0f551bfa56 (patch) | |
tree | 90dce076b42c8f03d5c8326ea3a99286090faa31 /app-i18n | |
parent | Added bug # to ChangeLog. (diff) | |
download | gentoo-2-318f70e316e8b3343ba4bc746910de0f551bfa56.tar.gz gentoo-2-318f70e316e8b3343ba4bc746910de0f551bfa56.tar.bz2 gentoo-2-318f70e316e8b3343ba4bc746910de0f551bfa56.zip |
scim-tables-0.4.3 doesn't work with scim-1.1 or higher; bug #85002.
(Portage version: 2.0.51.16)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-tables/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.4.3.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.5.0.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog index 0ba6d9d8e15b..dc637d109679 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.25 2005/02/11 07:04:02 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.26 2005/03/13 12:12:12 usata Exp $ + + 13 Mar 2005; Mamoru KOMACHI <usata@gentoo.org> scim-tables-0.4.3.ebuild, + scim-tables-0.5.0.ebuild: + scim-tables-0.4.3 doesn't work with scim-1.1 or higher; bug #85002. *scim-tables-0.5.0 (11 Feb 2005) diff --git a/app-i18n/scim-tables/scim-tables-0.4.3.ebuild b/app-i18n/scim-tables/scim-tables-0.4.3.ebuild index ae5a8893e717..f3ec45778b98 100644 --- a/app-i18n/scim-tables/scim-tables-0.4.3.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.4.3.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/app-i18n/scim-tables/scim-tables-0.4.3.ebuild,v 1.6 2005/02/11 07:06:47 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.4.3.ebuild,v 1.7 2005/03/13 12:12:12 usata Exp $ DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" HOMEPAGE="http://www.scim-im.org/" @@ -11,7 +11,9 @@ SLOT="0" KEYWORDS="x86 alpha ppc ~amd64 ~sparc" IUSE="" -DEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 )" +DEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 ) + !>=app-i18n/scim-1.1 + !>=app-i18n/scim-cvs-1.1" src_compile() { econf || die "econf failed" diff --git a/app-i18n/scim-tables/scim-tables-0.5.0.ebuild b/app-i18n/scim-tables/scim-tables-0.5.0.ebuild index 3db3ead04962..ce7c9ff033c7 100644 --- a/app-i18n/scim-tables/scim-tables-0.5.0.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.5.0.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/app-i18n/scim-tables/scim-tables-0.5.0.ebuild,v 1.1 2005/02/11 07:04:02 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.0.ebuild,v 1.2 2005/03/13 12:12:12 usata Exp $ DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" HOMEPAGE="http://www.scim-im.org/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/scim/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~alpha ~ppc ~amd64 ~sparc" +KEYWORDS="x86 ~alpha ~ppc ~amd64 ~sparc" IUSE="" DEPEND="|| ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 )" |