summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-07-04 00:16:06 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-07-04 00:16:06 +0000
commit86f006a29352375622ac5699345ee268c8af1deb (patch)
tree3d7e367a5ef94cecb7881dcd8dcf5b62e570ac47 /app-i18n/ibus-table
parentLinux patch 2.6.30.1. ide-cd patch for the handling of fragmented packets. (diff)
downloadgentoo-2-86f006a29352375622ac5699345ee268c8af1deb.tar.gz
gentoo-2-86f006a29352375622ac5699345ee268c8af1deb.tar.bz2
gentoo-2-86f006a29352375622ac5699345ee268c8af1deb.zip
Version bumped, bug #276334.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus-table')
-rw-r--r--app-i18n/ibus-table/ChangeLog9
-rw-r--r--app-i18n/ibus-table/ibus-table-1.1.0.20090603.ebuild47
-rw-r--r--app-i18n/ibus-table/ibus-table-1.1.0.20090609.ebuild47
-rw-r--r--app-i18n/ibus-table/ibus-table-1.2.0.20090625.ebuild (renamed from app-i18n/ibus-table/ibus-table-1.1.0.20090601.ebuild)2
4 files changed, 9 insertions, 96 deletions
diff --git a/app-i18n/ibus-table/ChangeLog b/app-i18n/ibus-table/ChangeLog
index f6ee63d23f72..7d0cc813edae 100644
--- a/app-i18n/ibus-table/ChangeLog
+++ b/app-i18n/ibus-table/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-i18n/ibus-table
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ChangeLog,v 1.15 2009/06/18 15:38:25 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ChangeLog,v 1.16 2009/07/04 00:16:06 matsuu Exp $
+
+*ibus-table-1.2.0.20090625 (04 Jul 2009)
+
+ 04 Jul 2009; MATSUU Takuto <matsuu@gentoo.org>
+ -ibus-table-1.1.0.20090601.ebuild, -ibus-table-1.1.0.20090603.ebuild,
+ -ibus-table-1.1.0.20090609.ebuild, +ibus-table-1.2.0.20090625.ebuild:
+ Version bumped, #276334. Removed old versions.
*ibus-table-1.1.0.20090615 (18 Jun 2009)
diff --git a/app-i18n/ibus-table/ibus-table-1.1.0.20090603.ebuild b/app-i18n/ibus-table/ibus-table-1.1.0.20090603.ebuild
deleted file mode 100644
index 9b0eccfa7e6e..000000000000
--- a/app-i18n/ibus-table/ibus-table-1.1.0.20090603.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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/ibus-table-1.1.0.20090603.ebuild,v 1.1 2009/06/04 16:18:27 matsuu Exp $
-
-EAPI="2"
-inherit eutils python
-
-DESCRIPTION="The Table Engine for IBus Framework"
-HOMEPAGE="http://code.google.com/p/ibus/"
-SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="minimal nls"
-
-RDEPEND=">=app-i18n/ibus-1.1
- >=dev-lang/python-2.5[sqlite]
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- nls? ( >=sys-devel/gettext-0.16.1 )
- dev-util/pkgconfig"
-
-src_prepare() {
- mv py-compile py-compile.orig || die
- ln -s "$(type -P true)" py-compile || die
-}
-
-src_configure() {
- econf \
- $(use_enable !minimal additional) \
- $(use_enable nls) || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc AUTHORS ChangeLog NEWS README
-}
-
-pkg_postinst() {
- python_mod_optimize /usr/share/${PN}/engine
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/share/${PN}/engine
-}
diff --git a/app-i18n/ibus-table/ibus-table-1.1.0.20090609.ebuild b/app-i18n/ibus-table/ibus-table-1.1.0.20090609.ebuild
deleted file mode 100644
index a65f484dd440..000000000000
--- a/app-i18n/ibus-table/ibus-table-1.1.0.20090609.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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/ibus-table-1.1.0.20090609.ebuild,v 1.1 2009/06/09 16:26:24 matsuu Exp $
-
-EAPI="2"
-inherit eutils python
-
-DESCRIPTION="The Table Engine for IBus Framework"
-HOMEPAGE="http://code.google.com/p/ibus/"
-SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="minimal nls"
-
-RDEPEND=">=app-i18n/ibus-1.1
- >=dev-lang/python-2.5[sqlite]
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- nls? ( >=sys-devel/gettext-0.16.1 )
- dev-util/pkgconfig"
-
-src_prepare() {
- mv py-compile py-compile.orig || die
- ln -s "$(type -P true)" py-compile || die
-}
-
-src_configure() {
- econf \
- $(use_enable !minimal additional) \
- $(use_enable nls) || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc AUTHORS ChangeLog NEWS README
-}
-
-pkg_postinst() {
- python_mod_optimize /usr/share/${PN}/engine
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/share/${PN}/engine
-}
diff --git a/app-i18n/ibus-table/ibus-table-1.1.0.20090601.ebuild b/app-i18n/ibus-table/ibus-table-1.2.0.20090625.ebuild
index e73387cd4b6e..b26d205a0d05 100644
--- a/app-i18n/ibus-table/ibus-table-1.1.0.20090601.ebuild
+++ b/app-i18n/ibus-table/ibus-table-1.2.0.20090625.ebuild
@@ -1,6 +1,6 @@
# 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/ibus-table-1.1.0.20090601.ebuild,v 1.1 2009/06/01 15:11:47 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ibus-table-1.2.0.20090625.ebuild,v 1.1 2009/07/04 00:16:06 matsuu Exp $
EAPI="2"
inherit eutils python