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 ZendFramework-1.0.2.ebuild ZendFramework-1.0.1-r1.ebuild
Date: Sat, 06 Oct 2007 15:51:00
Message-Id: E1IeBmO-0008Hi-TQ@stork.gentoo.org
1 gurligebis 07/10/06 15:41:24
2
3 Modified: ChangeLog
4 Added: ZendFramework-1.0.2.ebuild
5 Removed: ZendFramework-1.0.1-r1.ebuild
6 Log:
7 Bumping to version 1.0.2
8 (Portage version: 2.1.3.11)
9
10 Revision Changes Path
11 1.20 dev-php5/ZendFramework/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ZendFramework/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ZendFramework/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ZendFramework/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 10 Aug 2007 15:38:36 -0000 1.19
24 +++ ChangeLog 6 Oct 2007 15:41:24 -0000 1.20
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-php5/ZendFramework
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/ChangeLog,v 1.19 2007/08/10 15:38:36 gurligebis Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ZendFramework/ChangeLog,v 1.20 2007/10/06 15:41:24 gurligebis Exp $
30 +
31 +*ZendFramework-1.0.2 (06 Oct 2007)
32 +
33 + 06 Oct 2007; Bjarke Istrup Pedersen <gurligebis@g.o>
34 + -ZendFramework-1.0.1-r1.ebuild, +ZendFramework-1.0.2.ebuild:
35 + Bumping to version 1.0.2
36
37 *ZendFramework-1.0.1-r1 (10 Aug 2007)
38
39
40
41
42 1.1 dev-php5/ZendFramework/ZendFramework-1.0.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ZendFramework/ZendFramework-1.0.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ZendFramework/ZendFramework-1.0.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ZendFramework-1.0.2.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/ZendFramework/ZendFramework-1.0.2.ebuild,v 1.1 2007/10/06 15:41:24 gurligebis Exp $
52
53 PHP_LIB_NAME="Zend"
54
55 inherit php-lib-r1
56
57 KEYWORDS="~amd64 ~x86"
58 MY_PV="1.0.2"
59
60 DESCRIPTION="Zend Framework is a high quality and open source framework for developing Web Applications and Web Services with PHP 5."
61 HOMEPAGE="http://framework.zend.com/"
62 SRC_URI="http://framework.zend.com/releases/${PN}-${MY_PV}/${PN}-${MY_PV}.tar.gz
63 doc? (
64 http://framework.zend.com/releases/${PN}-${MY_PV}/${PN}-${MY_PV}-apidoc.tar.gz
65 http://framework.zend.com/releases/${PN}-${MY_PV}/${PN}-${MY_PV}-manual-en.tar.gz )"
66 LICENSE="ZendFramework-1.1"
67 SLOT="0"
68 IUSE="doc examples"
69
70 DEPEND=">=virtual/php-5.1.4"
71 RDEPEND="${DEPEND}"
72
73 S="${WORKDIR}/${PN}-${MY_PV}"
74
75 need_php_by_category
76
77 src_install() {
78 php-lib-r1_src_install library/Zend `cd library/Zend ; find . -type f -print`
79
80 # Incubator has been removed, keeping in case it comes back
81 #php-lib-r1_src_install incubator/library/Zend `cd incubator/library/Zend ; find . -type f -print`
82
83 if use examples ; then
84 insinto /usr/share/doc/${P}
85 doins -r demos
86 fi
87
88 if use doc ; then
89 insinto /usr/share/doc/${P}
90 dodoc *.txt
91 dohtml -r documentation/*
92 fi
93 }
94
95 pkg_postinst() {
96 ewarn "As of version 0.9.3, the Zend.php class has been removed."
97 ewarn "For more info, please take a look at the manual at:"
98 ewarn "http://framework.zend.com/manual"
99 ebeep
100 }
101
102
103
104 --
105 gentoo-commits@g.o mailing list