Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-PHP_CompatInfo: ChangeLog PEAR-PHP_CompatInfo-1.6.1.ebuild
Date: Tue, 26 Feb 2008 16:33:44
Message-Id: E1JU2kP-0001nm-Qj@stork.gentoo.org
1 armin76 08/02/26 16:33:41
2
3 Modified: ChangeLog
4 Added: PEAR-PHP_CompatInfo-1.6.1.ebuild
5 Log:
6 Version bump, import from the php overlay
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.5 dev-php/PEAR-PHP_CompatInfo/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 6 Dec 2007 00:49:00 -0000 1.4
23 +++ ChangeLog 26 Feb 2008 16:33:41 -0000 1.5
24 @@ -1,6 +1,16 @@
25 # ChangeLog for dev-php/PEAR-PHP_CompatInfo
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/ChangeLog,v 1.4 2007/12/06 00:49:00 jokey Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/ChangeLog,v 1.5 2008/02/26 16:33:41 armin76 Exp $
30 +
31 +*PEAR-PHP_CompatInfo-1.6.1 (26 Feb 2008)
32 +
33 + 26 Feb 2008; Raúl Porcel <armin76@g.o>
34 + +PEAR-PHP_CompatInfo-1.6.1.ebuild:
35 + Version bump, import from the php overlay
36 +
37 + 16 Feb 2008; Jakub Moc <jakub@g.o>
38 + PEAR-PHP_CompatInfo-1.6.1.ebuild:
39 + Version bump
40
41 06 Dec 2007; Markus Ullmann <jokey@g.o>
42 -PEAR-PHP_CompatInfo-1.5.0.ebuild, PEAR-PHP_CompatInfo-1.5.1.ebuild:
43
44
45
46 1.1 dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.6.1.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.6.1.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.6.1.ebuild?rev=1.1&content-type=text/plain
50
51 Index: PEAR-PHP_CompatInfo-1.6.1.ebuild
52 ===================================================================
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_CompatInfo/PEAR-PHP_CompatInfo-1.6.1.ebuild,v 1.1 2008/02/26 16:33:41 armin76 Exp $
56
57 inherit php-pear-r1 depend.php
58
59 DESCRIPTION="Find out the minimum version and the extensions required for a piece of code to run."
60
61 LICENSE="PHP-3.01"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="minimal"
65
66 RDEPEND="!minimal? ( >=dev-php/PEAR-Console_Table-1.0.5
67 >=dev-php/PEAR-Console_Getargs-1.3.3
68 >=dev-php/PEAR-XML_Util-1.1.4
69 >=dev-php5/phpunit-3.2.0 )"
70
71 pkg_setup() {
72 require_php_with_use tokenizer
73 }
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list