summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2010-03-13 00:46:45 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2010-03-13 00:46:45 +0000
commitec7744710ffb6d918d47a5a63769a7a058ad221f (patch)
tree6788d0bb6b571c5c35a590b67f878d83d364e69f /app-i18n/ibus-table-code
parentVersion bumped. (diff)
downloadgentoo-2-ec7744710ffb6d918d47a5a63769a7a058ad221f.tar.gz
gentoo-2-ec7744710ffb6d918d47a5a63769a7a058ad221f.tar.bz2
gentoo-2-ec7744710ffb6d918d47a5a63769a7a058ad221f.zip
Version bumped.
(Portage version: 2.1.8.2/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus-table-code')
-rw-r--r--app-i18n/ibus-table-code/ChangeLog8
-rw-r--r--app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.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 f58e936c2632..44d3cd52acb5 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.2 2010/01/20 23:00:30 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-code/ChangeLog,v 1.3 2010/03/13 00:46:45 matsuu Exp $
+
+*ibus-table-code-1.2.0.20100305 (13 Mar 2010)
+
+ 13 Mar 2010; MATSUU Takuto <matsuu@gentoo.org>
+ +ibus-table-code-1.2.0.20100305.ebuild:
+ Version bumped.
*ibus-table-code-1.2.0.20100120 (20 Jan 2010)
diff --git a/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild b/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild
new file mode 100644
index 000000000000..5ac68e0be152
--- /dev/null
+++ b/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.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.20100305.ebuild,v 1.1 2010/03/13 00:46:45 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
+}