Gentoo Archives: gentoo-commits

From: "Akinori Hattori (hattya)" <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/anthy: ChangeLog anthy-9100b.ebuild
Date: Mon, 17 Sep 2007 14:20:38
Message-Id: E1IXHLN-0003LP-PO@stork.gentoo.org
1 hattya 07/09/17 14:12:57
2
3 Modified: ChangeLog
4 Added: anthy-9100b.ebuild
5 Log:
6 new upstream release.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.106 app-i18n/anthy/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.106&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?rev=1.106&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/ChangeLog?r1=1.105&r2=1.106
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v
19 retrieving revision 1.105
20 retrieving revision 1.106
21 diff -u -r1.105 -r1.106
22 --- ChangeLog 9 Sep 2007 13:06:36 -0000 1.105
23 +++ ChangeLog 17 Sep 2007 14:12:57 -0000 1.106
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-i18n/anthy
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.105 2007/09/09 13:06:36 hattya Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/ChangeLog,v 1.106 2007/09/17 14:12:57 hattya Exp $
29 +
30 +*anthy-9100b (17 Sep 2007)
31 +
32 + 17 Sep 2007; Akinori Hattori <hattya@g.o> +anthy-9100b.ebuild:
33 + new upstream release.
34
35 09 Sep 2007; Akinori Hattori <hattya@g.o> anthy-9100.ebuild:
36 stable on ia64.
37
38
39
40 1.1 app-i18n/anthy/anthy-9100b.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100b.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/anthy/anthy-9100b.ebuild?rev=1.1&content-type=text/plain
44
45 Index: anthy-9100b.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100b.ebuild,v 1.1 2007/09/17 14:12:57 hattya Exp $
50
51 inherit elisp-common eutils
52
53 IUSE="emacs"
54
55 DESCRIPTION="Anthy -- free and secure Japanese input system"
56 HOMEPAGE="http://anthy.sourceforge.jp/"
57 SRC_URI="mirror://sourceforge.jp/anthy/27175/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd"
61 SLOT="0"
62
63 DEPEND="!app-i18n/anthy-ss
64 emacs? ( virtual/emacs )"
65
66 src_unpack() {
67
68 unpack ${A}
69 cd "${S}"
70
71 local cannadicdir=/var/lib/canna/dic/canna
72
73 if has_version 'app-dicts/canna-2ch'; then
74 einfo "Adding nichan.ctd to anthy.dic."
75 sed -i /placename/a"read ${cannadicdir}/nichan.ctd" \
76 mkworddic/dict.args.in
77 fi
78
79 }
80
81 src_compile() {
82
83 local myconf
84
85 use emacs || myconf="EMACS=no"
86
87 econf ${myconf} || die
88 emake || die
89
90 }
91
92 src_install() {
93
94 emake DESTDIR="${D}" install || die
95
96 use emacs && elisp-site-file-install "${FILESDIR}"/50anthy-gentoo.el
97
98 dodoc AUTHORS DIARY NEWS README ChangeLog
99
100 docinto doc
101 rm doc/Makefile*
102 dodoc doc/*
103
104 }
105
106 pkg_postinst() {
107
108 use emacs && elisp-site-regen
109
110 }
111
112 pkg_postrm() {
113
114 use emacs && elisp-site-regen
115
116 }
117
118
119
120 --
121 gentoo-commits@g.o mailing list