Gentoo Archives: gentoo-commits

From: "Denis Dupeyron (calchan)" <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/tagainijisho: metadata.xml ChangeLog tagainijisho-1.0.2.ebuild
Date: Tue, 06 May 2014 17:37:53
Message-Id: 20140506173750.1E0EC2004C@flycatcher.gentoo.org
1 calchan 14/05/06 17:37:50
2
3 Added: metadata.xml ChangeLog tagainijisho-1.0.2.ebuild
4 Log:
5 Initial commit.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 app-i18n/tagainijisho/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tagainijisho/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tagainijisho/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version='1.0' encoding='UTF-8'?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <maintainer>
21 <email>calchan@g.o</email>
22 <name>Denis Dupeyron</name>
23 </maintainer>
24 <longdescription>
25 Tagaini Jisho is a free, open-source Japanese dictionary and kanji lookup tool
26 that is available for Windows, MacOS X and Linux and aims at becoming your
27 Japanese study assistant. It allows you to quickly search for entries and mark
28 those that you wish to study, along with tags and personal notes. It also let
29 you train entries you are studying and follows your progression in remembering
30 them. Finally, it makes it easy to review entries you did not remember by
31 listing them on screen or printing them on a small booklet.
32
33 Tagaini Jisho also features complete stroke order animations for more than 6000
34 kanji.
35 </longdescription>
36 </pkgmetadata>
37
38
39
40 1.1 app-i18n/tagainijisho/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tagainijisho/ChangeLog?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tagainijisho/ChangeLog?rev=1.1&content-type=text/plain
44
45 Index: ChangeLog
46 ===================================================================
47 # ChangeLog for app-i18n/tagainijisho
48 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
49 # $Header: /var/cvsroot/gentoo-x86/app-i18n/tagainijisho/ChangeLog,v 1.1 2014/05/06 17:37:49 calchan Exp $
50
51 *tagainijisho-1.0.2 (06 May 2014)
52
53 06 May 2014; Denis Dupeyron <calchan@g.o> +tagainijisho-1.0.2.ebuild,
54 +metadata.xml:
55 Initial commit.
56
57
58
59
60 1.1 app-i18n/tagainijisho/tagainijisho-1.0.2.ebuild
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tagainijisho/tagainijisho-1.0.2.ebuild?rev=1.1&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tagainijisho/tagainijisho-1.0.2.ebuild?rev=1.1&content-type=text/plain
64
65 Index: tagainijisho-1.0.2.ebuild
66 ===================================================================
67 # Copyright 1999-2014 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 # $Header: /var/cvsroot/gentoo-x86/app-i18n/tagainijisho/tagainijisho-1.0.2.ebuild,v 1.1 2014/05/06 17:37:49 calchan Exp $
70
71 EAPI=5
72
73 inherit cmake-utils gnome2-utils
74
75 DESCRIPTION="Open-source Japanese dictionary and kanji lookup tool"
76 HOMEPAGE="http://www.tagaini.net/"
77 SRC_URI="https://github.com/Gnurou/tagainijisho/releases/download/${PV}/${P}.tar.gz"
78 LICENSE="GPL-3+ public-domain"
79
80 SLOT="0"
81 KEYWORDS="~amd64"
82 IUSE=""
83 DEPEND="dev-qt/qtcore:4
84 dev-qt/qtgui:4"
85 RDEPEND="${DEPEND}"
86
87 # TODO: unbundle sqlite
88
89 pkg_preinst() {
90 gnome2_icon_savelist
91 }
92
93 pkg_postinst() {
94 gnome2_icon_cache_update
95 }
96
97 pkg_postrm() {
98 gnome2_icon_cache_update
99 }