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