Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/gjiten: gjiten-2.6-r3.ebuild ChangeLog
Date: Tue, 08 Jul 2014 11:10:57
Message-Id: 20140708111052.E1DB62004F@flycatcher.gentoo.org
1 pacho 14/07/08 11:10:52
2
3 Modified: ChangeLog
4 Added: gjiten-2.6-r3.ebuild
5 Log:
6 Use eapi5 and readme.gentoo.eclass
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.25 app-dicts/gjiten/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gjiten/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gjiten/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gjiten/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 8 Jul 2014 00:41:15 -0000 1.24
24 +++ ChangeLog 8 Jul 2014 11:10:52 -0000 1.25
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-dicts/gjiten
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.24 2014/07/08 00:41:15 naota Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.25 2014/07/08 11:10:52 pacho Exp $
30 +
31 +*gjiten-2.6-r3 (08 Jul 2014)
32 +
33 + 08 Jul 2014; Pacho Ramos <pacho@g.o> +files/gjiten-2.6-desktop.patch,
34 + +gjiten-2.6-r3.ebuild:
35 + Use eapi5 and readme.gentoo.eclass
36
37 08 Jul 2014; Naohiro Aota <naota@g.o>
38 +files/gjiten-2.6-drop-gnome.patch, gjiten-2.6-r2.ebuild:
39
40
41
42 1.1 app-dicts/gjiten/gjiten-2.6-r3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gjiten/gjiten-2.6-r3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gjiten/gjiten-2.6-r3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gjiten-2.6-r3.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.6-r3.ebuild,v 1.1 2014/07/08 11:10:52 pacho Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55
56 inherit autotools eutils gnome2 readme.gentoo
57
58 DESCRIPTION="A Japanese dictionary program for Gnome"
59 HOMEPAGE="http://gjiten.sourceforge.net/"
60 SRC_URI="http://gjiten.sourceforge.net/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65 IUSE=""
66
67 RESTRICT="test"
68
69 RDEPEND="
70 >=gnome-base/libgnome-2.2
71 >=gnome-base/libgnomeui-2.2
72 >=gnome-base/libglade-2
73 "
74 DEPEND="${RDEPEND}
75 app-text/rarian
76 dev-util/intltool
77 app-text/xmlto
78 app-text/docbook-xml-dtd:4.1.2
79 virtual/pkgconfig
80 "
81
82 DISABLE_AUTOFORMATTING="yes"
83 DOC_CONTENTS="Dictionary files are necessary in order for
84 Gjiten to function.
85
86 Download dictionary files from:
87 http://ftp.cc.monash.edu.au/pub/nihongo/00INDEX.html#dic_fil
88
89 You need kanjidic and edict at a minimum. Dictionary files
90 must be converted to UTF-8 format - check the Gjiten help
91 and README files for details.
92
93 A shell script is available from
94 the Gjiten homepage(${HOMEPAGE}) to
95 download and convert the dictionary files, but you need
96 to put the files in /usr/share/gjiten after running the script."
97
98 src_prepare() {
99 DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
100
101 epatch "${FILESDIR}"/${P}-pref.patch
102 epatch "${FILESDIR}"/${P}-drop-gnome.patch
103 epatch "${FILESDIR}"/${P}-desktop.patch
104
105 AM_OPTS="--foreign" eautoreconf
106 gnome2_src_prepare
107 }
108
109 src_install() {
110 gnome2_src_install
111 readme.gentoo_create_doc
112 }
113
114 pkg_postinst() {
115 gnome2_pkg_postinst
116 readme.gentoo_print_elog
117 }