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
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')
-rw-r--r--app-i18n/ibus-table-extraphrase/ChangeLog11
-rw-r--r--app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild23
2 files changed, 31 insertions, 3 deletions
diff --git a/app-i18n/ibus-table-extraphrase/ChangeLog b/app-i18n/ibus-table-extraphrase/ChangeLog
index 829435e52598..94c26d00bfc5 100644
--- a/app-i18n/ibus-table-extraphrase/ChangeLog
+++ b/app-i18n/ibus-table-extraphrase/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-i18n/ibus-table-extraphrase
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ChangeLog,v 1.9 2012/05/03 19:24:28 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ChangeLog,v 1.10 2013/02/05 11:57:27 yngwin Exp $
+
+*ibus-table-extraphrase-1.3.9.20110826 (05 Feb 2013)
+
+ 05 Feb 2013; Ben de Groot <yngwin@gentoo.org>
+ +ibus-table-extraphrase-1.3.9.20110826.ebuild:
+ version bump
03 May 2012; Jeff Horelick <jdhore@gentoo.org>
ibus-table-extraphrase-1.1.0.20090415.ebuild,
@@ -53,4 +59,3 @@
02 Jan 2009; MATSUU Takuto <matsuu@gentoo.org> +metadata.xml,
+ibus-table-extraphrase-0.1.2.20090102.ebuild:
Initial import.
-
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
+}