commit:     da487b804c63afc385315d6135a9ceca88b6f714
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 14:28:21 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 14:28:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da487b80

app-i18n/libskk: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/libskk/Manifest             |  3 ---
 app-i18n/libskk/libskk-0.0.11.ebuild | 49 ------------------------------------
 app-i18n/libskk/libskk-0.0.12.ebuild | 49 ------------------------------------
 app-i18n/libskk/libskk-0.0.9.ebuild  | 45 ---------------------------------
 4 files changed, 146 deletions(-)

diff --git a/app-i18n/libskk/Manifest b/app-i18n/libskk/Manifest
index 49d342d852f..0f65599462d 100644
--- a/app-i18n/libskk/Manifest
+++ b/app-i18n/libskk/Manifest
@@ -1,4 +1 @@
-DIST libskk-0.0.11.tar.gz 840232 SHA256 
ce4a7ce8072481461671bfa066f7069c88696e6475dde547c73efb37c310684e SHA512 
6c2f4f03cad0b464237d0352d7cacaf1a10531847af415b7a4e1ac3ff0784d01fa8895e46835448a2c3e6dc6a8892331ead8a09e075ccf6fa98e0c8db5150c22
 WHIRLPOOL 
501096fda5cefeff92a2b90815c895a0511c1adc75cbc39b7345d31fa15520d079758c927919005ee768e3884f2784caf7323e18f25fb754881aec48a6895bed
-DIST libskk-0.0.12.tar.gz 847745 SHA256 
6d2eb10595cf810c2f31258505cfbb0be41f44b4d8541b99402ed47e71c68576 SHA512 
7489b7475f7de4f11fd4394e6a916fd96cd3197e431a325085d2888f69e6afc27eed8ba6989829e98617cfb811b36c83b188ab4475398df83b0f7c46fb3e5360
 WHIRLPOOL 
32d9c3b6c652a8382008c621763354436a8f373e95811def17ffa116c020aa2e7e524ea62251b9771dc580c4ffeaefa7949e1b5dab0bdabd6a6577eb03e3668c
-DIST libskk-0.0.9.tar.gz 719373 SHA256 
1c691c658d160229928a72ef102731f8ab44a135fab7e4bdf2d17f264b359333 SHA512 
09b6d58097a843a28e3c67f0652cbe194eefbafcc3cb9520db5bbf8dfa0bea275a3b0b0b4ec4d5577c19fbcd6b66db791c3773ccc5ed6b9781fb31620c70d0ce
 WHIRLPOOL 
3835019a5bca597e353bb3ca1d2b05d93c40c39d9ed44a92d92c490e65f2fb45b97ab5047cef4edeefde5c22875cae58e3a26cbc9db4dac3b580434717f40111
 DIST libskk-1.0.1.tar.gz 860453 SHA256 
37bb7859deffd038319a8bc7f9c7d3b207d7dce6afea5e3da519381d7a05388c SHA512 
17dc7c0361083c08c29267b4fe2d066b079e5156728f461717044f99579ec2674b56c960d2be5a42a2dffb693106d2d3d78ec8cb833e8f189d48e421a25d91b0
 WHIRLPOOL 
c40970c33b807ee37e27888dda7220ed4e979a05a18c742f0fbfe39444192363b82d2e4b10f837b015ae8d0e359c4e67f7e548269b5b032a3e944f1ca0ff7791

diff --git a/app-i18n/libskk/libskk-0.0.11.ebuild 
b/app-i18n/libskk/libskk-0.0.11.ebuild
deleted file mode 100644
index 487e3fba719..00000000000
--- a/app-i18n/libskk/libskk-0.0.11.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-VALA_MIN_API_VERSION=0.14
-
-inherit virtualx vala
-
-DESCRIPTION="GObject-based library to deal with Japanese kana-to-kanji 
conversion method"
-HOMEPAGE="https://github.com/ueno/libskk";
-SRC_URI="mirror://github/ueno/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls +introspection static-libs"
-
-RDEPEND=">=dev-libs/glib-2.16
-       dev-libs/libgee:0
-       dev-libs/json-glib
-       introspection? ( >=dev-libs/gobject-introspection-0.10.8 )
-       nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-       $(vala_depend)
-       virtual/pkgconfig
-       nls? (
-               dev-util/intltool
-               sys-devel/gettext
-               )"
-# doc? ( >=dev-util/valadoc-0.3.1 )
-
-DOCS="ChangeLog NEWS README"
-
-src_configure() {
-       econf \
-               $(use_enable nls) \
-               $(use_enable static-libs static) \
-               $(use_enable introspection)
-}
-
-src_test() {
-       Xemake check || die "emake check failed."
-}
-
-src_install() {
-       default
-       rm -f "${ED}"/usr/lib*/lib*.la
-}

diff --git a/app-i18n/libskk/libskk-0.0.12.ebuild 
b/app-i18n/libskk/libskk-0.0.12.ebuild
deleted file mode 100644
index 487e3fba719..00000000000
--- a/app-i18n/libskk/libskk-0.0.12.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-VALA_MIN_API_VERSION=0.14
-
-inherit virtualx vala
-
-DESCRIPTION="GObject-based library to deal with Japanese kana-to-kanji 
conversion method"
-HOMEPAGE="https://github.com/ueno/libskk";
-SRC_URI="mirror://github/ueno/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls +introspection static-libs"
-
-RDEPEND=">=dev-libs/glib-2.16
-       dev-libs/libgee:0
-       dev-libs/json-glib
-       introspection? ( >=dev-libs/gobject-introspection-0.10.8 )
-       nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-       $(vala_depend)
-       virtual/pkgconfig
-       nls? (
-               dev-util/intltool
-               sys-devel/gettext
-               )"
-# doc? ( >=dev-util/valadoc-0.3.1 )
-
-DOCS="ChangeLog NEWS README"
-
-src_configure() {
-       econf \
-               $(use_enable nls) \
-               $(use_enable static-libs static) \
-               $(use_enable introspection)
-}
-
-src_test() {
-       Xemake check || die "emake check failed."
-}
-
-src_install() {
-       default
-       rm -f "${ED}"/usr/lib*/lib*.la
-}

diff --git a/app-i18n/libskk/libskk-0.0.9.ebuild 
b/app-i18n/libskk/libskk-0.0.9.ebuild
deleted file mode 100644
index 1f394805b32..00000000000
--- a/app-i18n/libskk/libskk-0.0.9.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-VALA_MIN_API_VERSION=0.12
-
-inherit vala
-
-DESCRIPTION="GObject-based library to deal with Japanese kana-to-kanji 
conversion method"
-HOMEPAGE="https://github.com/ueno/libskk";
-SRC_URI="mirror://github/ueno/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls static-libs"
-
-RDEPEND="dev-libs/glib
-       dev-libs/libgee:0
-       dev-libs/json-glib
-       >=dev-libs/gobject-introspection-0.9
-       $(vala_depend)
-       nls? ( virtual/libintl )"
-#      >=dev-util/valadoc-0.3.1
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       nls? ( sys-devel/gettext )"
-
-src_configure() {
-       econf \
-               $(use_enable nls) \
-               $(use_enable static-libs static)
-}
-
-src_install() {
-       default
-
-       if ! use static-libs ; then
-               find "${ED}" -name '*.la' -delete
-       fi
-
-       doman docs/skk.1
-       dodoc AUTHORS ChangeLog NEWS README
-}

Reply via email to