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: Fri, 15 Oct 2021 14:00:00
Message-Id: 1634306374.8bc641804a5c8cba5e0dfab3d6b05106914d0a73.hattya@gentoo
1 commit: 8bc641804a5c8cba5e0dfab3d6b05106914d0a73
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 13:59:34 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 13:59:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bc64180
7
8 app-i18n/ibus-table-chinese: drop old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-table-chinese/Manifest | 1 -
14 .../ibus-table-chinese-1.8.2.ebuild | 31 ----------------------
15 2 files changed, 32 deletions(-)
16
17 diff --git a/app-i18n/ibus-table-chinese/Manifest b/app-i18n/ibus-table-chinese/Manifest
18 index 6b391e744de..bc0febf88c5 100644
19 --- a/app-i18n/ibus-table-chinese/Manifest
20 +++ b/app-i18n/ibus-table-chinese/Manifest
21 @@ -1,2 +1 @@
22 -DIST ibus-table-chinese-1.8.2.tar.gz 10576111 BLAKE2B a80fa9c4780207efefba1118ee9dacc33dba4136b916a24971198b3325bf1b26f86cd4586db994db6dfaa85fffe087b021673d056b10df61c5f95ede4e967cd6 SHA512 30fd1c7ee8416cd62d8e26bc2646a667ac45c4579a7cb191c77e80fecccbc576c34f33ec0b5c55669c073a633298cfda1711e4b9d89a9ef8f6146acdc0167c1a
23 DIST ibus-table-chinese-1.8.3.tar.gz 10824912 BLAKE2B e9f4e377a794827196e04e197044b3fdcd81d84ed89067e17745879495df69cc6e95814863f856cc0a7b7db0aba3cbd93d1c1d172f607fdd410dbed02dc4ad54 SHA512 610455343d9c9bf6577c7fd7aef9435c339c2f23c4d5f7ae2cbbc2366a9eb6a8a124e86621387497cc624e3276bf739b55602355ad41c4127f45f6d85cc5b4dc
24
25 diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
26 deleted file mode 100644
27 index 193cb239656..00000000000
28 --- a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="7"
35 -CMAKE_IN_SOURCE_BUILD="1"
36 -CMAKE_MAKEFILE_GENERATOR="emake"
37 -
38 -inherit cmake
39 -
40 -DESCRIPTION="Chinese tables for IBus-Table"
41 -HOMEPAGE="https://github.com/definite/ibus-table-chinese"
42 -SRC_URI="https://github.com/definite/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="GPL-3+"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -IUSE=""
48 -
49 -RDEPEND="app-i18n/ibus-table"
50 -DEPEND="${RDEPEND}
51 - dev-util/cmake-fedora"
52 -
53 -src_configure() {
54 - local mycmakeargs=(
55 - -DCMAKE_FEDORA_TMP_DIR="${T}"
56 - -DDATA_DIR="${EPREFIX}"/usr/share
57 - -DMANAGE_DEPENDENCY_PACKAGE_EXISTS_CMD=false
58 - -DPRJ_DOC_DIR="${EPREFIX}"/usr/share/doc/${PF}
59 - )
60 - cmake_src_configure
61 -}