Gentoo Archives: gentoo-commits

From: "Gunnar Wrobel (wrobel)" <wrobel@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/mambo: ChangeLog mambo-4.6.4.ebuild mambo-4.6.3-r1.ebuild
Date: Fri, 20 Jun 2008 16:10:35
Message-Id: E1K9jC2-0003ph-2N@stork.gentoo.org
1 wrobel 08/06/20 16:10:30
2
3 Modified: ChangeLog
4 Added: mambo-4.6.4.ebuild
5 Removed: mambo-4.6.3-r1.ebuild
6 Log:
7 Updated mambo in response to sec issue #224513.
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.36 www-apps/mambo/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mambo/ChangeLog?rev=1.36&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mambo/ChangeLog?rev=1.36&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mambo/ChangeLog?r1=1.35&r2=1.36
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-apps/mambo/ChangeLog,v
20 retrieving revision 1.35
21 retrieving revision 1.36
22 diff -u -r1.35 -r1.36
23 --- ChangeLog 3 Feb 2008 17:08:49 -0000 1.35
24 +++ ChangeLog 20 Jun 2008 16:10:29 -0000 1.36
25 @@ -1,6 +1,12 @@
26 # ChangeLog for www-apps/mambo
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mambo/ChangeLog,v 1.35 2008/02/03 17:08:49 hollow Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mambo/ChangeLog,v 1.36 2008/06/20 16:10:29 wrobel Exp $
30 +
31 +*mambo-4.6.4 (20 Jun 2008)
32 +
33 + 20 Jun 2008; wrobel@g.o files/postinstall-en.txt,
34 + -mambo-4.6.3-r1.ebuild, +mambo-4.6.4.ebuild:
35 + Updated mambo in response to sec issue #224513.
36
37 03 Feb 2008; Benedikt Böhm <hollow@g.o> mambo-4.6.3-r1.ebuild:
38 merge from webapps overlay wrt #208584
39
40
41
42 1.1 www-apps/mambo/mambo-4.6.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mambo/mambo-4.6.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mambo/mambo-4.6.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mambo-4.6.4.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/www-apps/mambo/mambo-4.6.4.ebuild,v 1.1 2008/06/20 16:10:29 wrobel Exp $
52
53 inherit webapp depend.php depend.apache
54
55 MY_PN="${PN/m/M}"
56 DESCRIPTION="Mambo is a dynamic portal engine and content management system"
57 HOMEPAGE="http://www.mamboserver.com/"
58 SRC_URI="http://mambo-code.org/gf/download/frsrelease/369/706/${MY_PN}V${PV}.tar.gz"
59
60 LICENSE="GPL-2"
61 KEYWORDS="~x86 ~ppc ~sparc ~amd64"
62 S=${WORKDIR}
63
64 IUSE=""
65
66 need_php
67 need_apache
68
69 pkg_setup () {
70 webapp_pkg_setup
71 if ! PHPCHECKNODIE="yes" require_php_with_use mysql zlib || \
72 ! PHPCHECKNODIE="yes" require_php_with_any_use apache2 cgi ; then
73 die "Re-install ${PHP_PKG} with mysql zlib and at least one of apache2 or cgi USE flags."
74 fi
75 }
76
77 src_install () {
78 webapp_src_preinst
79 local files="administrator/backups administrator/components components
80 images images/banners images/stories mambots mambots/content mambots/search
81 media language administrator/modules administrator/templates cache modules
82 templates mambots/editors mambots/editors-xtd uploadfiles configuration.php
83 installation/langconfig.php"
84
85 dodoc CHANGELOG.php INSTALL.php
86
87 touch configuration.php
88
89 cp -R [^d]* "${D}/${MY_HTDOCSDIR}"
90
91 for file in ${files}; do
92 webapp_serverowned "${MY_HTDOCSDIR}/${file}"
93 done
94
95 webapp_configfile "${MY_HTDOCSDIR}/configuration.php"
96 webapp_configfile "${MY_HTDOCSDIR}/installation/langconfig.php"
97
98 webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
99
100 webapp_src_install
101 }
102
103
104
105 --
106 gentoo-commits@l.g.o mailing list