summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2010-01-20 23:00:30 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2010-01-20 23:00:30 +0000
commit2a6507ff6a38afb5a866a0a09b9964b1f055e7b8 (patch)
treee6e690a45a7605530a25f0b9e0e47ae156fca24f /app-i18n
parentVersion bumped. (diff)
downloadgentoo-2-2a6507ff6a38afb5a866a0a09b9964b1f055e7b8.tar.gz
gentoo-2-2a6507ff6a38afb5a866a0a09b9964b1f055e7b8.tar.bz2
gentoo-2-2a6507ff6a38afb5a866a0a09b9964b1f055e7b8.zip
Version bumped.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/ibus-table-code/ChangeLog8
-rw-r--r--app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100120.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/app-i18n/ibus-table-code/ChangeLog b/app-i18n/ibus-table-code/ChangeLog
index 4a1a2e0d8dac..f58e936c2632 100644
--- a/app-i18n/ibus-table-code/ChangeLog
+++ b/app-i18n/ibus-table-code/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-i18n/ibus-table-code
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-code/ChangeLog,v 1.1 2010/01/13 13:30:59 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-code/ChangeLog,v 1.2 2010/01/20 23:00:30 matsuu Exp $
+
+*ibus-table-code-1.2.0.20100120 (20 Jan 2010)
+
+ 20 Jan 2010; MATSUU Takuto <matsuu@gentoo.org>
+ +ibus-table-code-1.2.0.20100120.ebuild:
+ Version bumped.
*ibus-table-code-1.2.0.20100108 (13 Jan 2010)
diff --git a/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100120.ebuild b/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100120.ebuild
new file mode 100644
index 000000000000..4a363f149b48
--- /dev/null
+++ b/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100120.ebuild
@@ -0,0 +1,24 @@
+# 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-code/ibus-table-code-1.2.0.20100120.ebuild,v 1.1 2010/01/20 23:00:30 matsuu Exp $
+
+DESCRIPTION="The code tables for IBus-Table"
+HOMEPAGE="http://code.google.com/p/ibus/"
+SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-i18n/ibus-table-1.2.0.20090912
+ >=dev-lang/python-2.6
+ !app-i18n/ibus-table-additional"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ dodoc AUTHORS ChangeLog NEWS README || die
+}