public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-i18n/libkkc/files/, app-i18n/libkkc/, profiles/
@ 2022-12-20 15:07 Jakov Smolić
  0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2022-12-20 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     f96a10f8a342aef9ccb9c1f146078f8f865893a9
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 15:01:27 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 15:06:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96a10f8

app-i18n/libkkc: treeclean

Closes: https://bugs.gentoo.org/845465
Closes: https://bugs.gentoo.org/862951
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-i18n/libkkc/Manifest                       |  1 -
 app-i18n/libkkc/files/libkkc-marisa-glib.patch | 23 ---------
 app-i18n/libkkc/libkkc-0.3.5_p20210928.ebuild  | 68 --------------------------
 app-i18n/libkkc/libkkc-9999.ebuild             | 68 --------------------------
 app-i18n/libkkc/metadata.xml                   | 15 ------
 profiles/package.mask                          |  1 -
 6 files changed, 176 deletions(-)

diff --git a/app-i18n/libkkc/Manifest b/app-i18n/libkkc/Manifest
deleted file mode 100644
index 226b9d7a94f1..000000000000
--- a/app-i18n/libkkc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libkkc-0.3.5_p20210928.tar.gz 390022 BLAKE2B d4b44861f4526f4f9581cd9343fb4d8dd361967cce153ab92fb9a3334502bd583081d4ae3c01879c94aee710d347c23d3372c0deb20d711b9792eb73a28b3beb SHA512 9c46ef09242ecf3d4864fff0e7df7ff362d71c382bb92fe1e784bd20bdf737dc6a528b57342093ab4415926b15f09db44a10b8088d1c9f8b9cebcb428aaee8c6

diff --git a/app-i18n/libkkc/files/libkkc-marisa-glib.patch b/app-i18n/libkkc/files/libkkc-marisa-glib.patch
deleted file mode 100644
index 2b013d4f5779..000000000000
--- a/app-i18n/libkkc/files/libkkc-marisa-glib.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/libkkc/Makefile.am
-+++ b/libkkc/Makefile.am
-@@ -49,7 +49,11 @@
- 	-DLOCALEDIR=\"$(datadir)/locale\"	\
- 	-I $(top_srcdir)			\
- 	$(NULL)
--libkkc_la_LIBADD = $(LIBKKC_LIBS) $(top_builddir)/marisa-glib/libmarisa-glib.la
-+libkkc_la_LIBADD =					\
-+	$(LIBKKC_LIBS)					\
-+	$(top_builddir)/marisa-glib/libmarisa-glib.la	\
-+	$(MARISA_GLIB_STATIC_DEPENDENCIES)		\
-+	$(NULL)
- libkkc_la_LDFLAGS =							\
- 	$(CODE_COVERAGE_LDFLAGS)					\
- 	-version-info "$(LT_CURRENT)":"$(LT_REVISION)":"$(LT_AGE)"	\
-@@ -66,7 +70,6 @@
- libkkc_internals_la_LIBADD =			\
- 	$(libkkc_la_LIBADD)			\
- 	$(libkkc_la_OBJECTS)			\
--	$(MARISA_GLIB_STATIC_DEPENDENCIES)	\
- 	$(NULL)
- libkkc_internals_la_LDFLAGS =			\
- 	$(CODE_COVERAGE_LDFLAGS)		\

