diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-02-11 15:19:59 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-02-11 15:19:59 +0000 |
commit | 8989846fd14ea73952453ff3374bdbb1a7623a52 (patch) | |
tree | 37b3c24670c61362084a1bba17167c717748a671 /app-i18n/scim-pinyin | |
parent | Updated plugin list (diff) | |
download | gentoo-2-8989846fd14ea73952453ff3374bdbb1a7623a52.tar.gz gentoo-2-8989846fd14ea73952453ff3374bdbb1a7623a52.tar.bz2 gentoo-2-8989846fd14ea73952453ff3374bdbb1a7623a52.zip |
Initial import. Ebuild submitted by Feng XU <forrest.xu@gmail.com>; bug #77199.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-i18n/scim-pinyin')
-rw-r--r-- | app-i18n/scim-pinyin/ChangeLog | 11 | ||||
-rw-r--r-- | app-i18n/scim-pinyin/Manifest | 2 | ||||
-rw-r--r-- | app-i18n/scim-pinyin/files/digest-scim-pinyin-0.5.0 | 1 | ||||
-rw-r--r-- | app-i18n/scim-pinyin/metadata.xml | 5 | ||||
-rw-r--r-- | app-i18n/scim-pinyin/scim-pinyin-0.5.0.ebuild | 22 |
5 files changed, 41 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..88275eb22509 --- /dev/null +++ b/app-i18n/scim-pinyin/Manifest @@ -0,0 +1,2 @@ +MD5 6bbcb225949f560f4076557bde6a37f3 scim-pinyin-0.5.0.ebuild 659 +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 |