diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-i18n/kimera | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-i18n/kimera')
-rw-r--r-- | app-i18n/kimera/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/kimera/files/kimera-2.11-underlinking.patch | 13 | ||||
-rw-r--r-- | app-i18n/kimera/kimera-2.11-r1.ebuild | 34 | ||||
-rw-r--r-- | app-i18n/kimera/metadata.xml | 15 |
4 files changed, 63 insertions, 0 deletions
diff --git a/app-i18n/kimera/Manifest b/app-i18n/kimera/Manifest new file mode 100644 index 000000000000..99c8bf06023d --- /dev/null +++ b/app-i18n/kimera/Manifest @@ -0,0 +1 @@ +DIST kimera-2.11.tar.gz 106010 SHA256 4c3ccb532be1d50fa37963a0f0dfa661d92c9c13fcf618c17c9c5dbd66217d98 SHA512 b03ca2a665010e2d63100e367c42ebf1b1e68178093b78955bbeb5a73ebb6305f4292f925494e484edd574836ce66375f74766bd43445901c388e8db8d3a8e5b WHIRLPOOL 826f753c8370e4656e2cc500b02b37e17906fc08402eb0f023b4b3ea7d73fe69b65fc96685cb7cf17143713f4294ad3618e5118d4cae82359e253afdb33b19c7 diff --git a/app-i18n/kimera/files/kimera-2.11-underlinking.patch b/app-i18n/kimera/files/kimera-2.11-underlinking.patch new file mode 100644 index 000000000000..dab4b63e7c14 --- /dev/null +++ b/app-i18n/kimera/files/kimera-2.11-underlinking.patch @@ -0,0 +1,13 @@ +diff --git a/kimera.pro b/kimera.pro +index 0d4f0be..a2b63da 100644 +--- 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/kimera-2.11-r1.ebuild b/app-i18n/kimera/kimera-2.11-r1.ebuild new file mode 100644 index 000000000000..f4dd8e3d39e2 --- /dev/null +++ b/app-i18n/kimera/kimera-2.11-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=3 +inherit qt4-r2 eutils multilib + +DESCRIPTION="A Japanese input method which supports the XIM protocol" +SRC_URI="mirror://sourceforge.jp/kimera/37271/${P}.tar.gz" +HOMEPAGE="http://kimera.sourceforge.jp/" + +SLOT="0" +LICENSE="GPL-3" +KEYWORDS="amd64 x86" +IUSE="+anthy" + +DEPEND="dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qt3support:4 + anthy? ( app-i18n/anthy ) + !anthy? ( app-i18n/canna )" +RDEPEND="${DEPEND}" + +DOCS="AUTHORS README*" + +src_configure() { + local myconf="target.path=/usr/$(get_libdir)/${P}" + use anthy || myconf="${myconf} no_anthy=1" + eqmake4 kimera.pro ${myconf} +} + +src_prepare() { + epatch "${FILESDIR}"/${P}-underlinking.patch +} diff --git a/app-i18n/kimera/metadata.xml b/app-i18n/kimera/metadata.xml new file mode 100644 index 000000000000..62f7c5a60790 --- /dev/null +++ b/app-i18n/kimera/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>cjk</herd> + <longdescription> +Kimera is a Qt-based Japanese input method bridge. +Currently it supports Canna and Anthy. +</longdescription> + <use> + <flag name="anthy">Support for Anthy input method</flag> + </use> + <upstream> + <remote-id type="sourceforge-jp">kimera</remote-id> + </upstream> +</pkgmetadata> |