Gentoo Archives: gentoo-commits

From: "Konstantin Arkhipov (voxus)" <voxus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/onphp-module: ChangeLog onphp-module-0.10.7.ebuild onphp-module-0.10.6.ebuild
Date: Sat, 20 Oct 2007 16:41:08
Message-Id: E1IjHDT-0000NL-7p@stork.gentoo.org
1 voxus 07/10/20 16:30:23
2
3 Modified: ChangeLog
4 Added: onphp-module-0.10.7.ebuild
5 Removed: onphp-module-0.10.6.ebuild
6 Log:
7 * bump
8 (Portage version: 2.1.3.15)
9
10 Revision Changes Path
11 1.24 dev-php5/onphp-module/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp-module/ChangeLog?rev=1.24&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp-module/ChangeLog?rev=1.24&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp-module/ChangeLog?r1=1.23&r2=1.24
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php5/onphp-module/ChangeLog,v
20 retrieving revision 1.23
21 retrieving revision 1.24
22 diff -u -r1.23 -r1.24
23 --- ChangeLog 14 Oct 2007 18:06:52 -0000 1.23
24 +++ ChangeLog 20 Oct 2007 16:30:22 -0000 1.24
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-php5/onphp-module
27 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp-module/ChangeLog,v 1.23 2007/10/14 18:06:52 voxus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp-module/ChangeLog,v 1.24 2007/10/20 16:30:22 voxus Exp $
30 +
31 +*onphp-module-0.10.7 (20 Oct 2007)
32 +
33 + 20 Oct 2007; Konstantin V. Arkhipov <voxus@g.o>
34 + -onphp-module-0.10.6.ebuild, +onphp-module-0.10.7.ebuild:
35 + Version bump.
36
37 *onphp-module-0.10.6 (14 Oct 2007)
38
39
40
41
42 1.1 dev-php5/onphp-module/onphp-module-0.10.7.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp-module/onphp-module-0.10.7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp-module/onphp-module-0.10.7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: onphp-module-0.10.7.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp-module/onphp-module-0.10.7.ebuild,v 1.1 2007/10/20 16:30:22 voxus Exp $
52
53 PHP_EXT_NAME="onphp"
54 PHP_EXT_INI="yes"
55 PHP_EXT_ZENDEXT="no"
56
57 inherit php-ext-pecl-r1
58
59 SRC_URI="http://onphp.org/download/onphp-${PV}.tar.bz2"
60
61 KEYWORDS="~amd64 ~x86"
62 DESCRIPTION="onPHP's module."
63 HOMEPAGE="http://onphp.org/"
64 LICENSE="GPL-2"
65 SLOT="0"
66 IUSE=""
67
68 # since need_php51 is missing
69 DEPEND=">=dev-lang/php-5.1.4"
70 RDEPEND="${DEPEND}
71 ~dev-php5/onphp-${PV}"
72
73 PHP_VERSION="5"
74 PHP_SHARED_CAT="php5"
75
76 S="${WORKDIR}/onphp-${PV}/ext"
77
78 pkg_setup() {
79 has_php
80
81 require_php_with_use spl reflection
82 }
83
84
85
86 --
87 gentoo-commits@g.o mailing list