summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-06-01 15:14:26 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-06-01 15:14:26 +0000
commitc46e12c8972ad919c3107e93c50737f5af9dfe77 (patch)
treea3a566c78495809df0bd12048ca8010ce0e2e9ba /app-i18n/ibus-table-yong
parentRemove versions that depend on masked/broken libuser (diff)
downloadhistorical-c46e12c8972ad919c3107e93c50737f5af9dfe77.tar.gz
historical-c46e12c8972ad919c3107e93c50737f5af9dfe77.tar.bz2
historical-c46e12c8972ad919c3107e93c50737f5af9dfe77.zip
Version bumped.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'app-i18n/ibus-table-yong')
-rw-r--r--app-i18n/ibus-table-yong/ChangeLog8
-rw-r--r--app-i18n/ibus-table-yong/ibus-table-yong-1.1.0.20090523.ebuild30
2 files changed, 37 insertions, 1 deletions
diff --git a/app-i18n/ibus-table-yong/ChangeLog b/app-i18n/ibus-table-yong/ChangeLog
index bf0d3250e3c4..ba97410f12f0 100644
--- a/app-i18n/ibus-table-yong/ChangeLog
+++ b/app-i18n/ibus-table-yong/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-i18n/ibus-table-yong
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-yong/ChangeLog,v 1.1 2009/04/23 14:03:17 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-yong/ChangeLog,v 1.2 2009/06/01 15:14:26 matsuu Exp $
+
+*ibus-table-yong-1.1.0.20090523 (01 Jun 2009)
+
+ 01 Jun 2009; MATSUU Takuto <matsuu@gentoo.org>
+ +ibus-table-yong-1.1.0.20090523.ebuild:
+ Version bumped.
*ibus-table-yong-1.1.0.20090422 (23 Apr 2009)
diff --git a/app-i18n/ibus-table-yong/ibus-table-yong-1.1.0.20090523.ebuild b/app-i18n/ibus-table-yong/ibus-table-yong-1.1.0.20090523.ebuild
new file mode 100644
index 000000000000..0c868ebbe1ae
--- /dev/null
+++ b/app-i18n/ibus-table-yong/ibus-table-yong-1.1.0.20090523.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-yong/ibus-table-yong-1.1.0.20090523.ebuild,v 1.1 2009/06/01 15:14:26 matsuu Exp $
+
+DESCRIPTION="The Yong for IBus Tables"
+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}
+ dev-util/pkgconfig"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ dodoc AUTHORS ChangeLog NEWS README
+}
+
+pkg_postinst() {
+ ewarn "This package is very experimental, please report your bugs to"
+ ewarn "http://ibus.googlecode.com/issues/list"
+ elog
+ elog "You should run ibus-setup and enable IM Engines you want to use!"
+ elog
+}