summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2010-01-13 13:29:00 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2010-01-13 13:29:00 +0000
commit8a9a1569e335d871f2cfbe1bd1c5e2c46fd7331a (patch)
treeaa73a147d150c0129ede1f46f4ca8ccc251469be /app-i18n/ibus-table
parentVersion bumped. (diff)
downloadgentoo-2-8a9a1569e335d871f2cfbe1bd1c5e2c46fd7331a.tar.gz
gentoo-2-8a9a1569e335d871f2cfbe1bd1c5e2c46fd7331a.tar.bz2
gentoo-2-8a9a1569e335d871f2cfbe1bd1c5e2c46fd7331a.zip
Version bumped.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus-table')
-rw-r--r--app-i18n/ibus-table/ChangeLog11
-rw-r--r--app-i18n/ibus-table/ibus-table-1.2.0.20090804.ebuild47
-rw-r--r--app-i18n/ibus-table/ibus-table-1.2.0.20100111.ebuild (renamed from app-i18n/ibus-table/ibus-table-1.2.0.20090625.ebuild)16
3 files changed, 16 insertions, 58 deletions
diff --git a/app-i18n/ibus-table/ChangeLog b/app-i18n/ibus-table/ChangeLog
index 5f0ddf78d302..5c4a01f6ae9b 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.18 2009/09/07 23:19:51 matsuu Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ChangeLog,v 1.19 2010/01/13 13:29:00 matsuu Exp $
+
+*ibus-table-1.2.0.20100111 (13 Jan 2010)
+
+ 13 Jan 2010; MATSUU Takuto <matsuu@gentoo.org>
+ -ibus-table-1.2.0.20090625.ebuild, -ibus-table-1.2.0.20090804.ebuild,
+ +ibus-table-1.2.0.20100111.ebuild:
+ Version bumped. Removed old versions.
*ibus-table-1.2.0.20090904 (07 Sep 2009)
diff --git a/app-i18n/ibus-table/ibus-table-1.2.0.20090804.ebuild b/app-i18n/ibus-table/ibus-table-1.2.0.20090804.ebuild
deleted file mode 100644
index ad60d6d75e99..000000000000
--- a/app-i18n/ibus-table/ibus-table-1.2.0.20090804.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.2.0.20090804.ebuild,v 1.1 2009/08/04 14:24:33 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.2.0.20090625.ebuild b/app-i18n/ibus-table/ibus-table-1.2.0.20100111.ebuild
index b26d205a0d05..080a6654a581 100644
--- a/app-i18n/ibus-table/ibus-table-1.2.0.20090625.ebuild
+++ b/app-i18n/ibus-table/ibus-table-1.2.0.20100111.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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/ibus-table-1.2.0.20090625.ebuild,v 1.1 2009/07/04 00:16:06 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ibus-table-1.2.0.20100111.ebuild,v 1.1 2010/01/13 13:29:00 matsuu Exp $
EAPI="2"
-inherit eutils python
+inherit python
DESCRIPTION="The Table Engine for IBus Framework"
HOMEPAGE="http://code.google.com/p/ibus/"
@@ -12,10 +12,10 @@ SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="minimal nls"
+IUSE="nls"
-RDEPEND=">=app-i18n/ibus-1.1
- >=dev-lang/python-2.5[sqlite]
+RDEPEND=">=app-i18n/ibus-1.2
+ =dev-lang/python-2*[sqlite]
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
nls? ( >=sys-devel/gettext-0.16.1 )
@@ -27,9 +27,7 @@ src_prepare() {
}
src_configure() {
- econf \
- $(use_enable !minimal additional) \
- $(use_enable nls) || die
+ econf $(use_enable nls) --disable-additional || die
}
src_install() {