diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-20 16:01:27 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-20 16:06:29 +0100 |
commit | f96a10f8a342aef9ccb9c1f146078f8f865893a9 (patch) | |
tree | 391e897217d97918a71992b4258fb136b380dd25 /app-i18n | |
parent | app-i18n/libkkc-data: treeclean (diff) | |
download | gentoo-f96a10f8a342aef9ccb9c1f146078f8f865893a9.tar.gz gentoo-f96a10f8a342aef9ccb9c1f146078f8f865893a9.tar.bz2 gentoo-f96a10f8a342aef9ccb9c1f146078f8f865893a9.zip |
app-i18n/libkkc: treeclean
Closes: https://bugs.gentoo.org/845465
Closes: https://bugs.gentoo.org/862951
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/libkkc/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/libkkc/files/libkkc-marisa-glib.patch | 23 | ||||
-rw-r--r-- | app-i18n/libkkc/libkkc-0.3.5_p20210928.ebuild | 68 | ||||
-rw-r--r-- | app-i18n/libkkc/libkkc-9999.ebuild | 68 | ||||
-rw-r--r-- | app-i18n/libkkc/metadata.xml | 15 |
5 files changed, 0 insertions, 175 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> |