summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2010-03-13 00:54:44 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2010-03-13 00:54:44 +0000
commitcfd3fdbbd0e12a83da37f44d31b1d65909597bce (patch)
treed78090adb86a791737b6509c0fdccf2edd3e9430 /app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.2.0.20100305.ebuild
parentVersion bumped. (diff)
downloadhistorical-cfd3fdbbd0e12a83da37f44d31b1d65909597bce.tar.gz
historical-cfd3fdbbd0e12a83da37f44d31b1d65909597bce.tar.bz2
historical-cfd3fdbbd0e12a83da37f44d31b1d65909597bce.zip
Version bumped. Removed old versions.
Package-Manager: portage-2.1.8.2/cvs/Linux x86_64
Diffstat (limited to 'app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.2.0.20100305.ebuild')
-rw-r--r--app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.2.0.20100305.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.2.0.20100305.ebuild b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.2.0.20100305.ebuild
new file mode 100644
index 000000000000..a5e9cd598410
--- /dev/null
+++ b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.2.0.20100305.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.2.0.20100305.ebuild,v 1.1 2010/03/13 00:54:30 matsuu Exp $
+
+DESCRIPTION="Chinese extra phrases for ibus-table based IME"
+HOMEPAGE="http://code.google.com/p/ibus/"
+SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=app-i18n/ibus-table-1.1
+ dev-util/pkgconfig"
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ dodoc AUTHORS ChangeLog NEWS README || die
+}