summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-i18n/kimera/Manifest1
-rw-r--r--app-i18n/kimera/files/kimera-underlinking.patch11
-rw-r--r--app-i18n/kimera/files/xinput-kimera4
-rw-r--r--app-i18n/kimera/kimera-2.11-r1.ebuild38
-rw-r--r--app-i18n/kimera/kimera-2.11-r2.ebuild44
-rw-r--r--app-i18n/kimera/metadata.xml18
-rw-r--r--profiles/package.mask5
7 files changed, 0 insertions, 121 deletions
diff --git a/app-i18n/kimera/Manifest b/app-i18n/kimera/Manifest
deleted file mode 100644
index 977dadfb706c..000000000000
--- a/app-i18n/kimera/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kimera-2.11.tar.gz 106010 BLAKE2B dfad4852fc948f47c7223bf1ceaea00e137c496b39635ede0d4f86c978fa49eae78234b77f66601e13f242432f4056d2047043df2954fb0d1e52faae3fe7e9a3 SHA512 b03ca2a665010e2d63100e367c42ebf1b1e68178093b78955bbeb5a73ebb6305f4292f925494e484edd574836ce66375f74766bd43445901c388e8db8d3a8e5b
diff --git a/app-i18n/kimera/files/kimera-underlinking.patch b/app-i18n/kimera/files/kimera-underlinking.patch
deleted file mode 100644
index 0a00171afd60..000000000000
--- a/app-i18n/kimera/files/kimera-underlinking.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/kimera.pro
-+++ b/kimera.pro
-@@ -90,7 +90,7 @@ SOURCES = \
- isEmpty( no_anthy ) {
- HEADERS += src/anthyengine.h
- SOURCES += src/anthyengine.cpp
--# LIBS += -ldl
-+ LIBS += $$QMAKE_LIBS_DYNLOAD
- isEmpty( default_kanjiengine ) {
- default_kanjiengine = Anthy
- }
diff --git a/app-i18n/kimera/files/xinput-kimera b/app-i18n/kimera/files/xinput-kimera
deleted file mode 100644
index 080c0233af49..000000000000
--- a/app-i18n/kimera/files/xinput-kimera
+++ /dev/null
@@ -1,4 +0,0 @@
-XIM=kimera
-XIM_PROGRAM="@EPREFIX@/usr/bin/kimera"
-GTK_IM_MODULE=xim
-QT_IM_MODULE=xim
diff --git a/app-i18n/kimera/kimera-2.11-r1.ebuild b/app-i18n/kimera/kimera-2.11-r1.ebuild
deleted file mode 100644
index 289f4b79a7b5..000000000000
--- a/app-i18n/kimera/kimera-2.11-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit qmake-utils
-
-DESCRIPTION="A Japanese input method which supports the XIM protocol"
-HOMEPAGE="http://kimera.osdn.jp/"
-SRC_URI="mirror://sourceforge.jp/${PN}/37271/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+anthy"
-
-RDEPEND="dev-qt/qt3support:4
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- anthy? ( app-i18n/anthy )
- !anthy? ( app-i18n/canna )"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-underlinking.patch )
-
-src_configure() {
- local myconf=(
- script.path="${EPREFIX}"/usr/bin
- target.path="${EPREFIX}"/usr/$(get_libdir)/${P}
- no_anthy=$(usex anthy 1 0)
- )
- eqmake4 ${PN}.pro "${myconf[@]}"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
- einstalldocs
-}
diff --git a/app-i18n/kimera/kimera-2.11-r2.ebuild b/app-i18n/kimera/kimera-2.11-r2.ebuild
deleted file mode 100644
index 2be50304e3ba..000000000000
--- a/app-i18n/kimera/kimera-2.11-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit qmake-utils
-
-DESCRIPTION="A Japanese input method which supports the XIM protocol"
-HOMEPAGE="http://kimera.osdn.jp/"
-SRC_URI="mirror://sourceforge.jp/${PN}/37271/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+anthy"
-
-RDEPEND="dev-qt/qt3support:4
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- anthy? ( app-i18n/anthy )
- !anthy? ( app-i18n/canna )"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-underlinking.patch )
-
-src_configure() {
- local myconf=(
- script.path="${EPREFIX}"/usr/bin
- target.path="${EPREFIX}"/usr/$(get_libdir)/${P}
- no_anthy=$(usex anthy 1 0)
- )
- eqmake4 ${PN}.pro "${myconf[@]}"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
- einstalldocs
-
- insinto /etc/X11/xinit/xinput.d
- sed \
- -e "s:@EPREFIX@:${EPREFIX}:g" \
- "${FILESDIR}"/xinput-${PN} > "${T}"/${PN}.conf
- doins "${T}"/${PN}.conf
-}
diff --git a/app-i18n/kimera/metadata.xml b/app-i18n/kimera/metadata.xml
deleted file mode 100644
index 6a876a223eb9..000000000000
--- a/app-i18n/kimera/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
- <longdescription>
- Kimera is a Qt-based Japanese input method bridge.
- Currently it supports Canna and Anthy.
- </longdescription>
- <use>
- <flag name="anthy">Enable support for <pkg>app-i18n/anthy</pkg></flag>
- </use>
- <upstream>
- <remote-id type="sourceforge-jp">kimera</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 83b0aece3a52..3910d9d0a529 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -692,11 +692,6 @@ app-cdr/qpxtool
# Masked for removal in 30 days. See bug 578278.
app-vim/pam-syntax
-# Andreas Sturmlechner <asturm@gentoo.org> (19 Dec 2017)
-# Dead upstream, depends on dead qt3support/qt4.
-# Bug #639246. Masked for removal in 30 days.
-app-i18n/kimera
-
# James Le Cuirot <chewi@gentoo.org> (17 Dec 2017)
# Java 9 is not yet fully supported on Gentoo. Packages cannot depend
# on it so these virtuals are not yet required. If you wish to use