summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2012-03-07 15:02:50 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2012-03-07 15:02:50 +0000
commitab1163399bb122536f8b5e37f2c082831f0b9b2d (patch)
tree07e2954eeb132949ef8fa66d86d3cc76cb145548 /app-i18n/ibus-anthy
parent* Using upstream description directly from spec file (diff)
downloadgentoo-2-ab1163399bb122536f8b5e37f2c082831f0b9b2d.tar.gz
gentoo-2-ab1163399bb122536f8b5e37f2c082831f0b9b2d.tar.bz2
gentoo-2-ab1163399bb122536f8b5e37f2c082831f0b9b2d.zip
Version bumped.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus-anthy')
-rw-r--r--app-i18n/ibus-anthy/ChangeLog9
-rw-r--r--app-i18n/ibus-anthy/ibus-anthy-1.2.1.ebuild54
-rw-r--r--app-i18n/ibus-anthy/ibus-anthy-1.2.3.ebuild61
-rw-r--r--app-i18n/ibus-anthy/ibus-anthy-1.2.5.ebuild61
-rw-r--r--app-i18n/ibus-anthy/ibus-anthy-1.2.7.ebuild (renamed from app-i18n/ibus-anthy/ibus-anthy-1.2.4.ebuild)9
5 files changed, 13 insertions, 181 deletions
diff --git a/app-i18n/ibus-anthy/ChangeLog b/app-i18n/ibus-anthy/ChangeLog
index b00773469373..b1d98ebfc2b0 100644
--- a/app-i18n/ibus-anthy/ChangeLog
+++ b/app-i18n/ibus-anthy/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-i18n/ibus-anthy
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.30 2012/02/16 17:38:27 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.31 2012/03/07 15:02:50 matsuu Exp $
+
+*ibus-anthy-1.2.7 (06 Mar 2012)
+
+ 06 Mar 2012; MATSUU Takuto <matsuu@gentoo.org> -ibus-anthy-1.2.1.ebuild,
+ -ibus-anthy-1.2.3.ebuild, -ibus-anthy-1.2.4.ebuild, -ibus-anthy-1.2.5.ebuild,
+ +ibus-anthy-1.2.7.ebuild:
+ Version bumped.
16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> ibus-anthy-1.2.6.ebuild:
x86 stable wrt bug #396807
diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.2.1.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.2.1.ebuild
deleted file mode 100644
index 2db8c73eab20..000000000000
--- a/app-i18n/ibus-anthy/ibus-anthy-1.2.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.2.1.ebuild,v 1.3 2011/04/16 22:12:10 arfrever Exp $
-
-EAPI=3
-PYTHON_DEPEND="2:2.5"
-inherit eutils python
-
-DESCRIPTION="Japanese input method Anthy 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 ~ppc ~x86"
-IUSE="nls"
-
-RDEPEND=">=app-i18n/ibus-1.2.0.20090904
- app-i18n/anthy
- >=dev-python/pygtk-2.15.2
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- dev-lang/swig
- dev-util/pkgconfig
- nls? ( >=sys-devel/gettext-0.16.1 )"
-
-src_prepare() {
- mv py-compile py-compile.orig || die
- ln -s "$(type -P true)" py-compile || die
-}
-
-src_configure() {
- econf $(use_enable nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc AUTHORS ChangeLog NEWS README || die
-}
-
-pkg_postinst() {
- elog
- elog "app-dicts/kasumi is not required but probably useful for you."
- elog
- elog "# emerge app-dicts/kasumi"
- elog
-
- python_mod_optimize /usr/share/${PN}
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/share/${PN}
-}
diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.2.3.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.2.3.ebuild
deleted file mode 100644
index 20e74820336a..000000000000
--- a/app-i18n/ibus-anthy/ibus-anthy-1.2.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.2.3.ebuild,v 1.2 2011/04/16 22:12:10 arfrever Exp $
-
-EAPI=3
-PYTHON_DEPEND="2:2.5"
-inherit eutils python
-
-DESCRIPTION="Japanese input method Anthy 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 ~ppc ~x86"
-IUSE="nls"
-
-RDEPEND=">=app-i18n/ibus-1.2.0.20090904
- app-i18n/anthy
- >=dev-python/pygtk-2.15.2
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- dev-lang/swig
- dev-util/pkgconfig
- nls? ( >=sys-devel/gettext-0.16.1 )"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- mv py-compile py-compile.orig || die
- ln -s "$(type -P true)" py-compile || die
- sed -i -e "s/python/python2/" \
- engine/ibus-engine-anthy.in setup/ibus-setup-anthy.in || die
-}
-
-src_configure() {
- econf $(use_enable nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc AUTHORS ChangeLog NEWS README || die
-}
-
-pkg_postinst() {
- elog
- elog "app-dicts/kasumi is not required but probably useful for you."
- elog
- elog "# emerge app-dicts/kasumi"
- elog
-
- python_mod_optimize /usr/share/${PN}
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/share/${PN}
-}
diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.2.5.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.2.5.ebuild
deleted file mode 100644
index f2c2ffeba4ac..000000000000
--- a/app-i18n/ibus-anthy/ibus-anthy-1.2.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.2.5.ebuild,v 1.2 2011/04/16 22:12:10 arfrever Exp $
-
-EAPI=3
-PYTHON_DEPEND="2:2.5"
-inherit eutils python
-
-DESCRIPTION="Japanese input method Anthy 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 ~ppc ~x86"
-IUSE="nls"
-
-RDEPEND=">=app-i18n/ibus-1.2.0.20100111
- app-i18n/anthy
- >=dev-python/pygtk-2.15.2
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- dev-lang/swig
- dev-util/pkgconfig
- nls? ( >=sys-devel/gettext-0.16.1 )"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- mv py-compile py-compile.orig || die
- ln -s "$(type -P true)" py-compile || die
- sed -i -e "s/python/python2/" \
- engine/ibus-engine-anthy.in setup/ibus-setup-anthy.in || die
-}
-
-src_configure() {
- econf $(use_enable nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc AUTHORS ChangeLog NEWS README || die
-}
-
-pkg_postinst() {
- elog
- elog "app-dicts/kasumi is not required but probably useful for you."
- elog
- elog "# emerge app-dicts/kasumi"
- elog
-
- python_mod_optimize /usr/share/${PN}
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/share/${PN}
-}
diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.2.4.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.2.7.ebuild
index 4c8aca32bb6b..93618d7f3b7e 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.2.4.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.2.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.2.4.ebuild,v 1.2 2011/04/16 22:12:10 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.2.7.ebuild,v 1.1 2012/03/07 15:02:50 matsuu Exp $
EAPI=3
PYTHON_DEPEND="2:2.5"
@@ -30,8 +30,7 @@ pkg_setup() {
}
src_prepare() {
- mv py-compile py-compile.orig || die
- ln -s "$(type -P true)" py-compile || die
+ >py-compile #397497
sed -i -e "s/python/python2/" \
engine/ibus-engine-anthy.in setup/ibus-setup-anthy.in || die
}
@@ -44,6 +43,8 @@ src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README || die
+
+ find "${ED}" -name '*.la' -type f -delete || die
}
pkg_postinst() {