app-i18n/ibus-sunpinyin: Drop old
authorPacho Ramos <pacho@gentoo.org>
Sun, 9 Oct 2016 07:52:59 +0000 (09:52 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 9 Oct 2016 07:55:29 +0000 (09:55 +0200)
Package-Manager: portage-2.3.1

app-i18n/ibus-sunpinyin/Manifest
app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.3-r2.ebuild [deleted file]
app-i18n/ibus-sunpinyin/ibus-sunpinyin-2.0.4_pre20130108-r1.ebuild [deleted file]

index 3d2f7a5b5bf94f4de0f8112decd41fac9a7efa5f..6a7d9e8dd0d27f06356db02e79b027de892115b6 100644 (file)
@@ -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 (file)
index 78b9df1..0000000
+++ /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 (file)
index ff11db5..0000000
+++ /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
-}