diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 09:52:36 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 09:55:27 +0200 |
commit | fcfe0f4d8382c3c0ad5828757aff463724b291ff (patch) | |
tree | 2f65c125750af2d75b582b497d4770322a76ee7a /app-i18n | |
parent | app-i18n/ibus-pinyin: Drop old (diff) | |
download | gentoo-fcfe0f4d8382c3c0ad5828757aff463724b291ff.tar.gz gentoo-fcfe0f4d8382c3c0ad5828757aff463724b291ff.tar.bz2 gentoo-fcfe0f4d8382c3c0ad5828757aff463724b291ff.zip |
app-i18n/ibus-skk: Drop old
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-skk/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/ibus-skk/ibus-skk-1.4.0.ebuild | 50 | ||||
-rw-r--r-- | app-i18n/ibus-skk/ibus-skk-1.4.1.ebuild | 50 |
3 files changed, 0 insertions, 101 deletions
diff --git a/app-i18n/ibus-skk/Manifest b/app-i18n/ibus-skk/Manifest index 2549378863eb..278f3effab0b 100644 --- a/app-i18n/ibus-skk/Manifest +++ b/app-i18n/ibus-skk/Manifest @@ -1,3 +1,2 @@ DIST ibus-skk-1.3.9.tar.gz 459987 SHA256 67c615f6e070673e312da50e1125f2f0637b40e0eca4f6ea34325f41322b4ba6 SHA512 f68fbd82d087f7bcae50196854cbe650f8b4ef936238be170d74c33ede4c15370d0f0a8e65216a6ab2547bd2ab7a4b2a4f5a5ee96ed81b0034fcdff6872528fe WHIRLPOOL 3d026b36ee416fd101047b9babfb4cef6dcefb73aea2b359ce01a93fc68fe0e29ac0ce3a21094d0c087623d118730b6abc4aaa7d0062cbddb9db28914b8a4dca -DIST ibus-skk-1.4.0.tar.gz 478964 SHA256 bbf4309215802dddc41bdb7dc0efad91da99957e07f9216193345b149e43b4d9 SHA512 b3c9520eeb139a315779cd12a3865935ac92063dddf7920e63bcdd9670041e9588ae3858c2e8f0f8f77fbed545630a6021e3296de76a239c4bd75e2927c216da WHIRLPOOL 13f56e9bed96d89a4e015d46e8623442efcb63376e4f42152bfe48809b53ffc7a08ff61311d5321ae1c0c6e6f653a05034085a7887faf6db454128f349b2c60e DIST ibus-skk-1.4.1.tar.gz 478018 SHA256 368b114a07f03d5d91cf333215f9429995efbbea73ee7efe2e37fb3bbc6d81de SHA512 d8c0bf2c92fd96486ed10e9dcac861b4fc16e741fd96764671352e9e67226887ad6aa4b76c4891411029d3f5bf692de1162f996a294cecc9e5231e90ea0df5f0 WHIRLPOOL 38f029ad775870c1112d7277337c6083a03008960c54a0a9e09cb2acad5e3dd7c56583645aab9d597870c4a27c4e6c85a11e9e0c33a1533d51c36fa301bdb094 diff --git a/app-i18n/ibus-skk/ibus-skk-1.4.0.ebuild b/app-i18n/ibus-skk/ibus-skk-1.4.0.ebuild deleted file mode 100644 index dd74873226a5..000000000000 --- a/app-i18n/ibus-skk/ibus-skk-1.4.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -PYTHON_DEPEND="2:2.5" - -inherit python - -DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework" -HOMEPAGE="https://github.com/ueno/ibus-skk" -SRC_URI="mirror://github/ueno/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -RDEPEND=">=app-i18n/ibus-1.3 - app-i18n/libskk - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - nls? ( >=sys-devel/gettext-0.16.1 )" -RDEPEND="${RDEPEND} - app-i18n/skk-jisyo" - -DOCS="ChangeLog NEWS README THANKS" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - >py-compile -} - -src_configure() { - econf $(use_enable nls) -} - -pkg_postinst() { - python_mod_optimize /usr/share/${PN} -} - -pkg_postrm() { - python_mod_cleanup /usr/share/${PN} -} diff --git a/app-i18n/ibus-skk/ibus-skk-1.4.1.ebuild b/app-i18n/ibus-skk/ibus-skk-1.4.1.ebuild deleted file mode 100644 index d39435bf3da0..000000000000 --- a/app-i18n/ibus-skk/ibus-skk-1.4.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -PYTHON_DEPEND="2:2.5" - -inherit python - -DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework" -HOMEPAGE="https://github.com/ueno/ibus-skk" -SRC_URI="mirror://github/ueno/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -RDEPEND=">=app-i18n/ibus-1.3 - >=app-i18n/libskk-0.0.11 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - nls? ( >=sys-devel/gettext-0.16.1 )" -RDEPEND="${RDEPEND} - app-i18n/skk-jisyo" - -DOCS="ChangeLog NEWS README THANKS" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - >py-compile -} - -src_configure() { - econf $(use_enable nls) -} - -pkg_postinst() { - python_mod_optimize /usr/share/${PN} -} - -pkg_postrm() { - python_mod_cleanup /usr/share/${PN} -} |