summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-08-11 14:04:44 +0000
committerMamoru Komachi <usata@gentoo.org>2005-08-11 14:04:44 +0000
commite12c03b81685a4019f675f1f3721f84151e5fde8 (patch)
tree11051e6806ae853b2aacaa7bd5b7336e25974d41 /app-i18n
parentmarked ~amd64. closes bug #90317 (diff)
downloadgentoo-2-e12c03b81685a4019f675f1f3721f84151e5fde8.tar.gz
gentoo-2-e12c03b81685a4019f675f1f3721f84151e5fde8.tar.bz2
gentoo-2-e12c03b81685a4019f675f1f3721f84151e5fde8.zip
Version bumped.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/scim-pinyin/ChangeLog7
-rw-r--r--app-i18n/scim-pinyin/Manifest12
-rw-r--r--app-i18n/scim-pinyin/files/digest-scim-pinyin-0.5.901
-rw-r--r--app-i18n/scim-pinyin/scim-pinyin-0.5.90.ebuild22
4 files changed, 31 insertions, 11 deletions
diff --git a/app-i18n/scim-pinyin/ChangeLog b/app-i18n/scim-pinyin/ChangeLog
index da2d4678a790..1a6dd58e0710 100644
--- a/app-i18n/scim-pinyin/ChangeLog
+++ b/app-i18n/scim-pinyin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/scim-pinyin
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/ChangeLog,v 1.2 2005/03/21 09:02:15 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/ChangeLog,v 1.3 2005/08/11 14:04:44 usata Exp $
+
+*scim-pinyin-0.5.90 (11 Aug 2005)
+
+ 11 Aug 2005; Mamoru KOMACHI <usata@gentoo.org> +scim-pinyin-0.5.90.ebuild:
+ Version bumped.
21 Mar 2005; Mamoru KOMACHI <usata@gentoo.org> scim-pinyin-0.5.0.ebuild:
Stable on x86 and ppc.
diff --git a/app-i18n/scim-pinyin/Manifest b/app-i18n/scim-pinyin/Manifest
index 725d8557b630..df8a9696a4d9 100644
--- a/app-i18n/scim-pinyin/Manifest
+++ b/app-i18n/scim-pinyin/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 ee5b3ba6995dbc05e13f2aeaf561d4ec ChangeLog 525
MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
+MD5 9fa526e6799294ef009e520f0c836035 scim-pinyin-0.5.90.ebuild 656
MD5 9fa526e6799294ef009e520f0c836035 scim-pinyin-0.5.0.ebuild 656
MD5 aaaf8119fc5aeda2f148f5c98eb12652 files/digest-scim-pinyin-0.5.0 70
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCPou5VWNWqTUmv+0RAtVOAJ9xnCxXyQoybXQgYRPcnmoXA/WbwQCZAce+
-ZA44nVFTKI2oGGX+b0Jh0hQ=
-=t+1j
------END PGP SIGNATURE-----
+MD5 d1517eebf005461ac156da7eb59ceb20 files/digest-scim-pinyin-0.5.90 71
diff --git a/app-i18n/scim-pinyin/files/digest-scim-pinyin-0.5.90 b/app-i18n/scim-pinyin/files/digest-scim-pinyin-0.5.90
new file mode 100644
index 000000000000..4265be77a3a6
--- /dev/null
+++ b/app-i18n/scim-pinyin/files/digest-scim-pinyin-0.5.90
@@ -0,0 +1 @@
+MD5 ce8e13994079a561702261dfba2806ec scim-pinyin-0.5.90.tar.gz 5490030
diff --git a/app-i18n/scim-pinyin/scim-pinyin-0.5.90.ebuild b/app-i18n/scim-pinyin/scim-pinyin-0.5.90.ebuild
new file mode 100644
index 000000000000..6fc125fc401b
--- /dev/null
+++ b/app-i18n/scim-pinyin/scim-pinyin-0.5.90.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.90.ebuild,v 1.1 2005/08/11 14:04:44 usata Exp $
+
+inherit kde-functions gnome2
+
+DESCRIPTION="Smart Common Input Method (SCIM) Smart Pinyin Input Method"
+HOMEPAGE="http://www.scim-im.org/"
+SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
+
+IUSE=""
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND="virtual/x11
+ || ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 )"
+
+SCROLLKEEPER_UPDATE="0"
+G2CONF="--disable-static"
+DOCS="AUTHORS NEWS README ChangeLog"
+USE_DESTDIR=1