diff --git a/app-i18n/libkkc/libkkc-0.3.5_p20210928.ebuild b/app-i18n/libkkc/libkkc-0.3.5_p20210928.ebuild
deleted file mode 100644
index fec5bceb750c..000000000000
--- a/app-i18n/libkkc/libkkc-0.3.5_p20210928.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit autotools python-any-r1 vala
-
-if [[ "${PV}" == "9999" ]]; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/ueno/libkkc"
-elif [[ "${PV}" == *_p* ]]; then
-	inherit vcs-snapshot
-
-	EGIT_COMMIT="cdcaf4dceaf273bfe7b018a4a651a92f786c6ec6"
-fi
-
-DESCRIPTION="Japanese Kana Kanji conversion input method library"
-HOMEPAGE="https://github.com/ueno/libkkc"
-if [[ "${PV}" == "9999" ]]; then
-	SRC_URI=""
-elif [[ "${PV}" == *_p* ]]; then
-	SRC_URI="https://github.com/ueno/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-else
-	SRC_URI="https://github.com/ueno/${PN}/releases/download/v${PV}/${P}.tar.gz"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls static-libs"
-
-RDEPEND="app-i18n/libkkc-data
-	dev-libs/glib:2
-	dev-libs/json-glib
-	dev-libs/libgee:0.8
-	dev-libs/marisa
-	nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="$(python_gen_any_dep 'dev-libs/marisa[python,${PYTHON_USEDEP}]')
-	$(vala_depend)
-	dev-libs/gobject-introspection
-	virtual/pkgconfig
-	nls? ( sys-devel/gettext )"
-
-PATCHES=( "${FILESDIR}"/${PN}-marisa-glib.patch )
-
-python_check_deps() {
-	has_version -b "dev-libs/marisa[python,${PYTHON_USEDEP}]"
-}
-
-src_prepare() {
-	vala_src_prepare
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable nls) \
-		$(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	find "${ED}" -name "*.la" -delete || die
-}

diff --git a/app-i18n/libkkc/libkkc-9999.ebuild b/app-i18n/libkkc/libkkc-9999.ebuild
deleted file mode 100644
index cbad641cc798..000000000000
--- a/app-i18n/libkkc/libkkc-9999.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit autotools python-any-r1 vala
-
-if [[ "${PV}" == "9999" ]]; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/ueno/libkkc"
-elif [[ "${PV}" == *_p* ]]; then
-	inherit vcs-snapshot
-
-	EGIT_COMMIT=""
-fi
-
-DESCRIPTION="Japanese Kana Kanji conversion input method library"
-HOMEPAGE="https://github.com/ueno/libkkc"
-if [[ "${PV}" == "9999" ]]; then
-	SRC_URI=""
-elif [[ "${PV}" == *_p* ]]; then
-	SRC_URI="https://github.com/ueno/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-else
-	SRC_URI="https://github.com/ueno/${PN}/releases/download/v${PV}/${P}.tar.gz"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS=""
-IUSE="nls static-libs"
-
-RDEPEND="app-i18n/linkkc-data
-	dev-libs/glib:2
-	dev-libs/json-glib
-	dev-libs/libgee:0.8
-	dev-libs/marisa
-	nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="$(python_gen_any_dep 'dev-libs/marisa[python,${PYTHON_USEDEP}]')
-	$(vala_depend)
-	dev-libs/gobject-introspection
-	virtual/pkgconfig
-	nls? ( sys-devel/gettext )"
-
-PATCHES=( "${FILESDIR}"/${PN}-marisa-glib.patch )
-
-python_check_deps() {
-	has_version -b "dev-libs/marisa[python,${PYTHON_USEDEP}]"
-}
-
-src_prepare() {
-	vala_src_prepare
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable nls) \
-		$(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	find "${ED}" -name "*.la" -delete || die
-}

diff --git a/app-i18n/libkkc/metadata.xml b/app-i18n/libkkc/metadata.xml
deleted file mode 100644
index 6686fae672e1..000000000000
--- a/app-i18n/libkkc/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person" proxied="yes">
-		<email>arfrever.fta@gmail.com</email>
-		<name>Arfrever Frehtes Taifersar Arahesis</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>cjk@gentoo.org</email>
-		<name>Cjk</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">ueno/libkkc</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index fb5abf26e235..9e6b47cf641b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -604,7 +604,6 @@ app-backup/borgweb
 app-i18n/fcitx-sunpinyin
 app-i18n/ibus-kkc
 app-i18n/ibus-sunpinyin
-app-i18n/libkkc
 
 # Jonas Stein <jstein@gentoo.org> (2022-11-13)
 # Dead upstream


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-20 15:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-20 15:07 [gentoo-commits] repo/gentoo:master commit in: app-i18n/libkkc/files/, app-i18n/libkkc/, profiles/ Jakov Smolić

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox