diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-18 01:44:11 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-18 01:44:11 +0100 |
commit | 3c7d50caaae588e01d8a3baa60bb26ca62b08e7f (patch) | |
tree | dc2761d76e3c7e3bc86af72a6e3e9b99dc829e5c /app-i18n | |
parent | media-video/vlc: Disable vlc-cache-gen during build (diff) | |
download | gentoo-3c7d50caaae588e01d8a3baa60bb26ca62b08e7f.tar.gz gentoo-3c7d50caaae588e01d8a3baa60bb26ca62b08e7f.tar.bz2 gentoo-3c7d50caaae588e01d8a3baa60bb26ca62b08e7f.zip |
app-i18n/kimera: Remove last-rited package
Closes: https://bugs.gentoo.org/639246
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/kimera/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/kimera/files/kimera-underlinking.patch | 11 | ||||
-rw-r--r-- | app-i18n/kimera/files/xinput-kimera | 4 | ||||
-rw-r--r-- | app-i18n/kimera/kimera-2.11-r1.ebuild | 38 | ||||
-rw-r--r-- | app-i18n/kimera/kimera-2.11-r2.ebuild | 44 | ||||
-rw-r--r-- | app-i18n/kimera/metadata.xml | 18 |
6 files changed, 0 insertions, 116 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> |