Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/xmlto: xmlto-0.0.25.ebuild ChangeLog
Date: Fri, 07 Feb 2014 07:27:38
Message-Id: 20140207072735.9A41D2004C@flycatcher.gentoo.org
1 vapier 14/02/07 07:27:35
2
3 Modified: xmlto-0.0.25.ebuild ChangeLog
4 Log:
5 Force configure to always detect bash as /bin/bash. Drop unused flex dep and implicit system grep dep.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.4 app-text/xmlto/xmlto-0.0.25.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xmlto/xmlto-0.0.25.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xmlto/xmlto-0.0.25.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xmlto/xmlto-0.0.25.ebuild?r1=1.3&r2=1.4
15
16 Index: xmlto-0.0.25.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.25.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- xmlto-0.0.25.ebuild 18 Jan 2014 11:51:22 -0000 1.3
23 +++ xmlto-0.0.25.ebuild 7 Feb 2014 07:27:35 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.25.ebuild,v 1.3 2014/01/18 11:51:22 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.25.ebuild,v 1.4 2014/02/07 07:27:35 vapier Exp $
29
30 EAPI=4
31 inherit eutils
32 @@ -18,13 +18,12 @@
33 app-text/docbook-xml-dtd:4.2
34 app-shells/bash
35 dev-libs/libxslt
36 - sys-apps/grep
37 || ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin )
38 || ( sys-apps/util-linux app-misc/getopt )
39 || ( sys-apps/which sys-freebsd/freebsd-ubin )
40 latex? ( >=app-text/passivetex-1.25 >=dev-tex/xmltex-1.9-r2 )"
41 -DEPEND="${RDEPEND}
42 - sys-devel/flex"
43 +# We only depend on flex when we patch the imput lexer.
44 +DEPEND="${RDEPEND}"
45
46 DOCS="AUTHORS ChangeLog FAQ NEWS README THANKS"
47
48 @@ -33,7 +32,8 @@
49 }
50
51 src_configure() {
52 - export BASH
53 + # We don't want the script to detect /bin/sh if it is bash.
54 + export ac_cv_path_BASH=/bin/bash
55 has_version sys-apps/util-linux || export GETOPT=getopt-long
56 econf
57 }
58
59
60
61 1.81 app-text/xmlto/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xmlto/ChangeLog?rev=1.81&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xmlto/ChangeLog?rev=1.81&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xmlto/ChangeLog?r1=1.80&r2=1.81
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v
70 retrieving revision 1.80
71 retrieving revision 1.81
72 diff -u -r1.80 -r1.81
73 --- ChangeLog 18 Jan 2014 11:51:22 -0000 1.80
74 +++ ChangeLog 7 Feb 2014 07:27:35 -0000 1.81
75 @@ -1,6 +1,10 @@
76 # ChangeLog for app-text/xmlto
77 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v 1.80 2014/01/18 11:51:22 vapier Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v 1.81 2014/02/07 07:27:35 vapier Exp $
80 +
81 + 07 Feb 2014; Mike Frysinger <vapier@g.o> xmlto-0.0.25.ebuild:
82 + Force configure to always detect bash as /bin/bash. Drop unused flex dep and
83 + implicit system grep dep.
84
85 18 Jan 2014; Mike Frysinger <vapier@g.o> xmlto-0.0.24-r1.ebuild,
86 xmlto-0.0.25.ebuild: