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