summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-12-20 16:02:10 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-12-20 16:06:31 +0100
commitf8138ce4c2f0afdf88375fd66353f869d1e7b10b (patch)
treea959f96b4401625f1fbc9f575d6a1da70de8af71 /app-i18n
parentapp-i18n/ibus-sunpinyin: treeclean (diff)
downloadgentoo-f8138ce4c2f0afdf88375fd66353f869d1e7b10b.tar.gz
gentoo-f8138ce4c2f0afdf88375fd66353f869d1e7b10b.tar.bz2
gentoo-f8138ce4c2f0afdf88375fd66353f869d1e7b10b.zip
app-i18n/ibus-kkc: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/ibus-kkc/Manifest1
-rw-r--r--app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild38
-rw-r--r--app-i18n/ibus-kkc/metadata.xml11
3 files changed, 0 insertions, 50 deletions
diff --git a/app-i18n/ibus-kkc/Manifest b/app-i18n/ibus-kkc/Manifest
deleted file mode 100644
index 8462b3787af5..000000000000
--- a/app-i18n/ibus-kkc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ibus-kkc-1.5.22_p20170607.tar.gz 55162 BLAKE2B 9d34a7da99a1792cad9ca1b82665b8008a2b11c7e09cdce7e0a5e9d0e9d482798a1facaf8d35e3daa296638383c267af70ae00d50b2c601b66895a0b1c8d2817 SHA512 519be83e17d9556c6839ecad2af4a46665a6aafd0f8072f4c1d2c8af33eb3ac814517b5b42513b898afe86ededf35b9082b9a1fb2a699dcb88757b159d5b74cf
diff --git a/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild b/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild
deleted file mode 100644
index a7cb005d4f3b..000000000000
--- a/app-i18n/ibus-kkc/ibus-kkc-1.5.22_p20170607.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools vala vcs-snapshot
-
-EGIT_COMMIT="f7516ae20cb648cd8b0904aec5853d3a3d2611c4"
-
-DESCRIPTION="Japanese Kana Kanji conversion engine for IBus"
-HOMEPAGE="https://github.com/ueno/ibus-kkc"
-SRC_URI="https://github.com/ueno/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-DEPEND="app-i18n/ibus
- app-i18n/libkkc
- x11-libs/gtk+:3
- nls? ( virtual/libintl )"
-RDEPEND="${DEPEND}
- app-i18n/skk-jisyo"
-BDEPEND="$(vala_depend)
- dev-util/intltool
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-src_prepare() {
- vala_src_prepare
- default
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable nls)
-}
diff --git a/app-i18n/ibus-kkc/metadata.xml b/app-i18n/ibus-kkc/metadata.xml
deleted file mode 100644
index 74de0fde210d..000000000000
--- a/app-i18n/ibus-kkc/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
- <upstream>
- <remote-id type="github">ueno/ibus-kkc</remote-id>
- </upstream>
-</pkgmetadata>