Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/yatex: metadata.xml ChangeLog yatex-1.73.ebuild
Date: Wed, 30 Jul 2008 14:58:11
Message-Id: E1KOD7w-0008D2-5Q@stork.gentoo.org
1 ulm 08/07/30 14:58:08
2
3 Modified: metadata.xml ChangeLog
4 Added: yatex-1.73.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc3/cvs/Linux 2.6.25-gentoo-r6 i686)
8
9 Revision Changes Path
10 1.3 app-emacs/yatex/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yatex/metadata.xml?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yatex/metadata.xml?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yatex/metadata.xml?r1=1.2&r2=1.3
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/yatex/metadata.xml,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- metadata.xml 25 Dec 2007 16:44:51 -0000 1.2
23 +++ metadata.xml 30 Jul 2008 14:58:07 -0000 1.3
24 @@ -1,13 +1,13 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 - <herd>cjk</herd>
29 - <herd>emacs</herd>
30 - <longdescription lang="en">
31 - YaTeX is an intelligent, acquisitive and integrated package which
32 - reduces your efforts of composing LaTeX source on Emacs. And yahtml is
33 - the honest and bright YaTeX-compatible major-mode package for writing
34 - HTML. If you have noticed the power of YaTeX, you can drive yahtml
35 - over the HTML files quickly and steadily. And vice versa, of course.
36 - </longdescription>
37 +<herd>cjk</herd>
38 +<herd>emacs</herd>
39 +<longdescription lang="en">
40 + YaTeX is an intelligent, acquisitive and integrated package which reduces
41 + your efforts of composing LaTeX source on Emacs. And yahtml is the honest
42 + and bright YaTeX-compatible major-mode package for writing HTML. If you have
43 + noticed the power of YaTeX, you can drive yahtml over the HTML files quickly
44 + and steadily. And vice versa, of course.
45 +</longdescription>
46 </pkgmetadata>
47
48
49
50 1.22 app-emacs/yatex/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yatex/ChangeLog?rev=1.22&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yatex/ChangeLog?rev=1.22&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yatex/ChangeLog?r1=1.21&r2=1.22
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v
59 retrieving revision 1.21
60 retrieving revision 1.22
61 diff -u -r1.21 -r1.22
62 --- ChangeLog 25 Dec 2007 16:44:51 -0000 1.21
63 +++ ChangeLog 30 Jul 2008 14:58:07 -0000 1.22
64 @@ -1,6 +1,13 @@
65 # ChangeLog for app-emacs/yatex
66 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.21 2007/12/25 16:44:51 phreak Exp $
68 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/ChangeLog,v 1.22 2008/07/30 14:58:07 ulm Exp $
70 +
71 +*yatex-1.73 (30 Jul 2008)
72 +
73 + 30 Jul 2008; Ulrich Mueller <ulm@g.o>
74 + +files/yatex-1.73-gentoo.patch, metadata.xml, +yatex-1.73.ebuild:
75 + Version bump. Replace cjk USE flag by linguas_ja. Install help files in
76 + etc directory.
77
78 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
79 Removing usata from metadata.xml as per #22931.
80
81
82
83 1.1 app-emacs/yatex/yatex-1.73.ebuild
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yatex/yatex-1.73.ebuild?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yatex/yatex-1.73.ebuild?rev=1.1&content-type=text/plain
87
88 Index: yatex-1.73.ebuild
89 ===================================================================
90 # Copyright 1999-2008 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 # $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.73.ebuild,v 1.1 2008/07/30 14:58:07 ulm Exp $
93
94 inherit elisp eutils
95
96 DESCRIPTION="Yet Another TeX mode for Emacs"
97 HOMEPAGE="http://www.yatex.org/"
98 SRC_URI="http://www.yatex.org/${P/-/}.tar.gz"
99
100 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
101 SLOT="0"
102 LICENSE="as-is"
103 IUSE="linguas_ja"
104
105 S=${WORKDIR}/${P/-/}
106 SITEFILE=50${PN}-gentoo.el
107
108 src_unpack() {
109 unpack ${A}
110 cd "${S}"
111 epatch "${FILESDIR}/${P}-gentoo.patch"
112 }
113
114 src_compile() {
115 # compilation b0rks
116 #elisp-comp *.el || die "elisp-comp failed"
117
118 cd docs
119 mv yatexe yatex.info
120 mv yahtmle yahtml.info
121 if use linguas_ja; then
122 iconv -f ISO-2022-JP -t EUC-JP yatexj > yatex-ja.info
123 iconv -f ISO-2022-JP -t EUC-JP yahtmlj > yahtml-ja.info
124 fi
125 }
126
127 src_install() {
128 elisp-install ${PN} *.el || die "elisp-install failed"
129 elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
130 || die "elisp-site-file-install failed"
131
132 insinto ${SITEETC}/${PN}
133 doins help/YATEXHLP.* || die "doins failed"
134
135 doinfo docs/*.info || die "doinfo failed"
136
137 dodoc docs/*.eng || die "dodoc failed"
138 if use linguas_ja; then
139 dodoc 00readme install docs/{htmlqa,qanda} docs/*.doc \
140 || die "dodoc failed"
141 fi
142 }