summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2013-02-05 11:57:27 +0000
committerBen de Groot <yngwin@gentoo.org>2013-02-05 11:57:27 +0000
commitf9266b3f452225a760bb4b8f79ec8b3deafd0d14 (patch)
tree59bcb1fe634f4090bf8a93563de5fb0aedfb1f7a /app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild
parentAdd file defs to newly made files/ by virtue of upstream missing it in the so... (diff)
downloadgentoo-2-f9266b3f452225a760bb4b8f79ec8b3deafd0d14.tar.gz
gentoo-2-f9266b3f452225a760bb4b8f79ec8b3deafd0d14.tar.bz2
gentoo-2-f9266b3f452225a760bb4b8f79ec8b3deafd0d14.zip
version bump
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild')
-rw-r--r--app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild
new file mode 100644
index 000000000000..d878a1a74123
--- /dev/null
+++ b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 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.3.9.20110826.ebuild,v 1.1 2013/02/05 11:57:27 yngwin Exp $
+
+EAPI=5
+
+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=""
+
+RDEPEND=">=app-i18n/ibus-table-1.1"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog NEWS README
+}