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/scim-sayura | |
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/scim-sayura')
-rw-r--r-- | app-i18n/scim-sayura/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/scim-sayura/files/scim-sayura-0.3.3-gcc45.patch | 15 | ||||
-rw-r--r-- | app-i18n/scim-sayura/metadata.xml | 9 | ||||
-rw-r--r-- | app-i18n/scim-sayura/scim-sayura-0.3.3.ebuild | 32 |
4 files changed, 57 insertions, 0 deletions
diff --git a/app-i18n/scim-sayura/Manifest b/app-i18n/scim-sayura/Manifest new file mode 100644 index 000000000000..d6e9b3c54529 --- /dev/null +++ b/app-i18n/scim-sayura/Manifest @@ -0,0 +1 @@ +DIST scim-sayura-0.3.3.tar.gz 380147 SHA256 a6557fdfea8d2f475d4ef32478ace5b5ad0ba3b89eea7b1d8802ee1a1f80f788 SHA512 bf97b8d82e0e193a94698dfe7d3c9b1256e928a2082dc0ca6be328ed56409a05d38ba04254617b3800116514c1c8fdbfca869f2aa3f2f005505a4e873d2b90bb WHIRLPOOL 0e2e25f56ecbbcb3aafea8bd272186987951e28a3cb18ca90d21a8d6d7d87e6137d18ae426709e7caca7df1d5444dfd921c9e0ed5add5fe3df2a7091ffd0c6ec diff --git a/app-i18n/scim-sayura/files/scim-sayura-0.3.3-gcc45.patch b/app-i18n/scim-sayura/files/scim-sayura-0.3.3-gcc45.patch new file mode 100644 index 000000000000..64ee87416011 --- /dev/null +++ b/app-i18n/scim-sayura/files/scim-sayura-0.3.3-gcc45.patch @@ -0,0 +1,15 @@ +Fixing build with gcc 4.5 + +http://bugs.gentoo.org/show_bug.cgi?id=320879 + +--- src/scim_sinhala_imengine.cpp ++++ src/scim_sinhala_imengine.cpp +@@ -233,7 +233,7 @@ + + void SinhalaInstance::backspace() + { +- KeyEvent e = scim::KeyEvent::KeyEvent(SCIM_KEY_BackSpace, 0); ++ KeyEvent e = scim::KeyEvent(SCIM_KEY_BackSpace, 0); + forward_key_event(e); + } + diff --git a/app-i18n/scim-sayura/metadata.xml b/app-i18n/scim-sayura/metadata.xml new file mode 100644 index 000000000000..f2b3ceabbb8d --- /dev/null +++ b/app-i18n/scim-sayura/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>cjk</herd> +<longdescription lang="en"> +This package provides the Sayura Sinhala input method for SCIM. +</longdescription> +</pkgmetadata> + diff --git a/app-i18n/scim-sayura/scim-sayura-0.3.3.ebuild b/app-i18n/scim-sayura/scim-sayura-0.3.3.ebuild new file mode 100644 index 000000000000..6b387a4ed34a --- /dev/null +++ b/app-i18n/scim-sayura/scim-sayura-0.3.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="2" + +inherit eutils + +DESCRIPTION="Sayura Sinhala input method for SCIM" +HOMEPAGE="http://www.sayura.net/im/" +SRC_URI="http://www.sayura.net/im/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND=">=app-i18n/scim-0.99.8" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + epatch "${FILESDIR}"/scim-sayura-0.3.3-gcc45.patch +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + + dodoc AUTHORS ChangeLog NEWS README + dohtml doc/index.html doc/style.css + use doc && dodoc doc/sayura.pdf +} |