Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/xml2doc: ChangeLog xml2doc-20030510-r1.ebuild
Date: Tue, 22 Feb 2011 16:36:44
Message-Id: 20110222163627.E720A20054@flycatcher.gentoo.org
1 scarabeus 11/02/22 16:36:27
2
3 Modified: ChangeLog xml2doc-20030510-r1.ebuild
4 Log:
5 Say goodbye to pdflib and pdf useflag. Didn't compile with it anyway.
6
7 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.26 app-text/xml2doc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xml2doc/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xml2doc/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xml2doc/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/xml2doc/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 20 Jun 2009 11:51:43 -0000 1.25
23 +++ ChangeLog 22 Feb 2011 16:36:27 -0000 1.26
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-text/xml2doc
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/xml2doc/ChangeLog,v 1.25 2009/06/20 11:51:43 flameeyes Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/xml2doc/ChangeLog,v 1.26 2011/02/22 16:36:27 scarabeus Exp $
30 +
31 + 22 Feb 2011; Tomáš Chvátal <scarabeus@g.o>
32 + xml2doc-20030510-r1.ebuild:
33 + Say goodbye to pdflib and pdf useflag. Didn't compile with it anyway.
34
35 20 Jun 2009; Diego E. Pettenò <flameeyes@g.o>
36 -xml2doc-20030510.ebuild:
37
38
39
40 1.10 app-text/xml2doc/xml2doc-20030510-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xml2doc/xml2doc-20030510-r1.ebuild?rev=1.10&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xml2doc/xml2doc-20030510-r1.ebuild?rev=1.10&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xml2doc/xml2doc-20030510-r1.ebuild?r1=1.9&r2=1.10
45
46 Index: xml2doc-20030510-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-text/xml2doc/xml2doc-20030510-r1.ebuild,v
49 retrieving revision 1.9
50 retrieving revision 1.10
51 diff -u -r1.9 -r1.10
52 --- xml2doc-20030510-r1.ebuild 19 Jun 2009 21:37:05 -0000 1.9
53 +++ xml2doc-20030510-r1.ebuild 22 Feb 2011 16:36:27 -0000 1.10
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2009 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-text/xml2doc/xml2doc-20030510-r1.ebuild,v 1.9 2009/06/19 21:37:05 ranger Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-text/xml2doc/xml2doc-20030510-r1.ebuild,v 1.10 2011/02/22 16:36:27 scarabeus Exp $
60
61 inherit eutils
62
63 @@ -10,13 +10,12 @@
64 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
65
66 LICENSE="GPL-2"
67 -IUSE="pdf"
68 +IUSE=""
69 SLOT="0"
70
71 KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
72
73 -DEPEND=">=dev-libs/libxml2-2.5
74 - pdf? ( >=media-libs/pdflib-4 )"
75 +DEPEND=">=dev-libs/libxml2-2.5"
76 RDEPEND="${DEPEND}"
77
78 S=${WORKDIR}/${PN}
79 @@ -37,7 +36,7 @@
80 }
81
82 src_compile() {
83 - econf $(use_enable pdf) || die "./configure failed"
84 + econf --disable-pdf
85 emake || die "Compilation failed"
86
87 cd "${S}/doc"