Gentoo Archives: gentoo-commits

From: "Roy Marples (uberlord)" <uberlord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/drupal: ChangeLog drupal-5.3.ebuild
Date: Thu, 18 Oct 2007 06:40:43
Message-Id: E1IiOtY-0007J2-JD@stork.gentoo.org
1 uberlord 07/10/18 06:30:12
2
3 Modified: ChangeLog
4 Added: drupal-5.3.ebuild
5 Log:
6 Bump, #196116.
7 (Portage version: 2.1.3.14)
8
9 Revision Changes Path
10 1.37 www-apps/drupal/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drupal/ChangeLog?rev=1.37&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drupal/ChangeLog?rev=1.37&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drupal/ChangeLog?r1=1.36&r2=1.37
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v
19 retrieving revision 1.36
20 retrieving revision 1.37
21 diff -u -r1.36 -r1.37
22 --- ChangeLog 28 Jul 2007 12:26:23 -0000 1.36
23 +++ ChangeLog 18 Oct 2007 06:30:12 -0000 1.37
24 @@ -1,6 +1,11 @@
25 # ChangeLog for www-apps/drupal
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.36 2007/07/28 12:26:23 uberlord Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/ChangeLog,v 1.37 2007/10/18 06:30:12 uberlord Exp $
29 +
30 +*drupal-5.3 (18 Oct 2007)
31 +
32 + 18 Oct 2007; Roy Marples <uberlord@g.o> +drupal-5.3.ebuild:
33 + Bump, #196116.
34
35 *drupal-5.2 (28 Jul 2007)
36
37
38
39
40 1.1 www-apps/drupal/drupal-5.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drupal/drupal-5.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/drupal/drupal-5.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: drupal-5.3.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/www-apps/drupal/drupal-5.3.ebuild,v 1.1 2007/10/18 06:30:12 uberlord Exp $
50
51 inherit webapp eutils
52
53 MY_PV=${PV:0:3}.0
54
55 DESCRIPTION="PHP-based open-source platform and content management system"
56 HOMEPAGE="http://drupal.org/"
57 SRC_URI="http://drupal.org/files/projects/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
61 IUSE=""
62
63 RDEPEND="virtual/httpd-php"
64
65 src_install() {
66 webapp_src_preinst
67
68 local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt"
69 dodoc ${docs}
70 rm -f ${docs} INSTALL
71
72 einfo "Copying main files"
73 cp -r . "${D}/${MY_HTDOCSDIR}"
74
75 # we install the .htaccess file to enable support for clean URLs
76 cp .htaccess "${D}/${MY_HTDOCSDIR}"
77
78 # create the files upload directory
79 mkdir "${D}/${MY_HTDOCSDIR}"/files
80 webapp_serverowned "${MY_HTDOCSDIR}"/files
81
82 webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
83 webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
84 webapp_src_install
85 }
86
87
88
89 --
90 gentoo-commits@g.o mailing list