commit:     fd322077e9e43146bd08c6d908685b506e478d4b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 07:52:08 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 07:55:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd322077

app-i18n/ibus-pinyin: Drop old

Package-Manager: portage-2.3.1

 app-i18n/ibus-pinyin/Manifest                    |  2 -
 app-i18n/ibus-pinyin/ibus-pinyin-1.4.0-r1.ebuild | 68 ------------------------
 app-i18n/ibus-pinyin/ibus-pinyin-1.4.0.ebuild    | 65 ----------------------
 app-i18n/ibus-pinyin/ibus-pinyin-1.5.0.ebuild    | 58 --------------------
 4 files changed, 193 deletions(-)

diff --git a/app-i18n/ibus-pinyin/Manifest b/app-i18n/ibus-pinyin/Manifest
index a1252d2..86f286b 100644
--- a/app-i18n/ibus-pinyin/Manifest
+++ b/app-i18n/ibus-pinyin/Manifest
@@ -1,3 +1 @@
-DIST ibus-pinyin-1.4.0.tar.gz 1813003 SHA256 
4fcaef6ac0533945c7feb4cb36fc72c102aae63b3fb4cbf338cdcc816182c24a SHA512 
3aecac95d5ccdc494b885901780ceb72353350ed6d317e8ac9f34251e7a9354c63ebc5666af46f2fc47b4c7adf69950cb0ddee0cbd32a3e2194910b4974591e4
 WHIRLPOOL 
6591943f83cec6442196a4007e231711ba2a3121757f7a50381e2278ea8b3b0cda39fac10c0d761addb7235fa6eba0c7bdb8769dea4bb64498e03517482468f1
 DIST ibus-pinyin-1.5.0.tar.gz 692516 SHA256 
a85d458dcc51ea9fd65849e63002428b3fcb3b39adcbea9214b5cb4a4cbdbc96 SHA512 
b0cd849ee3154543747dde8994eec9aed01d67e0d9be308a2f0230cf22f0281cd8fcabd9763b24238547a37e54400bcd8e541937767b93f005d04302f0c00241
 WHIRLPOOL 
80fd0ec7306d857870a0ceecce67166dd4d03529d5bdc404347dea6568c9b7271dbeb6feeebd8587bb5ab6856cec7f269fe5be9dbad5eb1b4297054eb9cb5ab2
-DIST pinyin-database-1.2.99.tar.bz2 9977983 SHA256 
32c7d07b9f41e1dfc0f9008f54eca8e6cb367e7f2b19ac94c49754442694c321 SHA512 
5a7248870407f7f92c418ada49a275062325f2eb33a7eb4b91492e4b706ae70ba931b04377a758ce429fa64cd22e8bee2ac4279d4f205bbce406248eda1decf7
 WHIRLPOOL 
07043adf9d83eb40b1a53409a31b3711f041e2b4dd5cf3f8c2034c129c31270fd37f2e53ecf2da5503562cf103ccb0a4487fa606928ac38a8775e90ff376ce3a

diff --git a/app-i18n/ibus-pinyin/ibus-pinyin-1.4.0-r1.ebuild 
b/app-i18n/ibus-pinyin/ibus-pinyin-1.4.0-r1.ebuild
deleted file mode 100644
index 24a9437..00000000
--- a/app-i18n/ibus-pinyin/ibus-pinyin-1.4.0-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-PYTHON_DEPEND="2:2.5"
-PYTHON_USE_WITH="sqlite"
-
-inherit python
-
-PYDB_TAR="pinyin-database-1.2.99.tar.bz2"
-DESCRIPTION="Chinese PinYin IMEngine for IBus Framework"
-HOMEPAGE="https://github.com/ibus/ibus/wiki";
-SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz
-       https://ibus.googlecode.com/files/${PYDB_TAR}";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="boost lua nls opencc"
-
-RDEPEND=">=app-i18n/ibus-1.4
-       dev-python/pygtk
-       sys-apps/util-linux
-       boost? ( >=dev-libs/boost-1.39 )
-       lua? (
-               >=dev-lang/lua-5.1
-               <dev-lang/lua-5.2.0
-       )
-       nls? ( virtual/libintl )
-       opencc? ( app-i18n/opencc )"
-DEPEND="${RDEPEND}
-       sys-apps/sed
-       virtual/pkgconfig
-       nls? ( >=sys-devel/gettext-0.16.1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
-       python_set_active_version 2
-       python_pkg_setup
-}
-
-src_prepare() {
-       sed -i -e "s/python/&2/" setup/ibus-setup-pinyin.in || die
-       cp "${DISTDIR}"/${PYDB_TAR} data/db/open-phrase/ || die
-       >py-compile
-}
-
-src_configure() {
-       econf \
-               $(use_enable boost) \
-               $(use_enable lua lua-extension) \
-               $(use_enable nls) \
-               $(use_enable opencc) \
-               --enable-db-open-phrase
-               #--disable-db-android \
-               #--disable-english-input-mode \
-}
-
-pkg_postinst() {
-       python_mod_optimize /usr/share/${PN}
-}
-
-pkg_postrm() {
-       python_mod_cleanup /usr/share/${PN}
-}

