Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/xlhtml: xlhtml-0.5.ebuild xlhtml-0.5.1_p6.ebuild ChangeLog
Date: Sat, 31 Jan 2015 01:41:04
Message-Id: 20150131014100.F2A9310B9E@oystercatcher.gentoo.org
1 patrick 15/01/31 01:41:00
2
3 Modified: xlhtml-0.5.ebuild xlhtml-0.5.1_p6.ebuild ChangeLog
4 Log:
5 Remove redundant want_autoconf=latest
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.16 app-text/xlhtml/xlhtml-0.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xlhtml/xlhtml-0.5.ebuild?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xlhtml/xlhtml-0.5.ebuild?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xlhtml/xlhtml-0.5.ebuild?r1=1.15&r2=1.16
15
16 Index: xlhtml-0.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.ebuild,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- xlhtml-0.5.ebuild 20 Jan 2008 16:14:56 -0000 1.15
23 +++ xlhtml-0.5.ebuild 31 Jan 2015 01:41:00 -0000 1.16
24 @@ -1,9 +1,6 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.ebuild,v 1.15 2008/01/20 16:14:56 grobian Exp $
29 -
30 -WANT_AUTOCONF="latest"
31 -WANT_AUTOMAKE="latest"
32 +# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.ebuild,v 1.16 2015/01/31 01:41:00 patrick Exp $
33
34 inherit autotools
35
36 @@ -16,6 +13,7 @@
37 KEYWORDS="alpha ~amd64 ppc ~sparc x86"
38 IUSE=""
39 DEPEND=""
40 +RDEPEND=""
41
42 src_unpack() {
43 unpack ${A}
44
45
46
47 1.4 app-text/xlhtml/xlhtml-0.5.1_p6.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild?rev=1.4&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild?rev=1.4&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild?r1=1.3&r2=1.4
52
53 Index: xlhtml-0.5.1_p6.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild,v
56 retrieving revision 1.3
57 retrieving revision 1.4
58 diff -u -r1.3 -r1.4
59 --- xlhtml-0.5.1_p6.ebuild 21 May 2012 18:43:50 -0000 1.3
60 +++ xlhtml-0.5.1_p6.ebuild 31 Jan 2015 01:41:00 -0000 1.4
61 @@ -1,12 +1,9 @@
62 -# Copyright 1999-2012 Gentoo Foundation
63 +# Copyright 1999-2015 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild,v 1.3 2012/05/21 18:43:50 xarthisius Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild,v 1.4 2015/01/31 01:41:00 patrick Exp $
67
68 EAPI=3
69
70 -WANT_AUTOCONF="latest"
71 -WANT_AUTOMAKE="latest"
72 -
73 inherit autotools eutils
74
75 MY_PV=${PV/_p*/}
76 @@ -22,6 +19,7 @@
77 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
78 IUSE=""
79 DEPEND=""
80 +RDEPEND=""
81 S=${WORKDIR}/${PN}
82
83 src_prepare() {
84
85
86
87 1.20 app-text/xlhtml/ChangeLog
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xlhtml/ChangeLog?rev=1.20&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xlhtml/ChangeLog?rev=1.20&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xlhtml/ChangeLog?r1=1.19&r2=1.20
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v
96 retrieving revision 1.19
97 retrieving revision 1.20
98 diff -u -r1.19 -r1.20
99 --- ChangeLog 21 May 2012 18:43:50 -0000 1.19
100 +++ ChangeLog 31 Jan 2015 01:41:00 -0000 1.20
101 @@ -1,6 +1,10 @@
102 # ChangeLog for app-text/xlhtml
103 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.19 2012/05/21 18:43:50 xarthisius Exp $
105 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
106 +# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.20 2015/01/31 01:41:00 patrick Exp $
107 +
108 + 31 Jan 2015; Patrick Lauer <patrick@g.o> xlhtml-0.5.1_p6.ebuild,
109 + xlhtml-0.5.ebuild:
110 + Remove redundant want_autoconf=latest
111
112 21 May 2012; Kacper Kowalik <xarthisius@g.o> xlhtml-0.5.1_p6.ebuild:
113 Add missing inheritance of eutils.eclass
114 @@ -58,4 +62,3 @@
115
116 17 Apr 2003; <chouser@g.o> xlhtml-0.5.ebuild:
117 Initial ebuild -- alpha only
118 -