Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/smarty-docs: ChangeLog smarty-docs-3.0.ebuild
Date: Mon, 14 Feb 2011 11:02:26
Message-Id: 20110214110216.925B820054@flycatcher.gentoo.org
1 scarabeus 11/02/14 11:02:16
2
3 Modified: ChangeLog smarty-docs-3.0.ebuild
4 Log:
5 QA: Use required use instead of confutils.
6
7 (Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.51 dev-php/smarty-docs/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/ChangeLog?rev=1.51&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/ChangeLog?rev=1.51&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/ChangeLog?r1=1.50&r2=1.51
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v
19 retrieving revision 1.50
20 retrieving revision 1.51
21 diff -u -r1.50 -r1.51
22 --- ChangeLog 12 Feb 2011 17:33:32 -0000 1.50
23 +++ ChangeLog 14 Feb 2011 11:02:16 -0000 1.51
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-php/smarty-docs
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.50 2011/02/12 17:33:32 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.51 2011/02/14 11:02:16 scarabeus Exp $
29 +
30 + 14 Feb 2011; Tomáš Chvátal <scarabeus@g.o> smarty-docs-3.0.ebuild:
31 + QA: Use required use instead of confutils.
32
33 12 Feb 2011; Samuli Suominen <ssuominen@g.o>
34 smarty-docs-2.6.14.ebuild:
35
36
37
38 1.2 dev-php/smarty-docs/smarty-docs-3.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild?r1=1.1&r2=1.2
43
44 Index: smarty-docs-3.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- smarty-docs-3.0.ebuild 11 Feb 2011 14:27:24 -0000 1.1
51 +++ smarty-docs-3.0.ebuild 14 Feb 2011 11:02:16 -0000 1.2
52 @@ -1,11 +1,9 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v 1.1 2011/02/11 14:27:24 tomk Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-3.0.ebuild,v 1.2 2011/02/14 11:02:16 scarabeus Exp $
57
58 EAPI=4
59
60 -inherit confutils
61 -
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE="pdf html"
64 DESCRIPTION="Documentation for Smarty, a template engine for PHP."
65 @@ -28,9 +26,7 @@
66 DEPEND="html? ( app-arch/unzip )"
67 RDEPEND="${DEPEND}"
68
69 -pkg_setup() {
70 - confutils_require_any html pdf
71 -}
72 +REQUIRED_USE="|| ( html pdf )"
73
74 src_unpack() {
75 mkdir -p "${S}"