Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-PEAR_Info: PEAR-PEAR_Info-1.9.2-r2.ebuild ChangeLog PEAR-PEAR_Info-1.9.2-r1.ebuild
Date: Mon, 05 Mar 2012 08:34:03
Message-Id: 20120305083353.C43312004B@flycatcher.gentoo.org
1 olemarkus 12/03/05 08:33:53
2
3 Modified: ChangeLog
4 Added: PEAR-PEAR_Info-1.9.2-r2.ebuild
5 Removed: PEAR-PEAR_Info-1.9.2-r1.ebuild
6 Log:
7 EAPI bump and removal of minimal use flag
8
9 (Portage version: 2.1.10.44/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.42 dev-php/PEAR-PEAR_Info/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR_Info/ChangeLog?rev=1.42&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR_Info/ChangeLog?rev=1.42&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR_Info/ChangeLog?r1=1.41&r2=1.42
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_Info/ChangeLog,v
21 retrieving revision 1.41
22 retrieving revision 1.42
23 diff -u -r1.41 -r1.42
24 --- ChangeLog 21 Jun 2010 16:35:01 -0000 1.41
25 +++ ChangeLog 5 Mar 2012 08:33:53 -0000 1.42
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-php/PEAR-PEAR_Info
28 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_Info/ChangeLog,v 1.41 2010/06/21 16:35:01 mabi Exp $
30 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_Info/ChangeLog,v 1.42 2012/03/05 08:33:53 olemarkus Exp $
32 +
33 +*PEAR-PEAR_Info-1.9.2-r2 (05 Mar 2012)
34 +
35 + 05 Mar 2012; Ole Markus With <olemarkus@g.o>
36 + +PEAR-PEAR_Info-1.9.2-r2.ebuild, -PEAR-PEAR_Info-1.9.2-r1.ebuild:
37 + EAPI bump and removal of minimal use flag
38
39 21 Jun 2010; <mabi@g.o> -PEAR-PEAR_Info-1.7.1.ebuild,
40 -PEAR-PEAR_Info-1.9.2.ebuild:
41
42
43
44 1.1 dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2-r2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2-r2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2-r2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: PEAR-PEAR_Info-1.9.2-r2.ebuild
50 ===================================================================
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.9.2-r2.ebuild,v 1.1 2012/03/05 08:33:53 olemarkus Exp $
54
55 EAPI="4"
56
57 inherit php-pear-r1
58
59 DESCRIPTION="Show Information about your PEAR install and its packages"
60 LICENSE="PHP-3.01"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
63 IUSE="minimal"
64
65 DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
66 dev-php/PEAR-Console_Getargs"