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: ChangeLog onphp-0.10.7.ebuild onphp-0.10.6-r1.ebuild
Date: Sat, 20 Oct 2007 16:41:07
Message-Id: E1IjHDT-0000NY-Ld@stork.gentoo.org
1 voxus 07/10/20 16:30:23
2
3 Modified: ChangeLog
4 Added: onphp-0.10.7.ebuild
5 Removed: onphp-0.10.6-r1.ebuild
6 Log:
7 * bump
8 (Portage version: 2.1.3.15)
9
10 Revision Changes Path
11 1.51 dev-php5/onphp/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/ChangeLog?rev=1.51&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/ChangeLog?rev=1.51&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/ChangeLog?r1=1.50&r2=1.51
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php5/onphp/ChangeLog,v
20 retrieving revision 1.50
21 retrieving revision 1.51
22 diff -u -r1.50 -r1.51
23 --- ChangeLog 18 Oct 2007 10:09:13 -0000 1.50
24 +++ ChangeLog 20 Oct 2007 16:30:23 -0000 1.51
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-php5/onphp
27 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/ChangeLog,v 1.50 2007/10/18 10:09:13 voxus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/ChangeLog,v 1.51 2007/10/20 16:30:23 voxus Exp $
30 +
31 +*onphp-0.10.7 (20 Oct 2007)
32 +
33 + 20 Oct 2007; Konstantin V. Arkhipov <voxus@g.o>
34 + -onphp-0.10.6-r1.ebuild, +onphp-0.10.7.ebuild:
35 + Version bump.
36
37 *onphp-0.10.6-r1 (18 Oct 2007)
38
39
40
41
42 1.1 dev-php5/onphp/onphp-0.10.7.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/onphp-0.10.7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/onphp-0.10.7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: onphp-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/onphp-0.10.7.ebuild,v 1.1 2007/10/20 16:30:23 voxus Exp $
52
53 inherit php-lib-r1
54
55 KEYWORDS="~amd64 ~x86"
56
57 DESCRIPTION="onPHP is the GPL'ed multi-purpose object-oriented PHP framework."
58 HOMEPAGE="http://onphp.org/"
59 SRC_URI="http://onphp.org/download/${P}.tar.bz2
60 doc? ( http://onphp.org/download/${PN}-api-${PV}.tar.bz2 )"
61 LICENSE="GPL-2"
62 SLOT="0"
63 IUSE="doc"
64
65 DEPEND=""
66 RDEPEND=""
67
68 need_php_by_category
69
70 src_install() {
71 has_php
72
73 dodoc `find doc -maxdepth 1 -type f -print`
74
75 if use doc ; then
76 dohtml -r "${WORKDIR}/${PN}-api-${PV}/"*
77 fi
78
79 php-lib-r1_src_install ./ global.inc.php.tpl
80 php-lib-r1_src_install ./ `find core main meta -type f -print`
81 }
82
83
84
85 --
86 gentoo-commits@g.o mailing list