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-php/ZendFramework: ChangeLog ZendFramework-1.11.10.ebuild ZendFramework-1.11.5.ebuild ZendFramework-1.10.7.ebuild ZendFramework-1.11.4.ebuild ZendFramework-1.11.7.ebuild ZendFramework-1.11.0.ebuild ZendFramework-1.7.5.ebuild
Date: Sun, 25 Sep 2011 14:21:44
Message-Id: 20110925142132.7171F20036@flycatcher.gentoo.org
1 gurligebis 11/09/25 14:21:32
2
3 Modified: ChangeLog
4 Added: ZendFramework-1.11.10.ebuild
5 Removed: ZendFramework-1.11.5.ebuild
6 ZendFramework-1.10.7.ebuild
7 ZendFramework-1.11.4.ebuild
8 ZendFramework-1.11.7.ebuild
9 ZendFramework-1.11.0.ebuild
10 ZendFramework-1.7.5.ebuild
11 Log:
12 Fixing bug #383539
13
14 (Portage version: 2.2.0_alpha59/cvs/Linux i686)
15
16 Revision Changes Path
17 1.11 dev-php/ZendFramework/ChangeLog
18
19 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ZendFramework/ChangeLog?rev=1.11&view=markup
20 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ZendFramework/ChangeLog?rev=1.11&content-type=text/plain
21 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ZendFramework/ChangeLog?r1=1.10&r2=1.11
22
23 Index: ChangeLog
24 ===================================================================
25 RCS file: /var/cvsroot/gentoo-x86/dev-php/ZendFramework/ChangeLog,v
26 retrieving revision 1.10
27 retrieving revision 1.11
28 diff -u -r1.10 -r1.11
29 --- ChangeLog 7 Jun 2011 09:38:40 -0000 1.10
30 +++ ChangeLog 25 Sep 2011 14:21:32 -0000 1.11
31 @@ -1,6 +1,14 @@
32 # ChangeLog for dev-php/ZendFramework
33 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
34 -# $Header: /var/cvsroot/gentoo-x86/dev-php/ZendFramework/ChangeLog,v 1.10 2011/06/07 09:38:40 xarthisius Exp $
35 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ZendFramework/ChangeLog,v 1.11 2011/09/25 14:21:32 gurligebis Exp $
36 +
37 +*ZendFramework-1.11.10 (25 Sep 2011)
38 +
39 + 25 Sep 2011; <gurligebis@g.o> -ZendFramework-1.7.5.ebuild,
40 + -ZendFramework-1.10.7.ebuild, -ZendFramework-1.11.0.ebuild,
41 + -ZendFramework-1.11.4.ebuild, -ZendFramework-1.11.5.ebuild,
42 + -ZendFramework-1.11.7.ebuild, +ZendFramework-1.11.10.ebuild:
43 + Bumping to 1.11.10 and removing old ebuilds - fixing bug #383539
44
45 07 Jun 2011; Kacper Kowalik <xarthisius@g.o>
46 ZendFramework-1.11.6.ebuild:
47
48
49
50 1.1 dev-php/ZendFramework/ZendFramework-1.11.10.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ZendFramework/ZendFramework-1.11.10.ebuild?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ZendFramework/ZendFramework-1.11.10.ebuild?rev=1.1&content-type=text/plain
54
55 Index: ZendFramework-1.11.10.ebuild
56 ===================================================================
57 # Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Header: /var/cvsroot/gentoo-x86/dev-php/ZendFramework/ZendFramework-1.11.10.ebuild,v 1.1 2011/09/25 14:21:32 gurligebis Exp $
60
61 EAPI="2"
62
63 PHP_LIB_NAME="Zend"
64
65 inherit php-lib-r1
66
67 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
68
69 DESCRIPTION="Zend Framework is a high quality and open source framework for developing Web Applications."
70 HOMEPAGE="http://framework.zend.com/"
71 SRC_URI="!minimal? ( http://framework.zend.com/releases/${P}/${P}.tar.gz )
72 minimal? ( http://framework.zend.com/releases/${P}/${P}-minimal.tar.gz )
73 doc? (
74 http://framework.zend.com/releases/${P}/${P}-apidoc.tar.gz
75 http://framework.zend.com/releases/${P}/${P}-manual-en.tar.gz )"
76 LICENSE="BSD"
77 SLOT="0"
78 IUSE="doc examples minimal cli"
79
80 DEPEND="cli? ( dev-lang/php[simplexml,tokenizer] )"
81 RDEPEND="${DEPEND}"
82 need_php_by_category
83
84 src_prepare() {
85 if use minimal ; then
86 S="${WORKDIR}/${P}-minimal"
87 if use doc ; then
88 mv "${WORKDIR}/${P}/documentation" "${S}"
89 fi
90 fi
91 }
92
93 src_install() {
94 if use cli ; then
95 insinto /usr/bin
96 doins bin/zf.php
97 dobin bin/zf.sh
98 dosym /usr/bin/zf.sh /usr/bin/zf
99 fi
100 php-lib-r1_src_install library/Zend $(cd library/Zend ; find . -type f -print)
101
102 if ! use minimal ; then
103 insinto /usr/share/php5
104 doins -r externals/dojo
105 fi
106
107 if use examples ; then
108 insinto /usr/share/doc/${PF}
109
110 if ! use minimal ; then
111 doins -r demos
112 fi
113 fi
114
115 dodoc README.txt
116 if use doc ; then
117 dohtml -r documentation/*
118 fi
119 }
120
121 pkg_postinst() {
122 elog "For more info, please take a look at the manual at:"
123 elog "http://framework.zend.com/manual"
124 elog ""
125
126 if use minimal; then
127 elog "You have installed the minimal version of ZendFramework,"
128 elog "so the Dojo toolkit, demos and tests have not been installed."
129 else
130 elog "You have installed the full version of ZendFramework, which"
131 elog "includes the Dojo toolkit, demos and tests."
132 elog "To install ZendFramework without these, enable the"
133 elog "minimal USE flag."
134 fi
135 }