commit:     37625b05866c0c74f4e7cbb7035ce98d43f64535
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 07:52:59 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 07:55:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37625b05

app-i18n/ibus-sunpinyin: Drop old

Package-Manager: portage-2.3.1

 app-i18n/ibus-sunpinyin/Manifest                   |  1 -
 .../ibus-sunpinyin/ibus-sunpinyin-2.0.3-r2.ebuild  | 33 -------------
 .../ibus-sunpinyin-2.0.4_pre20130108-r1.ebuild     | 56 ----------------------
 3 files changed, 90 deletions(-)

diff --git a/app-i18n/ibus-sunpinyin/Manifest b/app-i18n/ibus-sunpinyin/Manifest
index 3d2f7a5..6a7d9e8 100644
--- a/app-i18n/ibus-sunpinyin/Manifest
+++ b/app-i18n/ibus-sunpinyin/Manifest
@@ -1,2 +1 @@
-DIST ibus-sunpinyin-2.0.3.tar.gz 218785 SHA256 
9c15b89d683318f3b1f3475dcabf7a91ee815692b233a289bcadab3ab7f8fa3c SHA512 
75620184540ca71d239f6370dda83dd791b46581b19b309e4e7924f3760072a4d58c06940360539d0ec98d88e24c61922025dbdf97bfe93eb0aba5a778651106
 WHIRLPOOL 
32bb79dc743ebc44c09cff5cae15ad449aa9951a87a5b2d4cef58788d61cbe4bdaa8923f1e2043243442eeec17d0455ca0b124581b2aa403a320a2da1beba368
 DIST sunpinyin-2.0.4_pre20130108.tar.xz 964764 SHA256 
e650957aced55075448b7f02298d0c5cf59a8b8e041e9c7d92d24cb5170de93f SHA512 
7c1dd7db8b800e9d436746a560a16de2c6777576868f2e7e28f6dcb767b91ccd62b974f9d4ce6bd6ce80d30e1ee83887c3ee03c227e7e9fa59c01db4867465b2
 WHIRLPOOL 
82535dcde38c2fce17877e465db7ebeaed14a7f305ad96ca451c5b35ae04244a94e9bde9ce51092a390964c557e39ab43742d2370342f9b72722b24f916c55d6

diff --git a/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.3-r2.ebuild 
b/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.3-r2.ebuild
deleted file mode 100644
index 78b9df1..00000000
--- a/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.3-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_DEPEND="2:2.5"
-inherit eutils python scons-utils
-
-DESCRIPTION="The SunPinYin IMEngine for IBus Framework"
-HOMEPAGE="https://sunpinyin.googlecode.com";
-SRC_URI="${HOMEPAGE}/files/${P}.tar.gz"
-
-LICENSE="LGPL-2.1 CDDL"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-i18n/ibus
-               ~app-i18n/sunpinyin-${PV}"
-DEPEND="${RDEPEND}
-               sys-devel/gettext"
-
-src_prepare() {
-       epatch "${FILESDIR}/${P}-force-switch.patch"
-}
-
-src_compile() {
-       escons --prefix="/usr"
-}
-
-src_install() {
-       escons --prefix="/usr" --install-sandbox="${D}" install
-}

diff --git a/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20130108-r1.ebuild 
b/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20130108-r1.ebuild
deleted file mode 100644
index ff11db5..00000000
--- a/app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20130108-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_DEPEND="2:2.5"
-inherit python scons-utils toolchain-funcs
-
-DESCRIPTION="The SunPinYin IMEngine for IBus Framework"
-HOMEPAGE="https://sunpinyin.googlecode.com/";
-SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/sunpinyin-${PV}.tar.xz";
-
-LICENSE="LGPL-2.1 CDDL"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+nls"
-
-RDEPEND="app-i18n/ibus
-       ~app-i18n/sunpinyin-${PV}:=
-       nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       nls? ( sys-devel/gettext )"
-
-src_unpack() {
-       default
-       mv "${WORKDIR}/sunpinyin-${PV}" "${S}" || die
-}
-
-src_configure() {
-       tc-export CXX
-       myesconsargs=(
-               --prefix="${EPREFIX}"/usr
-               --libexecdir="${EPREFIX}"/usr/libexec
-       )
-}
-
-src_compile() {
-       pushd "${S}"/wrapper/ibus
-       escons
-       popd
-}
-
-src_install() {
-       pushd "${S}"/wrapper/ibus
-       escons --install-sandbox="${ED}" install
-       popd
-}
-
-pkg_postinst() {
-       python_mod_optimize /usr/share/ibus-sunpinyin/setup
-}
-
-pkg_postrm() {
-       python_mod_cleanup /usr/share/ibus-sunpinyin/setup
-}

Reply via email to