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/
Date: Wed, 29 Aug 2018 13:11:07
Message-Id: 1535548055.c623f71248160e8221e45f604e44f62a2bbf2aa4.hattya@gentoo
1 commit: c623f71248160e8221e45f604e44f62a2bbf2aa4
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 29 13:07:35 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 29 13:07:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c623f712
7
8 app-i18n/ibus-table: drop old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-i18n/ibus-table/Manifest | 1 -
13 app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild | 42 --------------------------
14 2 files changed, 43 deletions(-)
15
16 diff --git a/app-i18n/ibus-table/Manifest b/app-i18n/ibus-table/Manifest
17 index 913aa6d254e..2e4e81f21bf 100644
18 --- a/app-i18n/ibus-table/Manifest
19 +++ b/app-i18n/ibus-table/Manifest
20 @@ -1,2 +1 @@
21 -DIST ibus-table-1.5.0.tar.gz 432844 BLAKE2B 183c50be5545d176e44da4b5fae914d838cf4f43024fe56a0ba1e9a699e7f94ea3fb95e20775f8a28963c7e5e320332f51c33c58dcb1ac9a6017d87b6b3d60e9 SHA512 2c52da1b4d6ae8aec29e97a8a413b388912cfcfd15860ba0e65c97b139b14f8a7d4087eb196d516abe731df03a2e4904666194414242da8cf1f3f0b54696248e
22 DIST ibus-table-1.9.18.tar.gz 585309 BLAKE2B 42d7d130bd2695c1c1a7010c0bcf29c1ecaa3899c8ef8d24b11e10434771415bfd8b91723ef4c489721f0276d05dce08de3472c49632b9d30da5be1a53f82dc7 SHA512 3f28269be1987023402eb6075b8e68b3bbba3c572a94551d072281677fde5fa14f8f4186455f8f9156b252934580c7a3837555d0edb46c76f13c8b109e26aca2
23
24 diff --git a/app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild b/app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild
25 deleted file mode 100644
26 index 313b0d5d471..00000000000
27 --- a/app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,42 +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 -PYTHON_COMPAT=( python2_7 )
35 -PYTHON_REQ_USE="sqlite(+)"
36 -
37 -inherit python-single-r1
38 -
39 -DESCRIPTION="Tables engines for IBus"
40 -HOMEPAGE="https://github.com/ibus/ibus/wiki"
41 -SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2 LGPL-2.1"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE="nls"
47 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
48 -
49 -RDEPEND="${PYTHON_DEPS}
50 - app-i18n/ibus[python(+),${PYTHON_USEDEP}]
51 - dev-python/pygobject:3[${PYTHON_USEDEP}]
52 - virtual/libiconv
53 - nls? ( virtual/libintl )"
54 -DEPEND="${RDEPEND}
55 - virtual/pkgconfig
56 - nls? ( sys-devel/gettext )"
57 -
58 -src_prepare() {
59 - python_fix_shebang .
60 -
61 - sed -i \
62 - "s/python/${EPYTHON}/" \
63 - engine/${PN}-createdb.in \
64 - engine/${PN/-/-engine-}.in
65 -
66 - default
67 -}
68 -
69 -src_configure() {
70 - econf $(use_enable nls)
71 -}