diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 09:50:47 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 09:55:16 +0200 |
commit | 70902d943c28a1db992c18d7d1ff9f18b0ce2f07 (patch) | |
tree | 78a45c636a583ee74bf6e6f7770dd0725899566f /app-i18n | |
parent | app-emacs/pymacs: Drop old (diff) | |
download | gentoo-70902d943c28a1db992c18d7d1ff9f18b0ce2f07.tar.gz gentoo-70902d943c28a1db992c18d7d1ff9f18b0ce2f07.tar.bz2 gentoo-70902d943c28a1db992c18d7d1ff9f18b0ce2f07.zip |
app-i18n/ibus-anthy: Drop old
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-anthy/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/ibus-anthy/ibus-anthy-1.2.7-r1.ebuild | 62 |
2 files changed, 0 insertions, 63 deletions
diff --git a/app-i18n/ibus-anthy/Manifest b/app-i18n/ibus-anthy/Manifest index dc4d549595c7..1e90e855066b 100644 --- a/app-i18n/ibus-anthy/Manifest +++ b/app-i18n/ibus-anthy/Manifest @@ -1,3 +1,2 @@ DIST anthy.i 3170 SHA256 3615639f5cd9bf2adcbc2bac8d3ae968646df1d9d2ba987d80442d5ad99ecdf9 SHA512 400d67c2f0ffbdb3eab241646922d549ec4a42ae5b33714a91b864f4b5dfdf0d9a0d28cb6dcdffa55eb9633651ceae034bb547d7a5c41d9b8d352e955773e069 WHIRLPOOL 9be409df613530658c68bc7491e1dd258f5f1ef1d09895a3557a9e63c3ced5083c1ecd9e274536c9afbc98031c353c05c73304bb4354aaf8e21a1c15de39b8b6 -DIST ibus-anthy-1.2.7.tar.gz 523139 SHA256 33c42c1612423f84fddd8c38f8b2439b8af5f0b5fc7725ae195a01b8999d85e9 SHA512 ee45759bb8303967d09d0f92ee0a97fa63611de936c61073078d795b9ba8858cc882e539611bb5ea68848d471e6d2b0e4d8f51df5335aad7942f15e63c4d159d WHIRLPOOL a27945667347d0fb121d028b23b68219df6417369d32d47a43665c828e8935cd74e04b861e0a4e04a117c08665771c22750eab2869fffd21f23b1e21f633b358 DIST ibus-anthy-1.5.4.tar.gz 592595 SHA256 4c0a8b88a2c547e72173a7d682d82797f6c65fe712abe5f3b89495d4eec7b031 SHA512 8478e9ea14472d0153cc7a35feae4edea791476dc98cfc266b598f915376d267bd5db48ea0a676209d7a6fa680628116a30fec59afaf696477cfaa14082aad8d WHIRLPOOL f4aec300dc5cff62f81a3ae64ac2d46768e3fbaa579e14abac8bd87e0801155e8258f6f3d66d7015122e929cd2e0f48183aeb37245b3046afa3d80b8ce42d58c diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.2.7-r1.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.2.7-r1.ebuild deleted file mode 100644 index 8bfa8b61732b..000000000000 --- a/app-i18n/ibus-anthy/ibus-anthy-1.2.7-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 -PYTHON_DEPEND="2:2.5" -inherit eutils python - -DESCRIPTION="Japanese input method Anthy 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 ppc x86" -IUSE="nls" - -RDEPEND=">=app-i18n/ibus-1.2.0.20100111 - !>=app-i18n/ibus-1.4.99 - app-i18n/anthy - >=dev-python/pygtk-2.15.2 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - dev-lang/swig - dev-util/intltool - virtual/pkgconfig - nls? ( >=sys-devel/gettext-0.16.1 )" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - >py-compile #397497 -} - -src_configure() { - PYTHON="$(PYTHON -a)" econf $(use_enable nls) -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README || die - - find "${ED}" -name '*.la' -type f -delete || die -} - -pkg_postinst() { - elog - elog "app-dicts/kasumi is not required but probably useful for you." - elog - elog "# emerge app-dicts/kasumi" - elog - - python_mod_optimize /usr/share/${PN} -} - -pkg_postrm() { - python_mod_cleanup /usr/share/${PN} -} |