Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/joomla/
Date: Tue, 05 Jan 2016 05:38:15
Message-Id: 1451972276.b278d0e2f3a50cf0e0b2b9760a3e149a8c85316b.idella4@gentoo
1 commit: b278d0e2f3a50cf0e0b2b9760a3e149a8c85316b
2 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 5 05:34:14 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 5 05:37:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b278d0e2
7
8 www-apps/joomla: bump to vn. 3.4.8
9
10 ebuild prepared by main proxied maintainer, submitted via bugzilla
11
12 Gentoo bug: #560240
13
14 Package-Manager: portage-2.2.26
15
16 www-apps/joomla/Manifest | 1 +
17 www-apps/joomla/joomla-3.4.8.ebuild | 50 +++++++++++++++++++++++++++++++++++++
18 www-apps/joomla/metadata.xml | 2 +-
19 3 files changed, 52 insertions(+), 1 deletion(-)
20
21 diff --git a/www-apps/joomla/Manifest b/www-apps/joomla/Manifest
22 index 484da6a..a4b301a 100644
23 --- a/www-apps/joomla/Manifest
24 +++ b/www-apps/joomla/Manifest
25 @@ -1 +1,2 @@
26 DIST Joomla_3.4.3-Stable-Full_Package.tar.bz2 6334337 SHA256 a7aecfba6d9f753ca5307361fae478fb2736d84f4085e33d9dc6b64c1ff613b7 SHA512 6fdb9d773c5958347fb7e2e596d4dada1e762ecbd9ba05a8a6a0c1d7411f07d22b70529a44232f662b5765e1ded4d5e85e40da31badf55bb197bf8480febb1db WHIRLPOOL 713aa991219c37b4ef89a912b6a4794dcdae03161a2f2b929a0a1c7b69e5f2612186b2e599928d885b1cae887b2dacca4bf3e2ebc68d56a7be1b3e4c0f114a12
27 +DIST Joomla_3.4.8-Stable-Full_Package.tar.bz2 6387109 SHA256 b1ef1117c40ebc98ffe1274f337da4abdeaf7f44269acd0631156347925ee323 SHA512 e20b896c0e50178155c5055a52ccac0328d0fc113fbc67ac202f31f0cb8f2209693638e7307f7473bbb87bad3c4f93a43c0f2e984c64dbaf635a2b0840a2976a WHIRLPOOL f40460e56f030d9a188f4a21e8e4545fc8b699ee377505bdebe03f374991095ba613d4e4ba22438996e0d1c638d63edbbe6b0d3b63988551eb9c49cb5394c96c
28
29 diff --git a/www-apps/joomla/joomla-3.4.8.ebuild b/www-apps/joomla/joomla-3.4.8.ebuild
30 new file mode 100644
31 index 0000000..e3ead25
32 --- /dev/null
33 +++ b/www-apps/joomla/joomla-3.4.8.ebuild
34 @@ -0,0 +1,50 @@
35 +# Copyright 1999-2016 Gentoo Foundation
36 +# Distributed under the terms of the GNU General Public License v2
37 +# $Id$
38 +
39 +EAPI=5
40 +inherit webapp versionator
41 +
42 +MY_PV=$(replace_version_separator '_' '-')
43 +
44 +DESCRIPTION="A powerful Open Source Content Management System"
45 +HOMEPAGE="http://www.joomla.org/"
46 +M_PN="Joomla_${MY_PV}-Stable-Full_Package"
47 +SRC_URI="https://github.com/${PN}/${PN}-cms/releases/download/${MY_PV}/${M_PN}.tar.bz2"
48 +
49 +LICENSE="GPL-2"
50 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
51 +
52 +S="${WORKDIR}"
53 +need_httpd_cgi
54 +
55 +RDEPEND=">=dev-lang/php-5.3.10[json,zlib,xml]
56 + virtual/httpd-php
57 + || ( dev-lang/php[mysql] dev-lang/php[postgres] )"
58 +
59 +src_install () {
60 + webapp_src_preinst
61 +
62 + touch configuration.php
63 + insinto "${MY_HTDOCSDIR}"
64 + doins -r .
65 +
66 + local files=" administrator/cache administrator/components
67 + administrator/language administrator/language/en-GB
68 + administrator/manifests/packages
69 + administrator/modules administrator/templates cache components images installation
70 + images/banners language language/en-GB media modules plugins
71 + plugins/authentication plugins/content plugins/editors plugins/editors-xtd
72 + plugins/search plugins/system plugins/user plugins tmp templates"
73 +
74 + for file in ${files}; do
75 + webapp_serverowned -R "${MY_HTDOCSDIR}"/${file}
76 + done
77 +
78 + webapp_configfile "${MY_HTDOCSDIR}"/configuration.php
79 + webapp_serverowned "${MY_HTDOCSDIR}"/configuration.php
80 +
81 + webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
82 + webapp_postinst_txt sv "${FILESDIR}"/postinstall-sv.txt
83 + webapp_src_install
84 +}
85
86 diff --git a/www-apps/joomla/metadata.xml b/www-apps/joomla/metadata.xml
87 index 9e95d70..623cf9b 100644
88 --- a/www-apps/joomla/metadata.xml
89 +++ b/www-apps/joomla/metadata.xml
90 @@ -6,7 +6,7 @@
91 <maintainer>
92 <email>harold@×××××××.com</email>
93 <name>Harold Naparst</name>
94 - <description>Primary Maintainer, Assign bugs</description>
95 + <description>Primary proxied maintainer, set to assignee in all bugs</description>
96 </maintainer>
97 <maintainer>
98 <email>oli.huber@×××××.com</email>