summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-03-11 15:26:43 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-03-11 15:26:43 +0000
commitd26a8143c4a41cfd38e711994bae798751bfff4c (patch)
treedcceee8eb6f3ebcf3f2767173cfff46c072aa110
parentMarking cmake-2.6.2-r1 ppc64 for bug 259741 (diff)
downloadgentoo-2-d26a8143c4a41cfd38e711994bae798751bfff4c.tar.gz
gentoo-2-d26a8143c4a41cfd38e711994bae798751bfff4c.tar.bz2
gentoo-2-d26a8143c4a41cfd38e711994bae798751bfff4c.zip
Version bumped.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
-rw-r--r--app-i18n/ibus-chewing/ChangeLog9
-rw-r--r--app-i18n/ibus-chewing/ibus-chewing-0.1.1.20081023.ebuild55
-rw-r--r--app-i18n/ibus-chewing/ibus-chewing-1.0.3.20090311.ebuild (renamed from app-i18n/ibus-chewing/ibus-chewing-1.0.0.20090220.ebuild)29
3 files changed, 17 insertions, 76 deletions
diff --git a/app-i18n/ibus-chewing/ChangeLog b/app-i18n/ibus-chewing/ChangeLog
index 70e54b72f3a7..a2e3c22e85b6 100644
--- a/app-i18n/ibus-chewing/ChangeLog
+++ b/app-i18n/ibus-chewing/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-i18n/ibus-chewing
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-chewing/ChangeLog,v 1.7 2009/03/02 14:56:56 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-chewing/ChangeLog,v 1.8 2009/03/11 15:26:43 matsuu Exp $
+
+*ibus-chewing-1.0.3.20090311 (11 Mar 2009)
+
+ 11 Mar 2009; MATSUU Takuto <matsuu@gentoo.org>
+ -ibus-chewing-0.1.1.20081023.ebuild, -ibus-chewing-1.0.0.20090220.ebuild,
+ +ibus-chewing-1.0.3.20090311.ebuild:
+ Version bumped. Removed old versions.
*ibus-chewing-1.0.2.20090302 (02 Mar 2009)
diff --git a/app-i18n/ibus-chewing/ibus-chewing-0.1.1.20081023.ebuild b/app-i18n/ibus-chewing/ibus-chewing-0.1.1.20081023.ebuild
deleted file mode 100644
index 3d5813db627c..000000000000
--- a/app-i18n/ibus-chewing/ibus-chewing-0.1.1.20081023.ebuild
+++ /dev/null
@@ -1,55 +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-chewing/ibus-chewing-0.1.1.20081023.ebuild,v 1.2 2009/02/05 16:15:13 matsuu Exp $
-
-inherit python
-
-DESCRIPTION="The Chewing IMEngine for IBus Framework"
-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="nls"
-
-RDEPEND="=app-i18n/ibus-0.1*
- >=dev-libs/libchewing-0.3.0.901
- >=dev-lang/python-2.5
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- dev-lang/swig
- dev-util/pkgconfig
- nls? ( >=sys-devel/gettext-0.16.1 )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- mv py-compile py-compile.orig || die
- ln -s "$(type -P true)" py-compile || die
-}
-
-src_compile() {
- econf $(use_enable nls) || die
- emake || die
-}
-
-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
-
- python_mod_optimize /usr/share/${PN}
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/share/${PN}
-}
diff --git a/app-i18n/ibus-chewing/ibus-chewing-1.0.0.20090220.ebuild b/app-i18n/ibus-chewing/ibus-chewing-1.0.3.20090311.ebuild
index 346362a5dcc8..fa87ed2c521c 100644
--- a/app-i18n/ibus-chewing/ibus-chewing-1.0.0.20090220.ebuild
+++ b/app-i18n/ibus-chewing/ibus-chewing-1.0.3.20090311.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-chewing/ibus-chewing-1.0.0.20090220.ebuild,v 1.1 2009/02/25 17:09:52 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-chewing/ibus-chewing-1.0.3.20090311.ebuild,v 1.1 2009/03/11 15:26:43 matsuu Exp $
-inherit cmake-utils eutils
+EAPI="1"
+inherit cmake-utils
MY_P="${P}-Source"
DESCRIPTION="The Chewing IMEngine for IBus Framework"
@@ -14,31 +15,19 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
-RDEPEND=">=app-i18n/ibus-1
+RDEPEND="x11-libs/libX11
+ x11-libs/libXtst
+ >=app-i18n/ibus-1
>=dev-libs/libchewing-0.3.2
- >=dev-util/gob-2"
+ x11-libs/gtk+:2
+ gnome-base/gconf:2
+ dev-util/gob:2"
DEPEND="${RDEPEND}
dev-util/cmake
dev-util/pkgconfig"
S="${WORKDIR}/${MY_P}"
-PRJ_VER_FULL="${PF}"
-
CMAKE_IN_SOURCE_BUILD=1
DOCS="AUTHORS ChangeLog NEWS README"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-gentoo.patch"
-}
-
-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
-}