summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-i18n/ibus-anthy/ChangeLog7
-rw-r--r--app-i18n/ibus-anthy/files/ibus-anthy-1.5.0-configure.patch26
-rw-r--r--app-i18n/ibus-anthy/ibus-anthy-1.2.0.20100115.ebuild54
-rw-r--r--app-i18n/ibus-anthy/ibus-anthy-1.2.6.ebuild62
-rw-r--r--app-i18n/ibus-anthy/ibus-anthy-1.2.7.ebuild64
5 files changed, 6 insertions, 207 deletions
diff --git a/app-i18n/ibus-anthy/ChangeLog b/app-i18n/ibus-anthy/ChangeLog
index f9ff6235a300..f0bcb53a26f7 100644
--- a/app-i18n/ibus-anthy/ChangeLog
+++ b/app-i18n/ibus-anthy/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/ibus-anthy
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.50 2015/04/08 07:30:32 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.51 2015/04/20 19:19:07 mrueg Exp $
+
+ 20 Apr 2015; Manuel Rüger <mrueg@gentoo.org>
+ -files/ibus-anthy-1.5.0-configure.patch, -ibus-anthy-1.2.0.20100115.ebuild,
+ -ibus-anthy-1.2.6.ebuild, -ibus-anthy-1.2.7.ebuild:
+ Remove old.
08 Apr 2015; Michał Górny <mgorny@gentoo.org> ibus-anthy-1.5.4.ebuild:
Remove old Python implementations
diff --git a/app-i18n/ibus-anthy/files/ibus-anthy-1.5.0-configure.patch b/app-i18n/ibus-anthy/files/ibus-anthy-1.5.0-configure.patch
deleted file mode 100644
index 2beb17d47c69..000000000000
--- a/app-i18n/ibus-anthy/files/ibus-anthy-1.5.0-configure.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 7a4ca49..1ddcf16 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -210,9 +210,7 @@ dnl - check pygtk2
- AC_MSG_CHECKING([whether you enable pygtk2 anthy])
- AC_ARG_ENABLE(pygtk2-anthy,
- AS_HELP_STRING([--enable-pygtk2-anthy=no/yes],
-- [Install pygtk2 anthy default=no]),
-- enable_pygtk2_anthy=yes,
-- enable_pygtk2_anthy=no)
-+ [Install pygtk2 anthy default=no]))
- AC_MSG_RESULT($enable_pygtk2_anthy)
-
- if test x"$enable_pygtk2_anthy" = xyes; then
-@@ -287,9 +285,7 @@ dnl - check private png
- AC_MSG_CHECKING([if you install the private png file])
- AC_ARG_ENABLE(private-png,
- AS_HELP_STRING([--enable-private-png=no/yes],
-- [Install ibus-anthy.png default=no]),
-- enable_private_png=yes,
-- enable_private_png=no)
-+ [Install ibus-anthy.png default=no]))
- AC_MSG_RESULT($enable_private_png)
-
- if test x"$enable_private_png" = xyes; then
diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.2.0.20100115.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.2.0.20100115.ebuild
deleted file mode 100644
index 60c1d7055169..000000000000
--- a/app-i18n/ibus-anthy/ibus-anthy-1.2.0.20100115.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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.0.20100115.ebuild,v 1.6 2012/05/03 19:24:29 jdhore Exp $
-
-EAPI=3
-
-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-lang/python-2.5
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- dev-lang/swig
- virtual/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.6.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.2.6.ebuild
deleted file mode 100644
index 3f773c9cbbe1..000000000000
--- a/app-i18n/ibus-anthy/ibus-anthy-1.2.6.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2013 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.6.ebuild,v 1.5 2013/01/09 13:05:12 naota 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/ibus-1.4.99
- app-i18n/anthy
- >=dev-python/pygtk-2.15.2
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- dev-lang/swig
- virtual/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.7.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.2.7.ebuild
deleted file mode 100644
index faf22baa1762..000000000000
--- a/app-i18n/ibus-anthy/ibus-anthy-1.2.7.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2013 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.7.ebuild,v 1.6 2013/01/09 13:05:12 naota 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/ibus-1.4.99
- app-i18n/anthy
- >=dev-python/pygtk-2.15.2
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- dev-lang/swig
- dev-util/intltool
- virtual/pkgconfig
- nls? ( >=sys-devel/gettext-0.16.1 )"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- >py-compile #397497
- 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
-
- find "${ED}" -name '*.la' -type f -delete || 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}
-}