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.6-r1.ebuild onphp-0.10.6.ebuild
Date: Thu, 18 Oct 2007 10:19:48
Message-Id: E1IiSJW-0004FB-70@stork.gentoo.org
1 voxus 07/10/18 10:09:14
2
3 Modified: ChangeLog
4 Added: onphp-0.10.6-r1.ebuild
5 Removed: onphp-0.10.6.ebuild
6 Log:
7 * fixed doc's installing as was suggested in dev@
8 (Portage version: 2.1.3.14)
9
10 Revision Changes Path
11 1.50 dev-php5/onphp/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/ChangeLog?rev=1.50&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/ChangeLog?rev=1.50&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/ChangeLog?r1=1.49&r2=1.50
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php5/onphp/ChangeLog,v
20 retrieving revision 1.49
21 retrieving revision 1.50
22 diff -u -r1.49 -r1.50
23 --- ChangeLog 14 Oct 2007 18:05:51 -0000 1.49
24 +++ ChangeLog 18 Oct 2007 10:09:13 -0000 1.50
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.49 2007/10/14 18:05:51 voxus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/ChangeLog,v 1.50 2007/10/18 10:09:13 voxus Exp $
30 +
31 +*onphp-0.10.6-r1 (18 Oct 2007)
32 +
33 + 18 Oct 2007; Konstantin V. Arkhipov <voxus@g.o>
34 + -onphp-0.10.6.ebuild, +onphp-0.10.6-r1.ebuild:
35 + Fixed docs installing.
36
37 *onphp-0.10.6 (14 Oct 2007)
38
39
40
41
42 1.1 dev-php5/onphp/onphp-0.10.6-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/onphp-0.10.6-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/onphp/onphp-0.10.6-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: onphp-0.10.6-r1.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.6-r1.ebuild,v 1.1 2007/10/18 10:09:13 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