From 92d06e683a14941f32d8ee7af44adff8f2f5e89b Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Sun, 15 Mar 2020 16:22:38 +0100 Subject: Version bump --- www-apps/joomla/Manifest | 4 +-- www-apps/joomla/joomla-3.9.11.ebuild | 49 ------------------------------------ www-apps/joomla/joomla-3.9.16.ebuild | 49 ++++++++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+), 51 deletions(-) delete mode 100644 www-apps/joomla/joomla-3.9.11.ebuild create mode 100644 www-apps/joomla/joomla-3.9.16.ebuild (limited to 'www-apps') diff --git a/www-apps/joomla/Manifest b/www-apps/joomla/Manifest index c76749f..109ac73 100644 --- a/www-apps/joomla/Manifest +++ b/www-apps/joomla/Manifest @@ -1,4 +1,4 @@ AUX postinstall-en.txt 916 BLAKE2B 0f89355cd8a1f9507de8a231c519930d25887717ae9519b90f5d77e9f928d8846585236a7c7cf5f48349508e5a811288f5833fd175d10d1c119c6a772c9ef12b SHA512 d53b2d2b2d9cb1cb83bf452f71d7098e5c6a460bdfa914e7d9bf57090544931eeeae249cf0e738a73c351f06854f7e3490e1c5d84271be43e45bec91a32c732a AUX postinstall-sv.txt 764 BLAKE2B 6cf5780b60c39b35845557d4e386ca4e2f2c5ca9e7fa45fd67feedf108d57ac5d1a11b80bb68861a14f30c83f55302f9cc49a4dff25015faec5ebac2a4c1a071 SHA512 4a7110fd497d5330fd289743942a9339bd7b7ffa0812578c4552ae539774576ca7ce6df8bc8ed45ca6bb4d61d7183c1094d6a2480988497e131f3687274b3e0b -DIST Joomla_3.9.11-Stable-Full_Package.tar.bz2 7948739 BLAKE2B 5169cd2c92b875b5f9ce4a9a52cc0bf8d8ad141e75e8c839b0ad77c71dddf496f9e622be6a6a25b7f8c8e267e7598ce08aa09191b586754a8c6df1a97d1502f0 SHA512 f3676dc54a609d4f064b6ed8945c4ffdb6a17664d17e2dc919c21783ae9db4a7dc619ae3a7728f62e25c9ac926a8eba4f076e500cd5744c82d25fdcdb41784df -EBUILD joomla-3.9.11.ebuild 1449 BLAKE2B 2e4ec4e9792d9ceb98619d01ae70fcdd8ebfd178cce01bfca9ed79181523bfced54ddebbab56df20101983d235c6a31727a33d72f14f1b8b675f7547d2282b97 SHA512 9a8496ec2d7a806a39d31174b9bacfefac5ff26748d72de64ecb2787156b4f13a9f70fbdd9ca1d455e1f66f63a4cae8cc47c2c4d4746aac65eff29d93b3d0b81 +DIST Joomla_3.9.16-Stable-Full_Package.tar.bz2 7952234 BLAKE2B e930f9bf6815c3ffa057dded75663cbbe3eb30a9ba463e139ee74262b9abfae19cef05858dd3f624636f65f584db63d23556fc6e62dc04f289fec7ba05ad666a SHA512 3266ff375631fd0c4c45c66368f3d07cdc1b41010ffad907a957e6c1acb511847bf2c112e0991792f84455b48bea95c84eca9a7325baa3cab61078fda697ed0f +EBUILD joomla-3.9.16.ebuild 1449 BLAKE2B 2e4ec4e9792d9ceb98619d01ae70fcdd8ebfd178cce01bfca9ed79181523bfced54ddebbab56df20101983d235c6a31727a33d72f14f1b8b675f7547d2282b97 SHA512 9a8496ec2d7a806a39d31174b9bacfefac5ff26748d72de64ecb2787156b4f13a9f70fbdd9ca1d455e1f66f63a4cae8cc47c2c4d4746aac65eff29d93b3d0b81 diff --git a/www-apps/joomla/joomla-3.9.11.ebuild b/www-apps/joomla/joomla-3.9.11.ebuild deleted file mode 100644 index dcded18..0000000 --- a/www-apps/joomla/joomla-3.9.11.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit webapp - -MY_PV="${PV//_/-}" - -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/joomla-3.9.16.ebuild b/www-apps/joomla/joomla-3.9.16.ebuild new file mode 100644 index 0000000..dcded18 --- /dev/null +++ b/www-apps/joomla/joomla-3.9.16.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit webapp + +MY_PV="${PV//_/-}" + +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 +} -- cgit v1.2.3