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 | d43688183e438a299b8e39ab5bc6e602d2bf792c (patch) | |
tree | 65e413f1c7e10f39bfa433a89ba6011ff694bf05 /app-i18n/scim-tables | |
parent | Added bug # to ChangeLog. (diff) | |
download | historical-d43688183e438a299b8e39ab5bc6e602d2bf792c.tar.gz historical-d43688183e438a299b8e39ab5bc6e602d2bf792c.tar.bz2 historical-d43688183e438a299b8e39ab5bc6e602d2bf792c.zip |
scim-tables-0.4.3 doesn't work with scim-1.1 or higher; bug #85002.
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'app-i18n/scim-tables')
-rw-r--r-- | app-i18n/scim-tables/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/scim-tables/Manifest | 12 | ||||
-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 |
4 files changed, 17 insertions, 11 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/Manifest b/app-i18n/scim-tables/Manifest index 97c125a8f06b..eead47de7254 100644 --- a/app-i18n/scim-tables/Manifest +++ b/app-i18n/scim-tables/Manifest @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 1e6ca25bc1b3cf14b1e5d78f7d8dc9b7 ChangeLog 3468 +MD5 1050ac5601c672dc5c1e7e5a3a25118e ChangeLog 3642 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 -MD5 6f6c7fc11d1face73db14b301af9b4a3 scim-tables-0.5.0.ebuild 706 -MD5 87c9e84b5075e7f567623c503fd5f39a scim-tables-0.4.3.ebuild 709 +MD5 56899ef77b1cce60f19a66a1dce80b8c scim-tables-0.5.0.ebuild 705 +MD5 a9200544eab86c863efc203b5cbebe1e scim-tables-0.4.3.ebuild 757 MD5 dcead7a42490a138eaa65cfa864ca4b8 files/digest-scim-tables-0.5.0 70 MD5 816513805b8e99a3dd4971ced29413ff files/digest-scim-tables-0.4.3 70 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFCDFdxVWNWqTUmv+0RAuNWAJwLNRnntHFBo1pjpATclULGg88AIQCguDCx -uFUCxUmZNrRkaL261TdJM/Q= -=NFIy +iD8DBQFCNCwiVWNWqTUmv+0RAvSpAKCZes0UqywRjWawq5CW5RxL9AOM8wCeOo4q +gl6kjLmGws3vfAS5NPIYRhE= +=eG+e -----END PGP SIGNATURE----- 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 )" |