Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/znf: ChangeLog znf-0.7.10.ebuild
Date: Thu, 29 Nov 2007 23:54:25
Message-Id: E1IxtD3-0006B7-L7@stork.gentoo.org
1 jokey 07/11/29 23:54:21
2
3 Modified: ChangeLog
4 Added: znf-0.7.10.ebuild
5 Log:
6 Version bump from project overlay
7 (Portage version: 2.1.4_rc4)
8
9 Revision Changes Path
10 1.9 dev-php5/znf/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/znf/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/znf/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/znf/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/znf/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 22 Oct 2007 22:52:25 -0000 1.8
23 +++ ChangeLog 29 Nov 2007 23:54:21 -0000 1.9
24 @@ -1,6 +1,16 @@
25 # ChangeLog for dev-php5/znf
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/znf/ChangeLog,v 1.8 2007/10/22 22:52:25 jokey Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/znf/ChangeLog,v 1.9 2007/11/29 23:54:21 jokey Exp $
29 +
30 +*znf-0.7.10 (29 Nov 2007)
31 +
32 + 29 Nov 2007; Markus Ullmann <jokey@g.o> +znf-0.7.10.ebuild:
33 + Version bump from project overlay
34 +
35 + 22 Nov 2007; Jakub Moc <jakub@g.o> +znf-0.7.10.ebuild:
36 + Version bump, last release as this project has been abandoned. See
37 + http://znf.zeronotice.com/index.php?znfAction=newsView&news_id=13 for
38 + details.
39
40 *znf-0.7.9-r1 (22 Oct 2007)
41
42
43
44
45 1.1 dev-php5/znf/znf-0.7.10.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/znf/znf-0.7.10.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/znf/znf-0.7.10.ebuild?rev=1.1&content-type=text/plain
49
50 Index: znf-0.7.10.ebuild
51 ===================================================================
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-php5/znf/znf-0.7.10.ebuild,v 1.1 2007/11/29 23:54:21 jokey Exp $
55
56 inherit php-pear-lib-r1
57
58 KEYWORDS="~amd64 ~sparc ~x86"
59
60 MY_P="ZNF-${PV}"
61
62 DESCRIPTION="PHP5 MVC framework for enterprise web applications."
63 HOMEPAGE="http://znf.zeronotice.com/"
64 SRC_URI="http://pear.zeronotice.org/get/${MY_P}.tgz"
65 LICENSE="LGPL-2.1"
66 SLOT="0"
67 IUSE="minimal"
68
69 DEPEND=">=dev-php/PEAR-PEAR-1.6.2"
70 RDEPEND="!minimal? ( >=dev-php/PEAR-DB-1.7.6-r1
71 >=dev-php/smarty-2.6.10-r1 )"
72
73 S="${WORKDIR}/${MY_P}"
74
75 need_php_by_category
76
77 pkg_setup() {
78 require_php_with_use xml xsl
79 }
80
81 pkg_postinst() {
82 has_php
83 if ! built_with_use =${PHP_PKG} pdo ; then
84 elog "${PN} can optionally use PDO features. If you want those,"
85 elog "re-emerge ${PHP_PKG} with USE=\"pdo\"."
86 fi
87 }
88
89
90
91 --
92 gentoo-commits@g.o mailing list