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.8.ebuild onphp-0.10.7.ebuild
Date: Sun, 09 Dec 2007 19:28:53
Message-Id: E1J1RpZ-0006IQ-15@stork.gentoo.org
1 voxus 07/12/09 19:28:49
2
3 Modified: ChangeLog
4 Added: onphp-0.10.8.ebuild
5 Removed: onphp-0.10.7.ebuild
6 Log:
7 * bump
8 (Portage version: 2.1.4_rc9)
9
10 Revision Changes Path
11 1.52 dev-php5/onphp/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/ChangeLog?rev=1.52&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/ChangeLog?rev=1.52&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/ChangeLog?r1=1.51&r2=1.52
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php5/onphp/ChangeLog,v
20 retrieving revision 1.51
21 retrieving revision 1.52
22 diff -u -r1.51 -r1.52
23 --- ChangeLog 20 Oct 2007 16:30:23 -0000 1.51
24 +++ ChangeLog 9 Dec 2007 19:28:48 -0000 1.52
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.51 2007/10/20 16:30:23 voxus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/ChangeLog,v 1.52 2007/12/09 19:28:48 voxus Exp $
30 +
31 +*onphp-0.10.8 (09 Dec 2007)
32 +
33 + 09 Dec 2007; Konstantin V. Arkhipov <voxus@g.o>
34 + -onphp-0.10.7.ebuild, +onphp-0.10.8.ebuild:
35 + Version bump.
36
37 *onphp-0.10.7 (20 Oct 2007)
38
39
40
41
42 1.1 dev-php5/onphp/onphp-0.10.8.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/onphp-0.10.8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/onphp-0.10.8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: onphp-0.10.8.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.8.ebuild,v 1.1 2007/12/09 19:28:48 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