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/ibus-m17n | |
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/ibus-m17n')
-rw-r--r-- | app-i18n/ibus-m17n/Manifest | 3 | ||||
-rw-r--r-- | app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild | 46 | ||||
-rw-r--r-- | app-i18n/ibus-m17n/ibus-m17n-1.3.3.ebuild | 47 | ||||
-rw-r--r-- | app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild | 47 | ||||
-rw-r--r-- | app-i18n/ibus-m17n/metadata.xml | 18 |
5 files changed, 161 insertions, 0 deletions
diff --git a/app-i18n/ibus-m17n/Manifest b/app-i18n/ibus-m17n/Manifest new file mode 100644 index 000000000000..b19671acafc5 --- /dev/null +++ b/app-i18n/ibus-m17n/Manifest @@ -0,0 +1,3 @@ +DIST ibus-m17n-1.3.2.tar.gz 414324 SHA256 c1e7529c63305bc5f2ddc4832550becd16e084beaf4217549bf1dd46a9b0e370 SHA512 6cbff2bf08043eb46d5e97c9303ebbb795c69b77c14d113c22fee2111eaee04ba8bc27bbd44b6640be02dd43f4b3711aba1b02fcbb350b8bca8d90dd20b4ba54 WHIRLPOOL 5b59e39028e19f3379abebf6b4ddf835bd01d28df623c2ef03f98a8f5b53acd985ca34d3f3d12cf5258c926de47523fddb48b78ceec0efb967586437e52bdc7e +DIST ibus-m17n-1.3.3.tar.gz 431113 SHA256 0374aef2149bcf1a337c39ab642ee39da4dbb17758ee8c095f954ca835dc10bf SHA512 1ffb659a2c6837727365760267ebbdf0329cf0b103e1fa105d895f62fc580821f8cfc097687e631cb06881986a5482ecc720df451a5b27dc494cc07d1862c98d WHIRLPOOL 437e1720efe77952d12c9eca28a95e509a3cad288573754eccab8de4fbe3a88d2efbdc9e3c4997ebbc04825d3a318c7b49c384d2459b8ddd1d0af1fd4fd45aeb +DIST ibus-m17n-1.3.4.tar.gz 436687 SHA256 79004c696c47cd909b39f547ce118a80b672ccdab77a4a5b1824e496d649ae70 SHA512 9e9bc290b0f0d68558d408f6e69aa3bd9bb767db827a95839b576b58c7a5056dedcbd9b0bf1aab5e26ab21e601acd67a53404a5fd54b436efaf2a706489f25c4 WHIRLPOOL 0109df716a9ed71ac7f1d9544e361e38c3b8a7ae81b271d54ab1979a611fc44698649d92dfc68131f29166f60875558421b9f033632c5125c27505465c73d0a4 diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild new file mode 100644 index 000000000000..4c06cfc18965 --- /dev/null +++ b/app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="3" + +DESCRIPTION="The M17N engine IMEngine for IBus Framework" +HOMEPAGE="http://code.google.com/p/ibus/" +SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="gtk nls" + +RDEPEND=">=app-i18n/ibus-1.3 + gtk? ( >=x11-libs/gtk+-2.12.12:2 ) + dev-libs/m17n-lib + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + virtual/pkgconfig + >=sys-devel/gettext-0.16.1" +RDEPEND="${RDEPEND} + dev-db/m17n-db + dev-db/m17n-contrib" +# gtk? ( +# || ( +# >=x11-libs/gtk+-2.90.5:3 +# >=x11-libs/gtk+-2.12.12:2 +# ) +# ) + +src_configure() { + local myconf + + econf \ + $(use_with gtk gtk 2.0) \ + $(use_enable nls) \ + ${myconf} || die +} + +src_install() { + emake DESTDIR="${D}" install || die + + dodoc AUTHORS ChangeLog NEWS README || die +} diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.3.3.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.3.3.ebuild new file mode 100644 index 000000000000..b1b97aa70e5d --- /dev/null +++ b/app-i18n/ibus-m17n/ibus-m17n-1.3.3.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="3" + +DESCRIPTION="The M17N engine IMEngine for IBus Framework" +HOMEPAGE="http://code.google.com/p/ibus/" +SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gtk nls" + +RDEPEND=">=app-i18n/ibus-1.3.99.20110817 + dev-libs/libxml2 + gtk? ( >=x11-libs/gtk+-2.12.12:2 ) + dev-libs/m17n-lib + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + virtual/pkgconfig + >=sys-devel/gettext-0.16.1" +RDEPEND="${RDEPEND} + dev-db/m17n-db + dev-db/m17n-contrib" +# gtk? ( +# || ( +# >=x11-libs/gtk+-2.90.5:3 +# >=x11-libs/gtk+-2.12.12:2 +# ) +# ) + +src_configure() { + local myconf + + econf \ + $(use_with gtk gtk 2.0) \ + $(use_enable nls) \ + ${myconf} || die +} + +src_install() { + emake DESTDIR="${D}" install || die + + dodoc AUTHORS ChangeLog NEWS README || die +} diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild new file mode 100644 index 000000000000..46b2bd81d70c --- /dev/null +++ b/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="3" + +DESCRIPTION="The M17N engine IMEngine for IBus Framework" +HOMEPAGE="http://code.google.com/p/ibus/" +SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gtk nls" + +RDEPEND=">=app-i18n/ibus-1.3.99.20110817 + dev-libs/libxml2 + gtk? ( >=x11-libs/gtk+-2.12.12:2 ) + dev-libs/m17n-lib + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + virtual/pkgconfig + >=sys-devel/gettext-0.16.1" +RDEPEND="${RDEPEND} + dev-db/m17n-db + dev-db/m17n-contrib" +# gtk? ( +# || ( +# >=x11-libs/gtk+-2.90.5:3 +# >=x11-libs/gtk+-2.12.12:2 +# ) +# ) + +src_configure() { + local myconf + + econf \ + $(use_with gtk gtk 2.0) \ + $(use_enable nls) \ + ${myconf} || die +} + +src_install() { + emake DESTDIR="${D}" install || die + + dodoc AUTHORS ChangeLog NEWS README || die +} diff --git a/app-i18n/ibus-m17n/metadata.xml b/app-i18n/ibus-m17n/metadata.xml new file mode 100644 index 000000000000..09339d3d5744 --- /dev/null +++ b/app-i18n/ibus-m17n/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>cjk</herd> + <longdescription lang="en"> + M17N engine for IBus input platform. It allows input of many + launguaes using the input table maps from m17n-db. + </longdescription> + <upstream> + <remote-id type="cpe">cpe:/a:ibus_project:ibus-m17n</remote-id> + </upstream> + <use> + <flag name='gtk'> + Build the preference interfaces, based on + <pkg>x11-libs/gtk+</pkg> (GTK+ 2). + </flag> + </use> +</pkgmetadata> |