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/drupal: ChangeLog drupal-5.5.ebuild drupal-5.4.ebuild
Date: Fri, 07 Dec 2007 06:30:51
Message-Id: E1J0WjT-0001Kr-Re@stork.gentoo.org
1 wrobel 07/12/07 06:30:43
2
3 Modified: ChangeLog
4 Added: drupal-5.5.ebuild
5 Removed: drupal-5.4.ebuild
6 Log:
7 Added drupal-5.5 to the tree, removed drupal-5.4. Closes security issue
8 #201550.
9 (Portage version: 2.1.4_rc7)
10
11 Revision Changes Path
12 1.39 www-apps/drupal/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drupal/ChangeLog?rev=1.39&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drupal/ChangeLog?rev=1.39&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drupal/ChangeLog?r1=1.38&r2=1.39
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v
21 retrieving revision 1.38
22 retrieving revision 1.39
23 diff -u -r1.38 -r1.39
24 --- ChangeLog 6 Dec 2007 14:40:54 -0000 1.38
25 +++ ChangeLog 7 Dec 2007 06:30:43 -0000 1.39
26 @@ -1,6 +1,13 @@
27 # ChangeLog for www-apps/drupal
28 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.38 2007/12/06 14:40:54 wrobel Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.39 2007/12/07 06:30:43 wrobel Exp $
31 +
32 +*drupal-5.5 (07 Dec 2007)
33 +
34 + 07 Dec 2007; Gunnar Wrobel <wrobel@g.o> -drupal-5.4.ebuild,
35 + +drupal-5.5.ebuild:
36 + Added drupal-5.5 to the tree, removed drupal-5.4. Closes security issue
37 + #201550.
38
39 *drupal-5.4 (06 Dec 2007)
40
41
42
43
44 1.1 www-apps/drupal/drupal-5.5.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drupal/drupal-5.5.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drupal/drupal-5.5.ebuild?rev=1.1&content-type=text/plain
48
49 Index: drupal-5.5.ebuild
50 ===================================================================
51 # Copyright 1999-2007 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-5.5.ebuild,v 1.1 2007/12/07 06:30:43 wrobel Exp $
54
55 inherit webapp eutils
56
57 MY_PV=${PV:0:3}.0
58
59 DESCRIPTION="PHP-based open-source platform and content management system"
60 HOMEPAGE="http://drupal.org/"
61 SRC_URI="http://drupal.org/files/projects/${P}.tar.gz"
62
63 LICENSE="GPL-2"
64 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
65 IUSE=""
66
67 RDEPEND="virtual/httpd-php
68 virtual/httpd-cgi"
69
70 src_install() {
71 webapp_src_preinst
72
73 local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt"
74 dodoc ${docs}
75 rm -f ${docs} INSTALL
76
77 einfo "Copying main files"
78 cp -r . "${D}/${MY_HTDOCSDIR}"
79
80 # we install the .htaccess file to enable support for clean URLs
81 cp .htaccess "${D}/${MY_HTDOCSDIR}"
82
83 # create the files upload directory
84 mkdir "${D}/${MY_HTDOCSDIR}"/files
85 webapp_serverowned "${MY_HTDOCSDIR}"/files
86 webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
87
88 webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
89 webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
90
91 webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
92
93 webapp_src_install
94 }
95
96
97
98 --
99 gentoo-commits@g.o mailing list