commit:     17e5d600076fa38fc7873a4c0a03a31ff71cdc0c
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 25 23:48:17 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Mar 25 23:52:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e5d600

app-i18n/ibus-libpinyin: drop old version

Dropping old version, which does not support slotted lua, while current
stable does.

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-i18n/ibus-libpinyin/Manifest                   |  1 -
 .../ibus-libpinyin/ibus-libpinyin-1.11.1-r1.ebuild | 58 ----------------------
 2 files changed, 59 deletions(-)

diff --git a/app-i18n/ibus-libpinyin/Manifest b/app-i18n/ibus-libpinyin/Manifest
index 6fc1fc4476e..4e4bf9ae6f8 100644
--- a/app-i18n/ibus-libpinyin/Manifest
+++ b/app-i18n/ibus-libpinyin/Manifest
@@ -1,2 +1 @@
-DIST ibus-libpinyin-1.11.1.tar.gz 1728202 BLAKE2B 
6e2273c4ff1be76bb8b0e65b915e039c0a181981d20ed94662184e161e8639ad3d548de981d7bbae950ab8b5019bedaed9593e03282e2f9d207f831929d422bc
 SHA512 
48691952a10f4ab545d8e233dc3cd75fc54270c03a687820048152636df26d233ee0fba89e4ec2ccd5a6e410b41e556872e3dd2468d59d44b3440e904b93528b
 DIST ibus-libpinyin-1.11.92.tar.gz 1730065 BLAKE2B 
376bec6fa7616364c8ed4dc5b269edabda892ba4759ff03e93b4099c99440925126800ea3bf11eef91ea62c558fa7dbf05f3d68be5e25e701aaaeb37618b90a8
 SHA512 
b875b2fed6875806971b91e2abc62cdab1f70baef78840915f89466a7bcf3d1dfc70438ba85e7580bba92dec0ade50a2b05955fe6cd148bffd3888fa69f1c851

diff --git a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1-r1.ebuild 
b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1-r1.ebuild
deleted file mode 100644
index aba02c45c6b..00000000000
--- a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 2015-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_7 )
-
-inherit autotools gnome2-utils python-single-r1
-
-DESCRIPTION="Intelligent Pinyin and Bopomofo input methods based on LibPinyin 
for IBus"
-HOMEPAGE="https://github.com/libpinyin/ibus-libpinyin 
https://sourceforge.net/projects/libpinyin/";
-SRC_URI="https://github.com/libpinyin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="boost lua opencc"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-BDEPEND="dev-db/sqlite:3
-       virtual/pkgconfig"
-
-DEPEND="${PYTHON_DEPS}
-       >=app-i18n/libpinyin-2.1.0:=
-       dev-db/sqlite:3
-       dev-libs/glib:2
-       virtual/libintl
-       $(python_gen_cond_dep '
-               app-i18n/ibus[python(+),${PYTHON_MULTI_USEDEP}]
-               dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-       ')
-       boost? ( dev-libs/boost:= )
-       lua? ( dev-lang/lua:0 )
-       opencc? ( app-i18n/opencc:= )"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               --enable-english-input-mode \
-               $(use_enable boost) \
-               $(use_enable lua lua-extension) \
-               $(use_enable opencc)
-}
-
-pkg_postinst() {
-       gnome2_schemas_update
-}
-
-pkg_postrm() {
-       gnome2_schemas_update
-}

Reply via email to