Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/vilistextum: vilistextum-2.6.7.ebuild ChangeLog vilistextum-2.6.9.ebuild vilistextum-2.6.7-r1.ebuild
Date: Thu, 06 Jan 2011 16:31:37
Message-Id: 20110106163127.12D4E20051@flycatcher.gentoo.org
1 jlec 11/01/06 16:31:26
2
3 Modified: vilistextum-2.6.7.ebuild ChangeLog
4 vilistextum-2.6.9.ebuild
5 vilistextum-2.6.7-r1.ebuild
6 Log:
7 Some Clean up
8
9 (Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.12 app-text/vilistextum/vilistextum-2.6.7.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/vilistextum/vilistextum-2.6.7.ebuild?rev=1.12&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/vilistextum/vilistextum-2.6.7.ebuild?rev=1.12&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/vilistextum/vilistextum-2.6.7.ebuild?r1=1.11&r2=1.12
17
18 Index: vilistextum-2.6.7.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.7.ebuild,v
21 retrieving revision 1.11
22 retrieving revision 1.12
23 diff -u -r1.11 -r1.12
24 --- vilistextum-2.6.7.ebuild 6 Mar 2010 21:55:52 -0000 1.11
25 +++ vilistextum-2.6.7.ebuild 6 Jan 2011 16:31:26 -0000 1.12
26 @@ -1,10 +1,10 @@
27 -# Copyright 1999-2008 Gentoo Foundation
28 +# Copyright 1999-2011 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.7.ebuild,v 1.11 2010/03/06 21:55:52 jlec Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.7.ebuild,v 1.12 2011/01/06 16:31:26 jlec Exp $
32
33 inherit eutils autotools
34
35 -DESCRIPTION="Vilistextum is a html to ascii converter specifically programmed to get the best out of incorrect html."
36 +DESCRIPTION="Html to ascii converter specifically programmed to get the best out of incorrect html"
37 HOMEPAGE="http://bhaak.dyndns.org/vilistextum/"
38 SRC_URI="http://bhaak.dyndns.org/${PN}/${P}.tar.bz2"
39
40 @@ -14,28 +14,29 @@
41 IUSE="unicode"
42 KEYWORDS="amd64 ppc sparc x86"
43
44 -DEPEND=""
45 +DEPEND="virtual/libiconv"
46 +RDEPEND=""
47 # KDE support will be available once a version of kaptain in stable
48 # kde? ( kde-misc/kaptain )"
49
50 src_unpack() {
51 unpack ${A}
52 cd "${S}"
53 - epatch "${FILESDIR}/${P}-gentoo.diff"
54 - epatch "${FILESDIR}/${P}-use-glibc-iconv.diff"
55 + epatch \
56 + "${FILESDIR}/${P}-gentoo.diff" \
57 + "${FILESDIR}/${P}-use-glibc-iconv.diff"
58
59 eautoreconf
60 }
61
62 src_compile() {
63 econf \
64 - $(use_enable unicode multibyte) \
65 - || die "econf failed"
66 + $(use_enable unicode multibyte)
67 emake || die "emake failed"
68 }
69
70 src_install() {
71 make DESTDIR="${D}" install || die "make install failed"
72 - dodoc README CHANGES
73 - dohtml doc/*.{html,css}
74 + dodoc README CHANGES || die
75 + dohtml doc/*.{html,css} || die
76 }
77
78
79
80 1.27 app-text/vilistextum/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/vilistextum/ChangeLog?rev=1.27&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/vilistextum/ChangeLog?rev=1.27&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/vilistextum/ChangeLog?r1=1.26&r2=1.27
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/app-text/vilistextum/ChangeLog,v
89 retrieving revision 1.26
90 retrieving revision 1.27
91 diff -u -r1.26 -r1.27
92 --- ChangeLog 18 Mar 2010 18:47:42 -0000 1.26
93 +++ ChangeLog 6 Jan 2011 16:31:26 -0000 1.27
94 @@ -1,6 +1,10 @@
95 # ChangeLog for app-text/vilistextum
96 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/ChangeLog,v 1.26 2010/03/18 18:47:42 grobian Exp $
98 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
99 +# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/ChangeLog,v 1.27 2011/01/06 16:31:26 jlec Exp $
100 +
101 + 06 Jan 2011; Justin Lecher <jlec@g.o> vilistextum-2.6.7.ebuild,
102 + vilistextum-2.6.7-r1.ebuild, vilistextum-2.6.9.ebuild:
103 + Some Clean up
104
105 18 Mar 2010; Fabian Groffen <grobian@g.o> vilistextum-2.6.9.ebuild,
106 +files/vilistextum-2.6.9-prefix.patch:
107
108
109
110 1.4 app-text/vilistextum/vilistextum-2.6.9.ebuild
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/vilistextum/vilistextum-2.6.9.ebuild?rev=1.4&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/vilistextum/vilistextum-2.6.9.ebuild?rev=1.4&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/vilistextum/vilistextum-2.6.9.ebuild?r1=1.3&r2=1.4
115
116 Index: vilistextum-2.6.9.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.9.ebuild,v
119 retrieving revision 1.3
120 retrieving revision 1.4
121 diff -u -r1.3 -r1.4
122 --- vilistextum-2.6.9.ebuild 18 Mar 2010 18:47:42 -0000 1.3
123 +++ vilistextum-2.6.9.ebuild 6 Jan 2011 16:31:26 -0000 1.4
124 @@ -1,12 +1,12 @@
125 -# Copyright 1999-2010 Gentoo Foundation
126 +# Copyright 1999-2011 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.9.ebuild,v 1.3 2010/03/18 18:47:42 grobian Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.9.ebuild,v 1.4 2011/01/06 16:31:26 jlec Exp $
130
131 EAPI="2"
132
133 inherit eutils autotools
134
135 -DESCRIPTION="Html to ascii converter specifically programmed to get the best out of incorrect html."
136 +DESCRIPTION="Html to ascii converter specifically programmed to get the best out of incorrect html"
137 HOMEPAGE="http://bhaak.dyndns.org/vilistextum/"
138 SRC_URI="http://bhaak.dyndns.org/${PN}/${P}.tar.bz2"
139
140 @@ -17,19 +17,22 @@
141 IUSE="unicode"
142
143 DEPEND="virtual/libiconv"
144 +RDEPEND=""
145 # KDE support will be available once a version of kaptain in stable
146 # kde? ( kde-misc/kaptain )"
147
148 src_prepare() {
149 - epatch "${FILESDIR}/${P}-gentoo.diff"
150 - epatch "${FILESDIR}/${P}-prefix.patch"
151 + epatch \
152 + "${FILESDIR}/${P}-gentoo.diff" \
153 + "${FILESDIR}/${P}-prefix.patch"
154 eautoreconf
155 }
156
157 src_configure() {
158 # need hardwired locale simply because locale -a | grep -i utf-8 | head -n1
159 # isn't always returning the most sensical (and working) locale
160 - econf $(use_enable unicode multibyte) \
161 + econf \
162 + $(use_enable unicode multibyte) \
163 $(use_with unicode unicode-locale en_US.UTF-8)
164 }
165
166
167
168
169 1.2 app-text/vilistextum/vilistextum-2.6.7-r1.ebuild
170
171 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/vilistextum/vilistextum-2.6.7-r1.ebuild?rev=1.2&view=markup
172 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/vilistextum/vilistextum-2.6.7-r1.ebuild?rev=1.2&content-type=text/plain
173 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/vilistextum/vilistextum-2.6.7-r1.ebuild?r1=1.1&r2=1.2
174
175 Index: vilistextum-2.6.7-r1.ebuild
176 ===================================================================
177 RCS file: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.7-r1.ebuild,v
178 retrieving revision 1.1
179 retrieving revision 1.2
180 diff -u -r1.1 -r1.2
181 --- vilistextum-2.6.7-r1.ebuild 6 Mar 2010 21:55:52 -0000 1.1
182 +++ vilistextum-2.6.7-r1.ebuild 6 Jan 2011 16:31:26 -0000 1.2
183 @@ -1,12 +1,12 @@
184 -# Copyright 1999-2010 Gentoo Foundation
185 +# Copyright 1999-2011 Gentoo Foundation
186 # Distributed under the terms of the GNU General Public License v2
187 -# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.7-r1.ebuild,v 1.1 2010/03/06 21:55:52 jlec Exp $
188 +# $Header: /var/cvsroot/gentoo-x86/app-text/vilistextum/vilistextum-2.6.7-r1.ebuild,v 1.2 2011/01/06 16:31:26 jlec Exp $
189
190 EAPI="2"
191
192 inherit eutils autotools
193
194 -DESCRIPTION="Html to ascii converter specifically programmed to get the best out of incorrect html."
195 +DESCRIPTION="Html to ascii converter specifically programmed to get the best out of incorrect html"
196 HOMEPAGE="http://bhaak.dyndns.org/vilistextum/"
197 SRC_URI="http://bhaak.dyndns.org/${PN}/${P}.tar.bz2"
198
199 @@ -16,19 +16,21 @@
200 #IUSE="unicode kde"
201 IUSE="unicode"
202
203 -DEPEND=""
204 +DEPEND="virtual/libiconv"
205 +RDEPEND=""
206 # KDE support will be available once a version of kaptain in stable
207 # kde? ( kde-misc/kaptain )"
208
209 src_prepare() {
210 - epatch "${FILESDIR}/${P}-gentoo.diff"
211 - epatch "${FILESDIR}/${P}-use-glibc-iconv.diff"
212 + epatch \
213 + "${FILESDIR}/${P}-gentoo.diff" \
214 + "${FILESDIR}/${P}-use-glibc-iconv.diff"
215
216 eautoreconf
217 }
218
219 src_configure() {
220 - econf $(use_enable unicode multibyte) || die
221 + econf $(use_enable unicode multibyte)
222 }
223
224 src_install() {