Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Text_Wiki_BBCode: PEAR-Text_Wiki_BBCode-0.0.4.ebuild ChangeLog
Date: Thu, 06 Dec 2007 00:55:54
Message-Id: E1J051q-0005qm-0g@stork.gentoo.org
1 jokey 07/12/06 00:55:50
2
3 Modified: PEAR-Text_Wiki_BBCode-0.0.4.ebuild ChangeLog
4 Log:
5 LICENSE fix from project overlay
6 (Portage version: 2.1.4_rc7)
7
8 Revision Changes Path
9 1.2 dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4.ebuild?r1=1.1&r2=1.2
14
15 Index: PEAR-Text_Wiki_BBCode-0.0.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- PEAR-Text_Wiki_BBCode-0.0.4.ebuild 20 Aug 2007 23:00:06 -0000 1.1
22 +++ PEAR-Text_Wiki_BBCode-0.0.4.ebuild 6 Dec 2007 00:55:49 -0000 1.2
23 @@ -1,13 +1,17 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4.ebuild,v 1.1 2007/08/20 23:00:06 jokey Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4.ebuild,v 1.2 2007/12/06 00:55:49 jokey Exp $
28
29 -inherit php-pear-r1
30 +inherit php-pear-r1 depend.php
31
32 DESCRIPTION="BBCode parser for Text_Wiki."
33
34 -LICENSE="LGPL-2.1"
35 +LICENSE="LGPL-2.1 PHP-3"
36 SLOT="0"
37 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
38 IUSE=""
39 RDEPEND=">=dev-php/PEAR-Text_Wiki-1.0.3"
40 +
41 +pkg_setup() {
42 + require_php_with_use pcre
43 +}
44
45
46
47 1.10 dev-php/PEAR-Text_Wiki_BBCode/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog?rev=1.10&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog?rev=1.10&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog?r1=1.9&r2=1.10
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog,v
56 retrieving revision 1.9
57 retrieving revision 1.10
58 diff -u -r1.9 -r1.10
59 --- ChangeLog 20 Aug 2007 23:00:06 -0000 1.9
60 +++ ChangeLog 6 Dec 2007 00:55:49 -0000 1.10
61 @@ -1,6 +1,14 @@
62 # ChangeLog for dev-php/PEAR-Text_Wiki_BBCode
63 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog,v 1.9 2007/08/20 23:00:06 jokey Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog,v 1.10 2007/12/06 00:55:49 jokey Exp $
66 +
67 + 06 Dec 2007; Markus Ullmann <jokey@g.o>
68 + PEAR-Text_Wiki_BBCode-0.0.4.ebuild:
69 + LICENSE fix from project overlay
70 +
71 + 02 Dec 2007; Jakub Moc <jakub@g.o>
72 + PEAR-Text_Wiki_BBCode-0.0.4.ebuild:
73 + Fix LICENSE, check for pcre support in PHP
74
75 15 Aug 2007; Jakub Moc <jakub@g.o> +metadata.xml,
76 +PEAR-Text_Wiki_BBCode-0.0.4.ebuild:
77
78
79
80 --
81 gentoo-commits@g.o mailing list