diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-i18n/ibus-tutcode | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-i18n/ibus-tutcode')
-rw-r--r-- | app-i18n/ibus-tutcode/Manifest | 3 | ||||
-rw-r--r-- | app-i18n/ibus-tutcode/ibus-tutcode-1.0.2-r1.ebuild | 33 | ||||
-rw-r--r-- | app-i18n/ibus-tutcode/metadata.xml | 14 |
3 files changed, 0 insertions, 50 deletions
diff --git a/app-i18n/ibus-tutcode/Manifest b/app-i18n/ibus-tutcode/Manifest deleted file mode 100644 index 5d5c2a9fa80a..000000000000 --- a/app-i18n/ibus-tutcode/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ibus-tutcode-1.0.2.tar.bz2 217894 BLAKE2B b1140e14845e99b1b6a908c7783eef210f928c9281fa924acebef80677ea2b0f6947015aa7c5d64f94ca0147737cb42dbc2c09e61df904505444da8cf93c50d9 SHA512 f7845323396d24a3097cf475c8fa40890b923434e551b8941a6f4cb4d84a4aed7d7b293295ba515603131a8e03a99d58b19dc3d81a7ee13d8d7d904edb5ece02 -EBUILD ibus-tutcode-1.0.2-r1.ebuild 718 BLAKE2B 09477de5f4a0008cfaaca923b0a6233e6af8ce843032b78d16e01ccf7e46e691835bcfafa36673e985281aadc9889f33dbbab9c96a9755efe70161ae6238dfe9 SHA512 1b80fb02a068cc127602ac33125912c519a7f14412c4f4b7a42d491961dba1e87c5435498a9be3040f76f39d85e2be9a2c8f12e27f445804987a02dc1744fe82 -MISC metadata.xml 408 BLAKE2B c9adbbde61f0d292e70da2b4148bffcc2290883cddee562e0ea6f248e0fe701ff83764c9c973450e6763158350a25e2dfe7bc95df340deb359def00cf4e8b15c SHA512 7ada81191429a8ebb16460376ea17c1035ed03265423aeaef1ff5a91abc6983f80e5b6c63d3b439e9b48fcb70513039da6564d7600e3ca6cc5af3cab495cad65 diff --git a/app-i18n/ibus-tutcode/ibus-tutcode-1.0.2-r1.ebuild b/app-i18n/ibus-tutcode/ibus-tutcode-1.0.2-r1.ebuild deleted file mode 100644 index b39c6bbfb76b..000000000000 --- a/app-i18n/ibus-tutcode/ibus-tutcode-1.0.2-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit python-single-r1 - -DESCRIPTION="a Japanese TUT-Code input engine for IBus" -HOMEPAGE="https://github.com/deton/ibus-tutcode/" -SRC_URI="mirror://github/deton/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="test" - -CDEPEND="${PYTHON_DEPS} - >=sys-devel/gettext-0.16.1" -DEPEND="${CDEPEND} - test? ( app-i18n/ibus )" -RDEPEND="${CDEPEND} - app-i18n/ibus" -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -src_prepare() { - sed -i -e "s/python/${EPYTHON}/" engine/ibus-engine-tutcode.in || die -} - -src_install() { - default - dodoc ${PN}.json.example -} diff --git a/app-i18n/ibus-tutcode/metadata.xml b/app-i18n/ibus-tutcode/metadata.xml deleted file mode 100644 index 07c7706e43ff..000000000000 --- a/app-i18n/ibus-tutcode/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>naota@gentoo.org</email> - </maintainer> - <maintainer type="project"> - <email>cjk@gentoo.org</email> - <name>Cjk</name> - </maintainer> - <upstream> - <remote-id type="github">deton/ibus-tutcode</remote-id> - </upstream> -</pkgmetadata> |