Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-chinese/
Date: Tue, 12 Dec 2017 13:35:00
Message-Id: 1513085468.7ce7d63415a3f6a170497bbd584f2635ecb8c101.hattya@gentoo
1 commit: 7ce7d63415a3f6a170497bbd584f2635ecb8c101
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 12 13:31:08 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 12 13:31:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce7d634
7
8 app-i18n/ibus-table-chinese: drop old
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 app-i18n/ibus-table-chinese/Manifest | 1 -
13 .../ibus-table-chinese-1.4.6.ebuild | 24 ----------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/app-i18n/ibus-table-chinese/Manifest b/app-i18n/ibus-table-chinese/Manifest
17 index 78999f10b39..c5bdd2d1313 100644
18 --- a/app-i18n/ibus-table-chinese/Manifest
19 +++ b/app-i18n/ibus-table-chinese/Manifest
20 @@ -1,2 +1 @@
21 -DIST ibus-table-chinese-1.4.6-Source.tar.gz 7604868 BLAKE2B 25662d2f9d2f305fbd2cfda79aae1ebb721f0a4cce7a152032d4d2c4cf689488e57ce9134fa0f4de7fc1e4fa9a088991a5c25b3087dda2d9e17620dd4546323b SHA512 52a72c388ad287572ae334bb25537b6054f72ecdd641aa1c539b85a5e9a4cf97801ae38baa8ace1caabca95d845d2fb4156eb174ac7ad1c9123409749318d76d
22 DIST ibus-table-chinese-1.8.2.tar.gz 10576111 BLAKE2B a80fa9c4780207efefba1118ee9dacc33dba4136b916a24971198b3325bf1b26f86cd4586db994db6dfaa85fffe087b021673d056b10df61c5f95ede4e967cd6 SHA512 30fd1c7ee8416cd62d8e26bc2646a667ac45c4579a7cb191c77e80fecccbc576c34f33ec0b5c55669c073a633298cfda1711e4b9d89a9ef8f6146acdc0167c1a
23
24 diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
25 deleted file mode 100644
26 index 6601af39011..00000000000
27 --- a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
28 +++ /dev/null
29 @@ -1,24 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="6"
34 -CMAKE_IN_SOURCE_BUILD="1"
35 -CMAKE_MAKEFILE_GENERATOR="emake"
36 -
37 -inherit cmake-utils
38 -
39 -MY_P="${P}-Source"
40 -
41 -DESCRIPTION="Chinese tables for IBus-Table"
42 -HOMEPAGE="https://github.com/definite/ibus-table-chinese"
43 -SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus/${MY_P}.tar.gz"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND="app-i18n/ibus-table"
51 -DEPEND="${RDEPEND}
52 - dev-util/cmake-fedora"
53 -S="${WORKDIR}/${MY_P}"