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-dicts/kasumi | |
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-dicts/kasumi')
-rw-r--r-- | app-dicts/kasumi/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/kasumi/files/kasumi-2.5-r1-fix-desktop-QA.patch | 13 | ||||
-rw-r--r-- | app-dicts/kasumi/kasumi-2.5-r1.ebuild | 33 | ||||
-rw-r--r-- | app-dicts/kasumi/metadata.xml | 8 |
4 files changed, 55 insertions, 0 deletions
diff --git a/app-dicts/kasumi/Manifest b/app-dicts/kasumi/Manifest new file mode 100644 index 000000000000..83636f112b36 --- /dev/null +++ b/app-dicts/kasumi/Manifest @@ -0,0 +1 @@ +DIST kasumi-2.5.tar.gz 279587 SHA256 f21841ac9991e365abdb515e2c2a1ec9be5914fe8562f01e8571264ceb2528de SHA512 066dda59d84b456c514a896b376bfc6df8ac64404f06fbfa8c369381acb6d260b1f22874885be2eab844f8f3776b944a5c700a966464ebef74d82c28bc97f970 WHIRLPOOL 4295a3c13f66665f4916af159e47e7a98a511a71d1e70d994701975d0b10c16797bc8f1e0894bd6ad556a5dc2a30e6a76c3045719e6a1c2857d65af15c9bdae5 diff --git a/app-dicts/kasumi/files/kasumi-2.5-r1-fix-desktop-QA.patch b/app-dicts/kasumi/files/kasumi-2.5-r1-fix-desktop-QA.patch new file mode 100644 index 000000000000..a61dc0e11d51 --- /dev/null +++ b/app-dicts/kasumi/files/kasumi-2.5-r1-fix-desktop-QA.patch @@ -0,0 +1,13 @@ +--- a/kasumi.desktop.in ++++ b/kasumi.desktop.in +@@ -8,8 +8,8 @@ + Comment=Edit Anthy dictionary. + Comment[ja]=Anthy の個人辞書に単語を登録、削除、編集するツールです。 + Exec=kasumi +-Icon=kasumi.png ++Icon=/usr/share/pixmaps/kasumi.png + StartupNotify=true + Terminal=false + Type=Application +-Categories=Applications;Settings; ++Categories=Settings; diff --git a/app-dicts/kasumi/kasumi-2.5-r1.ebuild b/app-dicts/kasumi/kasumi-2.5-r1.ebuild new file mode 100644 index 000000000000..9267829692b5 --- /dev/null +++ b/app-dicts/kasumi/kasumi-2.5-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit eutils + +DESCRIPTION="Anthy dictionary maintenance tool" +HOMEPAGE="http://kasumi.sourceforge.jp/" +SRC_URI="mirror://sourceforge.jp/${PN}/41436/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd" +IUSE="nls" + +RDEPEND=">=x11-libs/gtk+-2.6:2 + nls? ( virtual/libintl ) + virtual/libiconv + >=app-i18n/anthy-6131" + +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +src_prepare() { + epatch "${FILESDIR}"/${P}-r1-fix-desktop-QA.patch +} + +src_configure() { + econf $(use_enable nls) +} diff --git a/app-dicts/kasumi/metadata.xml b/app-dicts/kasumi/metadata.xml new file mode 100644 index 000000000000..8c2265f9f7d3 --- /dev/null +++ b/app-dicts/kasumi/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>cjk</herd> + <upstream> + <remote-id type="sourceforge-jp">kasumi</remote-id> + </upstream> +</pkgmetadata> |