summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-02-11 15:19:59 +0000
committerMamoru Komachi <usata@gentoo.org>2005-02-11 15:19:59 +0000
commitb072afca674589cf20474b2a8d8d95edcb61dc26 (patch)
tree031f7a853e3f9c2c6d1fc47752930322e3ff9266 /app-i18n
parentUpdated plugin list (diff)
downloadhistorical-b072afca674589cf20474b2a8d8d95edcb61dc26.tar.gz
historical-b072afca674589cf20474b2a8d8d95edcb61dc26.tar.bz2
historical-b072afca674589cf20474b2a8d8d95edcb61dc26.zip
Initial import. Ebuild submitted by Feng XU <forrest.xu@gmail.com>; bug #77199.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/scim-pinyin/ChangeLog11
-rw-r--r--app-i18n/scim-pinyin/Manifest4
-rw-r--r--app-i18n/scim-pinyin/files/digest-scim-pinyin-0.5.01
-rw-r--r--app-i18n/scim-pinyin/metadata.xml5
-rw-r--r--app-i18n/scim-pinyin/scim-pinyin-0.5.0.ebuild22
5 files changed, 43 insertions, 0 deletions
diff --git a/app-i18n/scim-pinyin/ChangeLog b/app-i18n/scim-pinyin/ChangeLog
new file mode 100644
index 000000000000..23dc3c74bbd6
--- /dev/null
+++ b/app-i18n/scim-pinyin/ChangeLog
@@ -0,0 +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.1 2005/02/11 15:19:59 usata Exp $
+
+*scim-pinyin-0.5.0 (12 Feb 2005)
+
+ 12 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml,
+ +scim-pinyin-0.5.0.ebuild:
+ Initial import. Ebuild submitted by Feng XU <forrest.xu@gmail.com>;
+ bug #77199.
+
diff --git a/app-i18n/scim-pinyin/Manifest b/app-i18n/scim-pinyin/Manifest
new file mode 100644
index 000000000000..3a5df740eb6d
--- /dev/null
+++ b/app-i18n/scim-pinyin/Manifest
@@ -0,0 +1,4 @@
+MD5 ec5b28eb45664fe3af542bc38b3f4fe8 scim-pinyin-0.5.0.ebuild 658
+MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
+MD5 7f5a6df785516b135ba6b896fcfb234d ChangeLog 424
+MD5 aaaf8119fc5aeda2f148f5c98eb12652 files/digest-scim-pinyin-0.5.0 70
diff --git a/app-i18n/scim-pinyin/files/digest-scim-pinyin-0.5.0 b/app-i18n/scim-pinyin/files/digest-scim-pinyin-0.5.0
new file mode 100644
index 000000000000..09272c9da832
--- /dev/null
+++ b/app-i18n/scim-pinyin/files/digest-scim-pinyin-0.5.0
@@ -0,0 +1 @@
+MD5 3cb810f4ae252c7e05fc01b7e5548da9 scim-pinyin-0.5.0.tar.gz 4829272
diff --git a/app-i18n/scim-pinyin/metadata.xml b/app-i18n/scim-pinyin/metadata.xml
new file mode 100644
index 000000000000..2d5852c16c60
--- /dev/null
+++ b/app-i18n/scim-pinyin/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>cjk</herd>
+</pkgmetadata>
diff --git a/app-i18n/scim-pinyin/scim-pinyin-0.5.0.ebuild b/app-i18n/scim-pinyin/scim-pinyin-0.5.0.ebuild
new file mode 100644
index 000000000000..bf86a70450ae
--- /dev/null
+++ b/app-i18n/scim-pinyin/scim-pinyin-0.5.0.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.0.ebuild,v 1.1 2005/02/11 15:19:59 usata Exp $
+
+inherit 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="~x86 ~alpha ~ppc ~amd64 ~ppc64 ~sparc"
+
+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