commit:     3c7d50caaae588e01d8a3baa60bb26ca62b08e7f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 00:44:11 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 00:44:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7d50ca

app-i18n/kimera: Remove last-rited package

Closes: https://bugs.gentoo.org/639246

 app-i18n/kimera/Manifest                        |  1 -
 app-i18n/kimera/files/kimera-underlinking.patch | 11 -------
 app-i18n/kimera/files/xinput-kimera             |  4 ---
 app-i18n/kimera/kimera-2.11-r1.ebuild           | 38 ---------------------
 app-i18n/kimera/kimera-2.11-r2.ebuild           | 44 -------------------------
 app-i18n/kimera/metadata.xml                    | 18 ----------
 profiles/package.mask                           |  5 ---
 7 files changed, 121 deletions(-)

diff --git a/app-i18n/kimera/Manifest b/app-i18n/kimera/Manifest
deleted file mode 100644
index 977dadfb706..00000000000
--- 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 0a00171afd6..00000000000
--- 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 080c0233af4..00000000000
--- 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 289f4b79a7b..00000000000
--- 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 2be50304e3b..00000000000
--- 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 6a876a223eb..00000000000
--- 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>[email protected]</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 83b0aece3a5..3910d9d0a52 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 <[email protected]> (19 Dec 2017)
-# Dead upstream, depends on dead qt3support/qt4.
-# Bug #639246. Masked for removal in 30 days.
-app-i18n/kimera
-
 # James Le Cuirot <[email protected]> (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

Reply via email to