* [gentoo-commits] repo/gentoo:master commit in: www-apps/joomla/
@ 2015-08-11 15:32 Yixun Lan
0 siblings, 0 replies; 5+ messages in thread
From: Yixun Lan @ 2015-08-11 15:32 UTC (permalink / raw
To: gentoo-commits
commit: a5b0c8e999abc7c2780b3e37023607bf79925a69
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 23:29:49 2015 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 23:32:06 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b0c8e9
www-apps/joomla: bump 3.4.3, proxy for Harold Naparst
Package-Manager: portage-2.2.20
www-apps/joomla/Manifest | 1 +
www-apps/joomla/joomla-3.4.3.ebuild | 51 +++++++++++++++++++++++++++++++++++++
www-apps/joomla/metadata.xml | 2 +-
3 files changed, 53 insertions(+), 1 deletion(-)
diff --git a/www-apps/joomla/Manifest b/www-apps/joomla/Manifest
index ee43319..e55b2a4 100644
--- a/www-apps/joomla/Manifest
+++ b/www-apps/joomla/Manifest
@@ -1 +1,2 @@
DIST Joomla_3.4.1-Stable-Full_Package.tar.bz2 6452772 SHA256 fc31a37e0b27072b410940657b5e06f0d7f75cd4ee1c3f4ae940623fec823842 SHA512 0b785fcb9f06cc294685e732cf18aeb6b2a7210b500586452650220b83f6bd68ec1c3d3c667b4ffbe95720d1454b21fdf4a3396ad0ab39b8c73c03b09af80a5d WHIRLPOOL 868a412bf2e7a6157fc9b2dfaecb7e3e9c2e2594658b844caa3675c4eaf4595da597b099d09252867527cc2d01b617ef7d80ae0ec2527ce6744a156eb89516cc
+DIST Joomla_3.4.3-Stable-Full_Package.tar.bz2 6334337 SHA256 a7aecfba6d9f753ca5307361fae478fb2736d84f4085e33d9dc6b64c1ff613b7 SHA512 6fdb9d773c5958347fb7e2e596d4dada1e762ecbd9ba05a8a6a0c1d7411f07d22b70529a44232f662b5765e1ded4d5e85e40da31badf55bb197bf8480febb1db WHIRLPOOL 713aa991219c37b4ef89a912b6a4794dcdae03161a2f2b929a0a1c7b69e5f2612186b2e599928d885b1cae887b2dacca4bf3e2ebc68d56a7be1b3e4c0f114a12
diff --git a/www-apps/joomla/joomla-3.4.3.ebuild b/www-apps/joomla/joomla-3.4.3.ebuild
new file mode 100644
index 0000000..3e34129
--- /dev/null
+++ b/www-apps/joomla/joomla-3.4.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit webapp versionator
+
+MY_PV=$(replace_version_separator '_' '-')
+
+DESCRIPTION="Joomla is a powerful Open Source Content Management System"
+HOMEPAGE="http://www.joomla.org/"
+SRC_URI="https://github.com/joomla/joomla-cms/releases/download/${MY_PV}/Joomla_${MY_PV}-Stable-Full_Package.tar.bz2"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+S="${WORKDIR}"
+need_httpd_cgi
+
+DEPEND="${DEPEND}
+ app-arch/unzip"
+RDEPEND=">=dev-lang/php-5.3.10[json,zlib,xml]
+ virtual/httpd-php
+ || ( dev-lang/php[mysql] dev-lang/php[postgres] )"
+
+src_install () {
+ webapp_src_preinst
+
+ touch configuration.php
+ insinto "${MY_HTDOCSDIR}"
+ doins -r .
+
+ local files=" administrator/cache administrator/components
+ administrator/language administrator/language/en-GB
+ administrator/manifests/packages
+ administrator/modules administrator/templates cache components images installation
+ images/banners language language/en-GB media modules plugins
+ plugins/authentication plugins/content plugins/editors plugins/editors-xtd
+ plugins/search plugins/system plugins/user plugins tmp templates"
+
+ for file in ${files}; do
+ webapp_serverowned -R "${MY_HTDOCSDIR}"/${file}
+ done
+
+ webapp_configfile "${MY_HTDOCSDIR}"/configuration.php
+ webapp_serverowned "${MY_HTDOCSDIR}"/configuration.php
+
+ webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+ webapp_postinst_txt sv "${FILESDIR}"/postinstall-sv.txt
+ webapp_src_install
+}
diff --git a/www-apps/joomla/metadata.xml b/www-apps/joomla/metadata.xml
index d0b6417..9e95d70 100644
--- a/www-apps/joomla/metadata.xml
+++ b/www-apps/joomla/metadata.xml
@@ -4,7 +4,7 @@
<herd>web-apps</herd>
<herd>proxy-maintainers</herd>
<maintainer>
- <email>harold@alum.mit.edu</email>
+ <email>harold@naparst.com</email>
<name>Harold Naparst</name>
<description>Primary Maintainer, Assign bugs</description>
</maintainer>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/joomla/
@ 2015-08-12 1:28 Yixun Lan
0 siblings, 0 replies; 5+ messages in thread
From: Yixun Lan @ 2015-08-12 1:28 UTC (permalink / raw
To: gentoo-commits
commit: af19e38deb4a5153aa9621f8a203daf119091a81
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 09:27:15 2015 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 09:27:15 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af19e38d
www-apps/joomla: drop vulnerable version, bug 555850
Package-Manager: portage-2.2.20
www-apps/joomla/Manifest | 1 -
www-apps/joomla/joomla-3.4.1.ebuild | 51 -------------------------------------
2 files changed, 52 deletions(-)
diff --git a/www-apps/joomla/Manifest b/www-apps/joomla/Manifest
index e55b2a4..484da6a 100644
--- a/www-apps/joomla/Manifest
+++ b/www-apps/joomla/Manifest
@@ -1,2 +1 @@
-DIST Joomla_3.4.1-Stable-Full_Package.tar.bz2 6452772 SHA256 fc31a37e0b27072b410940657b5e06f0d7f75cd4ee1c3f4ae940623fec823842 SHA512 0b785fcb9f06cc294685e732cf18aeb6b2a7210b500586452650220b83f6bd68ec1c3d3c667b4ffbe95720d1454b21fdf4a3396ad0ab39b8c73c03b09af80a5d WHIRLPOOL 868a412bf2e7a6157fc9b2dfaecb7e3e9c2e2594658b844caa3675c4eaf4595da597b099d09252867527cc2d01b617ef7d80ae0ec2527ce6744a156eb89516cc
DIST Joomla_3.4.3-Stable-Full_Package.tar.bz2 6334337 SHA256 a7aecfba6d9f753ca5307361fae478fb2736d84f4085e33d9dc6b64c1ff613b7 SHA512 6fdb9d773c5958347fb7e2e596d4dada1e762ecbd9ba05a8a6a0c1d7411f07d22b70529a44232f662b5765e1ded4d5e85e40da31badf55bb197bf8480febb1db WHIRLPOOL 713aa991219c37b4ef89a912b6a4794dcdae03161a2f2b929a0a1c7b69e5f2612186b2e599928d885b1cae887b2dacca4bf3e2ebc68d56a7be1b3e4c0f114a12
diff --git a/www-apps/joomla/joomla-3.4.1.ebuild b/www-apps/joomla/joomla-3.4.1.ebuild
deleted file mode 100644
index 3e34129..0000000
--- a/www-apps/joomla/joomla-3.4.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit webapp versionator
-
-MY_PV=$(replace_version_separator '_' '-')
-
-DESCRIPTION="Joomla is a powerful Open Source Content Management System"
-HOMEPAGE="http://www.joomla.org/"
-SRC_URI="https://github.com/joomla/joomla-cms/releases/download/${MY_PV}/Joomla_${MY_PV}-Stable-Full_Package.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-S="${WORKDIR}"
-need_httpd_cgi
-
-DEPEND="${DEPEND}
- app-arch/unzip"
-RDEPEND=">=dev-lang/php-5.3.10[json,zlib,xml]
- virtual/httpd-php
- || ( dev-lang/php[mysql] dev-lang/php[postgres] )"
-
-src_install () {
- webapp_src_preinst
-
- touch configuration.php
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- local files=" administrator/cache administrator/components
- administrator/language administrator/language/en-GB
- administrator/manifests/packages
- administrator/modules administrator/templates cache components images installation
- images/banners language language/en-GB media modules plugins
- plugins/authentication plugins/content plugins/editors plugins/editors-xtd
- plugins/search plugins/system plugins/user plugins tmp templates"
-
- for file in ${files}; do
- webapp_serverowned -R "${MY_HTDOCSDIR}"/${file}
- done
-
- webapp_configfile "${MY_HTDOCSDIR}"/configuration.php
- webapp_serverowned "${MY_HTDOCSDIR}"/configuration.php
-
- webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
- webapp_postinst_txt sv "${FILESDIR}"/postinstall-sv.txt
- webapp_src_install
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/joomla/
@ 2016-01-05 5:38 Ian Delaney
0 siblings, 0 replies; 5+ messages in thread
From: Ian Delaney @ 2016-01-05 5:38 UTC (permalink / raw
To: gentoo-commits
commit: b278d0e2f3a50cf0e0b2b9760a3e149a8c85316b
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 5 05:34:14 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue Jan 5 05:37:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b278d0e2
www-apps/joomla: bump to vn. 3.4.8
ebuild prepared by main proxied maintainer, submitted via bugzilla
Gentoo bug: #560240
Package-Manager: portage-2.2.26
www-apps/joomla/Manifest | 1 +
www-apps/joomla/joomla-3.4.8.ebuild | 50 +++++++++++++++++++++++++++++++++++++
www-apps/joomla/metadata.xml | 2 +-
3 files changed, 52 insertions(+), 1 deletion(-)
diff --git a/www-apps/joomla/Manifest b/www-apps/joomla/Manifest
index 484da6a..a4b301a 100644
--- a/www-apps/joomla/Manifest
+++ b/www-apps/joomla/Manifest
@@ -1 +1,2 @@
DIST Joomla_3.4.3-Stable-Full_Package.tar.bz2 6334337 SHA256 a7aecfba6d9f753ca5307361fae478fb2736d84f4085e33d9dc6b64c1ff613b7 SHA512 6fdb9d773c5958347fb7e2e596d4dada1e762ecbd9ba05a8a6a0c1d7411f07d22b70529a44232f662b5765e1ded4d5e85e40da31badf55bb197bf8480febb1db WHIRLPOOL 713aa991219c37b4ef89a912b6a4794dcdae03161a2f2b929a0a1c7b69e5f2612186b2e599928d885b1cae887b2dacca4bf3e2ebc68d56a7be1b3e4c0f114a12
+DIST Joomla_3.4.8-Stable-Full_Package.tar.bz2 6387109 SHA256 b1ef1117c40ebc98ffe1274f337da4abdeaf7f44269acd0631156347925ee323 SHA512 e20b896c0e50178155c5055a52ccac0328d0fc113fbc67ac202f31f0cb8f2209693638e7307f7473bbb87bad3c4f93a43c0f2e984c64dbaf635a2b0840a2976a WHIRLPOOL f40460e56f030d9a188f4a21e8e4545fc8b699ee377505bdebe03f374991095ba613d4e4ba22438996e0d1c638d63edbbe6b0d3b63988551eb9c49cb5394c96c
diff --git a/www-apps/joomla/joomla-3.4.8.ebuild b/www-apps/joomla/joomla-3.4.8.ebuild
new file mode 100644
index 0000000..e3ead25
--- /dev/null
+++ b/www-apps/joomla/joomla-3.4.8.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit webapp versionator
+
+MY_PV=$(replace_version_separator '_' '-')
+
+DESCRIPTION="A powerful Open Source Content Management System"
+HOMEPAGE="http://www.joomla.org/"
+M_PN="Joomla_${MY_PV}-Stable-Full_Package"
+SRC_URI="https://github.com/${PN}/${PN}-cms/releases/download/${MY_PV}/${M_PN}.tar.bz2"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+S="${WORKDIR}"
+need_httpd_cgi
+
+RDEPEND=">=dev-lang/php-5.3.10[json,zlib,xml]
+ virtual/httpd-php
+ || ( dev-lang/php[mysql] dev-lang/php[postgres] )"
+
+src_install () {
+ webapp_src_preinst
+
+ touch configuration.php
+ insinto "${MY_HTDOCSDIR}"
+ doins -r .
+
+ local files=" administrator/cache administrator/components
+ administrator/language administrator/language/en-GB
+ administrator/manifests/packages
+ administrator/modules administrator/templates cache components images installation
+ images/banners language language/en-GB media modules plugins
+ plugins/authentication plugins/content plugins/editors plugins/editors-xtd
+ plugins/search plugins/system plugins/user plugins tmp templates"
+
+ for file in ${files}; do
+ webapp_serverowned -R "${MY_HTDOCSDIR}"/${file}
+ done
+
+ webapp_configfile "${MY_HTDOCSDIR}"/configuration.php
+ webapp_serverowned "${MY_HTDOCSDIR}"/configuration.php
+
+ webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+ webapp_postinst_txt sv "${FILESDIR}"/postinstall-sv.txt
+ webapp_src_install
+}
diff --git a/www-apps/joomla/metadata.xml b/www-apps/joomla/metadata.xml
index 9e95d70..623cf9b 100644
--- a/www-apps/joomla/metadata.xml
+++ b/www-apps/joomla/metadata.xml
@@ -6,7 +6,7 @@
<maintainer>
<email>harold@naparst.com</email>
<name>Harold Naparst</name>
- <description>Primary Maintainer, Assign bugs</description>
+ <description>Primary proxied maintainer, set to assignee in all bugs</description>
</maintainer>
<maintainer>
<email>oli.huber@gmail.com</email>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/joomla/
@ 2016-01-05 5:38 Ian Delaney
0 siblings, 0 replies; 5+ messages in thread
From: Ian Delaney @ 2016-01-05 5:38 UTC (permalink / raw
To: gentoo-commits
commit: 624622f0e8be5fcb47d4cec5b0e5168809d00c3e
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 5 05:37:40 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue Jan 5 05:37:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=624622f0
www-apps/joomla: clean vulnerable version wrt #560240
Package-Manager: portage-2.2.26
www-apps/joomla/Manifest | 1 -
www-apps/joomla/joomla-3.4.3.ebuild | 51 -------------------------------------
2 files changed, 52 deletions(-)
diff --git a/www-apps/joomla/Manifest b/www-apps/joomla/Manifest
index a4b301a..770f42d 100644
--- a/www-apps/joomla/Manifest
+++ b/www-apps/joomla/Manifest
@@ -1,2 +1 @@
-DIST Joomla_3.4.3-Stable-Full_Package.tar.bz2 6334337 SHA256 a7aecfba6d9f753ca5307361fae478fb2736d84f4085e33d9dc6b64c1ff613b7 SHA512 6fdb9d773c5958347fb7e2e596d4dada1e762ecbd9ba05a8a6a0c1d7411f07d22b70529a44232f662b5765e1ded4d5e85e40da31badf55bb197bf8480febb1db WHIRLPOOL 713aa991219c37b4ef89a912b6a4794dcdae03161a2f2b929a0a1c7b69e5f2612186b2e599928d885b1cae887b2dacca4bf3e2ebc68d56a7be1b3e4c0f114a12
DIST Joomla_3.4.8-Stable-Full_Package.tar.bz2 6387109 SHA256 b1ef1117c40ebc98ffe1274f337da4abdeaf7f44269acd0631156347925ee323 SHA512 e20b896c0e50178155c5055a52ccac0328d0fc113fbc67ac202f31f0cb8f2209693638e7307f7473bbb87bad3c4f93a43c0f2e984c64dbaf635a2b0840a2976a WHIRLPOOL f40460e56f030d9a188f4a21e8e4545fc8b699ee377505bdebe03f374991095ba613d4e4ba22438996e0d1c638d63edbbe6b0d3b63988551eb9c49cb5394c96c
diff --git a/www-apps/joomla/joomla-3.4.3.ebuild b/www-apps/joomla/joomla-3.4.3.ebuild
deleted file mode 100644
index 3e34129..0000000
--- a/www-apps/joomla/joomla-3.4.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit webapp versionator
-
-MY_PV=$(replace_version_separator '_' '-')
-
-DESCRIPTION="Joomla is a powerful Open Source Content Management System"
-HOMEPAGE="http://www.joomla.org/"
-SRC_URI="https://github.com/joomla/joomla-cms/releases/download/${MY_PV}/Joomla_${MY_PV}-Stable-Full_Package.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-S="${WORKDIR}"
-need_httpd_cgi
-
-DEPEND="${DEPEND}
- app-arch/unzip"
-RDEPEND=">=dev-lang/php-5.3.10[json,zlib,xml]
- virtual/httpd-php
- || ( dev-lang/php[mysql] dev-lang/php[postgres] )"
-
-src_install () {
- webapp_src_preinst
-
- touch configuration.php
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- local files=" administrator/cache administrator/components
- administrator/language administrator/language/en-GB
- administrator/manifests/packages
- administrator/modules administrator/templates cache components images installation
- images/banners language language/en-GB media modules plugins
- plugins/authentication plugins/content plugins/editors plugins/editors-xtd
- plugins/search plugins/system plugins/user plugins tmp templates"
-
- for file in ${files}; do
- webapp_serverowned -R "${MY_HTDOCSDIR}"/${file}
- done
-
- webapp_configfile "${MY_HTDOCSDIR}"/configuration.php
- webapp_serverowned "${MY_HTDOCSDIR}"/configuration.php
-
- webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
- webapp_postinst_txt sv "${FILESDIR}"/postinstall-sv.txt
- webapp_src_install
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/joomla/
@ 2016-05-28 9:32 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-05-28 9:32 UTC (permalink / raw
To: gentoo-commits
commit: 2ba8077b9fca63dd8ff9ffafa276dd51689efe70
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 09:30:15 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 28 09:31:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba8077b
www-apps/joomla: Cleanup due to #148577
Package-Manager: portage-2.3.0_rc1
www-apps/joomla/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/www-apps/joomla/metadata.xml b/www-apps/joomla/metadata.xml
index 8f87458..b33fa39 100644
--- a/www-apps/joomla/metadata.xml
+++ b/www-apps/joomla/metadata.xml
@@ -11,10 +11,6 @@
<name>Olivier Huber</name>
<description>Co Maintainer, CC bugs</description>
</maintainer>
- <maintainer type="person">
- <email>fauli@gentoo.org</email>
- <name>Christian Faulhammer</name>
- </maintainer>
<maintainer type="project">
<email>web-apps@gentoo.org</email>
<name>Gentoo Webapps</name>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-05-28 9:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-28 9:32 [gentoo-commits] repo/gentoo:master commit in: www-apps/joomla/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2016-01-05 5:38 Ian Delaney
2016-01-05 5:38 Ian Delaney
2015-08-12 1:28 Yixun Lan
2015-08-11 15:32 Yixun Lan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox