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