diff --git a/app-i18n/ibus-pinyin/ibus-pinyin-1.4.0.ebuild 
b/app-i18n/ibus-pinyin/ibus-pinyin-1.4.0.ebuild
deleted file mode 100644
index 19f2dd4..00000000
--- a/app-i18n/ibus-pinyin/ibus-pinyin-1.4.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-PYTHON_DEPEND="2:2.5"
-PYTHON_USE_WITH="sqlite"
-
-inherit python
-
-PYDB_TAR="pinyin-database-1.2.99.tar.bz2"
-DESCRIPTION="Chinese PinYin IMEngine for IBus Framework"
-HOMEPAGE="https://github.com/ibus/ibus/wiki";
-SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz
-       https://ibus.googlecode.com/files/${PYDB_TAR}";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="boost lua nls opencc"
-
-RDEPEND=">=app-i18n/ibus-1.4
-       sys-apps/util-linux
-       boost? ( >=dev-libs/boost-1.39 )
-       lua? (
-               >=dev-lang/lua-5.1
-               <dev-lang/lua-5.2.0
-       )
-       nls? ( virtual/libintl )
-       opencc? ( app-i18n/opencc )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       nls? ( >=sys-devel/gettext-0.16.1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
-       python_set_active_version 2
-       python_pkg_setup
-}
-
-src_prepare() {
-       cp "${DISTDIR}"/${PYDB_TAR} data/db/open-phrase/ || die
-       >py-compile
-}
-
-src_configure() {
-       econf \
-               $(use_enable boost) \
-               $(use_enable lua lua-extension) \
-               $(use_enable nls) \
-               $(use_enable opencc) \
-               --enable-db-open-phrase
-               #--disable-db-android \
-               #--disable-english-input-mode \
-}
-
-pkg_postinst() {
-       python_mod_optimize /usr/share/${PN}
-}
-
-pkg_postrm() {
-       python_mod_cleanup /usr/share/${PN}
-}

diff --git a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0.ebuild 
b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0.ebuild
deleted file mode 100644
index 8e9a2bf..00000000
--- a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_DEPEND="2:2.5"
-PYTHON_USE_WITH="sqlite"
-
-inherit python eutils
-
-DESCRIPTION="Chinese PinYin IMEngine for IBus Framework"
-HOMEPAGE="https://github.com/ibus/ibus/wiki";
-SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="boost lua nls"
-
-RDEPEND=">=app-i18n/ibus-1.4
-       app-i18n/pyzy
-       boost? ( >=dev-libs/boost-1.39 )
-       lua? (
-               >=dev-lang/lua-5.1
-               <dev-lang/lua-5.2 )
-       nls? ( virtual/libintl )"
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       nls? ( >=sys-devel/gettext-0.16.1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
-       python_set_active_version 2
-       python_pkg_setup
-}
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-content-type-method.patch
-}
-
-src_configure() {
-       econf \
-               $(use_enable boost) \
-               $(use_enable lua lua-extension) \
-               $(use_enable nls) \
-               --enable-english-input-mode
-}
-
-pkg_postinst() {
-       python_mod_optimize /usr/share/${PN}
-}
-
-pkg_postrm() {
-       python_mod_cleanup /usr/share/${PN}
-}

Reply via email to