Gentoo Archives: gentoo-commits

From: "Bjarke Istrup Pedersen (gurligebis)" <gurligebis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/ZendFramework: ChangeLog metadata.xml ZendFramework-1.6.0.ebuild
Date: Wed, 03 Sep 2008 22:05:45
Message-Id: E1Kb0Tt-0006kZ-8K@stork.gentoo.org
1 gurligebis 08/09/03 22:05:41
2
3 Modified: ChangeLog metadata.xml
4 Added: ZendFramework-1.6.0.ebuild
5 Log:
6 Bumping to version 1.6.0
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc3 i686)
8
9 Revision Changes Path
10 1.33 dev-php5/ZendFramework/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ZendFramework/ChangeLog?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ZendFramework/ChangeLog?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ZendFramework/ChangeLog?r1=1.32&r2=1.33
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/ChangeLog,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- ChangeLog 8 Aug 2008 17:10:45 -0000 1.32
23 +++ ChangeLog 3 Sep 2008 22:05:40 -0000 1.33
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-php5/ZendFramework
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/ChangeLog,v 1.32 2008/08/08 17:10:45 gurligebis Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/ChangeLog,v 1.33 2008/09/03 22:05:40 gurligebis Exp $
29 +
30 +*ZendFramework-1.6.0 (04 Sep 2008)
31 +
32 + 04 Sep 2008; Bjarke Istrup Pedersen <gurligebis@g.o> metadata.xml,
33 + +ZendFramework-1.6.0.ebuild:
34 + Bumping to version 1.6.0
35
36 *ZendFramework-1.5.3 (08 Aug 2008)
37
38
39
40
41 1.4 dev-php5/ZendFramework/metadata.xml
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ZendFramework/metadata.xml?rev=1.4&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ZendFramework/metadata.xml?rev=1.4&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ZendFramework/metadata.xml?r1=1.3&r2=1.4
46
47 Index: metadata.xml
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/metadata.xml,v
50 retrieving revision 1.3
51 retrieving revision 1.4
52 diff -u -r1.3 -r1.4
53 --- metadata.xml 18 Mar 2007 14:52:16 -0000 1.3
54 +++ metadata.xml 3 Sep 2008 22:05:40 -0000 1.4
55 @@ -6,4 +6,9 @@
56 <email>gurligebis@g.o</email>
57 <name>Bjarke Istrup Pedersen</name>
58 </maintainer>
59 + <use>
60 + <flag name='doc'>Installs the documentation</flag>
61 + <flag name='examples'>Installs the examples</flag>
62 + <flag name='minimal'>Installs the minimal version without Dojo toolkit, tests and demos</flag>
63 + </use>
64 </pkgmetadata>
65
66
67
68 1.1 dev-php5/ZendFramework/ZendFramework-1.6.0.ebuild
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ZendFramework/ZendFramework-1.6.0.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ZendFramework/ZendFramework-1.6.0.ebuild?rev=1.1&content-type=text/plain
72
73 Index: ZendFramework-1.6.0.ebuild
74 ===================================================================
75 # Copyright 1999-2008 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 # $Header: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/ZendFramework-1.6.0.ebuild,v 1.1 2008/09/03 22:05:40 gurligebis Exp $
78
79 PHP_LIB_NAME="Zend"
80
81 inherit php-lib-r1
82
83 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
84
85 DESCRIPTION="Zend Framework is a high quality and open source framework for developing Web Applications."
86 HOMEPAGE="http://framework.zend.com/"
87 SRC_URI="!minimal? ( http://framework.zend.com/releases/${P}/${P}.tar.gz )
88 minimal? ( http://framework.zend.com/releases/${P}/${P}-minimal.tar.gz )
89 doc? (
90 http://framework.zend.com/releases/${P}/${P}-apidoc.tar.gz
91 http://framework.zend.com/releases/${P}/${P}-manual-en.tar.gz )"
92 LICENSE="BSD"
93 SLOT="0"
94 IUSE="doc examples minimal"
95
96 DEPEND=""
97 RDEPEND=""
98 need_php_by_category
99
100 src_unpack() {
101 if use minimal ; then
102 S="${WORKDIR}/${P}-minimal"
103 fi
104
105 unpack ${A}
106
107 cd "${S}"
108 }
109
110 src_install() {
111 php-lib-r1_src_install library/Zend $(cd library/Zend ; find . -type f -print)
112
113 if use examples ; then
114 insinto /usr/share/doc/${PF}
115
116 if ! use minimal ; then
117 doins -r demos
118 fi
119 fi
120
121 dodoc README.txt
122 if use doc ; then
123 dohtml -r documentation/*
124 fi
125 }
126
127 pkg_postinst() {
128 elog "For more info, please take a look at the manual at:"
129 elog "http://framework.zend.com/manual"
130 elog ""
131
132 if use minimal; then
133 elog "You have installed the minimal version of ZendFramework,"
134 elog "so the Dojo toolkit, demos and tests has not been installed."
135 else
136 elog "You have installed the full version of ZendFramework, which"
137 elog "includde the Dojo toolkit, demos and tests."
138 elog "To install without there, enable the minimal USE flag"
139 fi
140 }