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-skk/
Date: Wed, 13 Oct 2021 12:48:05
Message-Id: 1634129268.a2fb572bda0757bed499190492239c40c90d1c44.hattya@gentoo
1 commit: a2fb572bda0757bed499190492239c40c90d1c44
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 13 12:47:48 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 13 12:47:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2fb572b
7
8 app-i18n/ibus-skk: 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-skk/Manifest | 1 -
14 app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild | 35 ---------------------------------
15 2 files changed, 36 deletions(-)
16
17 diff --git a/app-i18n/ibus-skk/Manifest b/app-i18n/ibus-skk/Manifest
18 index a9224221ad7..a6bbd4582ab 100644
19 --- a/app-i18n/ibus-skk/Manifest
20 +++ b/app-i18n/ibus-skk/Manifest
21 @@ -1,2 +1 @@
22 -DIST ibus-skk-1.4.2.tar.gz 491882 BLAKE2B 999eb9f1b36406a8d665b2c929fcdef5e57bef5c6206075333435f46774445497d6d953bc695c22f6afa5700283c32a20c2d4e9227fd30e5552f5688cd524aab SHA512 cec7fbffaa78c406f3b9502bc64e2290fec579102a37ce61cb6424c3e06d159653f165b48e09f1256f38491bce6819460c6d226cd765ab150a8dfa80e2707fe1
23 DIST ibus-skk-1.4.3.tar.xz 321344 BLAKE2B f761cf7c97ecf5830715a7bbae657c72d437e0be69a0867780ee574f9ea17f3d612dc5a76e3b4499fd203878702abdd2e37fdc980123a80daf5f03db7645b1f4 SHA512 c05302878f9c4b0a59daa1d285ab44501f63c0f7890149412137d3f6124fc4a7ebfe16172de311cbb5f2b9035255b5784a715a7832e6734d76e11bf19e2c9d3b
24
25 diff --git a/app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild b/app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild
26 deleted file mode 100644
27 index a8f9d51ff97..00000000000
28 --- a/app-i18n/ibus-skk/ibus-skk-1.4.2.ebuild
29 +++ /dev/null
30 @@ -1,35 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="7"
35 -
36 -inherit vala
37 -
38 -DESCRIPTION="Japanese SKK engine for IBus"
39 -HOMEPAGE="https://github.com/ueno/ibus-skk"
40 -SRC_URI="https://github.com/ueno/${PN}/releases/download/${P}/${P}.tar.gz"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE="nls"
46 -
47 -DEPEND="app-i18n/ibus
48 - >=app-i18n/libskk-1.0.2
49 - x11-libs/gtk+:3
50 - nls? ( virtual/libintl )"
51 -RDEPEND="${DEPEND}
52 - app-i18n/skk-jisyo"
53 -BDEPEND="$(vala_depend)
54 - dev-util/intltool
55 - virtual/pkgconfig
56 - nls? ( sys-devel/gettext )"
57 -
58 -src_prepare() {
59 - vala_src_prepare
60 - default
61 -}
62 -
63 -src_configure() {
64 - econf $(use_enable nls)
65 -}