summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2010-03-13 01:01:28 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2010-03-13 01:01:28 +0000
commitbec2fa4b8ef8bb98b54f52649c45678c544474b2 (patch)
tree858f28178148123ef003259753827ff87f0462be /app-i18n
parentVersion bumped. Changed LICENSE. (diff)
downloadgentoo-2-bec2fa4b8ef8bb98b54f52649c45678c544474b2.tar.gz
gentoo-2-bec2fa4b8ef8bb98b54f52649c45678c544474b2.tar.bz2
gentoo-2-bec2fa4b8ef8bb98b54f52649c45678c544474b2.zip
Version bumped.
(Portage version: 2.1.8.2/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/ibus-table-yinma/ChangeLog8
-rw-r--r--app-i18n/ibus-table-yinma/ibus-table-yinma-1.2.0.20100305.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/app-i18n/ibus-table-yinma/ChangeLog b/app-i18n/ibus-table-yinma/ChangeLog
index 1e122097008a..7ad1a893664f 100644
--- a/app-i18n/ibus-table-yinma/ChangeLog
+++ b/app-i18n/ibus-table-yinma/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-i18n/ibus-table-yinma
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-yinma/ChangeLog,v 1.1 2010/01/13 13:36:22 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-yinma/ChangeLog,v 1.2 2010/03/13 01:01:28 matsuu Exp $
+
+*ibus-table-yinma-1.2.0.20100305 (13 Mar 2010)
+
+ 13 Mar 2010; MATSUU Takuto <matsuu@gentoo.org>
+ +ibus-table-yinma-1.2.0.20100305.ebuild:
+ Version bumped.
*ibus-table-yinma-1.2.0.20100111 (13 Jan 2010)
diff --git a/app-i18n/ibus-table-yinma/ibus-table-yinma-1.2.0.20100305.ebuild b/app-i18n/ibus-table-yinma/ibus-table-yinma-1.2.0.20100305.ebuild
new file mode 100644
index 000000000000..4084a57224cb
--- /dev/null
+++ b/app-i18n/ibus-table-yinma/ibus-table-yinma-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-yinma/ibus-table-yinma-1.2.0.20100305.ebuild,v 1.1 2010/03/13 01:01:28 matsuu Exp $
+
+DESCRIPTION="The yinma tables for IBus-Table"
+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.2.0.20100111"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ dodoc AUTHORS ChangeLog NEWS README || die
+}