mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
app-i18n/kimera: Remove last-rited package
Closes: https://bugs.gentoo.org/639246
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST kimera-2.11.tar.gz 106010 BLAKE2B dfad4852fc948f47c7223bf1ceaea00e137c496b39635ede0d4f86c978fa49eae78234b77f66601e13f242432f4056d2047043df2954fb0d1e52faae3fe7e9a3 SHA512 b03ca2a665010e2d63100e367c42ebf1b1e68178093b78955bbeb5a73ebb6305f4292f925494e484edd574836ce66375f74766bd43445901c388e8db8d3a8e5b
|
||||
@@ -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
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
XIM=kimera
|
||||
XIM_PROGRAM="@EPREFIX@/usr/bin/kimera"
|
||||
GTK_IM_MODULE=xim
|
||||
QT_IM_MODULE=xim
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user