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/libskk/
Date: Sat, 01 Jul 2017 14:28:35
Message-Id: 1498919301.da487b804c63afc385315d6135a9ceca88b6f714.hattya@gentoo
1 commit: da487b804c63afc385315d6135a9ceca88b6f714
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 14:28:21 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 14:28:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da487b80
7
8 app-i18n/libskk: drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-i18n/libskk/Manifest | 3 ---
13 app-i18n/libskk/libskk-0.0.11.ebuild | 49 ------------------------------------
14 app-i18n/libskk/libskk-0.0.12.ebuild | 49 ------------------------------------
15 app-i18n/libskk/libskk-0.0.9.ebuild | 45 ---------------------------------
16 4 files changed, 146 deletions(-)
17
18 diff --git a/app-i18n/libskk/Manifest b/app-i18n/libskk/Manifest
19 index 49d342d852f..0f65599462d 100644
20 --- a/app-i18n/libskk/Manifest
21 +++ b/app-i18n/libskk/Manifest
22 @@ -1,4 +1 @@
23 -DIST libskk-0.0.11.tar.gz 840232 SHA256 ce4a7ce8072481461671bfa066f7069c88696e6475dde547c73efb37c310684e SHA512 6c2f4f03cad0b464237d0352d7cacaf1a10531847af415b7a4e1ac3ff0784d01fa8895e46835448a2c3e6dc6a8892331ead8a09e075ccf6fa98e0c8db5150c22 WHIRLPOOL 501096fda5cefeff92a2b90815c895a0511c1adc75cbc39b7345d31fa15520d079758c927919005ee768e3884f2784caf7323e18f25fb754881aec48a6895bed
24 -DIST libskk-0.0.12.tar.gz 847745 SHA256 6d2eb10595cf810c2f31258505cfbb0be41f44b4d8541b99402ed47e71c68576 SHA512 7489b7475f7de4f11fd4394e6a916fd96cd3197e431a325085d2888f69e6afc27eed8ba6989829e98617cfb811b36c83b188ab4475398df83b0f7c46fb3e5360 WHIRLPOOL 32d9c3b6c652a8382008c621763354436a8f373e95811def17ffa116c020aa2e7e524ea62251b9771dc580c4ffeaefa7949e1b5dab0bdabd6a6577eb03e3668c
25 -DIST libskk-0.0.9.tar.gz 719373 SHA256 1c691c658d160229928a72ef102731f8ab44a135fab7e4bdf2d17f264b359333 SHA512 09b6d58097a843a28e3c67f0652cbe194eefbafcc3cb9520db5bbf8dfa0bea275a3b0b0b4ec4d5577c19fbcd6b66db791c3773ccc5ed6b9781fb31620c70d0ce WHIRLPOOL 3835019a5bca597e353bb3ca1d2b05d93c40c39d9ed44a92d92c490e65f2fb45b97ab5047cef4edeefde5c22875cae58e3a26cbc9db4dac3b580434717f40111
26 DIST libskk-1.0.1.tar.gz 860453 SHA256 37bb7859deffd038319a8bc7f9c7d3b207d7dce6afea5e3da519381d7a05388c SHA512 17dc7c0361083c08c29267b4fe2d066b079e5156728f461717044f99579ec2674b56c960d2be5a42a2dffb693106d2d3d78ec8cb833e8f189d48e421a25d91b0 WHIRLPOOL c40970c33b807ee37e27888dda7220ed4e979a05a18c742f0fbfe39444192363b82d2e4b10f837b015ae8d0e359c4e67f7e548269b5b032a3e944f1ca0ff7791
27
28 diff --git a/app-i18n/libskk/libskk-0.0.11.ebuild b/app-i18n/libskk/libskk-0.0.11.ebuild
29 deleted file mode 100644
30 index 487e3fba719..00000000000
31 --- a/app-i18n/libskk/libskk-0.0.11.ebuild
32 +++ /dev/null
33 @@ -1,49 +0,0 @@
34 -# Copyright 1999-2013 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=4
38 -
39 -VALA_MIN_API_VERSION=0.14
40 -
41 -inherit virtualx vala
42 -
43 -DESCRIPTION="GObject-based library to deal with Japanese kana-to-kanji conversion method"
44 -HOMEPAGE="https://github.com/ueno/libskk"
45 -SRC_URI="mirror://github/ueno/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="nls +introspection static-libs"
51 -
52 -RDEPEND=">=dev-libs/glib-2.16
53 - dev-libs/libgee:0
54 - dev-libs/json-glib
55 - introspection? ( >=dev-libs/gobject-introspection-0.10.8 )
56 - nls? ( virtual/libintl )"
57 -DEPEND="${RDEPEND}
58 - $(vala_depend)
59 - virtual/pkgconfig
60 - nls? (
61 - dev-util/intltool
62 - sys-devel/gettext
63 - )"
64 -# doc? ( >=dev-util/valadoc-0.3.1 )
65 -
66 -DOCS="ChangeLog NEWS README"
67 -
68 -src_configure() {
69 - econf \
70 - $(use_enable nls) \
71 - $(use_enable static-libs static) \
72 - $(use_enable introspection)
73 -}
74 -
75 -src_test() {
76 - Xemake check || die "emake check failed."
77 -}
78 -
79 -src_install() {
80 - default
81 - rm -f "${ED}"/usr/lib*/lib*.la
82 -}
83
84 diff --git a/app-i18n/libskk/libskk-0.0.12.ebuild b/app-i18n/libskk/libskk-0.0.12.ebuild
85 deleted file mode 100644
86 index 487e3fba719..00000000000
87 --- a/app-i18n/libskk/libskk-0.0.12.ebuild
88 +++ /dev/null
89 @@ -1,49 +0,0 @@
90 -# Copyright 1999-2013 Gentoo Foundation
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=4
94 -
95 -VALA_MIN_API_VERSION=0.14
96 -
97 -inherit virtualx vala
98 -
99 -DESCRIPTION="GObject-based library to deal with Japanese kana-to-kanji conversion method"
100 -HOMEPAGE="https://github.com/ueno/libskk"
101 -SRC_URI="mirror://github/ueno/${PN}/${P}.tar.gz"
102 -
103 -LICENSE="GPL-3"
104 -SLOT="0"
105 -KEYWORDS="~amd64 ~x86"
106 -IUSE="nls +introspection static-libs"
107 -
108 -RDEPEND=">=dev-libs/glib-2.16
109 - dev-libs/libgee:0
110 - dev-libs/json-glib
111 - introspection? ( >=dev-libs/gobject-introspection-0.10.8 )
112 - nls? ( virtual/libintl )"
113 -DEPEND="${RDEPEND}
114 - $(vala_depend)
115 - virtual/pkgconfig
116 - nls? (
117 - dev-util/intltool
118 - sys-devel/gettext
119 - )"
120 -# doc? ( >=dev-util/valadoc-0.3.1 )
121 -
122 -DOCS="ChangeLog NEWS README"
123 -
124 -src_configure() {
125 - econf \
126 - $(use_enable nls) \
127 - $(use_enable static-libs static) \
128 - $(use_enable introspection)
129 -}
130 -
131 -src_test() {
132 - Xemake check || die "emake check failed."
133 -}
134 -
135 -src_install() {
136 - default
137 - rm -f "${ED}"/usr/lib*/lib*.la
138 -}
139
140 diff --git a/app-i18n/libskk/libskk-0.0.9.ebuild b/app-i18n/libskk/libskk-0.0.9.ebuild
141 deleted file mode 100644
142 index 1f394805b32..00000000000
143 --- a/app-i18n/libskk/libskk-0.0.9.ebuild
144 +++ /dev/null
145 @@ -1,45 +0,0 @@
146 -# Copyright 1999-2013 Gentoo Foundation
147 -# Distributed under the terms of the GNU General Public License v2
148 -
149 -EAPI=4
150 -
151 -VALA_MIN_API_VERSION=0.12
152 -
153 -inherit vala
154 -
155 -DESCRIPTION="GObject-based library to deal with Japanese kana-to-kanji conversion method"
156 -HOMEPAGE="https://github.com/ueno/libskk"
157 -SRC_URI="mirror://github/ueno/${PN}/${P}.tar.gz"
158 -
159 -LICENSE="GPL-3"
160 -SLOT="0"
161 -KEYWORDS="~amd64 ~x86"
162 -IUSE="nls static-libs"
163 -
164 -RDEPEND="dev-libs/glib
165 - dev-libs/libgee:0
166 - dev-libs/json-glib
167 - >=dev-libs/gobject-introspection-0.9
168 - $(vala_depend)
169 - nls? ( virtual/libintl )"
170 -# >=dev-util/valadoc-0.3.1
171 -DEPEND="${RDEPEND}
172 - virtual/pkgconfig
173 - nls? ( sys-devel/gettext )"
174 -
175 -src_configure() {
176 - econf \
177 - $(use_enable nls) \
178 - $(use_enable static-libs static)
179 -}
180 -
181 -src_install() {
182 - default
183 -
184 - if ! use static-libs ; then
185 - find "${ED}" -name '*.la' -delete
186 - fi
187 -
188 - doman docs/skk.1
189 - dodoc AUTHORS ChangeLog NEWS README
190 -}