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-unikey | |
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-unikey')
-rw-r--r-- | app-i18n/ibus-unikey/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/ibus-unikey/ibus-unikey-0.6.1.ebuild | 30 | ||||
-rw-r--r-- | app-i18n/ibus-unikey/metadata.xml | 14 |
3 files changed, 45 insertions, 0 deletions
diff --git a/app-i18n/ibus-unikey/Manifest b/app-i18n/ibus-unikey/Manifest new file mode 100644 index 000000000000..72fb913c076c --- /dev/null +++ b/app-i18n/ibus-unikey/Manifest @@ -0,0 +1 @@ +DIST ibus-unikey-0.6.1.tar.gz 516250 SHA256 989bbea706d2d8d7b86630b1f2b4f63d8ed5167a1cc2b8fafd7f2198ec78d734 SHA512 f8d519802d9b304cdaebfcee3f9fef5f17756cde48aa48b9dd357d714e2eaaba0df8f91218b658fdd1d85343804e054b7987caff2734913b29dc76263c30d4e6 WHIRLPOOL 4a14d0145477527b100272801f2ac8e90178c8d6d7ae743619d6babcf1da069bc550a3eac473c8ac9b60e0b5eeaf1ea780a97d1e3ebd81a0b557e51f20615c4c diff --git a/app-i18n/ibus-unikey/ibus-unikey-0.6.1.ebuild b/app-i18n/ibus-unikey/ibus-unikey-0.6.1.ebuild new file mode 100644 index 000000000000..9e830634fef0 --- /dev/null +++ b/app-i18n/ibus-unikey/ibus-unikey-0.6.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" +inherit eutils + +DESCRIPTION="Vietnamese Input Method Engine for IBUS using Unikey IME" +HOMEPAGE="http://code.google.com/p/ibus-unikey/" +SRC_URI="http://ibus-unikey.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gtk3" + +RDEPEND="gtk3? ( >app-i18n/ibus-1.4.0[gtk3] + x11-libs/gtk+:3 ) + !gtk3? ( >=app-i18n/ibus-1.4.0 + >=x11-libs/gtk+-2.12:2 ) + x11-libs/libX11" +DEPEND="${RDEPEND} + virtual/pkgconfig + dev-util/intltool + >=sys-devel/gettext-0.17" + +src_configure() { + use gtk3 && myconf="--with-gtk-version=3" || myconf="" + econf ${myconf} +} diff --git a/app-i18n/ibus-unikey/metadata.xml b/app-i18n/ibus-unikey/metadata.xml new file mode 100644 index 000000000000..229a5e652cc5 --- /dev/null +++ b/app-i18n/ibus-unikey/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>cjk</herd> + <longdescription lang="en">Ibus-unikey is a IM Engine for IBus +Use for type Vietnamese +Support via forum at: http://forum.ubuntu-vn.com/viewforum.php?f=85</longdescription> + <use> + <flag name="gtk3">Enable support for gtk+3</flag> + </use> + <upstream> + <remote-id type="google-code">ibus-unikey</remote-id> + </upstream> +</pkgmetadata> |