[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2024-04-12 Thread Viorel Munteanu
commit: abd641d83aa6137645e83d78d2833236fb1201d9
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Apr 12 06:25:34 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 12 06:34:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd641d8

www-apps/drupal: drop 10.0.11

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest  |  1 -
 www-apps/drupal/drupal-10.0.11.ebuild | 71 ---
 2 files changed, 72 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 84381c414856..60c59728366d 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,3 @@
-DIST drupal-10.0.11.tar.gz 17461226 BLAKE2B 
cb0002fb00447923f84202e0e4703eba5bb82c89fb349b015da1ce98cc85b223fdad88c8ac19bae6c7488f23643465613708e78b83aeec127fa40035cd148e5a
 SHA512 
574ed4d82ba31145add7e2bb18a9cbf19afa7c4d015468317747be2d438b0a4a75807669ba95c9593c2853e3cab44757741a54265da305f2df00a80626566e47
 DIST drupal-10.1.8.tar.gz 18292624 BLAKE2B 
0b636ab54732ba73392098969b3445aafeaf0421a2d3e3f823e0ec12ae4334652c07c2587c37d18bff88d87f6ade5daf5e77e716f0e93679721e9247dd48286d
 SHA512 
422c9e31bbc3ff84746e90a012c5ca4cfd40b645257b68f27125e6647a62759d42245d59efaa9e3bce28403d32d8ebcd96b60b7c80aaa31372e81a0034a6757b
 DIST drupal-10.2.2.tar.gz 18950678 BLAKE2B 
9a5e14547ba66bf0f9690e992b2ac3efd4e87144adfdb6dff7a85cc6c195d5457c1cee68ce42fc870025a79afe3bb9364849f9349ad29524122a7636f98feef7
 SHA512 
5c2cb49147fb6e2b5113586eece1e6ad51ac9af546ec3c15031551371053e846c4348fae545bd37783dacf25f8718cce52c9558fc679dddc4255bd53549d43b0
 DIST drupal-7.97.tar.gz 3381082 BLAKE2B 
3997305b91330db16843ee17927435b1bba4b080b72b36c1c90508e9edc0379f33aad3fae31fd637034d7ddeae425d75bd2252ed733ee00a6d9e12a75b909979
 SHA512 
2ea4ae63f9dc87043f3743f7e426c2fe940ca930a764c9eff0cb19e25fb3117599350c8fab92fc1bc45c2e6719ae20caba039180d63672cb1616f7526b798dcb

diff --git a/www-apps/drupal/drupal-10.0.11.ebuild 
b/www-apps/drupal/drupal-10.0.11.ebuild
deleted file mode 100644
index 6a27404d4a84..
--- a/www-apps/drupal/drupal-10.0.11.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-# upstream supports php 8.1+, but dev-php/pecl-uploadprogress does not have 8.2
-# limit php to 8.1 for now
-RDEPEND="
-   dev-lang/php:8.1[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress[php_targets_php8-1] )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt \
-   core/USAGE.txt "
-
-   dodoc ${docs}
-   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-   echo
-   ewarn "If you're doing a new drupal-10 install, you'll have to copy 
/sites/default/default.services.yml"
-   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-   ewarn "reported by the setup."
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2024-04-12 Thread Viorel Munteanu
commit: d1ac99de7249ed04d023d94b8dbf023e56dd8e55
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Apr 12 06:25:26 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 12 06:34:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ac99de

www-apps/drupal: drop 9.5.11

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 -
 www-apps/drupal/drupal-9.5.11.ebuild | 68 
 2 files changed, 69 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index c5f5870dc56e..84381c414856 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -2,4 +2,3 @@ DIST drupal-10.0.11.tar.gz 17461226 BLAKE2B 
cb0002fb00447923f84202e0e4703eba5bb8
 DIST drupal-10.1.8.tar.gz 18292624 BLAKE2B 
0b636ab54732ba73392098969b3445aafeaf0421a2d3e3f823e0ec12ae4334652c07c2587c37d18bff88d87f6ade5daf5e77e716f0e93679721e9247dd48286d
 SHA512 
422c9e31bbc3ff84746e90a012c5ca4cfd40b645257b68f27125e6647a62759d42245d59efaa9e3bce28403d32d8ebcd96b60b7c80aaa31372e81a0034a6757b
 DIST drupal-10.2.2.tar.gz 18950678 BLAKE2B 
9a5e14547ba66bf0f9690e992b2ac3efd4e87144adfdb6dff7a85cc6c195d5457c1cee68ce42fc870025a79afe3bb9364849f9349ad29524122a7636f98feef7
 SHA512 
5c2cb49147fb6e2b5113586eece1e6ad51ac9af546ec3c15031551371053e846c4348fae545bd37783dacf25f8718cce52c9558fc679dddc4255bd53549d43b0
 DIST drupal-7.97.tar.gz 3381082 BLAKE2B 
3997305b91330db16843ee17927435b1bba4b080b72b36c1c90508e9edc0379f33aad3fae31fd637034d7ddeae425d75bd2252ed733ee00a6d9e12a75b909979
 SHA512 
2ea4ae63f9dc87043f3743f7e426c2fe940ca930a764c9eff0cb19e25fb3117599350c8fab92fc1bc45c2e6719ae20caba039180d63672cb1616f7526b798dcb
-DIST drupal-9.5.11.tar.gz 22593304 BLAKE2B 
b978bed98649eb43999c414d11c1f168eca9800e65016e5e444799c9be75f6dd3914287e6845b9b9f698d3c0a3e368ac48f35b9b9cf989e23ad8f3abd70f028a
 SHA512 
a8fe6756d4540c95af6d615d8eb2a063f79a502920d609db15ef07ede05727a933f5720e5ca64fe5d70c71d7d6971217633135675bb7f27db2130bbd01d8094d

diff --git a/www-apps/drupal/drupal-9.5.11.ebuild 
b/www-apps/drupal/drupal-9.5.11.ebuild
deleted file mode 100644
index 1d37e5385429..
--- a/www-apps/drupal/drupal-9.5.11.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
-
-   dodoc ${docs}
-   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-   echo
-   ewarn "If you're doing a new drupal-9 install, you'll have to copy 
/sites/default/default.services.yml"
-   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-   ewarn "reported by the setup."
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2024-04-09 Thread Viorel Munteanu
commit: 864d8b372f28e11eb9742f3e6f89402d9fdb2d68
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Apr  9 06:34:25 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr  9 06:35:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864d8b37

www-apps/drupal: add 10.2.2

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 +
 www-apps/drupal/drupal-10.2.2.ebuild | 72 
 2 files changed, 73 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index fcd3db014a52..c5f5870dc56e 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,5 @@
 DIST drupal-10.0.11.tar.gz 17461226 BLAKE2B 
cb0002fb00447923f84202e0e4703eba5bb82c89fb349b015da1ce98cc85b223fdad88c8ac19bae6c7488f23643465613708e78b83aeec127fa40035cd148e5a
 SHA512 
574ed4d82ba31145add7e2bb18a9cbf19afa7c4d015468317747be2d438b0a4a75807669ba95c9593c2853e3cab44757741a54265da305f2df00a80626566e47
 DIST drupal-10.1.8.tar.gz 18292624 BLAKE2B 
0b636ab54732ba73392098969b3445aafeaf0421a2d3e3f823e0ec12ae4334652c07c2587c37d18bff88d87f6ade5daf5e77e716f0e93679721e9247dd48286d
 SHA512 
422c9e31bbc3ff84746e90a012c5ca4cfd40b645257b68f27125e6647a62759d42245d59efaa9e3bce28403d32d8ebcd96b60b7c80aaa31372e81a0034a6757b
+DIST drupal-10.2.2.tar.gz 18950678 BLAKE2B 
9a5e14547ba66bf0f9690e992b2ac3efd4e87144adfdb6dff7a85cc6c195d5457c1cee68ce42fc870025a79afe3bb9364849f9349ad29524122a7636f98feef7
 SHA512 
5c2cb49147fb6e2b5113586eece1e6ad51ac9af546ec3c15031551371053e846c4348fae545bd37783dacf25f8718cce52c9558fc679dddc4255bd53549d43b0
 DIST drupal-7.97.tar.gz 3381082 BLAKE2B 
3997305b91330db16843ee17927435b1bba4b080b72b36c1c90508e9edc0379f33aad3fae31fd637034d7ddeae425d75bd2252ed733ee00a6d9e12a75b909979
 SHA512 
2ea4ae63f9dc87043f3743f7e426c2fe940ca930a764c9eff0cb19e25fb3117599350c8fab92fc1bc45c2e6719ae20caba039180d63672cb1616f7526b798dcb
 DIST drupal-9.5.11.tar.gz 22593304 BLAKE2B 
b978bed98649eb43999c414d11c1f168eca9800e65016e5e444799c9be75f6dd3914287e6845b9b9f698d3c0a3e368ac48f35b9b9cf989e23ad8f3abd70f028a
 SHA512 
a8fe6756d4540c95af6d615d8eb2a063f79a502920d609db15ef07ede05727a933f5720e5ca64fe5d70c71d7d6971217633135675bb7f27db2130bbd01d8094d

diff --git a/www-apps/drupal/drupal-10.2.2.ebuild 
b/www-apps/drupal/drupal-10.2.2.ebuild
new file mode 100644
index ..0d28862cde3b
--- /dev/null
+++ b/www-apps/drupal/drupal-10.2.2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt \
+   core/USAGE.txt "
+
+   dodoc ${docs}
+   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   keepdir "${MY_HTDOCSDIR}"/sites/default/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-10 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by the setup."
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2024-04-09 Thread Viorel Munteanu
commit: 85d0cb7613b858e253b05b6aa48d9d57f237357b
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Apr  9 06:19:29 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr  9 06:35:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d0cb76

www-apps/drupal: add 10.1.8

Closes: https://bugs.gentoo.org/928894
Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 +
 www-apps/drupal/drupal-10.1.8.ebuild | 72 
 2 files changed, 73 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 64671b081b64..fcd3db014a52 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,3 +1,4 @@
 DIST drupal-10.0.11.tar.gz 17461226 BLAKE2B 
cb0002fb00447923f84202e0e4703eba5bb82c89fb349b015da1ce98cc85b223fdad88c8ac19bae6c7488f23643465613708e78b83aeec127fa40035cd148e5a
 SHA512 
574ed4d82ba31145add7e2bb18a9cbf19afa7c4d015468317747be2d438b0a4a75807669ba95c9593c2853e3cab44757741a54265da305f2df00a80626566e47
+DIST drupal-10.1.8.tar.gz 18292624 BLAKE2B 
0b636ab54732ba73392098969b3445aafeaf0421a2d3e3f823e0ec12ae4334652c07c2587c37d18bff88d87f6ade5daf5e77e716f0e93679721e9247dd48286d
 SHA512 
422c9e31bbc3ff84746e90a012c5ca4cfd40b645257b68f27125e6647a62759d42245d59efaa9e3bce28403d32d8ebcd96b60b7c80aaa31372e81a0034a6757b
 DIST drupal-7.97.tar.gz 3381082 BLAKE2B 
3997305b91330db16843ee17927435b1bba4b080b72b36c1c90508e9edc0379f33aad3fae31fd637034d7ddeae425d75bd2252ed733ee00a6d9e12a75b909979
 SHA512 
2ea4ae63f9dc87043f3743f7e426c2fe940ca930a764c9eff0cb19e25fb3117599350c8fab92fc1bc45c2e6719ae20caba039180d63672cb1616f7526b798dcb
 DIST drupal-9.5.11.tar.gz 22593304 BLAKE2B 
b978bed98649eb43999c414d11c1f168eca9800e65016e5e444799c9be75f6dd3914287e6845b9b9f698d3c0a3e368ac48f35b9b9cf989e23ad8f3abd70f028a
 SHA512 
a8fe6756d4540c95af6d615d8eb2a063f79a502920d609db15ef07ede05727a933f5720e5ca64fe5d70c71d7d6971217633135675bb7f27db2130bbd01d8094d

diff --git a/www-apps/drupal/drupal-10.1.8.ebuild 
b/www-apps/drupal/drupal-10.1.8.ebuild
new file mode 100644
index ..0d28862cde3b
--- /dev/null
+++ b/www-apps/drupal/drupal-10.1.8.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt \
+   core/USAGE.txt "
+
+   dodoc ${docs}
+   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   keepdir "${MY_HTDOCSDIR}"/sites/default/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-10 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by the setup."
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-09-21 Thread Viorel Munteanu
commit: ab792c9f295557012a0d55eef7e6d719a65767b5
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Sep 21 12:55:15 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Sep 21 13:01:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab792c9f

www-apps/drupal: add 9.5.11

Security update.

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 +
 www-apps/drupal/drupal-9.5.11.ebuild | 68 
 2 files changed, 69 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index a20c048f877e..8ba22a1b3a69 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,3 +1,4 @@
 DIST drupal-10.0.8.tar.gz 17433029 BLAKE2B 
8fbdb7ca86decea007ecd369f5f9c9c9a751ee56df9db5ce117be2cba8d3d82f09994344590be1d3ce690fa747d4a59cf3c04f7427ee531f322d0ecaab5a1a7a
 SHA512 
e1fccce448019b3cfb3a08d0fdd6e6f3ff4ce5110c51393e5c99242e1250e25a647029e4c69600f0e52da8585ae2dcb53804de860fde952928e07b694a61a070
 DIST drupal-7.97.tar.gz 3381082 BLAKE2B 
3997305b91330db16843ee17927435b1bba4b080b72b36c1c90508e9edc0379f33aad3fae31fd637034d7ddeae425d75bd2252ed733ee00a6d9e12a75b909979
 SHA512 
2ea4ae63f9dc87043f3743f7e426c2fe940ca930a764c9eff0cb19e25fb3117599350c8fab92fc1bc45c2e6719ae20caba039180d63672cb1616f7526b798dcb
+DIST drupal-9.5.11.tar.gz 22593304 BLAKE2B 
b978bed98649eb43999c414d11c1f168eca9800e65016e5e444799c9be75f6dd3914287e6845b9b9f698d3c0a3e368ac48f35b9b9cf989e23ad8f3abd70f028a
 SHA512 
a8fe6756d4540c95af6d615d8eb2a063f79a502920d609db15ef07ede05727a933f5720e5ca64fe5d70c71d7d6971217633135675bb7f27db2130bbd01d8094d
 DIST drupal-9.5.8.tar.gz 22577412 BLAKE2B 
f0f372aa4af0356f22e8c37a16b68ae572382f63a0eb030b5a2331d61489769ecf1a99e0428b95f242d725d7125d82857df27c166d599da18b09f1c64fba48c0
 SHA512 
bb5d1441319d5fb15838535c2af66087ebf7a87f5f91d5a3ef33f74d92104846a8183bce1404b48454d49ff19d5b9afeef0e4bc790c1ac43e5d404fbf927361e

diff --git a/www-apps/drupal/drupal-9.5.11.ebuild 
b/www-apps/drupal/drupal-9.5.11.ebuild
new file mode 100644
index ..1d37e5385429
--- /dev/null
+++ b/www-apps/drupal/drupal-9.5.11.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-9 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by the setup."
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-09-21 Thread Viorel Munteanu
commit: 629628e94ef9d46062dd7d42d781ad0ec418cf0e
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Sep 21 13:01:18 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Sep 21 13:01:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=629628e9

www-apps/drupal: drop 10.0.8

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 -
 www-apps/drupal/drupal-10.0.8.ebuild | 71 
 2 files changed, 72 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index f4d8cd050e10..64671b081b64 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,3 @@
 DIST drupal-10.0.11.tar.gz 17461226 BLAKE2B 
cb0002fb00447923f84202e0e4703eba5bb82c89fb349b015da1ce98cc85b223fdad88c8ac19bae6c7488f23643465613708e78b83aeec127fa40035cd148e5a
 SHA512 
574ed4d82ba31145add7e2bb18a9cbf19afa7c4d015468317747be2d438b0a4a75807669ba95c9593c2853e3cab44757741a54265da305f2df00a80626566e47
-DIST drupal-10.0.8.tar.gz 17433029 BLAKE2B 
8fbdb7ca86decea007ecd369f5f9c9c9a751ee56df9db5ce117be2cba8d3d82f09994344590be1d3ce690fa747d4a59cf3c04f7427ee531f322d0ecaab5a1a7a
 SHA512 
e1fccce448019b3cfb3a08d0fdd6e6f3ff4ce5110c51393e5c99242e1250e25a647029e4c69600f0e52da8585ae2dcb53804de860fde952928e07b694a61a070
 DIST drupal-7.97.tar.gz 3381082 BLAKE2B 
3997305b91330db16843ee17927435b1bba4b080b72b36c1c90508e9edc0379f33aad3fae31fd637034d7ddeae425d75bd2252ed733ee00a6d9e12a75b909979
 SHA512 
2ea4ae63f9dc87043f3743f7e426c2fe940ca930a764c9eff0cb19e25fb3117599350c8fab92fc1bc45c2e6719ae20caba039180d63672cb1616f7526b798dcb
 DIST drupal-9.5.11.tar.gz 22593304 BLAKE2B 
b978bed98649eb43999c414d11c1f168eca9800e65016e5e444799c9be75f6dd3914287e6845b9b9f698d3c0a3e368ac48f35b9b9cf989e23ad8f3abd70f028a
 SHA512 
a8fe6756d4540c95af6d615d8eb2a063f79a502920d609db15ef07ede05727a933f5720e5ca64fe5d70c71d7d6971217633135675bb7f27db2130bbd01d8094d

diff --git a/www-apps/drupal/drupal-10.0.8.ebuild 
b/www-apps/drupal/drupal-10.0.8.ebuild
deleted file mode 100644
index 6a27404d4a84..
--- a/www-apps/drupal/drupal-10.0.8.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-# upstream supports php 8.1+, but dev-php/pecl-uploadprogress does not have 8.2
-# limit php to 8.1 for now
-RDEPEND="
-   dev-lang/php:8.1[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress[php_targets_php8-1] )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt \
-   core/USAGE.txt "
-
-   dodoc ${docs}
-   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-   echo
-   ewarn "If you're doing a new drupal-10 install, you'll have to copy 
/sites/default/default.services.yml"
-   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-   ewarn "reported by the setup."
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-09-21 Thread Viorel Munteanu
commit: 7cfa015b36464a3d01e412b8f1902fac74c2ef4a
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Sep 21 13:01:04 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Sep 21 13:01:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cfa015b

www-apps/drupal: add 10.0.11

Security update.

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest  |  1 +
 www-apps/drupal/drupal-10.0.11.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index da654e05f548..f4d8cd050e10 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,3 +1,4 @@
+DIST drupal-10.0.11.tar.gz 17461226 BLAKE2B 
cb0002fb00447923f84202e0e4703eba5bb82c89fb349b015da1ce98cc85b223fdad88c8ac19bae6c7488f23643465613708e78b83aeec127fa40035cd148e5a
 SHA512 
574ed4d82ba31145add7e2bb18a9cbf19afa7c4d015468317747be2d438b0a4a75807669ba95c9593c2853e3cab44757741a54265da305f2df00a80626566e47
 DIST drupal-10.0.8.tar.gz 17433029 BLAKE2B 
8fbdb7ca86decea007ecd369f5f9c9c9a751ee56df9db5ce117be2cba8d3d82f09994344590be1d3ce690fa747d4a59cf3c04f7427ee531f322d0ecaab5a1a7a
 SHA512 
e1fccce448019b3cfb3a08d0fdd6e6f3ff4ce5110c51393e5c99242e1250e25a647029e4c69600f0e52da8585ae2dcb53804de860fde952928e07b694a61a070
 DIST drupal-7.97.tar.gz 3381082 BLAKE2B 
3997305b91330db16843ee17927435b1bba4b080b72b36c1c90508e9edc0379f33aad3fae31fd637034d7ddeae425d75bd2252ed733ee00a6d9e12a75b909979
 SHA512 
2ea4ae63f9dc87043f3743f7e426c2fe940ca930a764c9eff0cb19e25fb3117599350c8fab92fc1bc45c2e6719ae20caba039180d63672cb1616f7526b798dcb
 DIST drupal-9.5.11.tar.gz 22593304 BLAKE2B 
b978bed98649eb43999c414d11c1f168eca9800e65016e5e444799c9be75f6dd3914287e6845b9b9f698d3c0a3e368ac48f35b9b9cf989e23ad8f3abd70f028a
 SHA512 
a8fe6756d4540c95af6d615d8eb2a063f79a502920d609db15ef07ede05727a933f5720e5ca64fe5d70c71d7d6971217633135675bb7f27db2130bbd01d8094d

diff --git a/www-apps/drupal/drupal-10.0.11.ebuild 
b/www-apps/drupal/drupal-10.0.11.ebuild
new file mode 100644
index ..6a27404d4a84
--- /dev/null
+++ b/www-apps/drupal/drupal-10.0.11.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+# upstream supports php 8.1+, but dev-php/pecl-uploadprogress does not have 8.2
+# limit php to 8.1 for now
+RDEPEND="
+   dev-lang/php:8.1[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress[php_targets_php8-1] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt \
+   core/USAGE.txt "
+
+   dodoc ${docs}
+   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-10 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by the setup."
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-09-21 Thread Viorel Munteanu
commit: 76fe0e2169db876370bf28f7ba45df50238a3ebf
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Sep 21 12:55:30 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Sep 21 13:01:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fe0e21

www-apps/drupal: drop 9.5.8

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest|  1 -
 www-apps/drupal/drupal-9.5.8.ebuild | 68 -
 2 files changed, 69 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 8ba22a1b3a69..da654e05f548 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,3 @@
 DIST drupal-10.0.8.tar.gz 17433029 BLAKE2B 
8fbdb7ca86decea007ecd369f5f9c9c9a751ee56df9db5ce117be2cba8d3d82f09994344590be1d3ce690fa747d4a59cf3c04f7427ee531f322d0ecaab5a1a7a
 SHA512 
e1fccce448019b3cfb3a08d0fdd6e6f3ff4ce5110c51393e5c99242e1250e25a647029e4c69600f0e52da8585ae2dcb53804de860fde952928e07b694a61a070
 DIST drupal-7.97.tar.gz 3381082 BLAKE2B 
3997305b91330db16843ee17927435b1bba4b080b72b36c1c90508e9edc0379f33aad3fae31fd637034d7ddeae425d75bd2252ed733ee00a6d9e12a75b909979
 SHA512 
2ea4ae63f9dc87043f3743f7e426c2fe940ca930a764c9eff0cb19e25fb3117599350c8fab92fc1bc45c2e6719ae20caba039180d63672cb1616f7526b798dcb
 DIST drupal-9.5.11.tar.gz 22593304 BLAKE2B 
b978bed98649eb43999c414d11c1f168eca9800e65016e5e444799c9be75f6dd3914287e6845b9b9f698d3c0a3e368ac48f35b9b9cf989e23ad8f3abd70f028a
 SHA512 
a8fe6756d4540c95af6d615d8eb2a063f79a502920d609db15ef07ede05727a933f5720e5ca64fe5d70c71d7d6971217633135675bb7f27db2130bbd01d8094d
-DIST drupal-9.5.8.tar.gz 22577412 BLAKE2B 
f0f372aa4af0356f22e8c37a16b68ae572382f63a0eb030b5a2331d61489769ecf1a99e0428b95f242d725d7125d82857df27c166d599da18b09f1c64fba48c0
 SHA512 
bb5d1441319d5fb15838535c2af66087ebf7a87f5f91d5a3ef33f74d92104846a8183bce1404b48454d49ff19d5b9afeef0e4bc790c1ac43e5d404fbf927361e

diff --git a/www-apps/drupal/drupal-9.5.8.ebuild 
b/www-apps/drupal/drupal-9.5.8.ebuild
deleted file mode 100644
index cfe37862af18..
--- a/www-apps/drupal/drupal-9.5.8.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
-
-   dodoc ${docs}
-   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-   echo
-   ewarn "If you're doing a new drupal-9 install, you'll have to copy 
/sites/default/default.services.yml"
-   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-   ewarn "reported by the setup."
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-06-25 Thread Viorel Munteanu
commit: 4d87b03f523ee537f53112687079839ac55d9d24
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Jun 25 11:12:35 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sun Jun 25 11:12:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d87b03f

www-apps/drupal: drop 9.4.14

Drupal 9.4.x no longer receives security support. Sites on Drupal 8 or a
Drupal 9 version earlier than 9.5.x should upgrade to a supported
release as soon as possible.

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 -
 www-apps/drupal/drupal-9.4.14.ebuild | 68 
 2 files changed, 69 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 01322ca1c549..a20c048f877e 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,3 @@
 DIST drupal-10.0.8.tar.gz 17433029 BLAKE2B 
8fbdb7ca86decea007ecd369f5f9c9c9a751ee56df9db5ce117be2cba8d3d82f09994344590be1d3ce690fa747d4a59cf3c04f7427ee531f322d0ecaab5a1a7a
 SHA512 
e1fccce448019b3cfb3a08d0fdd6e6f3ff4ce5110c51393e5c99242e1250e25a647029e4c69600f0e52da8585ae2dcb53804de860fde952928e07b694a61a070
 DIST drupal-7.97.tar.gz 3381082 BLAKE2B 
3997305b91330db16843ee17927435b1bba4b080b72b36c1c90508e9edc0379f33aad3fae31fd637034d7ddeae425d75bd2252ed733ee00a6d9e12a75b909979
 SHA512 
2ea4ae63f9dc87043f3743f7e426c2fe940ca930a764c9eff0cb19e25fb3117599350c8fab92fc1bc45c2e6719ae20caba039180d63672cb1616f7526b798dcb
-DIST drupal-9.4.14.tar.gz 21636221 BLAKE2B 
e09ae96efb6037be6c9ebcc6785eef6c75cae2988f41aec8c76c761259beb45063ed013f9e5680d1059f0c3051926f08adfc524266e35948814ccb0ca2492806
 SHA512 
84df434ffaa35b2ef8aef877196732f1038f47e2028091c3b7de47c686f8767ad091573fee531c9d765064b33b94d727258c390c4159d106ef2cbd6e186423f1
 DIST drupal-9.5.8.tar.gz 22577412 BLAKE2B 
f0f372aa4af0356f22e8c37a16b68ae572382f63a0eb030b5a2331d61489769ecf1a99e0428b95f242d725d7125d82857df27c166d599da18b09f1c64fba48c0
 SHA512 
bb5d1441319d5fb15838535c2af66087ebf7a87f5f91d5a3ef33f74d92104846a8183bce1404b48454d49ff19d5b9afeef0e4bc790c1ac43e5d404fbf927361e

diff --git a/www-apps/drupal/drupal-9.4.14.ebuild 
b/www-apps/drupal/drupal-9.4.14.ebuild
deleted file mode 100644
index cfe37862af18..
--- a/www-apps/drupal/drupal-9.4.14.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
-
-   dodoc ${docs}
-   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-   echo
-   ewarn "If you're doing a new drupal-9 install, you'll have to copy 
/sites/default/default.services.yml"
-   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-   ewarn "reported by the setup."
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-04-21 Thread Viorel Munteanu
commit: f4cc5365f9e6aefea3f10f293a1a161c3ccb1756
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Apr 21 12:29:53 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 21 12:29:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4cc5365

www-apps/drupal: drop 7.96

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest   |  1 -
 www-apps/drupal/drupal-7.96.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 8e0c81ebfa9b..01322ca1c549 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,5 +1,4 @@
 DIST drupal-10.0.8.tar.gz 17433029 BLAKE2B 
8fbdb7ca86decea007ecd369f5f9c9c9a751ee56df9db5ce117be2cba8d3d82f09994344590be1d3ce690fa747d4a59cf3c04f7427ee531f322d0ecaab5a1a7a
 SHA512 
e1fccce448019b3cfb3a08d0fdd6e6f3ff4ce5110c51393e5c99242e1250e25a647029e4c69600f0e52da8585ae2dcb53804de860fde952928e07b694a61a070
-DIST drupal-7.96.tar.gz 3381093 BLAKE2B 
5b9468cf1805697649f7414695f1dda3e1f79bdd89213367f86b5c2722a3b6c96f9eb225871ce86ccef246eebbad54fc895761c6fe3e8480ca31f2bbd399aedf
 SHA512 
50904f98bf090c3c6d77fa962f9b64c0b0506584337af0ae3ca964f3216a884cb7597f85c209496777390c97fd010fc888bb5d1db4ee08748dc79a37bef14dc6
 DIST drupal-7.97.tar.gz 3381082 BLAKE2B 
3997305b91330db16843ee17927435b1bba4b080b72b36c1c90508e9edc0379f33aad3fae31fd637034d7ddeae425d75bd2252ed733ee00a6d9e12a75b909979
 SHA512 
2ea4ae63f9dc87043f3743f7e426c2fe940ca930a764c9eff0cb19e25fb3117599350c8fab92fc1bc45c2e6719ae20caba039180d63672cb1616f7526b798dcb
 DIST drupal-9.4.14.tar.gz 21636221 BLAKE2B 
e09ae96efb6037be6c9ebcc6785eef6c75cae2988f41aec8c76c761259beb45063ed013f9e5680d1059f0c3051926f08adfc524266e35948814ccb0ca2492806
 SHA512 
84df434ffaa35b2ef8aef877196732f1038f47e2028091c3b7de47c686f8767ad091573fee531c9d765064b33b94d727258c390c4159d106ef2cbd6e186423f1
 DIST drupal-9.5.8.tar.gz 22577412 BLAKE2B 
f0f372aa4af0356f22e8c37a16b68ae572382f63a0eb030b5a2331d61489769ecf1a99e0428b95f242d725d7125d82857df27c166d599da18b09f1c64fba48c0
 SHA512 
bb5d1441319d5fb15838535c2af66087ebf7a87f5f91d5a3ef33f74d92104846a8183bce1404b48454d49ff19d5b9afeef0e4bc790c1ac43e5d404fbf927361e

diff --git a/www-apps/drupal/drupal-7.96.ebuild 
b/www-apps/drupal/drupal-7.96.ebuild
deleted file mode 100644
index 83823c1abd94..
--- a/www-apps/drupal/drupal-7.96.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
-   dodoc ${docs}
-   rm -f ${docs} INSTALL COPYRIGHT.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-04-21 Thread Viorel Munteanu
commit: bf63083a5191320b1603e7ec46251f10e61bf621
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Apr 21 12:29:32 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 21 12:29:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf63083a

www-apps/drupal: add 7.97

Fix regression in 7.96.

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest   |  1 +
 www-apps/drupal/drupal-7.97.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index ff45a35ffce3..8e0c81ebfa9b 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,5 @@
 DIST drupal-10.0.8.tar.gz 17433029 BLAKE2B 
8fbdb7ca86decea007ecd369f5f9c9c9a751ee56df9db5ce117be2cba8d3d82f09994344590be1d3ce690fa747d4a59cf3c04f7427ee531f322d0ecaab5a1a7a
 SHA512 
e1fccce448019b3cfb3a08d0fdd6e6f3ff4ce5110c51393e5c99242e1250e25a647029e4c69600f0e52da8585ae2dcb53804de860fde952928e07b694a61a070
 DIST drupal-7.96.tar.gz 3381093 BLAKE2B 
5b9468cf1805697649f7414695f1dda3e1f79bdd89213367f86b5c2722a3b6c96f9eb225871ce86ccef246eebbad54fc895761c6fe3e8480ca31f2bbd399aedf
 SHA512 
50904f98bf090c3c6d77fa962f9b64c0b0506584337af0ae3ca964f3216a884cb7597f85c209496777390c97fd010fc888bb5d1db4ee08748dc79a37bef14dc6
+DIST drupal-7.97.tar.gz 3381082 BLAKE2B 
3997305b91330db16843ee17927435b1bba4b080b72b36c1c90508e9edc0379f33aad3fae31fd637034d7ddeae425d75bd2252ed733ee00a6d9e12a75b909979
 SHA512 
2ea4ae63f9dc87043f3743f7e426c2fe940ca930a764c9eff0cb19e25fb3117599350c8fab92fc1bc45c2e6719ae20caba039180d63672cb1616f7526b798dcb
 DIST drupal-9.4.14.tar.gz 21636221 BLAKE2B 
e09ae96efb6037be6c9ebcc6785eef6c75cae2988f41aec8c76c761259beb45063ed013f9e5680d1059f0c3051926f08adfc524266e35948814ccb0ca2492806
 SHA512 
84df434ffaa35b2ef8aef877196732f1038f47e2028091c3b7de47c686f8767ad091573fee531c9d765064b33b94d727258c390c4159d106ef2cbd6e186423f1
 DIST drupal-9.5.8.tar.gz 22577412 BLAKE2B 
f0f372aa4af0356f22e8c37a16b68ae572382f63a0eb030b5a2331d61489769ecf1a99e0428b95f242d725d7125d82857df27c166d599da18b09f1c64fba48c0
 SHA512 
bb5d1441319d5fb15838535c2af66087ebf7a87f5f91d5a3ef33f74d92104846a8183bce1404b48454d49ff19d5b9afeef0e4bc790c1ac43e5d404fbf927361e

diff --git a/www-apps/drupal/drupal-7.97.ebuild 
b/www-apps/drupal/drupal-7.97.ebuild
new file mode 100644
index ..83823c1abd94
--- /dev/null
+++ b/www-apps/drupal/drupal-7.97.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-04-19 Thread Viorel Munteanu
commit: a3057ad05d24d2bf56565d5142ccc67752ba74be
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 19 18:26:48 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 19 18:26:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3057ad0

www-apps/drupal: add 10.0.8

Bug: https://bugs.gentoo.org/904675
Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 +
 www-apps/drupal/drupal-10.0.8.ebuild | 71 
 2 files changed, 72 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 90e0bd17e8e6..0721c42be0eb 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,5 @@
 DIST drupal-10.0.5.tar.gz 17424348 BLAKE2B 
8ccaf40e3e082906c89536ab7b4e5ca02fe7f98becb590e1e9740b2cca56657a9f4f1fc636de014007673ad3001bc1888511bcf645772b8bf514becd0cf6a9de
 SHA512 
650c45e285fd805e1d311881c66485c407b2f4b3aa9a379893f226d55e7be978c3ff1c7a0ee061e213a3aab9bff8fddcf1339131454d6b29d5c8a03936124362
+DIST drupal-10.0.8.tar.gz 17433029 BLAKE2B 
8fbdb7ca86decea007ecd369f5f9c9c9a751ee56df9db5ce117be2cba8d3d82f09994344590be1d3ce690fa747d4a59cf3c04f7427ee531f322d0ecaab5a1a7a
 SHA512 
e1fccce448019b3cfb3a08d0fdd6e6f3ff4ce5110c51393e5c99242e1250e25a647029e4c69600f0e52da8585ae2dcb53804de860fde952928e07b694a61a070
 DIST drupal-7.96.tar.gz 3381093 BLAKE2B 
5b9468cf1805697649f7414695f1dda3e1f79bdd89213367f86b5c2722a3b6c96f9eb225871ce86ccef246eebbad54fc895761c6fe3e8480ca31f2bbd399aedf
 SHA512 
50904f98bf090c3c6d77fa962f9b64c0b0506584337af0ae3ca964f3216a884cb7597f85c209496777390c97fd010fc888bb5d1db4ee08748dc79a37bef14dc6
 DIST drupal-9.4.14.tar.gz 21636221 BLAKE2B 
e09ae96efb6037be6c9ebcc6785eef6c75cae2988f41aec8c76c761259beb45063ed013f9e5680d1059f0c3051926f08adfc524266e35948814ccb0ca2492806
 SHA512 
84df434ffaa35b2ef8aef877196732f1038f47e2028091c3b7de47c686f8767ad091573fee531c9d765064b33b94d727258c390c4159d106ef2cbd6e186423f1
 DIST drupal-9.5.8.tar.gz 22577412 BLAKE2B 
f0f372aa4af0356f22e8c37a16b68ae572382f63a0eb030b5a2331d61489769ecf1a99e0428b95f242d725d7125d82857df27c166d599da18b09f1c64fba48c0
 SHA512 
bb5d1441319d5fb15838535c2af66087ebf7a87f5f91d5a3ef33f74d92104846a8183bce1404b48454d49ff19d5b9afeef0e4bc790c1ac43e5d404fbf927361e

diff --git a/www-apps/drupal/drupal-10.0.8.ebuild 
b/www-apps/drupal/drupal-10.0.8.ebuild
new file mode 100644
index ..6a27404d4a84
--- /dev/null
+++ b/www-apps/drupal/drupal-10.0.8.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+# upstream supports php 8.1+, but dev-php/pecl-uploadprogress does not have 8.2
+# limit php to 8.1 for now
+RDEPEND="
+   dev-lang/php:8.1[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress[php_targets_php8-1] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt \
+   core/USAGE.txt "
+
+   dodoc ${docs}
+   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-10 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-04-19 Thread Viorel Munteanu
commit: 87f81e0a3e926191a65485892200cf81f6ca84d0
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 19 18:27:07 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 19 18:27:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f81e0a

www-apps/drupal: drop 10.0.5

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 -
 www-apps/drupal/drupal-10.0.5.ebuild | 71 
 2 files changed, 72 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 0721c42be0eb..ff45a35ffce3 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,3 @@
-DIST drupal-10.0.5.tar.gz 17424348 BLAKE2B 
8ccaf40e3e082906c89536ab7b4e5ca02fe7f98becb590e1e9740b2cca56657a9f4f1fc636de014007673ad3001bc1888511bcf645772b8bf514becd0cf6a9de
 SHA512 
650c45e285fd805e1d311881c66485c407b2f4b3aa9a379893f226d55e7be978c3ff1c7a0ee061e213a3aab9bff8fddcf1339131454d6b29d5c8a03936124362
 DIST drupal-10.0.8.tar.gz 17433029 BLAKE2B 
8fbdb7ca86decea007ecd369f5f9c9c9a751ee56df9db5ce117be2cba8d3d82f09994344590be1d3ce690fa747d4a59cf3c04f7427ee531f322d0ecaab5a1a7a
 SHA512 
e1fccce448019b3cfb3a08d0fdd6e6f3ff4ce5110c51393e5c99242e1250e25a647029e4c69600f0e52da8585ae2dcb53804de860fde952928e07b694a61a070
 DIST drupal-7.96.tar.gz 3381093 BLAKE2B 
5b9468cf1805697649f7414695f1dda3e1f79bdd89213367f86b5c2722a3b6c96f9eb225871ce86ccef246eebbad54fc895761c6fe3e8480ca31f2bbd399aedf
 SHA512 
50904f98bf090c3c6d77fa962f9b64c0b0506584337af0ae3ca964f3216a884cb7597f85c209496777390c97fd010fc888bb5d1db4ee08748dc79a37bef14dc6
 DIST drupal-9.4.14.tar.gz 21636221 BLAKE2B 
e09ae96efb6037be6c9ebcc6785eef6c75cae2988f41aec8c76c761259beb45063ed013f9e5680d1059f0c3051926f08adfc524266e35948814ccb0ca2492806
 SHA512 
84df434ffaa35b2ef8aef877196732f1038f47e2028091c3b7de47c686f8767ad091573fee531c9d765064b33b94d727258c390c4159d106ef2cbd6e186423f1

diff --git a/www-apps/drupal/drupal-10.0.5.ebuild 
b/www-apps/drupal/drupal-10.0.5.ebuild
deleted file mode 100644
index 6a27404d4a84..
--- a/www-apps/drupal/drupal-10.0.5.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-# upstream supports php 8.1+, but dev-php/pecl-uploadprogress does not have 8.2
-# limit php to 8.1 for now
-RDEPEND="
-   dev-lang/php:8.1[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress[php_targets_php8-1] )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt \
-   core/USAGE.txt "
-
-   dodoc ${docs}
-   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-   echo
-   ewarn "If you're doing a new drupal-10 install, you'll have to copy 
/sites/default/default.services.yml"
-   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-   ewarn "reported by the setup."
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-04-19 Thread Viorel Munteanu
commit: 37f7e55bf352d6679bfd8c45b596e7e86d96f00d
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 19 18:19:34 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 19 18:19:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f7e55b

www-apps/drupal: drop 7.95

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest   |  1 -
 www-apps/drupal/drupal-7.95.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 10eff353d2cc..0c1b656dbc03 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,5 +1,4 @@
 DIST drupal-10.0.5.tar.gz 17424348 BLAKE2B 
8ccaf40e3e082906c89536ab7b4e5ca02fe7f98becb590e1e9740b2cca56657a9f4f1fc636de014007673ad3001bc1888511bcf645772b8bf514becd0cf6a9de
 SHA512 
650c45e285fd805e1d311881c66485c407b2f4b3aa9a379893f226d55e7be978c3ff1c7a0ee061e213a3aab9bff8fddcf1339131454d6b29d5c8a03936124362
-DIST drupal-7.95.tar.gz 3380331 BLAKE2B 
03b7434ef323cd8c26349ae11b65835a30dfb131f5fea36b6ec856d77a57756886fca79ad4f6ef033ab2716713993dcad331c96f99a5291e9083b8151652aa13
 SHA512 
7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84
 DIST drupal-7.96.tar.gz 3381093 BLAKE2B 
5b9468cf1805697649f7414695f1dda3e1f79bdd89213367f86b5c2722a3b6c96f9eb225871ce86ccef246eebbad54fc895761c6fe3e8480ca31f2bbd399aedf
 SHA512 
50904f98bf090c3c6d77fa962f9b64c0b0506584337af0ae3ca964f3216a884cb7597f85c209496777390c97fd010fc888bb5d1db4ee08748dc79a37bef14dc6
 DIST drupal-9.4.12.tar.gz 21629697 BLAKE2B 
ffade207c552cbcdc02bfdee672a6f628bb74dbc1bf3e6f276482c838559a7fa195e1c919da6119bdd1edce3b2032ecfb2a9c6694e8894035b22640011d9d92a
 SHA512 
a4e09dbdc6255a82a5948f30f458ed89a0e930703830023116627097f12c2e27c4b0c42feaec21c89db791976a5bd4d2c05d9c02a710384fe4978489ceb78954
 DIST drupal-9.5.5.tar.gz 22560005 BLAKE2B 
5a79e0d20273e59e1ad88039fb263fa68397d51bc6f614db8e6396d24169cd7b8314e4a0e26f558a0d8a421b0089210c68a26cac3a0d0205421fde52efd4e6f1
 SHA512 
d965f5e251bc9eb6f392455724b6321ac3c0e6d134ffbff208748aca397dc98c8ff97d2e1ff2369bf97ba8c9416fc0c5d779b33a194af16343ebc584a8cade68

diff --git a/www-apps/drupal/drupal-7.95.ebuild 
b/www-apps/drupal/drupal-7.95.ebuild
deleted file mode 100644
index 83823c1abd94..
--- a/www-apps/drupal/drupal-7.95.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
-   dodoc ${docs}
-   rm -f ${docs} INSTALL COPYRIGHT.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-04-19 Thread Viorel Munteanu
commit: af2770c474be241a77acdcd408bb69ff4775dc20
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 19 18:25:05 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 19 18:25:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af2770c4

www-apps/drupal: drop 9.5.5

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest|  1 -
 www-apps/drupal/drupal-9.5.5.ebuild | 68 -
 2 files changed, 69 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index ceb9b307f102..90e0bd17e8e6 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,5 +1,4 @@
 DIST drupal-10.0.5.tar.gz 17424348 BLAKE2B 
8ccaf40e3e082906c89536ab7b4e5ca02fe7f98becb590e1e9740b2cca56657a9f4f1fc636de014007673ad3001bc1888511bcf645772b8bf514becd0cf6a9de
 SHA512 
650c45e285fd805e1d311881c66485c407b2f4b3aa9a379893f226d55e7be978c3ff1c7a0ee061e213a3aab9bff8fddcf1339131454d6b29d5c8a03936124362
 DIST drupal-7.96.tar.gz 3381093 BLAKE2B 
5b9468cf1805697649f7414695f1dda3e1f79bdd89213367f86b5c2722a3b6c96f9eb225871ce86ccef246eebbad54fc895761c6fe3e8480ca31f2bbd399aedf
 SHA512 
50904f98bf090c3c6d77fa962f9b64c0b0506584337af0ae3ca964f3216a884cb7597f85c209496777390c97fd010fc888bb5d1db4ee08748dc79a37bef14dc6
 DIST drupal-9.4.14.tar.gz 21636221 BLAKE2B 
e09ae96efb6037be6c9ebcc6785eef6c75cae2988f41aec8c76c761259beb45063ed013f9e5680d1059f0c3051926f08adfc524266e35948814ccb0ca2492806
 SHA512 
84df434ffaa35b2ef8aef877196732f1038f47e2028091c3b7de47c686f8767ad091573fee531c9d765064b33b94d727258c390c4159d106ef2cbd6e186423f1
-DIST drupal-9.5.5.tar.gz 22560005 BLAKE2B 
5a79e0d20273e59e1ad88039fb263fa68397d51bc6f614db8e6396d24169cd7b8314e4a0e26f558a0d8a421b0089210c68a26cac3a0d0205421fde52efd4e6f1
 SHA512 
d965f5e251bc9eb6f392455724b6321ac3c0e6d134ffbff208748aca397dc98c8ff97d2e1ff2369bf97ba8c9416fc0c5d779b33a194af16343ebc584a8cade68
 DIST drupal-9.5.8.tar.gz 22577412 BLAKE2B 
f0f372aa4af0356f22e8c37a16b68ae572382f63a0eb030b5a2331d61489769ecf1a99e0428b95f242d725d7125d82857df27c166d599da18b09f1c64fba48c0
 SHA512 
bb5d1441319d5fb15838535c2af66087ebf7a87f5f91d5a3ef33f74d92104846a8183bce1404b48454d49ff19d5b9afeef0e4bc790c1ac43e5d404fbf927361e

diff --git a/www-apps/drupal/drupal-9.5.5.ebuild 
b/www-apps/drupal/drupal-9.5.5.ebuild
deleted file mode 100644
index cfe37862af18..
--- a/www-apps/drupal/drupal-9.5.5.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
-
-   dodoc ${docs}
-   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-   echo
-   ewarn "If you're doing a new drupal-9 install, you'll have to copy 
/sites/default/default.services.yml"
-   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-   ewarn "reported by the setup."
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-04-19 Thread Viorel Munteanu
commit: 8d522625e32346e38b67091115412c3e763f3fe9
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 19 18:24:54 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 19 18:24:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d522625

www-apps/drupal: add 9.5.8

Bug: https://bugs.gentoo.org/904675
Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-9.5.8.ebuild | 68 +
 2 files changed, 69 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index d95fc1024510..ceb9b307f102 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -2,3 +2,4 @@ DIST drupal-10.0.5.tar.gz 17424348 BLAKE2B 
8ccaf40e3e082906c89536ab7b4e5ca02fe7f
 DIST drupal-7.96.tar.gz 3381093 BLAKE2B 
5b9468cf1805697649f7414695f1dda3e1f79bdd89213367f86b5c2722a3b6c96f9eb225871ce86ccef246eebbad54fc895761c6fe3e8480ca31f2bbd399aedf
 SHA512 
50904f98bf090c3c6d77fa962f9b64c0b0506584337af0ae3ca964f3216a884cb7597f85c209496777390c97fd010fc888bb5d1db4ee08748dc79a37bef14dc6
 DIST drupal-9.4.14.tar.gz 21636221 BLAKE2B 
e09ae96efb6037be6c9ebcc6785eef6c75cae2988f41aec8c76c761259beb45063ed013f9e5680d1059f0c3051926f08adfc524266e35948814ccb0ca2492806
 SHA512 
84df434ffaa35b2ef8aef877196732f1038f47e2028091c3b7de47c686f8767ad091573fee531c9d765064b33b94d727258c390c4159d106ef2cbd6e186423f1
 DIST drupal-9.5.5.tar.gz 22560005 BLAKE2B 
5a79e0d20273e59e1ad88039fb263fa68397d51bc6f614db8e6396d24169cd7b8314e4a0e26f558a0d8a421b0089210c68a26cac3a0d0205421fde52efd4e6f1
 SHA512 
d965f5e251bc9eb6f392455724b6321ac3c0e6d134ffbff208748aca397dc98c8ff97d2e1ff2369bf97ba8c9416fc0c5d779b33a194af16343ebc584a8cade68
+DIST drupal-9.5.8.tar.gz 22577412 BLAKE2B 
f0f372aa4af0356f22e8c37a16b68ae572382f63a0eb030b5a2331d61489769ecf1a99e0428b95f242d725d7125d82857df27c166d599da18b09f1c64fba48c0
 SHA512 
bb5d1441319d5fb15838535c2af66087ebf7a87f5f91d5a3ef33f74d92104846a8183bce1404b48454d49ff19d5b9afeef0e4bc790c1ac43e5d404fbf927361e

diff --git a/www-apps/drupal/drupal-9.5.8.ebuild 
b/www-apps/drupal/drupal-9.5.8.ebuild
new file mode 100644
index ..cfe37862af18
--- /dev/null
+++ b/www-apps/drupal/drupal-9.5.8.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-9 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by the setup."
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-04-19 Thread Viorel Munteanu
commit: 2f6f39182c4c8bf2db09d3e5eb52dfd9e87d1467
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 19 18:23:08 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 19 18:23:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f6f3918

www-apps/drupal: drop 9.4.12

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 -
 www-apps/drupal/drupal-9.4.12.ebuild | 68 
 2 files changed, 69 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index f1c13e22f373..d95fc1024510 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,5 +1,4 @@
 DIST drupal-10.0.5.tar.gz 17424348 BLAKE2B 
8ccaf40e3e082906c89536ab7b4e5ca02fe7f98becb590e1e9740b2cca56657a9f4f1fc636de014007673ad3001bc1888511bcf645772b8bf514becd0cf6a9de
 SHA512 
650c45e285fd805e1d311881c66485c407b2f4b3aa9a379893f226d55e7be978c3ff1c7a0ee061e213a3aab9bff8fddcf1339131454d6b29d5c8a03936124362
 DIST drupal-7.96.tar.gz 3381093 BLAKE2B 
5b9468cf1805697649f7414695f1dda3e1f79bdd89213367f86b5c2722a3b6c96f9eb225871ce86ccef246eebbad54fc895761c6fe3e8480ca31f2bbd399aedf
 SHA512 
50904f98bf090c3c6d77fa962f9b64c0b0506584337af0ae3ca964f3216a884cb7597f85c209496777390c97fd010fc888bb5d1db4ee08748dc79a37bef14dc6
-DIST drupal-9.4.12.tar.gz 21629697 BLAKE2B 
ffade207c552cbcdc02bfdee672a6f628bb74dbc1bf3e6f276482c838559a7fa195e1c919da6119bdd1edce3b2032ecfb2a9c6694e8894035b22640011d9d92a
 SHA512 
a4e09dbdc6255a82a5948f30f458ed89a0e930703830023116627097f12c2e27c4b0c42feaec21c89db791976a5bd4d2c05d9c02a710384fe4978489ceb78954
 DIST drupal-9.4.14.tar.gz 21636221 BLAKE2B 
e09ae96efb6037be6c9ebcc6785eef6c75cae2988f41aec8c76c761259beb45063ed013f9e5680d1059f0c3051926f08adfc524266e35948814ccb0ca2492806
 SHA512 
84df434ffaa35b2ef8aef877196732f1038f47e2028091c3b7de47c686f8767ad091573fee531c9d765064b33b94d727258c390c4159d106ef2cbd6e186423f1
 DIST drupal-9.5.5.tar.gz 22560005 BLAKE2B 
5a79e0d20273e59e1ad88039fb263fa68397d51bc6f614db8e6396d24169cd7b8314e4a0e26f558a0d8a421b0089210c68a26cac3a0d0205421fde52efd4e6f1
 SHA512 
d965f5e251bc9eb6f392455724b6321ac3c0e6d134ffbff208748aca397dc98c8ff97d2e1ff2369bf97ba8c9416fc0c5d779b33a194af16343ebc584a8cade68

diff --git a/www-apps/drupal/drupal-9.4.12.ebuild 
b/www-apps/drupal/drupal-9.4.12.ebuild
deleted file mode 100644
index cfe37862af18..
--- a/www-apps/drupal/drupal-9.4.12.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
-
-   dodoc ${docs}
-   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-   echo
-   ewarn "If you're doing a new drupal-9 install, you'll have to copy 
/sites/default/default.services.yml"
-   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-   ewarn "reported by the setup."
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-04-19 Thread Viorel Munteanu
commit: 8078184c90f7b94b98734e8a8898d03ed90cb12e
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 19 18:19:21 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 19 18:19:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8078184c

www-apps/drupal: add 7.96

Bug: https://bugs.gentoo.org/904675
Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest   |  1 +
 www-apps/drupal/drupal-7.96.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 06f9b0f1b0f3..10eff353d2cc 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,5 @@
 DIST drupal-10.0.5.tar.gz 17424348 BLAKE2B 
8ccaf40e3e082906c89536ab7b4e5ca02fe7f98becb590e1e9740b2cca56657a9f4f1fc636de014007673ad3001bc1888511bcf645772b8bf514becd0cf6a9de
 SHA512 
650c45e285fd805e1d311881c66485c407b2f4b3aa9a379893f226d55e7be978c3ff1c7a0ee061e213a3aab9bff8fddcf1339131454d6b29d5c8a03936124362
 DIST drupal-7.95.tar.gz 3380331 BLAKE2B 
03b7434ef323cd8c26349ae11b65835a30dfb131f5fea36b6ec856d77a57756886fca79ad4f6ef033ab2716713993dcad331c96f99a5291e9083b8151652aa13
 SHA512 
7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84
+DIST drupal-7.96.tar.gz 3381093 BLAKE2B 
5b9468cf1805697649f7414695f1dda3e1f79bdd89213367f86b5c2722a3b6c96f9eb225871ce86ccef246eebbad54fc895761c6fe3e8480ca31f2bbd399aedf
 SHA512 
50904f98bf090c3c6d77fa962f9b64c0b0506584337af0ae3ca964f3216a884cb7597f85c209496777390c97fd010fc888bb5d1db4ee08748dc79a37bef14dc6
 DIST drupal-9.4.12.tar.gz 21629697 BLAKE2B 
ffade207c552cbcdc02bfdee672a6f628bb74dbc1bf3e6f276482c838559a7fa195e1c919da6119bdd1edce3b2032ecfb2a9c6694e8894035b22640011d9d92a
 SHA512 
a4e09dbdc6255a82a5948f30f458ed89a0e930703830023116627097f12c2e27c4b0c42feaec21c89db791976a5bd4d2c05d9c02a710384fe4978489ceb78954
 DIST drupal-9.5.5.tar.gz 22560005 BLAKE2B 
5a79e0d20273e59e1ad88039fb263fa68397d51bc6f614db8e6396d24169cd7b8314e4a0e26f558a0d8a421b0089210c68a26cac3a0d0205421fde52efd4e6f1
 SHA512 
d965f5e251bc9eb6f392455724b6321ac3c0e6d134ffbff208748aca397dc98c8ff97d2e1ff2369bf97ba8c9416fc0c5d779b33a194af16343ebc584a8cade68

diff --git a/www-apps/drupal/drupal-7.96.ebuild 
b/www-apps/drupal/drupal-7.96.ebuild
new file mode 100644
index ..83823c1abd94
--- /dev/null
+++ b/www-apps/drupal/drupal-7.96.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-04-19 Thread Viorel Munteanu
commit: f5b0667b97e60bd58b0fc5675e13299ee6d73f16
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 19 18:22:55 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 19 18:22:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5b0667b

www-apps/drupal: add 9.4.14

Bug: https://bugs.gentoo.org/904675
Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 +
 www-apps/drupal/drupal-9.4.14.ebuild | 68 
 2 files changed, 69 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 0c1b656dbc03..f1c13e22f373 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,5 @@
 DIST drupal-10.0.5.tar.gz 17424348 BLAKE2B 
8ccaf40e3e082906c89536ab7b4e5ca02fe7f98becb590e1e9740b2cca56657a9f4f1fc636de014007673ad3001bc1888511bcf645772b8bf514becd0cf6a9de
 SHA512 
650c45e285fd805e1d311881c66485c407b2f4b3aa9a379893f226d55e7be978c3ff1c7a0ee061e213a3aab9bff8fddcf1339131454d6b29d5c8a03936124362
 DIST drupal-7.96.tar.gz 3381093 BLAKE2B 
5b9468cf1805697649f7414695f1dda3e1f79bdd89213367f86b5c2722a3b6c96f9eb225871ce86ccef246eebbad54fc895761c6fe3e8480ca31f2bbd399aedf
 SHA512 
50904f98bf090c3c6d77fa962f9b64c0b0506584337af0ae3ca964f3216a884cb7597f85c209496777390c97fd010fc888bb5d1db4ee08748dc79a37bef14dc6
 DIST drupal-9.4.12.tar.gz 21629697 BLAKE2B 
ffade207c552cbcdc02bfdee672a6f628bb74dbc1bf3e6f276482c838559a7fa195e1c919da6119bdd1edce3b2032ecfb2a9c6694e8894035b22640011d9d92a
 SHA512 
a4e09dbdc6255a82a5948f30f458ed89a0e930703830023116627097f12c2e27c4b0c42feaec21c89db791976a5bd4d2c05d9c02a710384fe4978489ceb78954
+DIST drupal-9.4.14.tar.gz 21636221 BLAKE2B 
e09ae96efb6037be6c9ebcc6785eef6c75cae2988f41aec8c76c761259beb45063ed013f9e5680d1059f0c3051926f08adfc524266e35948814ccb0ca2492806
 SHA512 
84df434ffaa35b2ef8aef877196732f1038f47e2028091c3b7de47c686f8767ad091573fee531c9d765064b33b94d727258c390c4159d106ef2cbd6e186423f1
 DIST drupal-9.5.5.tar.gz 22560005 BLAKE2B 
5a79e0d20273e59e1ad88039fb263fa68397d51bc6f614db8e6396d24169cd7b8314e4a0e26f558a0d8a421b0089210c68a26cac3a0d0205421fde52efd4e6f1
 SHA512 
d965f5e251bc9eb6f392455724b6321ac3c0e6d134ffbff208748aca397dc98c8ff97d2e1ff2369bf97ba8c9416fc0c5d779b33a194af16343ebc584a8cade68

diff --git a/www-apps/drupal/drupal-9.4.14.ebuild 
b/www-apps/drupal/drupal-9.4.14.ebuild
new file mode 100644
index ..cfe37862af18
--- /dev/null
+++ b/www-apps/drupal/drupal-9.4.14.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-9 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by the setup."
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-03-16 Thread Viorel Munteanu
commit: 5437d95c9003ecbbb40c6546ed1c3f4de3153034
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar 16 06:07:21 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar 16 06:07:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5437d95c

www-apps/drupal: add 10.0.5

Security update.

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 +
 www-apps/drupal/drupal-10.0.5.ebuild | 71 
 2 files changed, 72 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 733276664fc9..f9489ec1f050 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,5 @@
 DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e51113969413eb557f657fa3415f65b819a70d08be7c543b6609cba2881b18fa69ce77fe8b3764d9a4a12f569e04
 SHA512 
19f3f2459c8d2d54647f43db614cd493cb6f068d107678bb6c36823407fe815db71b7919fe755f40fb10c3697afb07e20c93fe47098de88f9248f18cf901da80
+DIST drupal-10.0.5.tar.gz 17424348 BLAKE2B 
8ccaf40e3e082906c89536ab7b4e5ca02fe7f98becb590e1e9740b2cca56657a9f4f1fc636de014007673ad3001bc1888511bcf645772b8bf514becd0cf6a9de
 SHA512 
650c45e285fd805e1d311881c66485c407b2f4b3aa9a379893f226d55e7be978c3ff1c7a0ee061e213a3aab9bff8fddcf1339131454d6b29d5c8a03936124362
 DIST drupal-7.95.tar.gz 3380331 BLAKE2B 
03b7434ef323cd8c26349ae11b65835a30dfb131f5fea36b6ec856d77a57756886fca79ad4f6ef033ab2716713993dcad331c96f99a5291e9083b8151652aa13
 SHA512 
7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84
 DIST drupal-9.4.12.tar.gz 21629697 BLAKE2B 
ffade207c552cbcdc02bfdee672a6f628bb74dbc1bf3e6f276482c838559a7fa195e1c919da6119bdd1edce3b2032ecfb2a9c6694e8894035b22640011d9d92a
 SHA512 
a4e09dbdc6255a82a5948f30f458ed89a0e930703830023116627097f12c2e27c4b0c42feaec21c89db791976a5bd4d2c05d9c02a710384fe4978489ceb78954
 DIST drupal-9.5.5.tar.gz 22560005 BLAKE2B 
5a79e0d20273e59e1ad88039fb263fa68397d51bc6f614db8e6396d24169cd7b8314e4a0e26f558a0d8a421b0089210c68a26cac3a0d0205421fde52efd4e6f1
 SHA512 
d965f5e251bc9eb6f392455724b6321ac3c0e6d134ffbff208748aca397dc98c8ff97d2e1ff2369bf97ba8c9416fc0c5d779b33a194af16343ebc584a8cade68

diff --git a/www-apps/drupal/drupal-10.0.5.ebuild 
b/www-apps/drupal/drupal-10.0.5.ebuild
new file mode 100644
index ..6a27404d4a84
--- /dev/null
+++ b/www-apps/drupal/drupal-10.0.5.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+# upstream supports php 8.1+, but dev-php/pecl-uploadprogress does not have 8.2
+# limit php to 8.1 for now
+RDEPEND="
+   dev-lang/php:8.1[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress[php_targets_php8-1] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt \
+   core/USAGE.txt "
+
+   dodoc ${docs}
+   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-10 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by the setup."
+   

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-03-16 Thread Viorel Munteanu
commit: f42ed8015bd13d02ad396e14e4deaa98d20fdb23
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar 16 06:07:35 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar 16 06:07:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42ed801

www-apps/drupal: drop 10.0.2

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 -
 www-apps/drupal/drupal-10.0.2.ebuild | 71 
 2 files changed, 72 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index f9489ec1f050..06f9b0f1b0f3 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,3 @@
-DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e51113969413eb557f657fa3415f65b819a70d08be7c543b6609cba2881b18fa69ce77fe8b3764d9a4a12f569e04
 SHA512 
19f3f2459c8d2d54647f43db614cd493cb6f068d107678bb6c36823407fe815db71b7919fe755f40fb10c3697afb07e20c93fe47098de88f9248f18cf901da80
 DIST drupal-10.0.5.tar.gz 17424348 BLAKE2B 
8ccaf40e3e082906c89536ab7b4e5ca02fe7f98becb590e1e9740b2cca56657a9f4f1fc636de014007673ad3001bc1888511bcf645772b8bf514becd0cf6a9de
 SHA512 
650c45e285fd805e1d311881c66485c407b2f4b3aa9a379893f226d55e7be978c3ff1c7a0ee061e213a3aab9bff8fddcf1339131454d6b29d5c8a03936124362
 DIST drupal-7.95.tar.gz 3380331 BLAKE2B 
03b7434ef323cd8c26349ae11b65835a30dfb131f5fea36b6ec856d77a57756886fca79ad4f6ef033ab2716713993dcad331c96f99a5291e9083b8151652aa13
 SHA512 
7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84
 DIST drupal-9.4.12.tar.gz 21629697 BLAKE2B 
ffade207c552cbcdc02bfdee672a6f628bb74dbc1bf3e6f276482c838559a7fa195e1c919da6119bdd1edce3b2032ecfb2a9c6694e8894035b22640011d9d92a
 SHA512 
a4e09dbdc6255a82a5948f30f458ed89a0e930703830023116627097f12c2e27c4b0c42feaec21c89db791976a5bd4d2c05d9c02a710384fe4978489ceb78954

diff --git a/www-apps/drupal/drupal-10.0.2.ebuild 
b/www-apps/drupal/drupal-10.0.2.ebuild
deleted file mode 100644
index 6a27404d4a84..
--- a/www-apps/drupal/drupal-10.0.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-# upstream supports php 8.1+, but dev-php/pecl-uploadprogress does not have 8.2
-# limit php to 8.1 for now
-RDEPEND="
-   dev-lang/php:8.1[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress[php_targets_php8-1] )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt \
-   core/USAGE.txt "
-
-   dodoc ${docs}
-   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-   echo
-   ewarn "If you're doing a new drupal-10 install, you'll have to copy 
/sites/default/default.services.yml"
-   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-   ewarn "reported by the setup."
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-03-16 Thread Viorel Munteanu
commit: dd989a232493c7f74dd744610475e6e78b8d1db3
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar 16 06:05:59 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar 16 06:05:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd989a23

www-apps/drupal: drop 7.91

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest   |  1 -
 www-apps/drupal/drupal-7.91.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 5ae1d31811d4..2f5971764199 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,5 +1,4 @@
 DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e51113969413eb557f657fa3415f65b819a70d08be7c543b6609cba2881b18fa69ce77fe8b3764d9a4a12f569e04
 SHA512 
19f3f2459c8d2d54647f43db614cd493cb6f068d107678bb6c36823407fe815db71b7919fe755f40fb10c3697afb07e20c93fe47098de88f9248f18cf901da80
-DIST drupal-7.91.tar.gz 3369203 BLAKE2B 
202b3cbcbb25bb92f056c15cb8f697038caacdd62497de02b7e0036dc5dd5ac6e9b12c67620b753a5fbe8440e5883aec3061a626d753d9cca4f48b6d6358b3fc
 SHA512 
da38735563cf5a76f432907b61943339b9d7f218e5abe5b5187138a470b545db14e23bb708fa53adc0853f9b46b34242e7eae3222e53b62fdafef29b2b476169
 DIST drupal-7.95.tar.gz 3380331 BLAKE2B 
03b7434ef323cd8c26349ae11b65835a30dfb131f5fea36b6ec856d77a57756886fca79ad4f6ef033ab2716713993dcad331c96f99a5291e9083b8151652aa13
 SHA512 
7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84
 DIST drupal-9.4.10.tar.gz 21631038 BLAKE2B 
635bca79c8ac0230205eb4eb11b4e790d49a3359c0fc1f535b936535b8541de71f0319806da221a9179b0b13c8f3d28ccf0f4d7c9088e459d9ff8274b3965b58
 SHA512 
befefe68ef0b6818ba9637fea2b007119483b431950cf0d81090d27b1e1672ab8c84be46ea1b083acf7dc4898bd4cfb294cd74a21cd5105cccef3d285c357739
 DIST drupal-9.5.2.tar.gz 22552415 BLAKE2B 
f364faefa537e43a908ad7a4aab689643ef1ddf036881a4167b0681eeb0e8d0fa657037f059475b854f5e1965e670834bdc49cbd7bc8b5e4123ae9fa00423351
 SHA512 
a78637076db8034abb26e8c271db363ce3f20aa095f44b411ed2c3556bf102278a002ede68a386761d22004c65b9524ed473ac1a6c4e41ac6969b360179afde6

diff --git a/www-apps/drupal/drupal-7.91.ebuild 
b/www-apps/drupal/drupal-7.91.ebuild
deleted file mode 100644
index 83823c1abd94..
--- a/www-apps/drupal/drupal-7.91.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
-   dodoc ${docs}
-   rm -f ${docs} INSTALL COPYRIGHT.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-03-16 Thread Viorel Munteanu
commit: 1a08d265d02f3aee7f14dba1f5174696639f74d2
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar 16 06:06:50 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar 16 06:06:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a08d265

www-apps/drupal: add 9.5.5

Security update.

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-9.5.5.ebuild | 68 +
 2 files changed, 69 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 92a22e07ffce..d33757c00548 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -2,3 +2,4 @@ DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e
 DIST drupal-7.95.tar.gz 3380331 BLAKE2B 
03b7434ef323cd8c26349ae11b65835a30dfb131f5fea36b6ec856d77a57756886fca79ad4f6ef033ab2716713993dcad331c96f99a5291e9083b8151652aa13
 SHA512 
7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84
 DIST drupal-9.4.12.tar.gz 21629697 BLAKE2B 
ffade207c552cbcdc02bfdee672a6f628bb74dbc1bf3e6f276482c838559a7fa195e1c919da6119bdd1edce3b2032ecfb2a9c6694e8894035b22640011d9d92a
 SHA512 
a4e09dbdc6255a82a5948f30f458ed89a0e930703830023116627097f12c2e27c4b0c42feaec21c89db791976a5bd4d2c05d9c02a710384fe4978489ceb78954
 DIST drupal-9.5.2.tar.gz 22552415 BLAKE2B 
f364faefa537e43a908ad7a4aab689643ef1ddf036881a4167b0681eeb0e8d0fa657037f059475b854f5e1965e670834bdc49cbd7bc8b5e4123ae9fa00423351
 SHA512 
a78637076db8034abb26e8c271db363ce3f20aa095f44b411ed2c3556bf102278a002ede68a386761d22004c65b9524ed473ac1a6c4e41ac6969b360179afde6
+DIST drupal-9.5.5.tar.gz 22560005 BLAKE2B 
5a79e0d20273e59e1ad88039fb263fa68397d51bc6f614db8e6396d24169cd7b8314e4a0e26f558a0d8a421b0089210c68a26cac3a0d0205421fde52efd4e6f1
 SHA512 
d965f5e251bc9eb6f392455724b6321ac3c0e6d134ffbff208748aca397dc98c8ff97d2e1ff2369bf97ba8c9416fc0c5d779b33a194af16343ebc584a8cade68

diff --git a/www-apps/drupal/drupal-9.5.5.ebuild 
b/www-apps/drupal/drupal-9.5.5.ebuild
new file mode 100644
index ..cfe37862af18
--- /dev/null
+++ b/www-apps/drupal/drupal-9.5.5.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-9 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by the setup."
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-03-16 Thread Viorel Munteanu
commit: ad228b0369ba7ec6dac2245f67dc4796206f42fd
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar 16 06:07:02 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar 16 06:07:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad228b03

www-apps/drupal: drop 9.5.2

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest|  1 -
 www-apps/drupal/drupal-9.5.2.ebuild | 68 -
 2 files changed, 69 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index d33757c00548..733276664fc9 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,5 +1,4 @@
 DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e51113969413eb557f657fa3415f65b819a70d08be7c543b6609cba2881b18fa69ce77fe8b3764d9a4a12f569e04
 SHA512 
19f3f2459c8d2d54647f43db614cd493cb6f068d107678bb6c36823407fe815db71b7919fe755f40fb10c3697afb07e20c93fe47098de88f9248f18cf901da80
 DIST drupal-7.95.tar.gz 3380331 BLAKE2B 
03b7434ef323cd8c26349ae11b65835a30dfb131f5fea36b6ec856d77a57756886fca79ad4f6ef033ab2716713993dcad331c96f99a5291e9083b8151652aa13
 SHA512 
7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84
 DIST drupal-9.4.12.tar.gz 21629697 BLAKE2B 
ffade207c552cbcdc02bfdee672a6f628bb74dbc1bf3e6f276482c838559a7fa195e1c919da6119bdd1edce3b2032ecfb2a9c6694e8894035b22640011d9d92a
 SHA512 
a4e09dbdc6255a82a5948f30f458ed89a0e930703830023116627097f12c2e27c4b0c42feaec21c89db791976a5bd4d2c05d9c02a710384fe4978489ceb78954
-DIST drupal-9.5.2.tar.gz 22552415 BLAKE2B 
f364faefa537e43a908ad7a4aab689643ef1ddf036881a4167b0681eeb0e8d0fa657037f059475b854f5e1965e670834bdc49cbd7bc8b5e4123ae9fa00423351
 SHA512 
a78637076db8034abb26e8c271db363ce3f20aa095f44b411ed2c3556bf102278a002ede68a386761d22004c65b9524ed473ac1a6c4e41ac6969b360179afde6
 DIST drupal-9.5.5.tar.gz 22560005 BLAKE2B 
5a79e0d20273e59e1ad88039fb263fa68397d51bc6f614db8e6396d24169cd7b8314e4a0e26f558a0d8a421b0089210c68a26cac3a0d0205421fde52efd4e6f1
 SHA512 
d965f5e251bc9eb6f392455724b6321ac3c0e6d134ffbff208748aca397dc98c8ff97d2e1ff2369bf97ba8c9416fc0c5d779b33a194af16343ebc584a8cade68

diff --git a/www-apps/drupal/drupal-9.5.2.ebuild 
b/www-apps/drupal/drupal-9.5.2.ebuild
deleted file mode 100644
index cfe37862af18..
--- a/www-apps/drupal/drupal-9.5.2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
-
-   dodoc ${docs}
-   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-   echo
-   ewarn "If you're doing a new drupal-9 install, you'll have to copy 
/sites/default/default.services.yml"
-   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-   ewarn "reported by the setup."
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-03-16 Thread Viorel Munteanu
commit: 50be345ae56c3306ba8e2fcdd95b17bc44abce22
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar 16 06:05:16 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar 16 06:05:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50be345a

www-apps/drupal: add 7.95

Security update.

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest   |  1 +
 www-apps/drupal/drupal-7.95.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index c0257cc9add7..5ae1d31811d4 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,5 @@
 DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e51113969413eb557f657fa3415f65b819a70d08be7c543b6609cba2881b18fa69ce77fe8b3764d9a4a12f569e04
 SHA512 
19f3f2459c8d2d54647f43db614cd493cb6f068d107678bb6c36823407fe815db71b7919fe755f40fb10c3697afb07e20c93fe47098de88f9248f18cf901da80
 DIST drupal-7.91.tar.gz 3369203 BLAKE2B 
202b3cbcbb25bb92f056c15cb8f697038caacdd62497de02b7e0036dc5dd5ac6e9b12c67620b753a5fbe8440e5883aec3061a626d753d9cca4f48b6d6358b3fc
 SHA512 
da38735563cf5a76f432907b61943339b9d7f218e5abe5b5187138a470b545db14e23bb708fa53adc0853f9b46b34242e7eae3222e53b62fdafef29b2b476169
+DIST drupal-7.95.tar.gz 3380331 BLAKE2B 
03b7434ef323cd8c26349ae11b65835a30dfb131f5fea36b6ec856d77a57756886fca79ad4f6ef033ab2716713993dcad331c96f99a5291e9083b8151652aa13
 SHA512 
7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84
 DIST drupal-9.4.10.tar.gz 21631038 BLAKE2B 
635bca79c8ac0230205eb4eb11b4e790d49a3359c0fc1f535b936535b8541de71f0319806da221a9179b0b13c8f3d28ccf0f4d7c9088e459d9ff8274b3965b58
 SHA512 
befefe68ef0b6818ba9637fea2b007119483b431950cf0d81090d27b1e1672ab8c84be46ea1b083acf7dc4898bd4cfb294cd74a21cd5105cccef3d285c357739
 DIST drupal-9.5.2.tar.gz 22552415 BLAKE2B 
f364faefa537e43a908ad7a4aab689643ef1ddf036881a4167b0681eeb0e8d0fa657037f059475b854f5e1965e670834bdc49cbd7bc8b5e4123ae9fa00423351
 SHA512 
a78637076db8034abb26e8c271db363ce3f20aa095f44b411ed2c3556bf102278a002ede68a386761d22004c65b9524ed473ac1a6c4e41ac6969b360179afde6

diff --git a/www-apps/drupal/drupal-7.95.ebuild 
b/www-apps/drupal/drupal-7.95.ebuild
new file mode 100644
index ..83823c1abd94
--- /dev/null
+++ b/www-apps/drupal/drupal-7.95.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-03-16 Thread Viorel Munteanu
commit: f2e49215e93f1c41bb52b35ebd46dc6a4b8f931a
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar 16 06:06:19 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar 16 06:06:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e49215

www-apps/drupal: add 9.4.12

Security update.

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 +
 www-apps/drupal/drupal-9.4.12.ebuild | 68 
 2 files changed, 69 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 2f5971764199..9fb7d359aca7 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,5 @@
 DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e51113969413eb557f657fa3415f65b819a70d08be7c543b6609cba2881b18fa69ce77fe8b3764d9a4a12f569e04
 SHA512 
19f3f2459c8d2d54647f43db614cd493cb6f068d107678bb6c36823407fe815db71b7919fe755f40fb10c3697afb07e20c93fe47098de88f9248f18cf901da80
 DIST drupal-7.95.tar.gz 3380331 BLAKE2B 
03b7434ef323cd8c26349ae11b65835a30dfb131f5fea36b6ec856d77a57756886fca79ad4f6ef033ab2716713993dcad331c96f99a5291e9083b8151652aa13
 SHA512 
7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84
 DIST drupal-9.4.10.tar.gz 21631038 BLAKE2B 
635bca79c8ac0230205eb4eb11b4e790d49a3359c0fc1f535b936535b8541de71f0319806da221a9179b0b13c8f3d28ccf0f4d7c9088e459d9ff8274b3965b58
 SHA512 
befefe68ef0b6818ba9637fea2b007119483b431950cf0d81090d27b1e1672ab8c84be46ea1b083acf7dc4898bd4cfb294cd74a21cd5105cccef3d285c357739
+DIST drupal-9.4.12.tar.gz 21629697 BLAKE2B 
ffade207c552cbcdc02bfdee672a6f628bb74dbc1bf3e6f276482c838559a7fa195e1c919da6119bdd1edce3b2032ecfb2a9c6694e8894035b22640011d9d92a
 SHA512 
a4e09dbdc6255a82a5948f30f458ed89a0e930703830023116627097f12c2e27c4b0c42feaec21c89db791976a5bd4d2c05d9c02a710384fe4978489ceb78954
 DIST drupal-9.5.2.tar.gz 22552415 BLAKE2B 
f364faefa537e43a908ad7a4aab689643ef1ddf036881a4167b0681eeb0e8d0fa657037f059475b854f5e1965e670834bdc49cbd7bc8b5e4123ae9fa00423351
 SHA512 
a78637076db8034abb26e8c271db363ce3f20aa095f44b411ed2c3556bf102278a002ede68a386761d22004c65b9524ed473ac1a6c4e41ac6969b360179afde6

diff --git a/www-apps/drupal/drupal-9.4.12.ebuild 
b/www-apps/drupal/drupal-9.4.12.ebuild
new file mode 100644
index ..cfe37862af18
--- /dev/null
+++ b/www-apps/drupal/drupal-9.4.12.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-9 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by the setup."
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-03-16 Thread Viorel Munteanu
commit: ef361356bdac93bb8534efa5107fabf56bb6be76
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Mar 16 06:06:31 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Thu Mar 16 06:06:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef361356

www-apps/drupal: drop 9.4.10

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 -
 www-apps/drupal/drupal-9.4.10.ebuild | 68 
 2 files changed, 69 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 9fb7d359aca7..92a22e07ffce 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,5 +1,4 @@
 DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e51113969413eb557f657fa3415f65b819a70d08be7c543b6609cba2881b18fa69ce77fe8b3764d9a4a12f569e04
 SHA512 
19f3f2459c8d2d54647f43db614cd493cb6f068d107678bb6c36823407fe815db71b7919fe755f40fb10c3697afb07e20c93fe47098de88f9248f18cf901da80
 DIST drupal-7.95.tar.gz 3380331 BLAKE2B 
03b7434ef323cd8c26349ae11b65835a30dfb131f5fea36b6ec856d77a57756886fca79ad4f6ef033ab2716713993dcad331c96f99a5291e9083b8151652aa13
 SHA512 
7e013adc687ea263ff63eecee876367d5a2e4467a44fc4cc0d14a54f82d21b66069aa0ef7123370cdaf0d051a6c2fc870f359d2f2d657a59b41506e7dec8ad84
-DIST drupal-9.4.10.tar.gz 21631038 BLAKE2B 
635bca79c8ac0230205eb4eb11b4e790d49a3359c0fc1f535b936535b8541de71f0319806da221a9179b0b13c8f3d28ccf0f4d7c9088e459d9ff8274b3965b58
 SHA512 
befefe68ef0b6818ba9637fea2b007119483b431950cf0d81090d27b1e1672ab8c84be46ea1b083acf7dc4898bd4cfb294cd74a21cd5105cccef3d285c357739
 DIST drupal-9.4.12.tar.gz 21629697 BLAKE2B 
ffade207c552cbcdc02bfdee672a6f628bb74dbc1bf3e6f276482c838559a7fa195e1c919da6119bdd1edce3b2032ecfb2a9c6694e8894035b22640011d9d92a
 SHA512 
a4e09dbdc6255a82a5948f30f458ed89a0e930703830023116627097f12c2e27c4b0c42feaec21c89db791976a5bd4d2c05d9c02a710384fe4978489ceb78954
 DIST drupal-9.5.2.tar.gz 22552415 BLAKE2B 
f364faefa537e43a908ad7a4aab689643ef1ddf036881a4167b0681eeb0e8d0fa657037f059475b854f5e1965e670834bdc49cbd7bc8b5e4123ae9fa00423351
 SHA512 
a78637076db8034abb26e8c271db363ce3f20aa095f44b411ed2c3556bf102278a002ede68a386761d22004c65b9524ed473ac1a6c4e41ac6969b360179afde6

diff --git a/www-apps/drupal/drupal-9.4.10.ebuild 
b/www-apps/drupal/drupal-9.4.10.ebuild
deleted file mode 100644
index cfe37862af18..
--- a/www-apps/drupal/drupal-9.4.10.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
-
-   dodoc ${docs}
-   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-   echo
-   ewarn "If you're doing a new drupal-9 install, you'll have to copy 
/sites/default/default.services.yml"
-   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-   ewarn "reported by the setup."
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-03-11 Thread Viorel Munteanu
commit: 8b2688c8a54193d22e63fc9b08f0d65239e718e5
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Mar 11 07:35:52 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat Mar 11 11:03:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b2688c8

www-apps/drupal: drop 7.89

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest   |  1 -
 www-apps/drupal/drupal-7.89.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 1fbe27de3283..39b98ed33986 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,5 +1,4 @@
 DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e51113969413eb557f657fa3415f65b819a70d08be7c543b6609cba2881b18fa69ce77fe8b3764d9a4a12f569e04
 SHA512 
19f3f2459c8d2d54647f43db614cd493cb6f068d107678bb6c36823407fe815db71b7919fe755f40fb10c3697afb07e20c93fe47098de88f9248f18cf901da80
-DIST drupal-7.89.tar.gz 3361853 BLAKE2B 
5388c6c9ded2ce31caee1bea23976e2c2d53116f6e564fd47f4035e9815e28759bf4e56964754d01c165ae7c384527c3c1845ef6b9c3b1b029b9eca3c56e7442
 SHA512 
3f1f50b09bfd77afaad368c21a00d2fb52a4a3853bf288525a805fab992083ffb241c2b3bfef8db3b4351310b0a0d5d27470fa7adc191c687809f48464f18f0b
 DIST drupal-7.91.tar.gz 3369203 BLAKE2B 
202b3cbcbb25bb92f056c15cb8f697038caacdd62497de02b7e0036dc5dd5ac6e9b12c67620b753a5fbe8440e5883aec3061a626d753d9cca4f48b6d6358b3fc
 SHA512 
da38735563cf5a76f432907b61943339b9d7f218e5abe5b5187138a470b545db14e23bb708fa53adc0853f9b46b34242e7eae3222e53b62fdafef29b2b476169
 DIST drupal-9.2.18.tar.gz 18882937 BLAKE2B 
9e62b041c0d3cd634984fa29c72b35af9a1d9777d1b3c204fb55fd125d7270242177b30876a03e36aa3757b1445fd7763db82a2f038e7931d84df7f908150abb
 SHA512 
ed91530280a6150070d4086a388084b6336526363fb56585c85e090f9e3fd1b3e90a82eb83b07a6c725eae3ba994228b5cf280d3c296650d9e2be9e97996aa31
 DIST drupal-9.4.10.tar.gz 21631038 BLAKE2B 
635bca79c8ac0230205eb4eb11b4e790d49a3359c0fc1f535b936535b8541de71f0319806da221a9179b0b13c8f3d28ccf0f4d7c9088e459d9ff8274b3965b58
 SHA512 
befefe68ef0b6818ba9637fea2b007119483b431950cf0d81090d27b1e1672ab8c84be46ea1b083acf7dc4898bd4cfb294cd74a21cd5105cccef3d285c357739

diff --git a/www-apps/drupal/drupal-7.89.ebuild 
b/www-apps/drupal/drupal-7.89.ebuild
deleted file mode 100644
index f5302a46a2ad..
--- a/www-apps/drupal/drupal-7.89.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
-   dodoc ${docs}
-   rm -f ${docs} INSTALL COPYRIGHT.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-03-11 Thread Viorel Munteanu
commit: 447f51219f535d4ce0c3b74d7c55a2d83c6ff1fa
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Mar 11 06:25:07 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat Mar 11 11:03:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447f5121

www-apps/drupal: add 7.91

drupal 7.91 is the latest security update, released 2022-07-20.

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest   |  1 +
 www-apps/drupal/drupal-7.91.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index da25d78a1b40..ad45d7dcb085 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,5 @@
 DIST drupal-7.89.tar.gz 3361853 BLAKE2B 
5388c6c9ded2ce31caee1bea23976e2c2d53116f6e564fd47f4035e9815e28759bf4e56964754d01c165ae7c384527c3c1845ef6b9c3b1b029b9eca3c56e7442
 SHA512 
3f1f50b09bfd77afaad368c21a00d2fb52a4a3853bf288525a805fab992083ffb241c2b3bfef8db3b4351310b0a0d5d27470fa7adc191c687809f48464f18f0b
+DIST drupal-7.91.tar.gz 3369203 BLAKE2B 
202b3cbcbb25bb92f056c15cb8f697038caacdd62497de02b7e0036dc5dd5ac6e9b12c67620b753a5fbe8440e5883aec3061a626d753d9cca4f48b6d6358b3fc
 SHA512 
da38735563cf5a76f432907b61943339b9d7f218e5abe5b5187138a470b545db14e23bb708fa53adc0853f9b46b34242e7eae3222e53b62fdafef29b2b476169
 DIST drupal-8.9.20.tar.gz 19837562 BLAKE2B 
8246a96628eeb936c87d1c0ff58b507e432922ede550308b105066b4334e8e04e8f2dc9a7475fe9d4c5556b11e0e938191f453e74cac9ade11ce9369da696af6
 SHA512 
824ec2820a1071765fdb9f5d6195d906517d2d1a97f5cb0458e7417495f9c7c88717b931870bf46c0681787b54904a746770b8811c9deff3b05624415db032cf
 DIST drupal-9.1.15.tar.gz 18580086 BLAKE2B 
500602e498de55d2163c53d2cb04effbdab24d343a2f04262275c6500d9329b12760dee846513efbddc37916973dc9ad4bf0f6f882b1b57b0ca97b40afb369be
 SHA512 
1fd8cbdbf0de00ed6d85a004f61fb3897cfcbc1f71d1d72373c8acf108f21774f3a91138901d9a3d0043f6b65b29ae7f953dfce1428a96a4fe529aac907141c0
 DIST drupal-9.2.18.tar.gz 18882937 BLAKE2B 
9e62b041c0d3cd634984fa29c72b35af9a1d9777d1b3c204fb55fd125d7270242177b30876a03e36aa3757b1445fd7763db82a2f038e7931d84df7f908150abb
 SHA512 
ed91530280a6150070d4086a388084b6336526363fb56585c85e090f9e3fd1b3e90a82eb83b07a6c725eae3ba994228b5cf280d3c296650d9e2be9e97996aa31

diff --git a/www-apps/drupal/drupal-7.91.ebuild 
b/www-apps/drupal/drupal-7.91.ebuild
new file mode 100644
index ..83823c1abd94
--- /dev/null
+++ b/www-apps/drupal/drupal-7.91.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-03-11 Thread Viorel Munteanu
commit: 94fcf0a661519c7bbbf5e52aba532cf56eefd9d0
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Mar 11 06:54:57 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat Mar 11 11:03:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94fcf0a6

www-apps/drupal: add 9.5.2

drupal 9.5.2 is the latest security release from 9.5 branch from
2023-01-18.
drupal 9.1.x and 9.2.x reached end of life.

Closes: https://bugs.gentoo.org/887077
Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-9.5.2.ebuild | 68 +
 2 files changed, 69 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 89f6f25fa61a..328327bc7064 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -3,3 +3,4 @@ DIST drupal-7.91.tar.gz 3369203 BLAKE2B 
202b3cbcbb25bb92f056c15cb8f697038caacdd6
 DIST drupal-9.1.15.tar.gz 18580086 BLAKE2B 
500602e498de55d2163c53d2cb04effbdab24d343a2f04262275c6500d9329b12760dee846513efbddc37916973dc9ad4bf0f6f882b1b57b0ca97b40afb369be
 SHA512 
1fd8cbdbf0de00ed6d85a004f61fb3897cfcbc1f71d1d72373c8acf108f21774f3a91138901d9a3d0043f6b65b29ae7f953dfce1428a96a4fe529aac907141c0
 DIST drupal-9.2.18.tar.gz 18882937 BLAKE2B 
9e62b041c0d3cd634984fa29c72b35af9a1d9777d1b3c204fb55fd125d7270242177b30876a03e36aa3757b1445fd7763db82a2f038e7931d84df7f908150abb
 SHA512 
ed91530280a6150070d4086a388084b6336526363fb56585c85e090f9e3fd1b3e90a82eb83b07a6c725eae3ba994228b5cf280d3c296650d9e2be9e97996aa31
 DIST drupal-9.4.10.tar.gz 21631038 BLAKE2B 
635bca79c8ac0230205eb4eb11b4e790d49a3359c0fc1f535b936535b8541de71f0319806da221a9179b0b13c8f3d28ccf0f4d7c9088e459d9ff8274b3965b58
 SHA512 
befefe68ef0b6818ba9637fea2b007119483b431950cf0d81090d27b1e1672ab8c84be46ea1b083acf7dc4898bd4cfb294cd74a21cd5105cccef3d285c357739
+DIST drupal-9.5.2.tar.gz 22552415 BLAKE2B 
f364faefa537e43a908ad7a4aab689643ef1ddf036881a4167b0681eeb0e8d0fa657037f059475b854f5e1965e670834bdc49cbd7bc8b5e4123ae9fa00423351
 SHA512 
a78637076db8034abb26e8c271db363ce3f20aa095f44b411ed2c3556bf102278a002ede68a386761d22004c65b9524ed473ac1a6c4e41ac6969b360179afde6

diff --git a/www-apps/drupal/drupal-9.5.2.ebuild 
b/www-apps/drupal/drupal-9.5.2.ebuild
new file mode 100644
index ..cfe37862af18
--- /dev/null
+++ b/www-apps/drupal/drupal-9.5.2.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-9 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by the setup."
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-03-11 Thread Viorel Munteanu
commit: 17af39078f3deb881d566f11ca7b5191eee045f1
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Mar 11 07:45:03 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat Mar 11 11:03:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17af3907

www-apps/drupal: drop 9.2.18

Bug: https://bugs.gentoo.org/851942
Bug: https://bugs.gentoo.org/873361
Closes: https://github.com/gentoo/gentoo/pull/30050
Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 -
 www-apps/drupal/drupal-9.2.18.ebuild | 68 
 2 files changed, 69 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 39b98ed33986..c0257cc9add7 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,5 +1,4 @@
 DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e51113969413eb557f657fa3415f65b819a70d08be7c543b6609cba2881b18fa69ce77fe8b3764d9a4a12f569e04
 SHA512 
19f3f2459c8d2d54647f43db614cd493cb6f068d107678bb6c36823407fe815db71b7919fe755f40fb10c3697afb07e20c93fe47098de88f9248f18cf901da80
 DIST drupal-7.91.tar.gz 3369203 BLAKE2B 
202b3cbcbb25bb92f056c15cb8f697038caacdd62497de02b7e0036dc5dd5ac6e9b12c67620b753a5fbe8440e5883aec3061a626d753d9cca4f48b6d6358b3fc
 SHA512 
da38735563cf5a76f432907b61943339b9d7f218e5abe5b5187138a470b545db14e23bb708fa53adc0853f9b46b34242e7eae3222e53b62fdafef29b2b476169
-DIST drupal-9.2.18.tar.gz 18882937 BLAKE2B 
9e62b041c0d3cd634984fa29c72b35af9a1d9777d1b3c204fb55fd125d7270242177b30876a03e36aa3757b1445fd7763db82a2f038e7931d84df7f908150abb
 SHA512 
ed91530280a6150070d4086a388084b6336526363fb56585c85e090f9e3fd1b3e90a82eb83b07a6c725eae3ba994228b5cf280d3c296650d9e2be9e97996aa31
 DIST drupal-9.4.10.tar.gz 21631038 BLAKE2B 
635bca79c8ac0230205eb4eb11b4e790d49a3359c0fc1f535b936535b8541de71f0319806da221a9179b0b13c8f3d28ccf0f4d7c9088e459d9ff8274b3965b58
 SHA512 
befefe68ef0b6818ba9637fea2b007119483b431950cf0d81090d27b1e1672ab8c84be46ea1b083acf7dc4898bd4cfb294cd74a21cd5105cccef3d285c357739
 DIST drupal-9.5.2.tar.gz 22552415 BLAKE2B 
f364faefa537e43a908ad7a4aab689643ef1ddf036881a4167b0681eeb0e8d0fa657037f059475b854f5e1965e670834bdc49cbd7bc8b5e4123ae9fa00423351
 SHA512 
a78637076db8034abb26e8c271db363ce3f20aa095f44b411ed2c3556bf102278a002ede68a386761d22004c65b9524ed473ac1a6c4e41ac6969b360179afde6

diff --git a/www-apps/drupal/drupal-9.2.18.ebuild 
b/www-apps/drupal/drupal-9.2.18.ebuild
deleted file mode 100644
index fd1b09540bcc..
--- a/www-apps/drupal/drupal-9.2.18.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
-
-   dodoc ${docs}
-   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-   echo
-   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
-   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-   ewarn "reported by the setup."
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-03-11 Thread Viorel Munteanu
commit: 48b5eb917955c7dbad99bdba04f4d988d66e1813
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Mar 11 07:16:35 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat Mar 11 11:03:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b5eb91

www-apps/drupal: drop 9.1.15

drupal 9.1 reached end of life and no longer receives security updates.

Bug: https://bugs.gentoo.org/831818
Bug: https://bugs.gentoo.org/835524
Bug: https://bugs.gentoo.org/873361
Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 -
 www-apps/drupal/drupal-9.1.15.ebuild | 68 
 2 files changed, 69 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 59f9fe05e718..1fbe27de3283 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,7 +1,6 @@
 DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e51113969413eb557f657fa3415f65b819a70d08be7c543b6609cba2881b18fa69ce77fe8b3764d9a4a12f569e04
 SHA512 
19f3f2459c8d2d54647f43db614cd493cb6f068d107678bb6c36823407fe815db71b7919fe755f40fb10c3697afb07e20c93fe47098de88f9248f18cf901da80
 DIST drupal-7.89.tar.gz 3361853 BLAKE2B 
5388c6c9ded2ce31caee1bea23976e2c2d53116f6e564fd47f4035e9815e28759bf4e56964754d01c165ae7c384527c3c1845ef6b9c3b1b029b9eca3c56e7442
 SHA512 
3f1f50b09bfd77afaad368c21a00d2fb52a4a3853bf288525a805fab992083ffb241c2b3bfef8db3b4351310b0a0d5d27470fa7adc191c687809f48464f18f0b
 DIST drupal-7.91.tar.gz 3369203 BLAKE2B 
202b3cbcbb25bb92f056c15cb8f697038caacdd62497de02b7e0036dc5dd5ac6e9b12c67620b753a5fbe8440e5883aec3061a626d753d9cca4f48b6d6358b3fc
 SHA512 
da38735563cf5a76f432907b61943339b9d7f218e5abe5b5187138a470b545db14e23bb708fa53adc0853f9b46b34242e7eae3222e53b62fdafef29b2b476169
-DIST drupal-9.1.15.tar.gz 18580086 BLAKE2B 
500602e498de55d2163c53d2cb04effbdab24d343a2f04262275c6500d9329b12760dee846513efbddc37916973dc9ad4bf0f6f882b1b57b0ca97b40afb369be
 SHA512 
1fd8cbdbf0de00ed6d85a004f61fb3897cfcbc1f71d1d72373c8acf108f21774f3a91138901d9a3d0043f6b65b29ae7f953dfce1428a96a4fe529aac907141c0
 DIST drupal-9.2.18.tar.gz 18882937 BLAKE2B 
9e62b041c0d3cd634984fa29c72b35af9a1d9777d1b3c204fb55fd125d7270242177b30876a03e36aa3757b1445fd7763db82a2f038e7931d84df7f908150abb
 SHA512 
ed91530280a6150070d4086a388084b6336526363fb56585c85e090f9e3fd1b3e90a82eb83b07a6c725eae3ba994228b5cf280d3c296650d9e2be9e97996aa31
 DIST drupal-9.4.10.tar.gz 21631038 BLAKE2B 
635bca79c8ac0230205eb4eb11b4e790d49a3359c0fc1f535b936535b8541de71f0319806da221a9179b0b13c8f3d28ccf0f4d7c9088e459d9ff8274b3965b58
 SHA512 
befefe68ef0b6818ba9637fea2b007119483b431950cf0d81090d27b1e1672ab8c84be46ea1b083acf7dc4898bd4cfb294cd74a21cd5105cccef3d285c357739
 DIST drupal-9.5.2.tar.gz 22552415 BLAKE2B 
f364faefa537e43a908ad7a4aab689643ef1ddf036881a4167b0681eeb0e8d0fa657037f059475b854f5e1965e670834bdc49cbd7bc8b5e4123ae9fa00423351
 SHA512 
a78637076db8034abb26e8c271db363ce3f20aa095f44b411ed2c3556bf102278a002ede68a386761d22004c65b9524ed473ac1a6c4e41ac6969b360179afde6

diff --git a/www-apps/drupal/drupal-9.1.15.ebuild 
b/www-apps/drupal/drupal-9.1.15.ebuild
deleted file mode 100644
index 65376470ca05..
--- a/www-apps/drupal/drupal-9.1.15.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
-
-   dodoc ${docs}
-   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-03-11 Thread Viorel Munteanu
commit: dfe559ee0d581d16966d8638382b57e2a560ca46
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Mar 11 07:14:47 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat Mar 11 11:03:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe559ee

www-apps/drupal: add 10.0.2

drupal 10.0.2 is the latest security release from 10.0 branch from
2023-01-18.

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 +
 www-apps/drupal/drupal-10.0.2.ebuild | 71 
 2 files changed, 72 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 328327bc7064..59f9fe05e718 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,3 +1,4 @@
+DIST drupal-10.0.2.tar.gz 17411661 BLAKE2B 
c7a9a98f1e8c120486c1a6bd17986b3e99c1e51113969413eb557f657fa3415f65b819a70d08be7c543b6609cba2881b18fa69ce77fe8b3764d9a4a12f569e04
 SHA512 
19f3f2459c8d2d54647f43db614cd493cb6f068d107678bb6c36823407fe815db71b7919fe755f40fb10c3697afb07e20c93fe47098de88f9248f18cf901da80
 DIST drupal-7.89.tar.gz 3361853 BLAKE2B 
5388c6c9ded2ce31caee1bea23976e2c2d53116f6e564fd47f4035e9815e28759bf4e56964754d01c165ae7c384527c3c1845ef6b9c3b1b029b9eca3c56e7442
 SHA512 
3f1f50b09bfd77afaad368c21a00d2fb52a4a3853bf288525a805fab992083ffb241c2b3bfef8db3b4351310b0a0d5d27470fa7adc191c687809f48464f18f0b
 DIST drupal-7.91.tar.gz 3369203 BLAKE2B 
202b3cbcbb25bb92f056c15cb8f697038caacdd62497de02b7e0036dc5dd5ac6e9b12c67620b753a5fbe8440e5883aec3061a626d753d9cca4f48b6d6358b3fc
 SHA512 
da38735563cf5a76f432907b61943339b9d7f218e5abe5b5187138a470b545db14e23bb708fa53adc0853f9b46b34242e7eae3222e53b62fdafef29b2b476169
 DIST drupal-9.1.15.tar.gz 18580086 BLAKE2B 
500602e498de55d2163c53d2cb04effbdab24d343a2f04262275c6500d9329b12760dee846513efbddc37916973dc9ad4bf0f6f882b1b57b0ca97b40afb369be
 SHA512 
1fd8cbdbf0de00ed6d85a004f61fb3897cfcbc1f71d1d72373c8acf108f21774f3a91138901d9a3d0043f6b65b29ae7f953dfce1428a96a4fe529aac907141c0

diff --git a/www-apps/drupal/drupal-10.0.2.ebuild 
b/www-apps/drupal/drupal-10.0.2.ebuild
new file mode 100644
index ..6a27404d4a84
--- /dev/null
+++ b/www-apps/drupal/drupal-10.0.2.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+# upstream supports php 8.1+, but dev-php/pecl-uploadprogress does not have 8.2
+# limit php to 8.1 for now
+RDEPEND="
+   dev-lang/php:8.1[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress[php_targets_php8-1] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt \
+   core/USAGE.txt "
+
+   dodoc ${docs}
+   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-10 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by the setup."
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-03-11 Thread Viorel Munteanu
commit: 498c2ae529bd3b26c342a9517cbdd08e6cc776f6
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Mar 11 06:28:50 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat Mar 11 11:03:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498c2ae5

www-apps/drupal: drop 8.9.20

drupal 8 reached end of life.  It no longer receives security updates.

Bug: https://bugs.gentoo.org/831818
Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 -
 www-apps/drupal/drupal-8.9.20.ebuild | 68 
 2 files changed, 69 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index ad45d7dcb085..e49a50dfa1b5 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,5 +1,4 @@
 DIST drupal-7.89.tar.gz 3361853 BLAKE2B 
5388c6c9ded2ce31caee1bea23976e2c2d53116f6e564fd47f4035e9815e28759bf4e56964754d01c165ae7c384527c3c1845ef6b9c3b1b029b9eca3c56e7442
 SHA512 
3f1f50b09bfd77afaad368c21a00d2fb52a4a3853bf288525a805fab992083ffb241c2b3bfef8db3b4351310b0a0d5d27470fa7adc191c687809f48464f18f0b
 DIST drupal-7.91.tar.gz 3369203 BLAKE2B 
202b3cbcbb25bb92f056c15cb8f697038caacdd62497de02b7e0036dc5dd5ac6e9b12c67620b753a5fbe8440e5883aec3061a626d753d9cca4f48b6d6358b3fc
 SHA512 
da38735563cf5a76f432907b61943339b9d7f218e5abe5b5187138a470b545db14e23bb708fa53adc0853f9b46b34242e7eae3222e53b62fdafef29b2b476169
-DIST drupal-8.9.20.tar.gz 19837562 BLAKE2B 
8246a96628eeb936c87d1c0ff58b507e432922ede550308b105066b4334e8e04e8f2dc9a7475fe9d4c5556b11e0e938191f453e74cac9ade11ce9369da696af6
 SHA512 
824ec2820a1071765fdb9f5d6195d906517d2d1a97f5cb0458e7417495f9c7c88717b931870bf46c0681787b54904a746770b8811c9deff3b05624415db032cf
 DIST drupal-9.1.15.tar.gz 18580086 BLAKE2B 
500602e498de55d2163c53d2cb04effbdab24d343a2f04262275c6500d9329b12760dee846513efbddc37916973dc9ad4bf0f6f882b1b57b0ca97b40afb369be
 SHA512 
1fd8cbdbf0de00ed6d85a004f61fb3897cfcbc1f71d1d72373c8acf108f21774f3a91138901d9a3d0043f6b65b29ae7f953dfce1428a96a4fe529aac907141c0
 DIST drupal-9.2.18.tar.gz 18882937 BLAKE2B 
9e62b041c0d3cd634984fa29c72b35af9a1d9777d1b3c204fb55fd125d7270242177b30876a03e36aa3757b1445fd7763db82a2f038e7931d84df7f908150abb
 SHA512 
ed91530280a6150070d4086a388084b6336526363fb56585c85e090f9e3fd1b3e90a82eb83b07a6c725eae3ba994228b5cf280d3c296650d9e2be9e97996aa31

diff --git a/www-apps/drupal/drupal-8.9.20.ebuild 
b/www-apps/drupal/drupal-8.9.20.ebuild
deleted file mode 100644
index 65376470ca05..
--- a/www-apps/drupal/drupal-8.9.20.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
-
-   dodoc ${docs}
-   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-   echo
-   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
-   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-   ewarn "reported by the setup."
-   echo
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2023-03-11 Thread Viorel Munteanu
commit: baf469aea7189e0c6bae572b389867cdde9fd3b3
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Mar 11 06:43:49 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat Mar 11 11:03:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf469ae

www-apps/drupal: add 9.4.10

drupal 9.4.10 is the latest security release from 9.4 branch from
2023-01-18.
drupal 9.1.x and 9.2.x reached end of life.

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/drupal/Manifest |  1 +
 www-apps/drupal/drupal-9.4.10.ebuild | 68 
 2 files changed, 69 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index e49a50dfa1b5..89f6f25fa61a 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -2,3 +2,4 @@ DIST drupal-7.89.tar.gz 3361853 BLAKE2B 
5388c6c9ded2ce31caee1bea23976e2c2d53116f
 DIST drupal-7.91.tar.gz 3369203 BLAKE2B 
202b3cbcbb25bb92f056c15cb8f697038caacdd62497de02b7e0036dc5dd5ac6e9b12c67620b753a5fbe8440e5883aec3061a626d753d9cca4f48b6d6358b3fc
 SHA512 
da38735563cf5a76f432907b61943339b9d7f218e5abe5b5187138a470b545db14e23bb708fa53adc0853f9b46b34242e7eae3222e53b62fdafef29b2b476169
 DIST drupal-9.1.15.tar.gz 18580086 BLAKE2B 
500602e498de55d2163c53d2cb04effbdab24d343a2f04262275c6500d9329b12760dee846513efbddc37916973dc9ad4bf0f6f882b1b57b0ca97b40afb369be
 SHA512 
1fd8cbdbf0de00ed6d85a004f61fb3897cfcbc1f71d1d72373c8acf108f21774f3a91138901d9a3d0043f6b65b29ae7f953dfce1428a96a4fe529aac907141c0
 DIST drupal-9.2.18.tar.gz 18882937 BLAKE2B 
9e62b041c0d3cd634984fa29c72b35af9a1d9777d1b3c204fb55fd125d7270242177b30876a03e36aa3757b1445fd7763db82a2f038e7931d84df7f908150abb
 SHA512 
ed91530280a6150070d4086a388084b6336526363fb56585c85e090f9e3fd1b3e90a82eb83b07a6c725eae3ba994228b5cf280d3c296650d9e2be9e97996aa31
+DIST drupal-9.4.10.tar.gz 21631038 BLAKE2B 
635bca79c8ac0230205eb4eb11b4e790d49a3359c0fc1f535b936535b8541de71f0319806da221a9179b0b13c8f3d28ccf0f4d7c9088e459d9ff8274b3965b58
 SHA512 
befefe68ef0b6818ba9637fea2b007119483b431950cf0d81090d27b1e1672ab8c84be46ea1b083acf7dc4898bd4cfb294cd74a21cd5105cccef3d285c357739

diff --git a/www-apps/drupal/drupal-9.4.10.ebuild 
b/www-apps/drupal/drupal-9.4.10.ebuild
new file mode 100644
index ..cfe37862af18
--- /dev/null
+++ b/www-apps/drupal/drupal-9.4.10.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-9 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by the setup."
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2022-05-04 Thread Alfredo Tupone
commit: 2a62cefe6dd6583f8d8de73447a70be15396bf52
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed May  4 09:35:32 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed May  4 09:35:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a62cefe

www-apps/drupal: drop old versions

Bugs: https://bugs.gentoo.org/839978
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 www-apps/drupal/Manifest |  4 ---
 www-apps/drupal/drupal-7.88.ebuild   | 58 --
 www-apps/drupal/drupal-8.9.18.ebuild | 68 
 www-apps/drupal/drupal-9.1.12.ebuild | 68 
 www-apps/drupal/drupal-9.2.13.ebuild | 68 
 5 files changed, 266 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index f344265c5200..da25d78a1b40 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,8 +1,4 @@
-DIST drupal-7.88.tar.gz 3357877 BLAKE2B 
33c98ecd8b3e9a2cee8314971c7cdffe789d0d76fb25246c866659977954f0546c88d8f29b692d22686f2c24f2548b328c687793c132d23024a078d0fc032716
 SHA512 
e50a82906ebffcfb924deface19aa600589ccef81f58f44fb5630dc971e5638de8afbdc39a6a428008f070280ab70160816d6e38ac5181d7a6b91899f2d2cb16
 DIST drupal-7.89.tar.gz 3361853 BLAKE2B 
5388c6c9ded2ce31caee1bea23976e2c2d53116f6e564fd47f4035e9815e28759bf4e56964754d01c165ae7c384527c3c1845ef6b9c3b1b029b9eca3c56e7442
 SHA512 
3f1f50b09bfd77afaad368c21a00d2fb52a4a3853bf288525a805fab992083ffb241c2b3bfef8db3b4351310b0a0d5d27470fa7adc191c687809f48464f18f0b
-DIST drupal-8.9.18.tar.gz 19831928 BLAKE2B 
e8f42a00e8efe1c3a0b7a995bb9f55b37c590945f12268e86887f0243ab2691222449acce5f61d4ec853e0d13bb81b2d8d39a7702c2651368adaaa2438004114
 SHA512 
2c3103489d4b7ecee432fba1a1ef597b07701e46920a4cf82fc9d078368a0259a28e62e92a96550b23950c4ff6ae943877f7b8f6ef556381bf633daa3d4d0846
 DIST drupal-8.9.20.tar.gz 19837562 BLAKE2B 
8246a96628eeb936c87d1c0ff58b507e432922ede550308b105066b4334e8e04e8f2dc9a7475fe9d4c5556b11e0e938191f453e74cac9ade11ce9369da696af6
 SHA512 
824ec2820a1071765fdb9f5d6195d906517d2d1a97f5cb0458e7417495f9c7c88717b931870bf46c0681787b54904a746770b8811c9deff3b05624415db032cf
-DIST drupal-9.1.12.tar.gz 18568186 BLAKE2B 
74f20477867adc92eb6a87d2e3f4bd9449a69c66c723a03af9789d99f913a839324406aedaca1c731b5616fbde70bbd8e1a5fc469b2cc259385655fae0209176
 SHA512 
43335b11cddfd73271afa66c825316d48b0dece4d221119c571629ee8d61aeeea85d48674bc53a479b954d3f24648cd7571c4b6c84e560abae8bb682abf3468e
 DIST drupal-9.1.15.tar.gz 18580086 BLAKE2B 
500602e498de55d2163c53d2cb04effbdab24d343a2f04262275c6500d9329b12760dee846513efbddc37916973dc9ad4bf0f6f882b1b57b0ca97b40afb369be
 SHA512 
1fd8cbdbf0de00ed6d85a004f61fb3897cfcbc1f71d1d72373c8acf108f21774f3a91138901d9a3d0043f6b65b29ae7f953dfce1428a96a4fe529aac907141c0
-DIST drupal-9.2.13.tar.gz 18877331 BLAKE2B 
9747bfcb018d7c4f2b84bd9e39a847cd0f4648822f2db95addcaae6277ffb7ea990aee38d101b3e8cc02b04457ea88d31dcc1e947fa59a1b8179c85f3dfb3409
 SHA512 
6b143531f855f7e93857e4a6afcca4b629caee37f909fc78e71f257b58d52437e8610e5bdff7f5ac8e9b3fa2d6738dcbb755b8621632832ba5f35845b7b24608
 DIST drupal-9.2.18.tar.gz 18882937 BLAKE2B 
9e62b041c0d3cd634984fa29c72b35af9a1d9777d1b3c204fb55fd125d7270242177b30876a03e36aa3757b1445fd7763db82a2f038e7931d84df7f908150abb
 SHA512 
ed91530280a6150070d4086a388084b6336526363fb56585c85e090f9e3fd1b3e90a82eb83b07a6c725eae3ba994228b5cf280d3c296650d9e2be9e97996aa31

diff --git a/www-apps/drupal/drupal-7.88.ebuild 
b/www-apps/drupal/drupal-7.88.ebuild
deleted file mode 100644
index f5302a46a2ad..
--- a/www-apps/drupal/drupal-7.88.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
-   dodoc ${docs}
-   rm -f ${docs} INSTALL COPYRIGHT.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
-   webapp_serverowned 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2022-05-03 Thread Alfredo Tupone
commit: 3e732dcf60a343a1d6c6b4b9cdaa7ee443b40344
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue May  3 07:39:15 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue May  3 07:39:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e732dcf

www-apps/drupal: bump to last drupal versions

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 www-apps/drupal/Manifest |  4 +++
 www-apps/drupal/drupal-7.89.ebuild   | 58 ++
 www-apps/drupal/drupal-8.9.20.ebuild | 68 
 www-apps/drupal/drupal-9.1.15.ebuild | 68 
 www-apps/drupal/drupal-9.2.18.ebuild | 68 
 5 files changed, 266 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index de2318d443bc..f344265c5200 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,8 @@
 DIST drupal-7.88.tar.gz 3357877 BLAKE2B 
33c98ecd8b3e9a2cee8314971c7cdffe789d0d76fb25246c866659977954f0546c88d8f29b692d22686f2c24f2548b328c687793c132d23024a078d0fc032716
 SHA512 
e50a82906ebffcfb924deface19aa600589ccef81f58f44fb5630dc971e5638de8afbdc39a6a428008f070280ab70160816d6e38ac5181d7a6b91899f2d2cb16
+DIST drupal-7.89.tar.gz 3361853 BLAKE2B 
5388c6c9ded2ce31caee1bea23976e2c2d53116f6e564fd47f4035e9815e28759bf4e56964754d01c165ae7c384527c3c1845ef6b9c3b1b029b9eca3c56e7442
 SHA512 
3f1f50b09bfd77afaad368c21a00d2fb52a4a3853bf288525a805fab992083ffb241c2b3bfef8db3b4351310b0a0d5d27470fa7adc191c687809f48464f18f0b
 DIST drupal-8.9.18.tar.gz 19831928 BLAKE2B 
e8f42a00e8efe1c3a0b7a995bb9f55b37c590945f12268e86887f0243ab2691222449acce5f61d4ec853e0d13bb81b2d8d39a7702c2651368adaaa2438004114
 SHA512 
2c3103489d4b7ecee432fba1a1ef597b07701e46920a4cf82fc9d078368a0259a28e62e92a96550b23950c4ff6ae943877f7b8f6ef556381bf633daa3d4d0846
+DIST drupal-8.9.20.tar.gz 19837562 BLAKE2B 
8246a96628eeb936c87d1c0ff58b507e432922ede550308b105066b4334e8e04e8f2dc9a7475fe9d4c5556b11e0e938191f453e74cac9ade11ce9369da696af6
 SHA512 
824ec2820a1071765fdb9f5d6195d906517d2d1a97f5cb0458e7417495f9c7c88717b931870bf46c0681787b54904a746770b8811c9deff3b05624415db032cf
 DIST drupal-9.1.12.tar.gz 18568186 BLAKE2B 
74f20477867adc92eb6a87d2e3f4bd9449a69c66c723a03af9789d99f913a839324406aedaca1c731b5616fbde70bbd8e1a5fc469b2cc259385655fae0209176
 SHA512 
43335b11cddfd73271afa66c825316d48b0dece4d221119c571629ee8d61aeeea85d48674bc53a479b954d3f24648cd7571c4b6c84e560abae8bb682abf3468e
+DIST drupal-9.1.15.tar.gz 18580086 BLAKE2B 
500602e498de55d2163c53d2cb04effbdab24d343a2f04262275c6500d9329b12760dee846513efbddc37916973dc9ad4bf0f6f882b1b57b0ca97b40afb369be
 SHA512 
1fd8cbdbf0de00ed6d85a004f61fb3897cfcbc1f71d1d72373c8acf108f21774f3a91138901d9a3d0043f6b65b29ae7f953dfce1428a96a4fe529aac907141c0
 DIST drupal-9.2.13.tar.gz 18877331 BLAKE2B 
9747bfcb018d7c4f2b84bd9e39a847cd0f4648822f2db95addcaae6277ffb7ea990aee38d101b3e8cc02b04457ea88d31dcc1e947fa59a1b8179c85f3dfb3409
 SHA512 
6b143531f855f7e93857e4a6afcca4b629caee37f909fc78e71f257b58d52437e8610e5bdff7f5ac8e9b3fa2d6738dcbb755b8621632832ba5f35845b7b24608
+DIST drupal-9.2.18.tar.gz 18882937 BLAKE2B 
9e62b041c0d3cd634984fa29c72b35af9a1d9777d1b3c204fb55fd125d7270242177b30876a03e36aa3757b1445fd7763db82a2f038e7931d84df7f908150abb
 SHA512 
ed91530280a6150070d4086a388084b6336526363fb56585c85e090f9e3fd1b3e90a82eb83b07a6c725eae3ba994228b5cf280d3c296650d9e2be9e97996aa31

diff --git a/www-apps/drupal/drupal-7.89.ebuild 
b/www-apps/drupal/drupal-7.89.ebuild
new file mode 100644
index ..f5302a46a2ad
--- /dev/null
+++ b/www-apps/drupal/drupal-7.89.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2022-05-03 Thread Alfredo Tupone
commit: 7ddc64889b1bc2a991391d2a53f627d8c6bb2303
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue May  3 07:28:20 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue May  3 07:28:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddc6488

www-apps/drupal: bump version

Bugs: https://bugs.gentoo.org/833519
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 www-apps/drupal/Manifest   |  5 +-
 www-apps/drupal/drupal-7.82-r1.ebuild  | 58 --
 www-apps/drupal/drupal-7.82.ebuild | 58 --
 .../{drupal-7.87.ebuild => drupal-7.88.ebuild} |  0
 .../{drupal-9.2.4.ebuild => drupal-9.2.13.ebuild}  |  2 +-
 5 files changed, 3 insertions(+), 120 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 7b34c8a70f0e..de2318d443bc 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,5 +1,4 @@
-DIST drupal-7.82.tar.gz 3348407 BLAKE2B 
c01c93fda768d587a009c9007a019f01461ae3fed1010c80a4636971fcdf4ce97e1cad61a60b447698d8e2d6d39217ead52de3cf915f04ad620357aafb3209a0
 SHA512 
41b844df868971ea21fa574daf46502edcb78f4287c223694fe967541da72dfe9b360e1764441eddafb64b782d14408eac58ecff7eaed4bc1fd832b35f0c7e2d
-DIST drupal-7.87.tar.gz 3357750 BLAKE2B 
60d294d927b577ce74c56389493691d4d70fe38a4bc182e88add4c9f3820906e4b5289f4985afe470b240956959d9d171ba262d0658ab712f1ca16084efa2821
 SHA512 
5122bfbba9bfab89d67823683ce4ec827d49f545aca685cbab7c751f95fbaf0d537bb8d33cdf9b6fb1b52c924e196e9d33498a1ae63771632d75025315ae2183
+DIST drupal-7.88.tar.gz 3357877 BLAKE2B 
33c98ecd8b3e9a2cee8314971c7cdffe789d0d76fb25246c866659977954f0546c88d8f29b692d22686f2c24f2548b328c687793c132d23024a078d0fc032716
 SHA512 
e50a82906ebffcfb924deface19aa600589ccef81f58f44fb5630dc971e5638de8afbdc39a6a428008f070280ab70160816d6e38ac5181d7a6b91899f2d2cb16
 DIST drupal-8.9.18.tar.gz 19831928 BLAKE2B 
e8f42a00e8efe1c3a0b7a995bb9f55b37c590945f12268e86887f0243ab2691222449acce5f61d4ec853e0d13bb81b2d8d39a7702c2651368adaaa2438004114
 SHA512 
2c3103489d4b7ecee432fba1a1ef597b07701e46920a4cf82fc9d078368a0259a28e62e92a96550b23950c4ff6ae943877f7b8f6ef556381bf633daa3d4d0846
 DIST drupal-9.1.12.tar.gz 18568186 BLAKE2B 
74f20477867adc92eb6a87d2e3f4bd9449a69c66c723a03af9789d99f913a839324406aedaca1c731b5616fbde70bbd8e1a5fc469b2cc259385655fae0209176
 SHA512 
43335b11cddfd73271afa66c825316d48b0dece4d221119c571629ee8d61aeeea85d48674bc53a479b954d3f24648cd7571c4b6c84e560abae8bb682abf3468e
-DIST drupal-9.2.4.tar.gz 18860644 BLAKE2B 
f7ed7f5bd4131c0a167fe5c51c54fa7499bf4cecab9ce41fed1516eba842e40ea1191e51a1e2cb4a0f5426d86803b511a57d08f056ad8635ca2a55496e0b1237
 SHA512 
956a1c62fd9294f7d5fa1de3d620fea71db08c4ccea6c8d575e5c2cd6f06afd8380601be5a66d7f3ed4c78bfde9a1d2fd662a7fcd2f16b4484fee298b8cdd93b
+DIST drupal-9.2.13.tar.gz 18877331 BLAKE2B 
9747bfcb018d7c4f2b84bd9e39a847cd0f4648822f2db95addcaae6277ffb7ea990aee38d101b3e8cc02b04457ea88d31dcc1e947fa59a1b8179c85f3dfb3409
 SHA512 
6b143531f855f7e93857e4a6afcca4b629caee37f909fc78e71f257b58d52437e8610e5bdff7f5ac8e9b3fa2d6738dcbb755b8621632832ba5f35845b7b24608

diff --git a/www-apps/drupal/drupal-7.82-r1.ebuild 
b/www-apps/drupal/drupal-7.82-r1.ebuild
deleted file mode 100644
index fab5db976ab2..
--- a/www-apps/drupal/drupal-7.82-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
-   dodoc ${docs}
-   rm -f ${docs} INSTALL COPYRIGHT.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2022-02-09 Thread Alfredo Tupone
commit: 4f32fd46a00b538c6b808c388d88833d103d62f0
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Thu Feb 10 06:41:10 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Feb 10 06:41:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f32fd46

www-apps/drupal: 7.87 bump

Bug: https://bugs.gentoo.org/831818
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 www-apps/drupal/Manifest   |  1 +
 www-apps/drupal/drupal-7.87.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 4572a9f091da..7b34c8a70f0e 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,5 @@
 DIST drupal-7.82.tar.gz 3348407 BLAKE2B 
c01c93fda768d587a009c9007a019f01461ae3fed1010c80a4636971fcdf4ce97e1cad61a60b447698d8e2d6d39217ead52de3cf915f04ad620357aafb3209a0
 SHA512 
41b844df868971ea21fa574daf46502edcb78f4287c223694fe967541da72dfe9b360e1764441eddafb64b782d14408eac58ecff7eaed4bc1fd832b35f0c7e2d
+DIST drupal-7.87.tar.gz 3357750 BLAKE2B 
60d294d927b577ce74c56389493691d4d70fe38a4bc182e88add4c9f3820906e4b5289f4985afe470b240956959d9d171ba262d0658ab712f1ca16084efa2821
 SHA512 
5122bfbba9bfab89d67823683ce4ec827d49f545aca685cbab7c751f95fbaf0d537bb8d33cdf9b6fb1b52c924e196e9d33498a1ae63771632d75025315ae2183
 DIST drupal-8.9.18.tar.gz 19831928 BLAKE2B 
e8f42a00e8efe1c3a0b7a995bb9f55b37c590945f12268e86887f0243ab2691222449acce5f61d4ec853e0d13bb81b2d8d39a7702c2651368adaaa2438004114
 SHA512 
2c3103489d4b7ecee432fba1a1ef597b07701e46920a4cf82fc9d078368a0259a28e62e92a96550b23950c4ff6ae943877f7b8f6ef556381bf633daa3d4d0846
 DIST drupal-9.1.12.tar.gz 18568186 BLAKE2B 
74f20477867adc92eb6a87d2e3f4bd9449a69c66c723a03af9789d99f913a839324406aedaca1c731b5616fbde70bbd8e1a5fc469b2cc259385655fae0209176
 SHA512 
43335b11cddfd73271afa66c825316d48b0dece4d221119c571629ee8d61aeeea85d48674bc53a479b954d3f24648cd7571c4b6c84e560abae8bb682abf3468e
 DIST drupal-9.2.4.tar.gz 18860644 BLAKE2B 
f7ed7f5bd4131c0a167fe5c51c54fa7499bf4cecab9ce41fed1516eba842e40ea1191e51a1e2cb4a0f5426d86803b511a57d08f056ad8635ca2a55496e0b1237
 SHA512 
956a1c62fd9294f7d5fa1de3d620fea71db08c4ccea6c8d575e5c2cd6f06afd8380601be5a66d7f3ed4c78bfde9a1d2fd662a7fcd2f16b4484fee298b8cdd93b

diff --git a/www-apps/drupal/drupal-7.87.ebuild 
b/www-apps/drupal/drupal-7.87.ebuild
new file mode 100644
index ..f5302a46a2ad
--- /dev/null
+++ b/www-apps/drupal/drupal-7.87.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2021-08-12 Thread Jorge Manuel B. S. Vicetto
commit: d7cc6fe25b211a513277e70c4fe1d534cf36d5d0
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Aug 12 20:07:22 2021 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Aug 12 20:07:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7cc6fe2

www-apps/drupal: EAPI bump.

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/drupal-7.82-r1.ebuild | 58 +++
 1 file changed, 58 insertions(+)

diff --git a/www-apps/drupal/drupal-7.82-r1.ebuild 
b/www-apps/drupal/drupal-7.82-r1.ebuild
new file mode 100644
index 000..fab5db976ab
--- /dev/null
+++ b/www-apps/drupal/drupal-7.82-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2021-08-12 Thread Jorge Manuel B. S. Vicetto
commit: 63875d2216995a86aebee88402e5ce48daaeb8b2
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Aug 12 20:04:11 2021 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Aug 12 20:04:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63875d22

www-apps/drupal: Security bump.

Security releases 8.9.18, 9.1.12 and 9.2.4 fix
SA-CORE-2021-005.
Drop vulnerable releases. Bump EAPI.

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest   | 6 +++---
 www-apps/drupal/{drupal-8.9.17.ebuild => drupal-8.9.18.ebuild} | 2 +-
 www-apps/drupal/{drupal-9.1.11.ebuild => drupal-9.1.12.ebuild} | 2 +-
 www-apps/drupal/{drupal-9.2.3.ebuild => drupal-9.2.4.ebuild}   | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 7d1bbf41782..4572a9f091d 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,4 @@
 DIST drupal-7.82.tar.gz 3348407 BLAKE2B 
c01c93fda768d587a009c9007a019f01461ae3fed1010c80a4636971fcdf4ce97e1cad61a60b447698d8e2d6d39217ead52de3cf915f04ad620357aafb3209a0
 SHA512 
41b844df868971ea21fa574daf46502edcb78f4287c223694fe967541da72dfe9b360e1764441eddafb64b782d14408eac58ecff7eaed4bc1fd832b35f0c7e2d
-DIST drupal-8.9.17.tar.gz 19829635 BLAKE2B 
58ff2623121ab1a283e5d89bc5983154f5c040c024ceaa3728d5a54b1a519b72d4c834b9535f5de38df11217a2e25f8e18225d6ea521b0e5f51fa9c7b29f337f
 SHA512 
7c805092a182d660dec9d060662cb510debb4732ddce616089c32df8c12e4c945b25c904c8bf3b186e868e2a33615cb5483651e9aea0b51f5cb47ec55e8ab55d
-DIST drupal-9.1.11.tar.gz 18572070 BLAKE2B 
b1c2ad47bb9d36b47b6a74569b825fbf0ecb4e1ad951397778fd14c8eed9e633b685bbcbadae15b346d8c5944e53a4001c55e85d54a512aa639427054b90d0d3
 SHA512 
ac20865dc9791883fd684a455e753baedd1abc4f77617af5d1f57ba547a2c21f93909724919393a26058654592d68210d493fba9a593700239aa58b9f7939ddd
-DIST drupal-9.2.3.tar.gz 18860238 BLAKE2B 
c5a482d3a46aea128e92525d2339b26d68d3e92f11588643e5010dd4f36fab15df06203d02797badad0dd7519dfec0403b30bc02aa7ec72c8099c2281eb54f8f
 SHA512 
9caaf1fe050ba1727f036a8aa0ecc0adde55ea37a66bd6e437602a86bedf368be86d0d0577ebc05d56615d161f93229026067f8c10ac6a656bd564a29229621d
+DIST drupal-8.9.18.tar.gz 19831928 BLAKE2B 
e8f42a00e8efe1c3a0b7a995bb9f55b37c590945f12268e86887f0243ab2691222449acce5f61d4ec853e0d13bb81b2d8d39a7702c2651368adaaa2438004114
 SHA512 
2c3103489d4b7ecee432fba1a1ef597b07701e46920a4cf82fc9d078368a0259a28e62e92a96550b23950c4ff6ae943877f7b8f6ef556381bf633daa3d4d0846
+DIST drupal-9.1.12.tar.gz 18568186 BLAKE2B 
74f20477867adc92eb6a87d2e3f4bd9449a69c66c723a03af9789d99f913a839324406aedaca1c731b5616fbde70bbd8e1a5fc469b2cc259385655fae0209176
 SHA512 
43335b11cddfd73271afa66c825316d48b0dece4d221119c571629ee8d61aeeea85d48674bc53a479b954d3f24648cd7571c4b6c84e560abae8bb682abf3468e
+DIST drupal-9.2.4.tar.gz 18860644 BLAKE2B 
f7ed7f5bd4131c0a167fe5c51c54fa7499bf4cecab9ce41fed1516eba842e40ea1191e51a1e2cb4a0f5426d86803b511a57d08f056ad8635ca2a55496e0b1237
 SHA512 
956a1c62fd9294f7d5fa1de3d620fea71db08c4ccea6c8d575e5c2cd6f06afd8380601be5a66d7f3ed4c78bfde9a1d2fd662a7fcd2f16b4484fee298b8cdd93b

diff --git a/www-apps/drupal/drupal-8.9.17.ebuild 
b/www-apps/drupal/drupal-8.9.18.ebuild
similarity index 99%
rename from www-apps/drupal/drupal-8.9.17.ebuild
rename to www-apps/drupal/drupal-8.9.18.ebuild
index 1fa351c0c00..421034d30ee 100644
--- a/www-apps/drupal/drupal-8.9.17.ebuild
+++ b/www-apps/drupal/drupal-8.9.18.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit webapp
 

diff --git a/www-apps/drupal/drupal-9.1.11.ebuild 
b/www-apps/drupal/drupal-9.1.12.ebuild
similarity index 99%
rename from www-apps/drupal/drupal-9.1.11.ebuild
rename to www-apps/drupal/drupal-9.1.12.ebuild
index 1fa351c0c00..421034d30ee 100644
--- a/www-apps/drupal/drupal-9.1.11.ebuild
+++ b/www-apps/drupal/drupal-9.1.12.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit webapp
 

diff --git a/www-apps/drupal/drupal-9.2.3.ebuild 
b/www-apps/drupal/drupal-9.2.4.ebuild
similarity index 99%
rename from www-apps/drupal/drupal-9.2.3.ebuild
rename to www-apps/drupal/drupal-9.2.4.ebuild
index 23610d15a89..2830cbc4184 100644
--- a/www-apps/drupal/drupal-9.2.3.ebuild
+++ b/www-apps/drupal/drupal-9.2.4.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit webapp
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2021-08-04 Thread Jorge Manuel B. S. Vicetto
commit: 74c9a6b263f40405458f77e2423cf0c57412d201
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Wed Aug  4 17:41:21 2021 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Wed Aug  4 17:41:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c9a6b2

www-apps/drupal: Security bump.

Fix SA-CORE-2021-004.
Add 7.82, 8.9.17, 9.1.11 and 9.2.3 releases.
Drop old / vulnerable releases.
Bug: https://bugs.gentoo.org/803293
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest   | 8 
 www-apps/drupal/{drupal-7.80.ebuild => drupal-7.82.ebuild} | 0
 www-apps/drupal/{drupal-8.9.14.ebuild => drupal-8.9.17.ebuild} | 0
 www-apps/drupal/{drupal-9.0.12.ebuild => drupal-9.1.11.ebuild} | 0
 www-apps/drupal/{drupal-9.1.7.ebuild => drupal-9.2.3.ebuild}   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 5c4382615d8..7d1bbf41782 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,4 @@
-DIST drupal-7.80.tar.gz 3342293 BLAKE2B 
342c8d69b3decdb50570590a96dd90f8fbfe5b403164e7ef3e855f7adb21e015bdebb6ecd943e23e4003f74c85ce889b4e4cf8e20eb65572337543120e15fb83
 SHA512 
38d3325252994abfa18709e52dac8194fb773185574019ee7b5037c1cee68ec5122afaf99e9c6dffef3053bbe7547f114783287aa9bcb51ee35f023cb7467c90
-DIST drupal-8.9.14.tar.gz 1980 BLAKE2B 
342850aefb487b9e48f73227233858494bd07502d4c6114c98986c45ab037d597d71fbb86c001d4da1dc74d46aadbd0014ac2e4892dd5cc38ce0f58927a70118
 SHA512 
f7754700aae7eeaf7105d87d00c9656995fede2c33a7d949d783fd5e8e664c823bfe2cdff2253da994f986ea950eee840ba31a5830334e337f3cbefb2d8c2c85
-DIST drupal-9.0.12.tar.gz 16877538 BLAKE2B 
c54df6b12b128e4c0815589ccb05313b6c2bacd604be8c3cf09481977f78c34859a4c66de97ad7c96e920a64382adccdce83a51b85f8cfcc7de73fd6b07c0d1f
 SHA512 
fcf3eec42361b67d58bd3e7151131db830e4d6a19fc5ea1e39f5dedaa3701fb1c9737b0025c2dce0d8c2c3be45cd701583a29d593f2f6609a104fce073aa71c0
-DIST drupal-9.1.7.tar.gz 18542878 BLAKE2B 
91f6a979d0fecc754b87926083baddbeba908c8e63444ff5bee1abd0ca5cd7cd53777db05a5c58bffc6f5d697319d6f208b1631793993b9944864a33e9b9e9e2
 SHA512 
14b078d299e7b2d33ce37a1ad55cfaff620d676aa0745ee1f11ed0852eb93ac5681afd5a7ba13839b40dde22dcc7808b86ee43c6c2711d32a94a4300bf8e21a4
+DIST drupal-7.82.tar.gz 3348407 BLAKE2B 
c01c93fda768d587a009c9007a019f01461ae3fed1010c80a4636971fcdf4ce97e1cad61a60b447698d8e2d6d39217ead52de3cf915f04ad620357aafb3209a0
 SHA512 
41b844df868971ea21fa574daf46502edcb78f4287c223694fe967541da72dfe9b360e1764441eddafb64b782d14408eac58ecff7eaed4bc1fd832b35f0c7e2d
+DIST drupal-8.9.17.tar.gz 19829635 BLAKE2B 
58ff2623121ab1a283e5d89bc5983154f5c040c024ceaa3728d5a54b1a519b72d4c834b9535f5de38df11217a2e25f8e18225d6ea521b0e5f51fa9c7b29f337f
 SHA512 
7c805092a182d660dec9d060662cb510debb4732ddce616089c32df8c12e4c945b25c904c8bf3b186e868e2a33615cb5483651e9aea0b51f5cb47ec55e8ab55d
+DIST drupal-9.1.11.tar.gz 18572070 BLAKE2B 
b1c2ad47bb9d36b47b6a74569b825fbf0ecb4e1ad951397778fd14c8eed9e633b685bbcbadae15b346d8c5944e53a4001c55e85d54a512aa639427054b90d0d3
 SHA512 
ac20865dc9791883fd684a455e753baedd1abc4f77617af5d1f57ba547a2c21f93909724919393a26058654592d68210d493fba9a593700239aa58b9f7939ddd
+DIST drupal-9.2.3.tar.gz 18860238 BLAKE2B 
c5a482d3a46aea128e92525d2339b26d68d3e92f11588643e5010dd4f36fab15df06203d02797badad0dd7519dfec0403b30bc02aa7ec72c8099c2281eb54f8f
 SHA512 
9caaf1fe050ba1727f036a8aa0ecc0adde55ea37a66bd6e437602a86bedf368be86d0d0577ebc05d56615d161f93229026067f8c10ac6a656bd564a29229621d

diff --git a/www-apps/drupal/drupal-7.80.ebuild 
b/www-apps/drupal/drupal-7.82.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-7.80.ebuild
rename to www-apps/drupal/drupal-7.82.ebuild

diff --git a/www-apps/drupal/drupal-8.9.14.ebuild 
b/www-apps/drupal/drupal-8.9.17.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-8.9.14.ebuild
rename to www-apps/drupal/drupal-8.9.17.ebuild

diff --git a/www-apps/drupal/drupal-9.0.12.ebuild 
b/www-apps/drupal/drupal-9.1.11.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-9.0.12.ebuild
rename to www-apps/drupal/drupal-9.1.11.ebuild

diff --git a/www-apps/drupal/drupal-9.1.7.ebuild 
b/www-apps/drupal/drupal-9.2.3.ebuild
similarity index 95%
rename from www-apps/drupal/drupal-9.1.7.ebuild
rename to www-apps/drupal/drupal-9.2.3.ebuild
index 1fa351c0c00..23610d15a89 100644
--- a/www-apps/drupal/drupal-9.1.7.ebuild
+++ b/www-apps/drupal/drupal-9.2.3.ebuild
@@ -30,7 +30,7 @@ REQUIRED_USE="|| ( mysql postgres sqlite )"
 src_install() {
webapp_src_preinst
 
-   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
core/INSTALL.mysql.txt 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2021-05-29 Thread Alfredo Tupone
commit: bb1a143ae3ac9d97e34f2832fbfe1b944eff535e
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat May 29 15:12:17 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat May 29 15:12:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb1a143a

www-apps/drupal: bump versions

Bug: https://bugs.gentoo.org/784854
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 www-apps/drupal/Manifest   | 8 
 www-apps/drupal/{drupal-7.78.ebuild => drupal-7.80.ebuild} | 0
 www-apps/drupal/{drupal-8.9.13.ebuild => drupal-8.9.14.ebuild} | 0
 www-apps/drupal/{drupal-9.0.11.ebuild => drupal-9.0.12.ebuild} | 0
 www-apps/drupal/{drupal-9.1.3.ebuild => drupal-9.1.7.ebuild}   | 0
 5 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index e85fad20cea..5c4382615d8 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,4 @@
-DIST drupal-7.78.tar.gz 3335651 BLAKE2B 
16bf438b4c7892f2d001d89e194e8735b66a0c2bdcae5f38c14bd1233122d437ad786142c82aa34c0e3e22ce9dc4b14903f1f58ea42447157615559cc02002f2
 SHA512 
405ed053c0b73e8768ee2a8dda9fb7257e8c8664cbf76025dd58d34ed16bfd0c9e853b92cfee03e85b38e9d6d9c578d52c6943e804224ce73cf7be414f4cfb91
-DIST drupal-8.9.13.tar.gz 19805034 BLAKE2B 
2682c30b810ffd2089c51b0b9776b0b5fd664d415b4014d1923a1136683608a9231a6cda13732a28ea4cb7a277ffdb3e3427b6e49897a58645ac57c500d7e644
 SHA512 
2d8fa904a0c229c2430e24b89c85da9ec74ba88c12ed3b4afa9f2258377970ed8de7c0ce5397c89f2875e93b9f2e8d1bb174a71b4ad0904c1e6e2d7994c977c0
-DIST drupal-9.0.11.tar.gz 16877941 BLAKE2B 
53969ee3ee1bd2ed3672e37e01cdbf181a895b20750087778b0bcd687e7b1ad5fb73d0bd280dbc324921294a0586cf966a1f781a5f1d47d3daa81c91aa17975e
 SHA512 
98b20aba886e36f76a2bea9b6eba1e92bf81e57cc272460e510e24f4622a6895fdb37407cbfc07875ef4c04845a2255f794f8626646b17ed461342a5b04dce10
-DIST drupal-9.1.3.tar.gz 17763646 BLAKE2B 
5faf8bdd1bb7cd3f062cbdb881d567f6cec706d06ce980f7aa4f666d172e635feb32ad41723e88a99a68b6026aaed3003251c3f5c879719e24e5dacf19f98ae9
 SHA512 
57d8edca0064221c80924a8ea981af9ea66497fee14e4d736d96024ea26abb84e16af62f4d9bf5d69c69eb6851861d09f7d6dd54d92a2c0ae8fb2ac9585f6b74
+DIST drupal-7.80.tar.gz 3342293 BLAKE2B 
342c8d69b3decdb50570590a96dd90f8fbfe5b403164e7ef3e855f7adb21e015bdebb6ecd943e23e4003f74c85ce889b4e4cf8e20eb65572337543120e15fb83
 SHA512 
38d3325252994abfa18709e52dac8194fb773185574019ee7b5037c1cee68ec5122afaf99e9c6dffef3053bbe7547f114783287aa9bcb51ee35f023cb7467c90
+DIST drupal-8.9.14.tar.gz 1980 BLAKE2B 
342850aefb487b9e48f73227233858494bd07502d4c6114c98986c45ab037d597d71fbb86c001d4da1dc74d46aadbd0014ac2e4892dd5cc38ce0f58927a70118
 SHA512 
f7754700aae7eeaf7105d87d00c9656995fede2c33a7d949d783fd5e8e664c823bfe2cdff2253da994f986ea950eee840ba31a5830334e337f3cbefb2d8c2c85
+DIST drupal-9.0.12.tar.gz 16877538 BLAKE2B 
c54df6b12b128e4c0815589ccb05313b6c2bacd604be8c3cf09481977f78c34859a4c66de97ad7c96e920a64382adccdce83a51b85f8cfcc7de73fd6b07c0d1f
 SHA512 
fcf3eec42361b67d58bd3e7151131db830e4d6a19fc5ea1e39f5dedaa3701fb1c9737b0025c2dce0d8c2c3be45cd701583a29d593f2f6609a104fce073aa71c0
+DIST drupal-9.1.7.tar.gz 18542878 BLAKE2B 
91f6a979d0fecc754b87926083baddbeba908c8e63444ff5bee1abd0ca5cd7cd53777db05a5c58bffc6f5d697319d6f208b1631793993b9944864a33e9b9e9e2
 SHA512 
14b078d299e7b2d33ce37a1ad55cfaff620d676aa0745ee1f11ed0852eb93ac5681afd5a7ba13839b40dde22dcc7808b86ee43c6c2711d32a94a4300bf8e21a4

diff --git a/www-apps/drupal/drupal-7.78.ebuild 
b/www-apps/drupal/drupal-7.80.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-7.78.ebuild
rename to www-apps/drupal/drupal-7.80.ebuild

diff --git a/www-apps/drupal/drupal-8.9.13.ebuild 
b/www-apps/drupal/drupal-8.9.14.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-8.9.13.ebuild
rename to www-apps/drupal/drupal-8.9.14.ebuild

diff --git a/www-apps/drupal/drupal-9.0.11.ebuild 
b/www-apps/drupal/drupal-9.0.12.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-9.0.11.ebuild
rename to www-apps/drupal/drupal-9.0.12.ebuild

diff --git a/www-apps/drupal/drupal-9.1.3.ebuild 
b/www-apps/drupal/drupal-9.1.7.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-9.1.3.ebuild
rename to www-apps/drupal/drupal-9.1.7.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2021-01-22 Thread Jorge Manuel B. S. Vicetto
commit: 37d4f56f02e7a569e707e6a147ff93fe1205d8c8
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Fri Jan 22 10:25:22 2021 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Fri Jan 22 10:25:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d4f56f

www-apps/drupal: Security bump - SA-CORE-2021-001.

Add releases 7.78, 8.9.13, 9.0.11 and 9.1.3.
Drop drupal-8.8 as it's now EoL and other vulnerable releases.

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest   |  9 ++-
 .../{drupal-7.77.ebuild => drupal-7.78.ebuild} |  0
 .../{drupal-8.8.12.ebuild => drupal-8.9.13.ebuild} |  0
 .../{drupal-8.9.12.ebuild => drupal-9.0.11.ebuild} |  0
 www-apps/drupal/drupal-9.1.2.ebuild| 68 --
 .../{drupal-9.0.10.ebuild => drupal-9.1.3.ebuild}  |  0
 6 files changed, 4 insertions(+), 73 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index f15d82a9293..e85fad20cea 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,5 +1,4 @@
-DIST drupal-7.77.tar.gz 3335456 BLAKE2B 
f1feae0cc992dfd7f6c809e4f505f71a4ebe84aefd3bfa3945946ba9a4397535e4d04b23c15fdcb96033f8d001e36529389067301fa65cee5da8611ef454
 SHA512 
cbb047ab60e583be7fc1dc0ffd2398fa912e2b2fbf5d0446997cdad33422ac4b3b4e544b92cedcaf5e7c992609eb33e9a187c36d01e333f90772c84d386b9997
-DIST drupal-8.8.12.tar.gz 19515836 BLAKE2B 
4627328d7df1496a12f4c5c97ab141b6b0b0e48233a4dd63a4b977b4ed0c044cd315711af992792802de2c6e3aaa6acc7e9a88c98e82317e25db22b4697d25a7
 SHA512 
b219a19f47acf775e1bb488584466b9a2a57926e52320a23b33f34fc400bd8313f088e22eb66ed4619767aaf8b009096cc5e585513dc65692869caf0e7c0d1d3
-DIST drupal-8.9.12.tar.gz 19808188 BLAKE2B 
b19a396734b615d2b63abd641a0183d94a3a7864092f364697924e060ce4d78e587ede4f51023144ab6a0a9d5138eafc3b5954e120cab52d9cdb4703104a0f37
 SHA512 
736ae2bfe4c4c6ae6dba2618992410a29c1f2a25c21b484a3e352203fb2309121ef03a4156b4a1262d2a1d534b94476eb06566e1265fa9af814eb034de4ba03a
-DIST drupal-9.0.10.tar.gz 16867321 BLAKE2B 
834605d38984713b18951ce47c4d33de5e8198dbfc8552a32772637a8987fd8d9b0328917f5af630ce055044455fb22381c8c9e7ddc60f077848907b1d008ccf
 SHA512 
e43f7b92ead39a0d5cd0f52e1a479aff16e1be3abf9f492ddf52156cd96526ae4b16361378a948719c3a8112b791ff50f455f13002c4827aee3702ddb1496353
-DIST drupal-9.1.2.tar.gz 17762094 BLAKE2B 
77a7cd5bd887ad73a60bf6308c8c97c367b4d08fec0786004884f6d41092d18e147836f0bacb8a28fadf822ec401c609aa2c89f6ed2cae238deb644e30f74a81
 SHA512 
b71f42e2620c9a14236b7f76897859841fd121858a5b29962e407e7918c44028835d53761cc26e2eabba1464ef65965ab74ed769e734431cca541256e8eecdf0
+DIST drupal-7.78.tar.gz 3335651 BLAKE2B 
16bf438b4c7892f2d001d89e194e8735b66a0c2bdcae5f38c14bd1233122d437ad786142c82aa34c0e3e22ce9dc4b14903f1f58ea42447157615559cc02002f2
 SHA512 
405ed053c0b73e8768ee2a8dda9fb7257e8c8664cbf76025dd58d34ed16bfd0c9e853b92cfee03e85b38e9d6d9c578d52c6943e804224ce73cf7be414f4cfb91
+DIST drupal-8.9.13.tar.gz 19805034 BLAKE2B 
2682c30b810ffd2089c51b0b9776b0b5fd664d415b4014d1923a1136683608a9231a6cda13732a28ea4cb7a277ffdb3e3427b6e49897a58645ac57c500d7e644
 SHA512 
2d8fa904a0c229c2430e24b89c85da9ec74ba88c12ed3b4afa9f2258377970ed8de7c0ce5397c89f2875e93b9f2e8d1bb174a71b4ad0904c1e6e2d7994c977c0
+DIST drupal-9.0.11.tar.gz 16877941 BLAKE2B 
53969ee3ee1bd2ed3672e37e01cdbf181a895b20750087778b0bcd687e7b1ad5fb73d0bd280dbc324921294a0586cf966a1f781a5f1d47d3daa81c91aa17975e
 SHA512 
98b20aba886e36f76a2bea9b6eba1e92bf81e57cc272460e510e24f4622a6895fdb37407cbfc07875ef4c04845a2255f794f8626646b17ed461342a5b04dce10
+DIST drupal-9.1.3.tar.gz 17763646 BLAKE2B 
5faf8bdd1bb7cd3f062cbdb881d567f6cec706d06ce980f7aa4f666d172e635feb32ad41723e88a99a68b6026aaed3003251c3f5c879719e24e5dacf19f98ae9
 SHA512 
57d8edca0064221c80924a8ea981af9ea66497fee14e4d736d96024ea26abb84e16af62f4d9bf5d69c69eb6851861d09f7d6dd54d92a2c0ae8fb2ac9585f6b74

diff --git a/www-apps/drupal/drupal-7.77.ebuild 
b/www-apps/drupal/drupal-7.78.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-7.77.ebuild
rename to www-apps/drupal/drupal-7.78.ebuild

diff --git a/www-apps/drupal/drupal-8.8.12.ebuild 
b/www-apps/drupal/drupal-8.9.13.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-8.8.12.ebuild
rename to www-apps/drupal/drupal-8.9.13.ebuild

diff --git a/www-apps/drupal/drupal-8.9.12.ebuild 
b/www-apps/drupal/drupal-9.0.11.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-8.9.12.ebuild
rename to www-apps/drupal/drupal-9.0.11.ebuild

diff --git a/www-apps/drupal/drupal-9.1.2.ebuild 
b/www-apps/drupal/drupal-9.1.2.ebuild
deleted file mode 100644
index 1fa351c0c00..000
--- a/www-apps/drupal/drupal-9.1.2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2021-01-11 Thread Jorge Manuel B. S. Vicetto
commit: e392d33c2816799e327eadd14d01b1700b5fadb3
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Mon Jan 11 21:04:22 2021 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Mon Jan 11 21:05:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e392d33c

www-apps/drupal: Security bump CVE-2020-{28948,28949}

Update to the latest releases to address the security issue and get up to date 
releases.
Add 7.77, 8.8.12, 8.9.12, 9.0.01 and 9.1.2 releases.
Drop vulnerable releases.
Bug: https://bugs.gentoo.org/757252

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest   | 9 +
 www-apps/drupal/{drupal-7.74.ebuild => drupal-7.77.ebuild} | 2 +-
 www-apps/drupal/{drupal-9.0.8.ebuild => drupal-8.8.12.ebuild}  | 2 +-
 www-apps/drupal/{drupal-8.8.11.ebuild => drupal-8.9.12.ebuild} | 2 +-
 www-apps/drupal/{drupal-8.9.9.ebuild => drupal-9.0.10.ebuild}  | 2 +-
 www-apps/drupal/{drupal-9.0.8.ebuild => drupal-9.1.2.ebuild}   | 2 +-
 6 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 8b467075cba..f15d82a9293 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,5 @@
-DIST drupal-7.74.tar.gz 3324903 BLAKE2B 
a6c60955d103e53083f1f964c7a4facc11e4eb6543d191003277da7e28648ff20b10a83f3097c955be91b2fce2f9c39a0b7f84b3e5392dbf7874c55f7be934a7
 SHA512 
caaf9827ea786fce7ebc4a4a404c0c8b642adb6a7fc436ebdb3db982576fa8fe6a43241e15c9164ec85a96248fb63001c7c2f867f33a2d366f8760f9e83c
-DIST drupal-8.8.11.tar.gz 19510434 BLAKE2B 
d102c11d39b179419f014982401192f91117f96c25bd328439a620c2ba30c4ac0762ee2506d99519ba07cb86501b0adac84edb602c8d40eb0f68bf63766d0b79
 SHA512 
0c6dd1a3a6856ea2ea7fede6a62e000f186e8d9662cde15e5e5391f589bf2091378351b684d0d15d503e5a45b768fa5d866f7766b3a94bdf7ddd43127aa005ab
-DIST drupal-8.9.9.tar.gz 19798680 BLAKE2B 
de2b20ce15d14763e2e8f63392a5d04185c1864b390310cd73d90df27758da8f223c59d4adac22801194de4dd3ec221f9b755ecf095e9da05d4c6d6a68b35877
 SHA512 
2a1a88c15aba6103812823bf08606806941480cb75536962654a329f9193a995b38f7434898ddaf057000f7f6d98b66db65772d2decd6e19db8a8f49f2aec318
-DIST drupal-9.0.8.tar.gz 16862449 BLAKE2B 
63de723f5fb8fed8a46d5a9b04a905b65aa9ca61939703a7da1cc2b42502aac18a36f1f7dd95619e128d743ca4855fc51200f98ac5f52e426c9c2d62d9f86ba3
 SHA512 
9e1fb325d2fea4eed05834a700165b2212dd2ab476457c2ac650e8227a4e85f863f87e4125c1a98bd5a4fa1dbc421165a3c5279df67869552c1b7ced0fc04d7e
+DIST drupal-7.77.tar.gz 3335456 BLAKE2B 
f1feae0cc992dfd7f6c809e4f505f71a4ebe84aefd3bfa3945946ba9a4397535e4d04b23c15fdcb96033f8d001e36529389067301fa65cee5da8611ef454
 SHA512 
cbb047ab60e583be7fc1dc0ffd2398fa912e2b2fbf5d0446997cdad33422ac4b3b4e544b92cedcaf5e7c992609eb33e9a187c36d01e333f90772c84d386b9997
+DIST drupal-8.8.12.tar.gz 19515836 BLAKE2B 
4627328d7df1496a12f4c5c97ab141b6b0b0e48233a4dd63a4b977b4ed0c044cd315711af992792802de2c6e3aaa6acc7e9a88c98e82317e25db22b4697d25a7
 SHA512 
b219a19f47acf775e1bb488584466b9a2a57926e52320a23b33f34fc400bd8313f088e22eb66ed4619767aaf8b009096cc5e585513dc65692869caf0e7c0d1d3
+DIST drupal-8.9.12.tar.gz 19808188 BLAKE2B 
b19a396734b615d2b63abd641a0183d94a3a7864092f364697924e060ce4d78e587ede4f51023144ab6a0a9d5138eafc3b5954e120cab52d9cdb4703104a0f37
 SHA512 
736ae2bfe4c4c6ae6dba2618992410a29c1f2a25c21b484a3e352203fb2309121ef03a4156b4a1262d2a1d534b94476eb06566e1265fa9af814eb034de4ba03a
+DIST drupal-9.0.10.tar.gz 16867321 BLAKE2B 
834605d38984713b18951ce47c4d33de5e8198dbfc8552a32772637a8987fd8d9b0328917f5af630ce055044455fb22381c8c9e7ddc60f077848907b1d008ccf
 SHA512 
e43f7b92ead39a0d5cd0f52e1a479aff16e1be3abf9f492ddf52156cd96526ae4b16361378a948719c3a8112b791ff50f455f13002c4827aee3702ddb1496353
+DIST drupal-9.1.2.tar.gz 17762094 BLAKE2B 
77a7cd5bd887ad73a60bf6308c8c97c367b4d08fec0786004884f6d41092d18e147836f0bacb8a28fadf822ec401c609aa2c89f6ed2cae238deb644e30f74a81
 SHA512 
b71f42e2620c9a14236b7f76897859841fd121858a5b29962e407e7918c44028835d53761cc26e2eabba1464ef65965ab74ed769e734431cca541256e8eecdf0

diff --git a/www-apps/drupal/drupal-7.74.ebuild 
b/www-apps/drupal/drupal-7.77.ebuild
similarity index 97%
rename from www-apps/drupal/drupal-7.74.ebuild
rename to www-apps/drupal/drupal-7.77.ebuild
index 4fd21d3cac4..4e6998d1e42 100644
--- a/www-apps/drupal/drupal-7.74.ebuild
+++ b/www-apps/drupal/drupal-7.77.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6

diff --git a/www-apps/drupal/drupal-9.0.8.ebuild 
b/www-apps/drupal/drupal-8.8.12.ebuild
similarity index 98%
copy from www-apps/drupal/drupal-9.0.8.ebuild
copy to www-apps/drupal/drupal-8.8.12.ebuild
index 50acdd30770..1fa351c0c00 100644
--- a/www-apps/drupal/drupal-9.0.8.ebuild
+++ b/www-apps/drupal/drupal-8.8.12.ebuild
@@ 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2021-01-10 Thread Sam James
commit: d7b0fa6068a6482a978737cfe7532a6a712142ad
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 10 22:07:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 10 22:27:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b0fa60

www-apps/drupal: mark ALLARCHES

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 www-apps/drupal/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-apps/drupal/metadata.xml b/www-apps/drupal/metadata.xml
index 73e51bca67f..eecbd97a481 100644
--- a/www-apps/drupal/metadata.xml
+++ b/www-apps/drupal/metadata.xml
@@ -5,6 +5,7 @@
web-a...@gentoo.org
Gentoo Webapps

+   

Install 
dev-php/pecl-uploadprogress package




[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2021-01-10 Thread Sam James
commit: aa83c1e8c1b95436f205536f11dc977c22c3bb92
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 10 22:06:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 10 22:27:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa83c1e8

www-apps/drupal: fix indentation in metadata.xml

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 www-apps/drupal/metadata.xml | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/www-apps/drupal/metadata.xml b/www-apps/drupal/metadata.xml
index 6f66a1a3571..73e51bca67f 100644
--- a/www-apps/drupal/metadata.xml
+++ b/www-apps/drupal/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   web-a...@gentoo.org
-   Gentoo Webapps
-
-
-   Install 
dev-php/pecl-uploadprogress package
-
+   
+   web-a...@gentoo.org
+   Gentoo Webapps
+   
+   
+   Install 
dev-php/pecl-uploadprogress package
+   
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2020-11-19 Thread Jorge Manuel B. S. Vicetto
commit: 226871d3167864e5b5703c27a70a2f73c52d460a
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Nov 19 19:22:24 2020 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Nov 19 19:22:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=226871d3

www-apps/drupal: Cleanup vulnerable releases.

BUg: https://bugs.gentoo.org/755602
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest |  6 
 www-apps/drupal/drupal-7.73.ebuild   | 58 --
 www-apps/drupal/drupal-8.8.10.ebuild | 68 
 www-apps/drupal/drupal-8.9.6.ebuild  | 68 
 www-apps/drupal/drupal-8.9.7.ebuild  | 68 
 www-apps/drupal/drupal-9.0.6.ebuild  | 68 
 www-apps/drupal/drupal-9.0.7.ebuild  | 68 
 7 files changed, 404 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index b2ab3284766..8b467075cba 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,10 +1,4 @@
-DIST drupal-7.73.tar.gz 3324289 BLAKE2B 
85b40994ef336e8a155175597aaf36652850118400533b531d5bfe4ffd797abb9b362ccfb2a52cdf2e326fa4865492406c3ed4cf1a59a4e0aff0613c337c4301
 SHA512 
45f518ef8bc085eafc2292f6a41c17c2d034fa9261ba8c61549a46adb194020e036355c322abc64a355ff81d00ecd1f0acf0834d46ec028aac506c81f7297849
 DIST drupal-7.74.tar.gz 3324903 BLAKE2B 
a6c60955d103e53083f1f964c7a4facc11e4eb6543d191003277da7e28648ff20b10a83f3097c955be91b2fce2f9c39a0b7f84b3e5392dbf7874c55f7be934a7
 SHA512 
caaf9827ea786fce7ebc4a4a404c0c8b642adb6a7fc436ebdb3db982576fa8fe6a43241e15c9164ec85a96248fb63001c7c2f867f33a2d366f8760f9e83c
-DIST drupal-8.8.10.tar.gz 19510031 BLAKE2B 
daae5669bdaa79ad1ae56a52993a390127fff56307b0256c0dfd9d118f1b09d3e8414b71334c74b01f9e9609870f75b25936bf72a78d051f543862d848daedb8
 SHA512 
1ebfb7f1f3d29ef00bd560e4ff4d236ee739bafb4f9687bce77dcd6da9746d42db4423a278b22a1b394bbf7eb769975eb69eaeeb16f4ea601cc13d9209309425
 DIST drupal-8.8.11.tar.gz 19510434 BLAKE2B 
d102c11d39b179419f014982401192f91117f96c25bd328439a620c2ba30c4ac0762ee2506d99519ba07cb86501b0adac84edb602c8d40eb0f68bf63766d0b79
 SHA512 
0c6dd1a3a6856ea2ea7fede6a62e000f186e8d9662cde15e5e5391f589bf2091378351b684d0d15d503e5a45b768fa5d866f7766b3a94bdf7ddd43127aa005ab
-DIST drupal-8.9.6.tar.gz 19789145 BLAKE2B 
aaa2c5e866fd74dc4e5d19bb4f00eaecb86b2b54969f31936cb627e2af0cc14b0e6d1d26b1366040cb3860752d3507b82341d706490fef35ff6ed5ca2316
 SHA512 
3938cca2736eb2a0fa5c2b12c0d8543f54d0480bbb42b51283f694aa67e7785b94e6d3b2bbeadfd304e9fc429c57b73c12243b178813b658537c42c1303c0d81
-DIST drupal-8.9.7.tar.gz 19791241 BLAKE2B 
dda9be1c810549134d591fd05f9fa52a59536ae5036bb87f23b972c732489efdc9278ba16e9c41d09e71448543543c12091b68273369af2ecde4d16afb7f039f
 SHA512 
3bf9923e18a0fec49e06d798b555f5df7cd171cb341613a6619595bce7eeceb4ebb16160fc0b15ad845cfcf07edde67f5e103a286dc058b52fb9b078af8dd28e
 DIST drupal-8.9.9.tar.gz 19798680 BLAKE2B 
de2b20ce15d14763e2e8f63392a5d04185c1864b390310cd73d90df27758da8f223c59d4adac22801194de4dd3ec221f9b755ecf095e9da05d4c6d6a68b35877
 SHA512 
2a1a88c15aba6103812823bf08606806941480cb75536962654a329f9193a995b38f7434898ddaf057000f7f6d98b66db65772d2decd6e19db8a8f49f2aec318
-DIST drupal-9.0.6.tar.gz 16857960 BLAKE2B 
0e85e16330b5c3df70443d2f516b0a5d4854db4c3e101dc29a04af7e76cb913b0349deb82643644e722d90c78f7ba4497b8712f229b4eede2fb867c95469d57f
 SHA512 
ee5b0ab3f0fd25c70b6a44e10a2e54c945a3843c460d5769ba5022a82fc2726909f2c34b9823c5f82ee01d8145b739daf2fed3a78ef22454ad0db7f08a0812f1
-DIST drupal-9.0.7.tar.gz 16863270 BLAKE2B 
6fa9ed549bf53c0c3a9ade1da8002c9fc7d6c8c29f9a258a82dcc0e0240dbf61892df6fd5997460076b759a1db79d3cd428f1441a067d0134092c9d43a5d8d73
 SHA512 
7ba5ba42d04e188b02908480ee483935799bca562bc2c927fc8fbf6862499eafd83a1680e19d692d7c08313d5801bf709af04c86285c32fe7ae6cd5c4c5539af
 DIST drupal-9.0.8.tar.gz 16862449 BLAKE2B 
63de723f5fb8fed8a46d5a9b04a905b65aa9ca61939703a7da1cc2b42502aac18a36f1f7dd95619e128d743ca4855fc51200f98ac5f52e426c9c2d62d9f86ba3
 SHA512 
9e1fb325d2fea4eed05834a700165b2212dd2ab476457c2ac650e8227a4e85f863f87e4125c1a98bd5a4fa1dbc421165a3c5279df67869552c1b7ced0fc04d7e

diff --git a/www-apps/drupal/drupal-7.73.ebuild 
b/www-apps/drupal/drupal-7.73.ebuild
deleted file mode 100644
index 4fd21d3cac4..000
--- a/www-apps/drupal/drupal-7.73.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2020-11-19 Thread Jorge Manuel B. S. Vicetto
commit: c5a297d26056143660d1db9df545127d2056cbf1
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Nov 19 19:15:34 2020 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Nov 19 19:15:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a297d2

www-apps/drupal: Security bump (CVE-2020-13671).

Add 7.74, 8.8.11, 8.9.9 and 9.0.8 releases.
Security issue: SA-CORE-2020-012
https://www.drupal.org/sa-core-2020-012
Bug: https://bugs.gentoo.org/755602
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest |  4 +++
 www-apps/drupal/drupal-7.74.ebuild   | 58 ++
 www-apps/drupal/drupal-8.8.11.ebuild | 68 
 www-apps/drupal/drupal-8.9.9.ebuild  | 68 
 www-apps/drupal/drupal-9.0.8.ebuild  | 68 
 5 files changed, 266 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index f7657abae49..b2ab3284766 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,6 +1,10 @@
 DIST drupal-7.73.tar.gz 3324289 BLAKE2B 
85b40994ef336e8a155175597aaf36652850118400533b531d5bfe4ffd797abb9b362ccfb2a52cdf2e326fa4865492406c3ed4cf1a59a4e0aff0613c337c4301
 SHA512 
45f518ef8bc085eafc2292f6a41c17c2d034fa9261ba8c61549a46adb194020e036355c322abc64a355ff81d00ecd1f0acf0834d46ec028aac506c81f7297849
+DIST drupal-7.74.tar.gz 3324903 BLAKE2B 
a6c60955d103e53083f1f964c7a4facc11e4eb6543d191003277da7e28648ff20b10a83f3097c955be91b2fce2f9c39a0b7f84b3e5392dbf7874c55f7be934a7
 SHA512 
caaf9827ea786fce7ebc4a4a404c0c8b642adb6a7fc436ebdb3db982576fa8fe6a43241e15c9164ec85a96248fb63001c7c2f867f33a2d366f8760f9e83c
 DIST drupal-8.8.10.tar.gz 19510031 BLAKE2B 
daae5669bdaa79ad1ae56a52993a390127fff56307b0256c0dfd9d118f1b09d3e8414b71334c74b01f9e9609870f75b25936bf72a78d051f543862d848daedb8
 SHA512 
1ebfb7f1f3d29ef00bd560e4ff4d236ee739bafb4f9687bce77dcd6da9746d42db4423a278b22a1b394bbf7eb769975eb69eaeeb16f4ea601cc13d9209309425
+DIST drupal-8.8.11.tar.gz 19510434 BLAKE2B 
d102c11d39b179419f014982401192f91117f96c25bd328439a620c2ba30c4ac0762ee2506d99519ba07cb86501b0adac84edb602c8d40eb0f68bf63766d0b79
 SHA512 
0c6dd1a3a6856ea2ea7fede6a62e000f186e8d9662cde15e5e5391f589bf2091378351b684d0d15d503e5a45b768fa5d866f7766b3a94bdf7ddd43127aa005ab
 DIST drupal-8.9.6.tar.gz 19789145 BLAKE2B 
aaa2c5e866fd74dc4e5d19bb4f00eaecb86b2b54969f31936cb627e2af0cc14b0e6d1d26b1366040cb3860752d3507b82341d706490fef35ff6ed5ca2316
 SHA512 
3938cca2736eb2a0fa5c2b12c0d8543f54d0480bbb42b51283f694aa67e7785b94e6d3b2bbeadfd304e9fc429c57b73c12243b178813b658537c42c1303c0d81
 DIST drupal-8.9.7.tar.gz 19791241 BLAKE2B 
dda9be1c810549134d591fd05f9fa52a59536ae5036bb87f23b972c732489efdc9278ba16e9c41d09e71448543543c12091b68273369af2ecde4d16afb7f039f
 SHA512 
3bf9923e18a0fec49e06d798b555f5df7cd171cb341613a6619595bce7eeceb4ebb16160fc0b15ad845cfcf07edde67f5e103a286dc058b52fb9b078af8dd28e
+DIST drupal-8.9.9.tar.gz 19798680 BLAKE2B 
de2b20ce15d14763e2e8f63392a5d04185c1864b390310cd73d90df27758da8f223c59d4adac22801194de4dd3ec221f9b755ecf095e9da05d4c6d6a68b35877
 SHA512 
2a1a88c15aba6103812823bf08606806941480cb75536962654a329f9193a995b38f7434898ddaf057000f7f6d98b66db65772d2decd6e19db8a8f49f2aec318
 DIST drupal-9.0.6.tar.gz 16857960 BLAKE2B 
0e85e16330b5c3df70443d2f516b0a5d4854db4c3e101dc29a04af7e76cb913b0349deb82643644e722d90c78f7ba4497b8712f229b4eede2fb867c95469d57f
 SHA512 
ee5b0ab3f0fd25c70b6a44e10a2e54c945a3843c460d5769ba5022a82fc2726909f2c34b9823c5f82ee01d8145b739daf2fed3a78ef22454ad0db7f08a0812f1
 DIST drupal-9.0.7.tar.gz 16863270 BLAKE2B 
6fa9ed549bf53c0c3a9ade1da8002c9fc7d6c8c29f9a258a82dcc0e0240dbf61892df6fd5997460076b759a1db79d3cd428f1441a067d0134092c9d43a5d8d73
 SHA512 
7ba5ba42d04e188b02908480ee483935799bca562bc2c927fc8fbf6862499eafd83a1680e19d692d7c08313d5801bf709af04c86285c32fe7ae6cd5c4c5539af
+DIST drupal-9.0.8.tar.gz 16862449 BLAKE2B 
63de723f5fb8fed8a46d5a9b04a905b65aa9ca61939703a7da1cc2b42502aac18a36f1f7dd95619e128d743ca4855fc51200f98ac5f52e426c9c2d62d9f86ba3
 SHA512 
9e1fb325d2fea4eed05834a700165b2212dd2ab476457c2ac650e8227a4e85f863f87e4125c1a98bd5a4fa1dbc421165a3c5279df67869552c1b7ced0fc04d7e

diff --git a/www-apps/drupal/drupal-7.74.ebuild 
b/www-apps/drupal/drupal-7.74.ebuild
new file mode 100644
index 000..4fd21d3cac4
--- /dev/null
+++ b/www-apps/drupal/drupal-7.74.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2020-10-14 Thread Jorge Manuel B. S. Vicetto
commit: 80f4a2d9bd497dd7862f9e18ba07e9233edec4ef
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Wed Oct 14 15:23:17 2020 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Wed Oct 14 15:23:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f4a2d9

www-apps/drupal: Add 8.9.7 and 9.0.7 releases.

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  2 ++
 www-apps/drupal/drupal-8.9.7.ebuild | 68 +
 www-apps/drupal/drupal-9.0.7.ebuild | 68 +
 3 files changed, 138 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index f102fd89b1a..f7657abae49 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,6 @@
 DIST drupal-7.73.tar.gz 3324289 BLAKE2B 
85b40994ef336e8a155175597aaf36652850118400533b531d5bfe4ffd797abb9b362ccfb2a52cdf2e326fa4865492406c3ed4cf1a59a4e0aff0613c337c4301
 SHA512 
45f518ef8bc085eafc2292f6a41c17c2d034fa9261ba8c61549a46adb194020e036355c322abc64a355ff81d00ecd1f0acf0834d46ec028aac506c81f7297849
 DIST drupal-8.8.10.tar.gz 19510031 BLAKE2B 
daae5669bdaa79ad1ae56a52993a390127fff56307b0256c0dfd9d118f1b09d3e8414b71334c74b01f9e9609870f75b25936bf72a78d051f543862d848daedb8
 SHA512 
1ebfb7f1f3d29ef00bd560e4ff4d236ee739bafb4f9687bce77dcd6da9746d42db4423a278b22a1b394bbf7eb769975eb69eaeeb16f4ea601cc13d9209309425
 DIST drupal-8.9.6.tar.gz 19789145 BLAKE2B 
aaa2c5e866fd74dc4e5d19bb4f00eaecb86b2b54969f31936cb627e2af0cc14b0e6d1d26b1366040cb3860752d3507b82341d706490fef35ff6ed5ca2316
 SHA512 
3938cca2736eb2a0fa5c2b12c0d8543f54d0480bbb42b51283f694aa67e7785b94e6d3b2bbeadfd304e9fc429c57b73c12243b178813b658537c42c1303c0d81
+DIST drupal-8.9.7.tar.gz 19791241 BLAKE2B 
dda9be1c810549134d591fd05f9fa52a59536ae5036bb87f23b972c732489efdc9278ba16e9c41d09e71448543543c12091b68273369af2ecde4d16afb7f039f
 SHA512 
3bf9923e18a0fec49e06d798b555f5df7cd171cb341613a6619595bce7eeceb4ebb16160fc0b15ad845cfcf07edde67f5e103a286dc058b52fb9b078af8dd28e
 DIST drupal-9.0.6.tar.gz 16857960 BLAKE2B 
0e85e16330b5c3df70443d2f516b0a5d4854db4c3e101dc29a04af7e76cb913b0349deb82643644e722d90c78f7ba4497b8712f229b4eede2fb867c95469d57f
 SHA512 
ee5b0ab3f0fd25c70b6a44e10a2e54c945a3843c460d5769ba5022a82fc2726909f2c34b9823c5f82ee01d8145b739daf2fed3a78ef22454ad0db7f08a0812f1
+DIST drupal-9.0.7.tar.gz 16863270 BLAKE2B 
6fa9ed549bf53c0c3a9ade1da8002c9fc7d6c8c29f9a258a82dcc0e0240dbf61892df6fd5997460076b759a1db79d3cd428f1441a067d0134092c9d43a5d8d73
 SHA512 
7ba5ba42d04e188b02908480ee483935799bca562bc2c927fc8fbf6862499eafd83a1680e19d692d7c08313d5801bf709af04c86285c32fe7ae6cd5c4c5539af

diff --git a/www-apps/drupal/drupal-8.9.7.ebuild 
b/www-apps/drupal/drupal-8.9.7.ebuild
new file mode 100644
index 000..50acdd30770
--- /dev/null
+++ b/www-apps/drupal/drupal-8.9.7.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2020-09-17 Thread Jorge Manuel B. S. Vicetto
commit: 2a70bf4141d0eeb3262d3781e803a5a6c9102a0f
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Sep 17 16:25:29 2020 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Sep 17 16:25:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a70bf41

www-apps/drupal: Drop vulnerable releases.

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest| 11 --
 www-apps/drupal/drupal-7.72.ebuild  | 58 ---
 www-apps/drupal/drupal-8.8.8.ebuild | 68 -
 www-apps/drupal/drupal-8.8.9.ebuild | 68 -
 www-apps/drupal/drupal-8.9.1.ebuild | 68 -
 www-apps/drupal/drupal-8.9.2.ebuild | 68 -
 www-apps/drupal/drupal-8.9.3.ebuild | 68 -
 www-apps/drupal/drupal-8.9.5.ebuild | 68 -
 www-apps/drupal/drupal-9.0.1.ebuild | 68 -
 www-apps/drupal/drupal-9.0.2.ebuild | 68 -
 www-apps/drupal/drupal-9.0.3.ebuild | 68 -
 www-apps/drupal/drupal-9.0.5.ebuild | 68 -
 12 files changed, 749 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index c76c072cda2..f102fd89b1a 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,15 +1,4 @@
-DIST drupal-7.72.tar.gz 3323531 BLAKE2B 
07d22cde80763e9d9e959907ae246b95dc611b6ae32f8bf69e5c2fa03ad023bcb3810703dbe2285b89f43709616d9302b0598012237fe97487820e71df1b9b70
 SHA512 
5ad91d9aa31a0d31ba07dba0de5fd4d0fb4b875ed3fed7d48e3b65d4e2e8d7e7f3e66dcbe9d2a7a78fa22923597a396f43d70ee7b5ac63469ca3e256ba4746b6
 DIST drupal-7.73.tar.gz 3324289 BLAKE2B 
85b40994ef336e8a155175597aaf36652850118400533b531d5bfe4ffd797abb9b362ccfb2a52cdf2e326fa4865492406c3ed4cf1a59a4e0aff0613c337c4301
 SHA512 
45f518ef8bc085eafc2292f6a41c17c2d034fa9261ba8c61549a46adb194020e036355c322abc64a355ff81d00ecd1f0acf0834d46ec028aac506c81f7297849
 DIST drupal-8.8.10.tar.gz 19510031 BLAKE2B 
daae5669bdaa79ad1ae56a52993a390127fff56307b0256c0dfd9d118f1b09d3e8414b71334c74b01f9e9609870f75b25936bf72a78d051f543862d848daedb8
 SHA512 
1ebfb7f1f3d29ef00bd560e4ff4d236ee739bafb4f9687bce77dcd6da9746d42db4423a278b22a1b394bbf7eb769975eb69eaeeb16f4ea601cc13d9209309425
-DIST drupal-8.8.8.tar.gz 19504669 BLAKE2B 
f98e772753ffc6df5e9404bcf1c30acaca284447040b73ba43e62aa413c712f3174f636efa24a3e24c5d2dfd3906ad920b40eab5c7ad51f485ef6b25647bcf84
 SHA512 
1170d4a6372f21d8817264f17998f3b29c5c158267d4d60d057475a773fe24eb85b4988c89daef80c08a89bf4d4ba1a85d1d35ac698ebd588109be0731b796ca
-DIST drupal-8.8.9.tar.gz 19509081 BLAKE2B 
862837559b25e162c2d1d148ac7485e0212f1007ed01b7aabbc96e97c2841db943d494270d3276f4c9ae43587c218e1412bae014cff3ffdde051f529703028b2
 SHA512 
33c314726d41ac192353e1d99975eccfee79708aec70ba6892d1a9082665c6e163be0212a5ca91ea832ed213b4e616dd2dba594096efd5f3a7680e560afac945
-DIST drupal-8.9.1.tar.gz 19776948 BLAKE2B 
34dafaddafb0a8e742ff8591aa016e1d8cdf40c5779236308427339087b2c2f552b8829de0ae3dc2eedf5e99d70922e89a281852b3e3f2f3c27a00efafdea849
 SHA512 
db518cc180508023025c2f7b898f85c4728712bafaa048fe1783aa471d0c38f24f27e62175a8cea314c330b0a147509d8285ee6f0838d990ae3c76aab83d081f
-DIST drupal-8.9.2.tar.gz 19780242 BLAKE2B 
72a84df5f2ed029dd4c6d6e6f6473d5934bdf4d02069fb0d522c3144e99b0409fd751d3e2201be562ea76b61f167bcc0fe1f0276311a7c58b291caf890f8bf72
 SHA512 
71643fb4c0ca8f299f9791c25172c4f4a8a7a5f9dcb7eba76bb25446c4f91c7d8fba6c93acec80302c33e7945e9d3b9f46e3b40a51a935724ddde4c702a3c9b0
-DIST drupal-8.9.3.tar.gz 19787804 BLAKE2B 
e52cacda133d59b090a8e6c5485629aa5297f55521f777edf55c13d3416c95f2e850c206053b12b391f3558039209b8b411650e302575de65efba41549347c60
 SHA512 
527598c4863a3ff71e9ec9d4f750e8d3f9a7930d91e4a39d15eb3f1e101d1bb9d2143fb517cade4c734a2935a712e38cdaa5020e9643badd172a8be2667bdee0
-DIST drupal-8.9.5.tar.gz 19791019 BLAKE2B 
7bbc099b2d7483a4e777f1466d9996895918ebfd0591488eb88ae878f7eb5cafa9142e86c94cd9b6f4b6d962ae152b1f7aada003cdbfb6e39d6bdf8720914499
 SHA512 
7c1bcd4bf2744b7806e77a1bfed811d5c70c334befe2b817c296bff04ae3427b9b73a12f6a404d8252449b13a14c9203ccc7d187a678f74e3b1feecdc1c1ae0a
 DIST drupal-8.9.6.tar.gz 19789145 BLAKE2B 
aaa2c5e866fd74dc4e5d19bb4f00eaecb86b2b54969f31936cb627e2af0cc14b0e6d1d26b1366040cb3860752d3507b82341d706490fef35ff6ed5ca2316
 SHA512 
3938cca2736eb2a0fa5c2b12c0d8543f54d0480bbb42b51283f694aa67e7785b94e6d3b2bbeadfd304e9fc429c57b73c12243b178813b658537c42c1303c0d81
-DIST drupal-9.0.1.tar.gz 16832166 BLAKE2B 
b783bb0282f0ee81fa1a3d606e3a97d65a537f20e2820270a2e5d554b737af45f31fac82f45e1322df8ee04ba1a4a5ee757a67fe2a09c272a32400c4d5b51424
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2020-09-17 Thread Jorge Manuel B. S. Vicetto
commit: 453cea4859ead1fd76c35568b89124f94a6ce629
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Sep 17 16:20:33 2020 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Sep 17 16:20:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=453cea48

www-apps/drupal: Security bumps.

Version bump to 9.0.6, 8.9.6, 8.8.10 and 7.73 releases.
Security issues SA-CORE-2020-{006,007,008,009,010,011}.

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest |  4 +++
 www-apps/drupal/drupal-7.73.ebuild   | 58 ++
 www-apps/drupal/drupal-8.8.10.ebuild | 68 
 www-apps/drupal/drupal-8.9.6.ebuild  | 68 
 www-apps/drupal/drupal-9.0.6.ebuild  | 68 
 5 files changed, 266 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 65a3e5957b2..c76c072cda2 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,11 +1,15 @@
 DIST drupal-7.72.tar.gz 3323531 BLAKE2B 
07d22cde80763e9d9e959907ae246b95dc611b6ae32f8bf69e5c2fa03ad023bcb3810703dbe2285b89f43709616d9302b0598012237fe97487820e71df1b9b70
 SHA512 
5ad91d9aa31a0d31ba07dba0de5fd4d0fb4b875ed3fed7d48e3b65d4e2e8d7e7f3e66dcbe9d2a7a78fa22923597a396f43d70ee7b5ac63469ca3e256ba4746b6
+DIST drupal-7.73.tar.gz 3324289 BLAKE2B 
85b40994ef336e8a155175597aaf36652850118400533b531d5bfe4ffd797abb9b362ccfb2a52cdf2e326fa4865492406c3ed4cf1a59a4e0aff0613c337c4301
 SHA512 
45f518ef8bc085eafc2292f6a41c17c2d034fa9261ba8c61549a46adb194020e036355c322abc64a355ff81d00ecd1f0acf0834d46ec028aac506c81f7297849
+DIST drupal-8.8.10.tar.gz 19510031 BLAKE2B 
daae5669bdaa79ad1ae56a52993a390127fff56307b0256c0dfd9d118f1b09d3e8414b71334c74b01f9e9609870f75b25936bf72a78d051f543862d848daedb8
 SHA512 
1ebfb7f1f3d29ef00bd560e4ff4d236ee739bafb4f9687bce77dcd6da9746d42db4423a278b22a1b394bbf7eb769975eb69eaeeb16f4ea601cc13d9209309425
 DIST drupal-8.8.8.tar.gz 19504669 BLAKE2B 
f98e772753ffc6df5e9404bcf1c30acaca284447040b73ba43e62aa413c712f3174f636efa24a3e24c5d2dfd3906ad920b40eab5c7ad51f485ef6b25647bcf84
 SHA512 
1170d4a6372f21d8817264f17998f3b29c5c158267d4d60d057475a773fe24eb85b4988c89daef80c08a89bf4d4ba1a85d1d35ac698ebd588109be0731b796ca
 DIST drupal-8.8.9.tar.gz 19509081 BLAKE2B 
862837559b25e162c2d1d148ac7485e0212f1007ed01b7aabbc96e97c2841db943d494270d3276f4c9ae43587c218e1412bae014cff3ffdde051f529703028b2
 SHA512 
33c314726d41ac192353e1d99975eccfee79708aec70ba6892d1a9082665c6e163be0212a5ca91ea832ed213b4e616dd2dba594096efd5f3a7680e560afac945
 DIST drupal-8.9.1.tar.gz 19776948 BLAKE2B 
34dafaddafb0a8e742ff8591aa016e1d8cdf40c5779236308427339087b2c2f552b8829de0ae3dc2eedf5e99d70922e89a281852b3e3f2f3c27a00efafdea849
 SHA512 
db518cc180508023025c2f7b898f85c4728712bafaa048fe1783aa471d0c38f24f27e62175a8cea314c330b0a147509d8285ee6f0838d990ae3c76aab83d081f
 DIST drupal-8.9.2.tar.gz 19780242 BLAKE2B 
72a84df5f2ed029dd4c6d6e6f6473d5934bdf4d02069fb0d522c3144e99b0409fd751d3e2201be562ea76b61f167bcc0fe1f0276311a7c58b291caf890f8bf72
 SHA512 
71643fb4c0ca8f299f9791c25172c4f4a8a7a5f9dcb7eba76bb25446c4f91c7d8fba6c93acec80302c33e7945e9d3b9f46e3b40a51a935724ddde4c702a3c9b0
 DIST drupal-8.9.3.tar.gz 19787804 BLAKE2B 
e52cacda133d59b090a8e6c5485629aa5297f55521f777edf55c13d3416c95f2e850c206053b12b391f3558039209b8b411650e302575de65efba41549347c60
 SHA512 
527598c4863a3ff71e9ec9d4f750e8d3f9a7930d91e4a39d15eb3f1e101d1bb9d2143fb517cade4c734a2935a712e38cdaa5020e9643badd172a8be2667bdee0
 DIST drupal-8.9.5.tar.gz 19791019 BLAKE2B 
7bbc099b2d7483a4e777f1466d9996895918ebfd0591488eb88ae878f7eb5cafa9142e86c94cd9b6f4b6d962ae152b1f7aada003cdbfb6e39d6bdf8720914499
 SHA512 
7c1bcd4bf2744b7806e77a1bfed811d5c70c334befe2b817c296bff04ae3427b9b73a12f6a404d8252449b13a14c9203ccc7d187a678f74e3b1feecdc1c1ae0a
+DIST drupal-8.9.6.tar.gz 19789145 BLAKE2B 
aaa2c5e866fd74dc4e5d19bb4f00eaecb86b2b54969f31936cb627e2af0cc14b0e6d1d26b1366040cb3860752d3507b82341d706490fef35ff6ed5ca2316
 SHA512 
3938cca2736eb2a0fa5c2b12c0d8543f54d0480bbb42b51283f694aa67e7785b94e6d3b2bbeadfd304e9fc429c57b73c12243b178813b658537c42c1303c0d81
 DIST drupal-9.0.1.tar.gz 16832166 BLAKE2B 
b783bb0282f0ee81fa1a3d606e3a97d65a537f20e2820270a2e5d554b737af45f31fac82f45e1322df8ee04ba1a4a5ee757a67fe2a09c272a32400c4d5b51424
 SHA512 
499459ebf72b1008266e6075667a4781b27d2e82635687744321513af1ac2289a0a33273666f251b90c4a2020e4fb52b83146b9a65007de788c5f3559bb4cb0a
 DIST drupal-9.0.2.tar.gz 16841367 BLAKE2B 
c9813a0c4fd5a0b3a78b44c540c9938fe851a4c743a0ff21e9f5d7dc19190b03ec5ea6f10370e92589567b11dae19ea392a611022bad60be21eb58a3bc39808c
 SHA512 
0ad937a2f0d300f70e33018b89074a0c97592dcad1eb0c3ba9fb8df3f4df53e659c6a47f4a94926ecdae34204f16173f75c14bf9756355254f4e1b666ba5ac39
 DIST drupal-9.0.3.tar.gz 16853404 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2020-09-07 Thread Jorge Manuel B. S. Vicetto
commit: 3d1ba3d6d91a855ae8be86abc66013ed7a632022
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Mon Sep  7 16:22:02 2020 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Mon Sep  7 16:22:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1ba3d6

www-apps/drupal: Bump to 8.8.9, 8.9.5 and 9.0.5 releases.

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  3 ++
 www-apps/drupal/drupal-8.8.9.ebuild | 68 +
 www-apps/drupal/drupal-8.9.5.ebuild | 68 +
 www-apps/drupal/drupal-9.0.5.ebuild | 68 +
 4 files changed, 207 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 59bc2927a4c..65a3e5957b2 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,8 +1,11 @@
 DIST drupal-7.72.tar.gz 3323531 BLAKE2B 
07d22cde80763e9d9e959907ae246b95dc611b6ae32f8bf69e5c2fa03ad023bcb3810703dbe2285b89f43709616d9302b0598012237fe97487820e71df1b9b70
 SHA512 
5ad91d9aa31a0d31ba07dba0de5fd4d0fb4b875ed3fed7d48e3b65d4e2e8d7e7f3e66dcbe9d2a7a78fa22923597a396f43d70ee7b5ac63469ca3e256ba4746b6
 DIST drupal-8.8.8.tar.gz 19504669 BLAKE2B 
f98e772753ffc6df5e9404bcf1c30acaca284447040b73ba43e62aa413c712f3174f636efa24a3e24c5d2dfd3906ad920b40eab5c7ad51f485ef6b25647bcf84
 SHA512 
1170d4a6372f21d8817264f17998f3b29c5c158267d4d60d057475a773fe24eb85b4988c89daef80c08a89bf4d4ba1a85d1d35ac698ebd588109be0731b796ca
+DIST drupal-8.8.9.tar.gz 19509081 BLAKE2B 
862837559b25e162c2d1d148ac7485e0212f1007ed01b7aabbc96e97c2841db943d494270d3276f4c9ae43587c218e1412bae014cff3ffdde051f529703028b2
 SHA512 
33c314726d41ac192353e1d99975eccfee79708aec70ba6892d1a9082665c6e163be0212a5ca91ea832ed213b4e616dd2dba594096efd5f3a7680e560afac945
 DIST drupal-8.9.1.tar.gz 19776948 BLAKE2B 
34dafaddafb0a8e742ff8591aa016e1d8cdf40c5779236308427339087b2c2f552b8829de0ae3dc2eedf5e99d70922e89a281852b3e3f2f3c27a00efafdea849
 SHA512 
db518cc180508023025c2f7b898f85c4728712bafaa048fe1783aa471d0c38f24f27e62175a8cea314c330b0a147509d8285ee6f0838d990ae3c76aab83d081f
 DIST drupal-8.9.2.tar.gz 19780242 BLAKE2B 
72a84df5f2ed029dd4c6d6e6f6473d5934bdf4d02069fb0d522c3144e99b0409fd751d3e2201be562ea76b61f167bcc0fe1f0276311a7c58b291caf890f8bf72
 SHA512 
71643fb4c0ca8f299f9791c25172c4f4a8a7a5f9dcb7eba76bb25446c4f91c7d8fba6c93acec80302c33e7945e9d3b9f46e3b40a51a935724ddde4c702a3c9b0
 DIST drupal-8.9.3.tar.gz 19787804 BLAKE2B 
e52cacda133d59b090a8e6c5485629aa5297f55521f777edf55c13d3416c95f2e850c206053b12b391f3558039209b8b411650e302575de65efba41549347c60
 SHA512 
527598c4863a3ff71e9ec9d4f750e8d3f9a7930d91e4a39d15eb3f1e101d1bb9d2143fb517cade4c734a2935a712e38cdaa5020e9643badd172a8be2667bdee0
+DIST drupal-8.9.5.tar.gz 19791019 BLAKE2B 
7bbc099b2d7483a4e777f1466d9996895918ebfd0591488eb88ae878f7eb5cafa9142e86c94cd9b6f4b6d962ae152b1f7aada003cdbfb6e39d6bdf8720914499
 SHA512 
7c1bcd4bf2744b7806e77a1bfed811d5c70c334befe2b817c296bff04ae3427b9b73a12f6a404d8252449b13a14c9203ccc7d187a678f74e3b1feecdc1c1ae0a
 DIST drupal-9.0.1.tar.gz 16832166 BLAKE2B 
b783bb0282f0ee81fa1a3d606e3a97d65a537f20e2820270a2e5d554b737af45f31fac82f45e1322df8ee04ba1a4a5ee757a67fe2a09c272a32400c4d5b51424
 SHA512 
499459ebf72b1008266e6075667a4781b27d2e82635687744321513af1ac2289a0a33273666f251b90c4a2020e4fb52b83146b9a65007de788c5f3559bb4cb0a
 DIST drupal-9.0.2.tar.gz 16841367 BLAKE2B 
c9813a0c4fd5a0b3a78b44c540c9938fe851a4c743a0ff21e9f5d7dc19190b03ec5ea6f10370e92589567b11dae19ea392a611022bad60be21eb58a3bc39808c
 SHA512 
0ad937a2f0d300f70e33018b89074a0c97592dcad1eb0c3ba9fb8df3f4df53e659c6a47f4a94926ecdae34204f16173f75c14bf9756355254f4e1b666ba5ac39
 DIST drupal-9.0.3.tar.gz 16853404 BLAKE2B 
2b5038164288c87dbb59c7582f9c7f35b5ddf550ce2cf7b25b8506fa1476ff9da68c77e450749fa0adfd80692d2f84d64f2a80a13d22b38ffaafe4da585a249d
 SHA512 
f8489c13cd1a55f81b4abf61191c6a79e1046659425269aebf124e33c9f160202241b292a121a66ea96d744f97e0a4e9f92027e504eaf1a3b459a5bbdb226c8b
+DIST drupal-9.0.5.tar.gz 16858369 BLAKE2B 
81a02d60b8a93f28bba282240bdea2dd3a571a08895aa7886af55aa92f75306721633a1666e334292d188a6ee4774e1b1b1d067d6ad21024c41ee3d3da76c891
 SHA512 
fce77bb45983e6d3b6a43c293fc03729d22a5b1722fa712b4d5c78a74d78a64be655f873b24a93e933e1338f28bec5540baa6a4ab9a1bab7678ae0214aecaaf8

diff --git a/www-apps/drupal/drupal-8.8.9.ebuild 
b/www-apps/drupal/drupal-8.8.9.ebuild
new file mode 100644
index 000..50acdd30770
--- /dev/null
+++ b/www-apps/drupal/drupal-8.8.9.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/files/

2020-09-07 Thread Jorge Manuel B. S. Vicetto
commit: 1400d72e567e9c8936e4746c30eb58ed2cc50385
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Mon Sep  7 16:16:38 2020 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Mon Sep  7 16:16:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1400d72e

www-apps/drupal: Update postinstall.

Fixes: https://bugs.gentoo.org/566052
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/files/postinstall-en.txt | 4 
 1 file changed, 4 insertions(+)

diff --git a/www-apps/drupal/files/postinstall-en.txt 
b/www-apps/drupal/files/postinstall-en.txt
index f507dc323d7..3f0f522f862 100644
--- a/www-apps/drupal/files/postinstall-en.txt
+++ b/www-apps/drupal/files/postinstall-en.txt
@@ -38,4 +38,8 @@ For lighttpd you may want to check [2][3] and for nginx 
[4][5].
  [4] - https://www.drupal.org/node/1030854
  [5] - https://www.nginx.com/resources/wiki/start/topics/recipes/drupal/
 
+PHP-FPM also supports user.ini files with per-directory settings[6].
+
+ [6] - http://php.net/manual/en/configuration.file.per-user.php
+
 After that you can start to use drupal.



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2020-08-06 Thread Jorge Manuel B. S. Vicetto
commit: f6aa4b1fcc4018e8f3b7a698e04ab57ae00d24de
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Aug  6 18:53:34 2020 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Aug  6 18:54:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6aa4b1f

www-apps/drupal: 8.9.3 and 9.0.3 version bump.

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  2 ++
 www-apps/drupal/drupal-8.9.3.ebuild | 68 +
 www-apps/drupal/drupal-9.0.3.ebuild | 68 +
 3 files changed, 138 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 3b77ed54dd5..59bc2927a4c 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -2,5 +2,7 @@ DIST drupal-7.72.tar.gz 3323531 BLAKE2B 
07d22cde80763e9d9e959907ae246b95dc611b6a
 DIST drupal-8.8.8.tar.gz 19504669 BLAKE2B 
f98e772753ffc6df5e9404bcf1c30acaca284447040b73ba43e62aa413c712f3174f636efa24a3e24c5d2dfd3906ad920b40eab5c7ad51f485ef6b25647bcf84
 SHA512 
1170d4a6372f21d8817264f17998f3b29c5c158267d4d60d057475a773fe24eb85b4988c89daef80c08a89bf4d4ba1a85d1d35ac698ebd588109be0731b796ca
 DIST drupal-8.9.1.tar.gz 19776948 BLAKE2B 
34dafaddafb0a8e742ff8591aa016e1d8cdf40c5779236308427339087b2c2f552b8829de0ae3dc2eedf5e99d70922e89a281852b3e3f2f3c27a00efafdea849
 SHA512 
db518cc180508023025c2f7b898f85c4728712bafaa048fe1783aa471d0c38f24f27e62175a8cea314c330b0a147509d8285ee6f0838d990ae3c76aab83d081f
 DIST drupal-8.9.2.tar.gz 19780242 BLAKE2B 
72a84df5f2ed029dd4c6d6e6f6473d5934bdf4d02069fb0d522c3144e99b0409fd751d3e2201be562ea76b61f167bcc0fe1f0276311a7c58b291caf890f8bf72
 SHA512 
71643fb4c0ca8f299f9791c25172c4f4a8a7a5f9dcb7eba76bb25446c4f91c7d8fba6c93acec80302c33e7945e9d3b9f46e3b40a51a935724ddde4c702a3c9b0
+DIST drupal-8.9.3.tar.gz 19787804 BLAKE2B 
e52cacda133d59b090a8e6c5485629aa5297f55521f777edf55c13d3416c95f2e850c206053b12b391f3558039209b8b411650e302575de65efba41549347c60
 SHA512 
527598c4863a3ff71e9ec9d4f750e8d3f9a7930d91e4a39d15eb3f1e101d1bb9d2143fb517cade4c734a2935a712e38cdaa5020e9643badd172a8be2667bdee0
 DIST drupal-9.0.1.tar.gz 16832166 BLAKE2B 
b783bb0282f0ee81fa1a3d606e3a97d65a537f20e2820270a2e5d554b737af45f31fac82f45e1322df8ee04ba1a4a5ee757a67fe2a09c272a32400c4d5b51424
 SHA512 
499459ebf72b1008266e6075667a4781b27d2e82635687744321513af1ac2289a0a33273666f251b90c4a2020e4fb52b83146b9a65007de788c5f3559bb4cb0a
 DIST drupal-9.0.2.tar.gz 16841367 BLAKE2B 
c9813a0c4fd5a0b3a78b44c540c9938fe851a4c743a0ff21e9f5d7dc19190b03ec5ea6f10370e92589567b11dae19ea392a611022bad60be21eb58a3bc39808c
 SHA512 
0ad937a2f0d300f70e33018b89074a0c97592dcad1eb0c3ba9fb8df3f4df53e659c6a47f4a94926ecdae34204f16173f75c14bf9756355254f4e1b666ba5ac39
+DIST drupal-9.0.3.tar.gz 16853404 BLAKE2B 
2b5038164288c87dbb59c7582f9c7f35b5ddf550ce2cf7b25b8506fa1476ff9da68c77e450749fa0adfd80692d2f84d64f2a80a13d22b38ffaafe4da585a249d
 SHA512 
f8489c13cd1a55f81b4abf61191c6a79e1046659425269aebf124e33c9f160202241b292a121a66ea96d744f97e0a4e9f92027e504eaf1a3b459a5bbdb226c8b

diff --git a/www-apps/drupal/drupal-8.9.3.ebuild 
b/www-apps/drupal/drupal-8.9.3.ebuild
new file mode 100644
index 000..50acdd30770
--- /dev/null
+++ b/www-apps/drupal/drupal-8.9.3.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2020-08-05 Thread Jorge Manuel B. S. Vicetto
commit: 0f4ede5dd7bbdb6a25b5ed95a21ed99968883bc4
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Wed Aug  5 14:35:08 2020 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Wed Aug  5 14:35:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f4ede5d

www-apps/drupal: 8.9.2 and 9.0.2 version bump.

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  2 ++
 www-apps/drupal/drupal-8.9.2.ebuild | 68 +
 www-apps/drupal/drupal-9.0.2.ebuild | 68 +
 3 files changed, 138 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 7a723bcab41..3b77ed54dd5 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,6 @@
 DIST drupal-7.72.tar.gz 3323531 BLAKE2B 
07d22cde80763e9d9e959907ae246b95dc611b6ae32f8bf69e5c2fa03ad023bcb3810703dbe2285b89f43709616d9302b0598012237fe97487820e71df1b9b70
 SHA512 
5ad91d9aa31a0d31ba07dba0de5fd4d0fb4b875ed3fed7d48e3b65d4e2e8d7e7f3e66dcbe9d2a7a78fa22923597a396f43d70ee7b5ac63469ca3e256ba4746b6
 DIST drupal-8.8.8.tar.gz 19504669 BLAKE2B 
f98e772753ffc6df5e9404bcf1c30acaca284447040b73ba43e62aa413c712f3174f636efa24a3e24c5d2dfd3906ad920b40eab5c7ad51f485ef6b25647bcf84
 SHA512 
1170d4a6372f21d8817264f17998f3b29c5c158267d4d60d057475a773fe24eb85b4988c89daef80c08a89bf4d4ba1a85d1d35ac698ebd588109be0731b796ca
 DIST drupal-8.9.1.tar.gz 19776948 BLAKE2B 
34dafaddafb0a8e742ff8591aa016e1d8cdf40c5779236308427339087b2c2f552b8829de0ae3dc2eedf5e99d70922e89a281852b3e3f2f3c27a00efafdea849
 SHA512 
db518cc180508023025c2f7b898f85c4728712bafaa048fe1783aa471d0c38f24f27e62175a8cea314c330b0a147509d8285ee6f0838d990ae3c76aab83d081f
+DIST drupal-8.9.2.tar.gz 19780242 BLAKE2B 
72a84df5f2ed029dd4c6d6e6f6473d5934bdf4d02069fb0d522c3144e99b0409fd751d3e2201be562ea76b61f167bcc0fe1f0276311a7c58b291caf890f8bf72
 SHA512 
71643fb4c0ca8f299f9791c25172c4f4a8a7a5f9dcb7eba76bb25446c4f91c7d8fba6c93acec80302c33e7945e9d3b9f46e3b40a51a935724ddde4c702a3c9b0
 DIST drupal-9.0.1.tar.gz 16832166 BLAKE2B 
b783bb0282f0ee81fa1a3d606e3a97d65a537f20e2820270a2e5d554b737af45f31fac82f45e1322df8ee04ba1a4a5ee757a67fe2a09c272a32400c4d5b51424
 SHA512 
499459ebf72b1008266e6075667a4781b27d2e82635687744321513af1ac2289a0a33273666f251b90c4a2020e4fb52b83146b9a65007de788c5f3559bb4cb0a
+DIST drupal-9.0.2.tar.gz 16841367 BLAKE2B 
c9813a0c4fd5a0b3a78b44c540c9938fe851a4c743a0ff21e9f5d7dc19190b03ec5ea6f10370e92589567b11dae19ea392a611022bad60be21eb58a3bc39808c
 SHA512 
0ad937a2f0d300f70e33018b89074a0c97592dcad1eb0c3ba9fb8df3f4df53e659c6a47f4a94926ecdae34204f16173f75c14bf9756355254f4e1b666ba5ac39

diff --git a/www-apps/drupal/drupal-8.9.2.ebuild 
b/www-apps/drupal/drupal-8.9.2.ebuild
new file mode 100644
index 000..50acdd30770
--- /dev/null
+++ b/www-apps/drupal/drupal-8.9.2.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2020-06-21 Thread Jorge Manuel B. S. Vicetto
commit: a7842faed25c8a7f3859fec7224c3d6fab10d2cb
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Mon Jun 22 00:34:54 2020 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Mon Jun 22 00:34:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7842fae

www-apps/drupal: Security bump - bug 728660.

Bug: https://bugs.gentoo.org/728660
Security bump to releases 7.72, 8.8.8, 8.9.1 and 9.0.1.
CSRF - CVE-2020-13663 / SA-CORE-2020-004
Arbirtrary PHP code execution - SA-CORE-2020-005
Access bypass - SA-CORE-2020-006
Drop insecure and unsupported releases.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest   |  9 ++-
 .../{drupal-7.71.ebuild => drupal-7.72.ebuild} |  0
 .../{drupal-8.7.14.ebuild => drupal-8.8.8.ebuild}  |  0
 .../{drupal-8.8.7.ebuild => drupal-8.9.1.ebuild}   |  0
 www-apps/drupal/drupal-9.0.0.ebuild| 68 --
 .../{drupal-8.9.0.ebuild => drupal-9.0.1.ebuild}   |  0
 6 files changed, 4 insertions(+), 73 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index b40878a7e61..7a723bcab41 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,5 +1,4 @@
-DIST drupal-7.71.tar.gz 3323316 BLAKE2B 
a34a6f35912130719867d3a1e9262d25d558d1ecd220b73f662134c3e1238bfd9dbedd71f076332e4dfac3b1ed0bab24ddf7603a4ad78faf9db5c7317e273b66
 SHA512 
3ed0bd4e8f176bfda89e5032728b22351951062e476956b8f0242a5a2606be65c109bb31770815a1ee74f38a6aea20b3bd7697e714597da8eaff0bdfa9ba548d
-DIST drupal-8.7.14.tar.gz 17930775 BLAKE2B 
0a25ea095d8431075bb2d6506237a270131cef0548b0be4d801721fc850b504d0ea1969410a4b7493f983d9a9e80e9e8e45fb553e821759505882bac96266de3
 SHA512 
0dc5ee0d21c6da019aae6cf93d16d938b5fcf3179b74278d03c75cb6fd78f7fa698bc98ccb4040553b010e7b529f8a37640147b928616348abbcfd3060d42995
-DIST drupal-8.8.7.tar.gz 19504196 BLAKE2B 
7414049a26fdb74d4dc5cde4d19cdd8f2631cfa1d2c97b87128f832efdafe734ef261a8423cdecad3c5ce56b6770806e2ca76a8b76fd71cfa5a056c6dfb75f6c
 SHA512 
24608d809522878999f96c8e2fb561ee0f6e1460de54127570c75e08430a6ecfabdf080fe3f2177a70f12acdb0d1ef4c2f5f86f7304e69748eb1d82357034e74
-DIST drupal-8.9.0.tar.gz 19776103 BLAKE2B 
3dc9ee0db667c370de2f686dc34b7b60797fe0a8ad80c2ca9dc08e1c096d6b3f9629e05af156c004a20fecba8958ca4283b45a21f67d212fed254feb03618b79
 SHA512 
4cb05a4352aa04ce94252a2614f1d16822400e45250d0d67962b8a3c7a891d323d102fc6c7c44a5d8caa16aa8857096958bb56899314c3871dece4e8647d5264
-DIST drupal-9.0.0.tar.gz 16833239 BLAKE2B 
2202de1e352b181db3f85ba5ccf012987114b140afee055ba2475b63ae9738be9a669a534dc5470a3d41bf1e4eb81b269ccc34f4ac89ef5668396121d91ee1b0
 SHA512 
7a77a153f6e0b9f31c3d0e1350719b7677d8153a823b057efbe6e1cc21c59989755c96e497b1a4439e79361f35920eac13d1016019d4fd12dabc34c2c10d8244
+DIST drupal-7.72.tar.gz 3323531 BLAKE2B 
07d22cde80763e9d9e959907ae246b95dc611b6ae32f8bf69e5c2fa03ad023bcb3810703dbe2285b89f43709616d9302b0598012237fe97487820e71df1b9b70
 SHA512 
5ad91d9aa31a0d31ba07dba0de5fd4d0fb4b875ed3fed7d48e3b65d4e2e8d7e7f3e66dcbe9d2a7a78fa22923597a396f43d70ee7b5ac63469ca3e256ba4746b6
+DIST drupal-8.8.8.tar.gz 19504669 BLAKE2B 
f98e772753ffc6df5e9404bcf1c30acaca284447040b73ba43e62aa413c712f3174f636efa24a3e24c5d2dfd3906ad920b40eab5c7ad51f485ef6b25647bcf84
 SHA512 
1170d4a6372f21d8817264f17998f3b29c5c158267d4d60d057475a773fe24eb85b4988c89daef80c08a89bf4d4ba1a85d1d35ac698ebd588109be0731b796ca
+DIST drupal-8.9.1.tar.gz 19776948 BLAKE2B 
34dafaddafb0a8e742ff8591aa016e1d8cdf40c5779236308427339087b2c2f552b8829de0ae3dc2eedf5e99d70922e89a281852b3e3f2f3c27a00efafdea849
 SHA512 
db518cc180508023025c2f7b898f85c4728712bafaa048fe1783aa471d0c38f24f27e62175a8cea314c330b0a147509d8285ee6f0838d990ae3c76aab83d081f
+DIST drupal-9.0.1.tar.gz 16832166 BLAKE2B 
b783bb0282f0ee81fa1a3d606e3a97d65a537f20e2820270a2e5d554b737af45f31fac82f45e1322df8ee04ba1a4a5ee757a67fe2a09c272a32400c4d5b51424
 SHA512 
499459ebf72b1008266e6075667a4781b27d2e82635687744321513af1ac2289a0a33273666f251b90c4a2020e4fb52b83146b9a65007de788c5f3559bb4cb0a

diff --git a/www-apps/drupal/drupal-7.71.ebuild 
b/www-apps/drupal/drupal-7.72.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-7.71.ebuild
rename to www-apps/drupal/drupal-7.72.ebuild

diff --git a/www-apps/drupal/drupal-8.7.14.ebuild 
b/www-apps/drupal/drupal-8.8.8.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-8.7.14.ebuild
rename to www-apps/drupal/drupal-8.8.8.ebuild

diff --git a/www-apps/drupal/drupal-8.8.7.ebuild 
b/www-apps/drupal/drupal-8.9.1.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-8.8.7.ebuild
rename to www-apps/drupal/drupal-8.9.1.ebuild

diff --git a/www-apps/drupal/drupal-9.0.0.ebuild 
b/www-apps/drupal/drupal-9.0.0.ebuild
deleted file mode 100644
index 50acdd30770..000
--- a/www-apps/drupal/drupal-9.0.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2020-06-04 Thread Jorge Manuel B. S. Vicetto
commit: 51641289cdd4d9e026a00e106892358e1852e934
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Jun  4 13:12:17 2020 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Jun  4 13:12:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51641289

www-apps/drupal: Release bump to 7.71, 8.8.7, 8.9.0 and 9.0.0.

Add the first release for major milestone - Drupal 9.0.0.
Drop older releases. Keep 8.7.14 for now, but it should be dropped soon.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest | 6 --
 www-apps/drupal/{drupal-7.70.ebuild => drupal-7.71.ebuild}   | 0
 www-apps/drupal/{drupal-8.8.6.ebuild => drupal-8.8.7.ebuild} | 0
 www-apps/drupal/{drupal-8.8.6.ebuild => drupal-8.9.0.ebuild} | 0
 www-apps/drupal/{drupal-8.8.6.ebuild => drupal-9.0.0.ebuild} | 0
 5 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index d01efc2283a..b40878a7e61 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,3 +1,5 @@
-DIST drupal-7.70.tar.gz 3319190 BLAKE2B 
33f27c8c893d0a34ba953fbe9fae9a955228869da4d8627df018e3fc79d6e0cda3ae010c810ee113d87bbbfd2a9a7b12164cf2aede294de246d545eb3bcd
 SHA512 
17d82cd8e4a519bccaf858447db76d7672ba0b9b6b4081f2b10842f22cf9cdb3a15df1dcc33a71be1476ba0df960812624938a0bdff594dd02b114521fd83b65
+DIST drupal-7.71.tar.gz 3323316 BLAKE2B 
a34a6f35912130719867d3a1e9262d25d558d1ecd220b73f662134c3e1238bfd9dbedd71f076332e4dfac3b1ed0bab24ddf7603a4ad78faf9db5c7317e273b66
 SHA512 
3ed0bd4e8f176bfda89e5032728b22351951062e476956b8f0242a5a2606be65c109bb31770815a1ee74f38a6aea20b3bd7697e714597da8eaff0bdfa9ba548d
 DIST drupal-8.7.14.tar.gz 17930775 BLAKE2B 
0a25ea095d8431075bb2d6506237a270131cef0548b0be4d801721fc850b504d0ea1969410a4b7493f983d9a9e80e9e8e45fb553e821759505882bac96266de3
 SHA512 
0dc5ee0d21c6da019aae6cf93d16d938b5fcf3179b74278d03c75cb6fd78f7fa698bc98ccb4040553b010e7b529f8a37640147b928616348abbcfd3060d42995
-DIST drupal-8.8.6.tar.gz 19494446 BLAKE2B 
201399953571903b174548aa46455fc247dc34b3c38953c82c8f30c3317875662744fea5574c3692a35d6859ce5479dcfe084c9347c20909b72a015ce44fa44a
 SHA512 
7466b28c36b8eafe15f5c23ec89c59e0add945ead9b46421735efff304cb3dd563c7dc850725e6fdc517a9116756a5d118f763e7744cd05edeaf1cdcf827eca4
+DIST drupal-8.8.7.tar.gz 19504196 BLAKE2B 
7414049a26fdb74d4dc5cde4d19cdd8f2631cfa1d2c97b87128f832efdafe734ef261a8423cdecad3c5ce56b6770806e2ca76a8b76fd71cfa5a056c6dfb75f6c
 SHA512 
24608d809522878999f96c8e2fb561ee0f6e1460de54127570c75e08430a6ecfabdf080fe3f2177a70f12acdb0d1ef4c2f5f86f7304e69748eb1d82357034e74
+DIST drupal-8.9.0.tar.gz 19776103 BLAKE2B 
3dc9ee0db667c370de2f686dc34b7b60797fe0a8ad80c2ca9dc08e1c096d6b3f9629e05af156c004a20fecba8958ca4283b45a21f67d212fed254feb03618b79
 SHA512 
4cb05a4352aa04ce94252a2614f1d16822400e45250d0d67962b8a3c7a891d323d102fc6c7c44a5d8caa16aa8857096958bb56899314c3871dece4e8647d5264
+DIST drupal-9.0.0.tar.gz 16833239 BLAKE2B 
2202de1e352b181db3f85ba5ccf012987114b140afee055ba2475b63ae9738be9a669a534dc5470a3d41bf1e4eb81b269ccc34f4ac89ef5668396121d91ee1b0
 SHA512 
7a77a153f6e0b9f31c3d0e1350719b7677d8153a823b057efbe6e1cc21c59989755c96e497b1a4439e79361f35920eac13d1016019d4fd12dabc34c2c10d8244

diff --git a/www-apps/drupal/drupal-7.70.ebuild 
b/www-apps/drupal/drupal-7.71.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-7.70.ebuild
rename to www-apps/drupal/drupal-7.71.ebuild

diff --git a/www-apps/drupal/drupal-8.8.6.ebuild 
b/www-apps/drupal/drupal-8.8.7.ebuild
similarity index 100%
copy from www-apps/drupal/drupal-8.8.6.ebuild
copy to www-apps/drupal/drupal-8.8.7.ebuild

diff --git a/www-apps/drupal/drupal-8.8.6.ebuild 
b/www-apps/drupal/drupal-8.9.0.ebuild
similarity index 100%
copy from www-apps/drupal/drupal-8.8.6.ebuild
copy to www-apps/drupal/drupal-8.9.0.ebuild

diff --git a/www-apps/drupal/drupal-8.8.6.ebuild 
b/www-apps/drupal/drupal-9.0.0.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-8.8.6.ebuild
rename to www-apps/drupal/drupal-9.0.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2020-05-21 Thread Jorge Manuel B. S. Vicetto
commit: c5f67f0520c54f46cff1452953aab2d711cc680c
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Fri May 22 00:59:56 2020 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Fri May 22 00:59:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f67f05

www-apps/drupal: Drop old and vulnerable releases.

Bug: https://bugs.gentoo.org/724498
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest |  5 ---
 www-apps/drupal/drupal-7.69.ebuild   | 58 --
 www-apps/drupal/drupal-8.7.12.ebuild | 68 
 www-apps/drupal/drupal-8.7.13.ebuild | 68 
 www-apps/drupal/drupal-8.8.4.ebuild  | 68 
 www-apps/drupal/drupal-8.8.5.ebuild  | 68 
 6 files changed, 335 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index e4826268ceb..d01efc2283a 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,8 +1,3 @@
-DIST drupal-7.69.tar.gz 3314294 BLAKE2B 
bfa1d528caf5dc1fa8a21d65244801e2d10961ec707bdb05c99cdd4fbb1e8f90692549b00befd29583371791a22fdf46af87dcc8c43204dce6ba505376bff5d4
 SHA512 
521eec475cbd11d9c997f660c8cd3f92e7a164650eaec67bc1d40c53e901576bc827a3805d2341ab80e9a5bb2f4524e7541d0a99970f2a51a3e45a9ac8ae7880
 DIST drupal-7.70.tar.gz 3319190 BLAKE2B 
33f27c8c893d0a34ba953fbe9fae9a955228869da4d8627df018e3fc79d6e0cda3ae010c810ee113d87bbbfd2a9a7b12164cf2aede294de246d545eb3bcd
 SHA512 
17d82cd8e4a519bccaf858447db76d7672ba0b9b6b4081f2b10842f22cf9cdb3a15df1dcc33a71be1476ba0df960812624938a0bdff594dd02b114521fd83b65
-DIST drupal-8.7.12.tar.gz 17917274 BLAKE2B 
931876fffaab011416d992910317e0b24f89ea4c01fbb09e7d256fb90652b30509051d60c61863434762eccf382ed9f25be41f84b797ffba89aff83a15ff908d
 SHA512 
f9b140d52d11d9ec0543b8e18315b898f1d09bb4c360c544498b1b6df8d40e59c04e5e04749140c896c51f2ea1844fab8220dd556986b39af0fc846d2571e5c2
-DIST drupal-8.7.13.tar.gz 17930132 BLAKE2B 
926614cfa214a4c6bceea89d730f888fadd6373d197aaed983d9a778602fd0c22c8115fea670489e1d5eb26eadaa89f30427e7d7c719f3abe3f59e98f7cb6e07
 SHA512 
bbf859b30204c6c62ac1d2824cda0dc23acc4af99a119684c2b55d8944d6bb6ee5989f1a092f042009e4fe1f8da7cce8fca7d823097c53279a94b2c6f75fdbbf
 DIST drupal-8.7.14.tar.gz 17930775 BLAKE2B 
0a25ea095d8431075bb2d6506237a270131cef0548b0be4d801721fc850b504d0ea1969410a4b7493f983d9a9e80e9e8e45fb553e821759505882bac96266de3
 SHA512 
0dc5ee0d21c6da019aae6cf93d16d938b5fcf3179b74278d03c75cb6fd78f7fa698bc98ccb4040553b010e7b529f8a37640147b928616348abbcfd3060d42995
-DIST drupal-8.8.4.tar.gz 19488274 BLAKE2B 
47cd41ec3d494f5dc948d70c45072fa8040698db133141947348b201e9853c04b91460b1c064d36e45dd20d0ce99c2a1a592e4f2a0f99348cdfd08fb97b9f0e1
 SHA512 
e85e1262eff6274ada1d2625fbd7744b22611807e55252fcaeae722dae5dbc1c552841681f80d552e2d68f7ab2cdca8915e9a2e4c3dac9870fa92c0cb3910286
-DIST drupal-8.8.5.tar.gz 19487785 BLAKE2B 
f7f64482c122009a7517bc299abee2a69f37b7732f4caa6348c811324c1875d38c3a8c71e031f451b1926e9e3b209c1da6db743451c28cf1e5a8c5ea2b13eee4
 SHA512 
15c1b574867066601d19f1cc45f3a65301f11e034f1aed4ab2b5566e5efc7b70ca7d12482fc94bd936b4b1b6bfab0fdc1eec1470d44a6de157eeb5bf8c178124
 DIST drupal-8.8.6.tar.gz 19494446 BLAKE2B 
201399953571903b174548aa46455fc247dc34b3c38953c82c8f30c3317875662744fea5574c3692a35d6859ce5479dcfe084c9347c20909b72a015ce44fa44a
 SHA512 
7466b28c36b8eafe15f5c23ec89c59e0add945ead9b46421735efff304cb3dd563c7dc850725e6fdc517a9116756a5d118f763e7744cd05edeaf1cdcf827eca4

diff --git a/www-apps/drupal/drupal-7.69.ebuild 
b/www-apps/drupal/drupal-7.69.ebuild
deleted file mode 100644
index da5fce8597f..000
--- a/www-apps/drupal/drupal-7.69.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
-   dodoc ${docs}
-   rm -f ${docs} INSTALL COPYRIGHT.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2020-05-21 Thread Jorge Manuel B. S. Vicetto
commit: 3609c25e2e5c6aa5f3647d0b394d5b4b4b76ddb1
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Fri May 22 00:57:15 2020 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Fri May 22 00:57:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3609c25e

www-apps/drupal: Security bumps (8.8.6, 8.7.14 and 7.70).

8.8.6 and 8.7.14 releases include SA-CORE-2020-002.
7.70 release includes SA-CORE-2020-002 and SA-CORE-2020-003.
Bug: https://bugs.gentoo.org/724498
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest |  3 ++
 www-apps/drupal/drupal-7.70.ebuild   | 58 ++
 www-apps/drupal/drupal-8.7.14.ebuild | 68 
 www-apps/drupal/drupal-8.8.6.ebuild  | 68 
 4 files changed, 197 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 8e497525f48..e4826268ceb 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,5 +1,8 @@
 DIST drupal-7.69.tar.gz 3314294 BLAKE2B 
bfa1d528caf5dc1fa8a21d65244801e2d10961ec707bdb05c99cdd4fbb1e8f90692549b00befd29583371791a22fdf46af87dcc8c43204dce6ba505376bff5d4
 SHA512 
521eec475cbd11d9c997f660c8cd3f92e7a164650eaec67bc1d40c53e901576bc827a3805d2341ab80e9a5bb2f4524e7541d0a99970f2a51a3e45a9ac8ae7880
+DIST drupal-7.70.tar.gz 3319190 BLAKE2B 
33f27c8c893d0a34ba953fbe9fae9a955228869da4d8627df018e3fc79d6e0cda3ae010c810ee113d87bbbfd2a9a7b12164cf2aede294de246d545eb3bcd
 SHA512 
17d82cd8e4a519bccaf858447db76d7672ba0b9b6b4081f2b10842f22cf9cdb3a15df1dcc33a71be1476ba0df960812624938a0bdff594dd02b114521fd83b65
 DIST drupal-8.7.12.tar.gz 17917274 BLAKE2B 
931876fffaab011416d992910317e0b24f89ea4c01fbb09e7d256fb90652b30509051d60c61863434762eccf382ed9f25be41f84b797ffba89aff83a15ff908d
 SHA512 
f9b140d52d11d9ec0543b8e18315b898f1d09bb4c360c544498b1b6df8d40e59c04e5e04749140c896c51f2ea1844fab8220dd556986b39af0fc846d2571e5c2
 DIST drupal-8.7.13.tar.gz 17930132 BLAKE2B 
926614cfa214a4c6bceea89d730f888fadd6373d197aaed983d9a778602fd0c22c8115fea670489e1d5eb26eadaa89f30427e7d7c719f3abe3f59e98f7cb6e07
 SHA512 
bbf859b30204c6c62ac1d2824cda0dc23acc4af99a119684c2b55d8944d6bb6ee5989f1a092f042009e4fe1f8da7cce8fca7d823097c53279a94b2c6f75fdbbf
+DIST drupal-8.7.14.tar.gz 17930775 BLAKE2B 
0a25ea095d8431075bb2d6506237a270131cef0548b0be4d801721fc850b504d0ea1969410a4b7493f983d9a9e80e9e8e45fb553e821759505882bac96266de3
 SHA512 
0dc5ee0d21c6da019aae6cf93d16d938b5fcf3179b74278d03c75cb6fd78f7fa698bc98ccb4040553b010e7b529f8a37640147b928616348abbcfd3060d42995
 DIST drupal-8.8.4.tar.gz 19488274 BLAKE2B 
47cd41ec3d494f5dc948d70c45072fa8040698db133141947348b201e9853c04b91460b1c064d36e45dd20d0ce99c2a1a592e4f2a0f99348cdfd08fb97b9f0e1
 SHA512 
e85e1262eff6274ada1d2625fbd7744b22611807e55252fcaeae722dae5dbc1c552841681f80d552e2d68f7ab2cdca8915e9a2e4c3dac9870fa92c0cb3910286
 DIST drupal-8.8.5.tar.gz 19487785 BLAKE2B 
f7f64482c122009a7517bc299abee2a69f37b7732f4caa6348c811324c1875d38c3a8c71e031f451b1926e9e3b209c1da6db743451c28cf1e5a8c5ea2b13eee4
 SHA512 
15c1b574867066601d19f1cc45f3a65301f11e034f1aed4ab2b5566e5efc7b70ca7d12482fc94bd936b4b1b6bfab0fdc1eec1470d44a6de157eeb5bf8c178124
+DIST drupal-8.8.6.tar.gz 19494446 BLAKE2B 
201399953571903b174548aa46455fc247dc34b3c38953c82c8f30c3317875662744fea5574c3692a35d6859ce5479dcfe084c9347c20909b72a015ce44fa44a
 SHA512 
7466b28c36b8eafe15f5c23ec89c59e0add945ead9b46421735efff304cb3dd563c7dc850725e6fdc517a9116756a5d118f763e7744cd05edeaf1cdcf827eca4

diff --git a/www-apps/drupal/drupal-7.70.ebuild 
b/www-apps/drupal/drupal-7.70.ebuild
new file mode 100644
index 000..4fd21d3cac4
--- /dev/null
+++ b/www-apps/drupal/drupal-7.70.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+  

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2020-04-15 Thread Jorge Manuel B. S. Vicetto
commit: 2d6621ec56265f25f08420bc7e603dbaa153617e
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Wed Apr 15 16:17:47 2020 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Wed Apr 15 16:17:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6621ec

www-apps/drupal: Add 8.7.13 and 8.8.5 releases.

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest |  2 ++
 www-apps/drupal/drupal-8.7.13.ebuild | 68 
 www-apps/drupal/drupal-8.8.5.ebuild  | 68 
 3 files changed, 138 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 7bb919099b9..8e497525f48 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,3 +1,5 @@
 DIST drupal-7.69.tar.gz 3314294 BLAKE2B 
bfa1d528caf5dc1fa8a21d65244801e2d10961ec707bdb05c99cdd4fbb1e8f90692549b00befd29583371791a22fdf46af87dcc8c43204dce6ba505376bff5d4
 SHA512 
521eec475cbd11d9c997f660c8cd3f92e7a164650eaec67bc1d40c53e901576bc827a3805d2341ab80e9a5bb2f4524e7541d0a99970f2a51a3e45a9ac8ae7880
 DIST drupal-8.7.12.tar.gz 17917274 BLAKE2B 
931876fffaab011416d992910317e0b24f89ea4c01fbb09e7d256fb90652b30509051d60c61863434762eccf382ed9f25be41f84b797ffba89aff83a15ff908d
 SHA512 
f9b140d52d11d9ec0543b8e18315b898f1d09bb4c360c544498b1b6df8d40e59c04e5e04749140c896c51f2ea1844fab8220dd556986b39af0fc846d2571e5c2
+DIST drupal-8.7.13.tar.gz 17930132 BLAKE2B 
926614cfa214a4c6bceea89d730f888fadd6373d197aaed983d9a778602fd0c22c8115fea670489e1d5eb26eadaa89f30427e7d7c719f3abe3f59e98f7cb6e07
 SHA512 
bbf859b30204c6c62ac1d2824cda0dc23acc4af99a119684c2b55d8944d6bb6ee5989f1a092f042009e4fe1f8da7cce8fca7d823097c53279a94b2c6f75fdbbf
 DIST drupal-8.8.4.tar.gz 19488274 BLAKE2B 
47cd41ec3d494f5dc948d70c45072fa8040698db133141947348b201e9853c04b91460b1c064d36e45dd20d0ce99c2a1a592e4f2a0f99348cdfd08fb97b9f0e1
 SHA512 
e85e1262eff6274ada1d2625fbd7744b22611807e55252fcaeae722dae5dbc1c552841681f80d552e2d68f7ab2cdca8915e9a2e4c3dac9870fa92c0cb3910286
+DIST drupal-8.8.5.tar.gz 19487785 BLAKE2B 
f7f64482c122009a7517bc299abee2a69f37b7732f4caa6348c811324c1875d38c3a8c71e031f451b1926e9e3b209c1da6db743451c28cf1e5a8c5ea2b13eee4
 SHA512 
15c1b574867066601d19f1cc45f3a65301f11e034f1aed4ab2b5566e5efc7b70ca7d12482fc94bd936b4b1b6bfab0fdc1eec1470d44a6de157eeb5bf8c178124

diff --git a/www-apps/drupal/drupal-8.7.13.ebuild 
b/www-apps/drupal/drupal-8.7.13.ebuild
new file mode 100644
index 000..50acdd30770
--- /dev/null
+++ b/www-apps/drupal/drupal-8.7.13.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2020-03-24 Thread Jorge Manuel B. S. Vicetto
commit: 1d2521746b2460bab32816563f1b2076e2459dbd
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Tue Mar 24 13:21:04 2020 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Tue Mar 24 13:21:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d252174

www-apps/drupal: Drop vulnerable releases.

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest |  4 ---
 www-apps/drupal/drupal-8.7.11.ebuild | 68 
 www-apps/drupal/drupal-8.8.1.ebuild  | 68 
 www-apps/drupal/drupal-8.8.2.ebuild  | 68 
 www-apps/drupal/drupal-8.8.3.ebuild  | 68 
 5 files changed, 276 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 23f955b57c9..7bb919099b9 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,7 +1,3 @@
 DIST drupal-7.69.tar.gz 3314294 BLAKE2B 
bfa1d528caf5dc1fa8a21d65244801e2d10961ec707bdb05c99cdd4fbb1e8f90692549b00befd29583371791a22fdf46af87dcc8c43204dce6ba505376bff5d4
 SHA512 
521eec475cbd11d9c997f660c8cd3f92e7a164650eaec67bc1d40c53e901576bc827a3805d2341ab80e9a5bb2f4524e7541d0a99970f2a51a3e45a9ac8ae7880
-DIST drupal-8.7.11.tar.gz 17899106 BLAKE2B 
b0971595319abcae978a0a85f3d11345e3411d412775754139c9562baf5e3c4e49f5ff279139ab1b2128f72987746f13b3edb801cca9984269ce929492243f79
 SHA512 
1952630cce84c3d819e9f34e2beed3268f0e6aaa634aa367310b4aad59c1d86a59fe11d258aa6d0823cd0d2c227ce54d88fc27e07c53b660a6833e1f15feb9f1
 DIST drupal-8.7.12.tar.gz 17917274 BLAKE2B 
931876fffaab011416d992910317e0b24f89ea4c01fbb09e7d256fb90652b30509051d60c61863434762eccf382ed9f25be41f84b797ffba89aff83a15ff908d
 SHA512 
f9b140d52d11d9ec0543b8e18315b898f1d09bb4c360c544498b1b6df8d40e59c04e5e04749140c896c51f2ea1844fab8220dd556986b39af0fc846d2571e5c2
-DIST drupal-8.8.1.tar.gz 19409293 BLAKE2B 
f0fb8874fc4c706f15ab35795357088d4edf75a2bac23343feadf9e02a706f553d3985c418369c76ede310744c645d3ca4085d920f1bd3069c36d31ef3b90d52
 SHA512 
68663b078c7e4468d8fcaa82c385c79930d4d5741e9ec598faeda6b1f8eeb37dbd8a841bc5a458c1dc97dda9a566edaa981991cdd19fea1edc963f72d746c639
-DIST drupal-8.8.2.tar.gz 19438764 BLAKE2B 
d37d1a4387b8873d6b42ed6afcae89025325aefddecfc3528b161fc86898630f6117301217b4aeeff0aa35ee906aa21de367dc1958db27ec26987c1e599217db
 SHA512 
e4ec3e93649e1698da95a46af9087068beaf5c89a7941d7a3d9fd90d5d28a6ba765cc2ba1954a9c27117197e4322df711c07017b29fd89abc75bfa596fa58362
-DIST drupal-8.8.3.tar.gz 19473677 BLAKE2B 
a9d9788e90b5cf137276246f503dc0ce9a01baec55a8666d51ff987ed3742a74f53fb684bd1fea70eadb6fcb113387f520aed14c2666f244ae3681cbd446d346
 SHA512 
d0a4cfec09699da1f206f425c598b9beaae5e34c8a3bab27b7639bc5d27515126ba4ff3af78357964a9998e1d8fce7baf935821db149ec091bc6af45906054f1
 DIST drupal-8.8.4.tar.gz 19488274 BLAKE2B 
47cd41ec3d494f5dc948d70c45072fa8040698db133141947348b201e9853c04b91460b1c064d36e45dd20d0ce99c2a1a592e4f2a0f99348cdfd08fb97b9f0e1
 SHA512 
e85e1262eff6274ada1d2625fbd7744b22611807e55252fcaeae722dae5dbc1c552841681f80d552e2d68f7ab2cdca8915e9a2e4c3dac9870fa92c0cb3910286

diff --git a/www-apps/drupal/drupal-8.7.11.ebuild 
b/www-apps/drupal/drupal-8.7.11.ebuild
deleted file mode 100644
index 945c43dcf13..000
--- a/www-apps/drupal/drupal-8.7.11.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
-
-   dodoc ${docs}
-   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2020-03-24 Thread Jorge Manuel B. S. Vicetto
commit: 05b29c8bdb0d5ac4a3160c2840c72f36ad0781c2
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Tue Mar 24 13:19:52 2020 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Tue Mar 24 13:19:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05b29c8b

www-apps/drupal: Security bump - SA-CORE-2020-001.

Add 8.7.12 and 8.8.4 releases.

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest |  2 ++
 www-apps/drupal/drupal-8.7.12.ebuild | 68 
 www-apps/drupal/drupal-8.8.4.ebuild  | 68 
 3 files changed, 138 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index f57bf074562..23f955b57c9 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,5 +1,7 @@
 DIST drupal-7.69.tar.gz 3314294 BLAKE2B 
bfa1d528caf5dc1fa8a21d65244801e2d10961ec707bdb05c99cdd4fbb1e8f90692549b00befd29583371791a22fdf46af87dcc8c43204dce6ba505376bff5d4
 SHA512 
521eec475cbd11d9c997f660c8cd3f92e7a164650eaec67bc1d40c53e901576bc827a3805d2341ab80e9a5bb2f4524e7541d0a99970f2a51a3e45a9ac8ae7880
 DIST drupal-8.7.11.tar.gz 17899106 BLAKE2B 
b0971595319abcae978a0a85f3d11345e3411d412775754139c9562baf5e3c4e49f5ff279139ab1b2128f72987746f13b3edb801cca9984269ce929492243f79
 SHA512 
1952630cce84c3d819e9f34e2beed3268f0e6aaa634aa367310b4aad59c1d86a59fe11d258aa6d0823cd0d2c227ce54d88fc27e07c53b660a6833e1f15feb9f1
+DIST drupal-8.7.12.tar.gz 17917274 BLAKE2B 
931876fffaab011416d992910317e0b24f89ea4c01fbb09e7d256fb90652b30509051d60c61863434762eccf382ed9f25be41f84b797ffba89aff83a15ff908d
 SHA512 
f9b140d52d11d9ec0543b8e18315b898f1d09bb4c360c544498b1b6df8d40e59c04e5e04749140c896c51f2ea1844fab8220dd556986b39af0fc846d2571e5c2
 DIST drupal-8.8.1.tar.gz 19409293 BLAKE2B 
f0fb8874fc4c706f15ab35795357088d4edf75a2bac23343feadf9e02a706f553d3985c418369c76ede310744c645d3ca4085d920f1bd3069c36d31ef3b90d52
 SHA512 
68663b078c7e4468d8fcaa82c385c79930d4d5741e9ec598faeda6b1f8eeb37dbd8a841bc5a458c1dc97dda9a566edaa981991cdd19fea1edc963f72d746c639
 DIST drupal-8.8.2.tar.gz 19438764 BLAKE2B 
d37d1a4387b8873d6b42ed6afcae89025325aefddecfc3528b161fc86898630f6117301217b4aeeff0aa35ee906aa21de367dc1958db27ec26987c1e599217db
 SHA512 
e4ec3e93649e1698da95a46af9087068beaf5c89a7941d7a3d9fd90d5d28a6ba765cc2ba1954a9c27117197e4322df711c07017b29fd89abc75bfa596fa58362
 DIST drupal-8.8.3.tar.gz 19473677 BLAKE2B 
a9d9788e90b5cf137276246f503dc0ce9a01baec55a8666d51ff987ed3742a74f53fb684bd1fea70eadb6fcb113387f520aed14c2666f244ae3681cbd446d346
 SHA512 
d0a4cfec09699da1f206f425c598b9beaae5e34c8a3bab27b7639bc5d27515126ba4ff3af78357964a9998e1d8fce7baf935821db149ec091bc6af45906054f1
+DIST drupal-8.8.4.tar.gz 19488274 BLAKE2B 
47cd41ec3d494f5dc948d70c45072fa8040698db133141947348b201e9853c04b91460b1c064d36e45dd20d0ce99c2a1a592e4f2a0f99348cdfd08fb97b9f0e1
 SHA512 
e85e1262eff6274ada1d2625fbd7744b22611807e55252fcaeae722dae5dbc1c552841681f80d552e2d68f7ab2cdca8915e9a2e4c3dac9870fa92c0cb3910286

diff --git a/www-apps/drupal/drupal-8.7.12.ebuild 
b/www-apps/drupal/drupal-8.7.12.ebuild
new file mode 100644
index 000..50acdd30770
--- /dev/null
+++ b/www-apps/drupal/drupal-8.7.12.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2020-03-06 Thread Jorge Manuel B. S. Vicetto
commit: 2dcc18058276bd4a229301d59850c3e91e1a1eae
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Fri Mar  6 19:41:20 2020 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Fri Mar  6 19:42:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dcc1805

www-apps/drupal: Add 8.8.3 release.

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-8.8.3.ebuild | 68 +
 2 files changed, 69 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index bc53f2963c0..f57bf074562 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -2,3 +2,4 @@ DIST drupal-7.69.tar.gz 3314294 BLAKE2B 
bfa1d528caf5dc1fa8a21d65244801e2d10961ec
 DIST drupal-8.7.11.tar.gz 17899106 BLAKE2B 
b0971595319abcae978a0a85f3d11345e3411d412775754139c9562baf5e3c4e49f5ff279139ab1b2128f72987746f13b3edb801cca9984269ce929492243f79
 SHA512 
1952630cce84c3d819e9f34e2beed3268f0e6aaa634aa367310b4aad59c1d86a59fe11d258aa6d0823cd0d2c227ce54d88fc27e07c53b660a6833e1f15feb9f1
 DIST drupal-8.8.1.tar.gz 19409293 BLAKE2B 
f0fb8874fc4c706f15ab35795357088d4edf75a2bac23343feadf9e02a706f553d3985c418369c76ede310744c645d3ca4085d920f1bd3069c36d31ef3b90d52
 SHA512 
68663b078c7e4468d8fcaa82c385c79930d4d5741e9ec598faeda6b1f8eeb37dbd8a841bc5a458c1dc97dda9a566edaa981991cdd19fea1edc963f72d746c639
 DIST drupal-8.8.2.tar.gz 19438764 BLAKE2B 
d37d1a4387b8873d6b42ed6afcae89025325aefddecfc3528b161fc86898630f6117301217b4aeeff0aa35ee906aa21de367dc1958db27ec26987c1e599217db
 SHA512 
e4ec3e93649e1698da95a46af9087068beaf5c89a7941d7a3d9fd90d5d28a6ba765cc2ba1954a9c27117197e4322df711c07017b29fd89abc75bfa596fa58362
+DIST drupal-8.8.3.tar.gz 19473677 BLAKE2B 
a9d9788e90b5cf137276246f503dc0ce9a01baec55a8666d51ff987ed3742a74f53fb684bd1fea70eadb6fcb113387f520aed14c2666f244ae3681cbd446d346
 SHA512 
d0a4cfec09699da1f206f425c598b9beaae5e34c8a3bab27b7639bc5d27515126ba4ff3af78357964a9998e1d8fce7baf935821db149ec091bc6af45906054f1

diff --git a/www-apps/drupal/drupal-8.8.3.ebuild 
b/www-apps/drupal/drupal-8.8.3.ebuild
new file mode 100644
index 000..50acdd30770
--- /dev/null
+++ b/www-apps/drupal/drupal-8.8.3.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by the setup."
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2020-02-03 Thread Jorge Manuel B. S. Vicetto
commit: 4c12d29a6ae70c106ae6b5055cd70cbf92934cf8
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Mon Feb  3 19:53:20 2020 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Mon Feb  3 19:53:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c12d29a

www-apps/drupal: 8.8.2 version bump.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-8.8.2.ebuild | 68 +
 2 files changed, 69 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 9fa4fb9303e..bc53f2963c0 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,3 +1,4 @@
 DIST drupal-7.69.tar.gz 3314294 BLAKE2B 
bfa1d528caf5dc1fa8a21d65244801e2d10961ec707bdb05c99cdd4fbb1e8f90692549b00befd29583371791a22fdf46af87dcc8c43204dce6ba505376bff5d4
 SHA512 
521eec475cbd11d9c997f660c8cd3f92e7a164650eaec67bc1d40c53e901576bc827a3805d2341ab80e9a5bb2f4524e7541d0a99970f2a51a3e45a9ac8ae7880
 DIST drupal-8.7.11.tar.gz 17899106 BLAKE2B 
b0971595319abcae978a0a85f3d11345e3411d412775754139c9562baf5e3c4e49f5ff279139ab1b2128f72987746f13b3edb801cca9984269ce929492243f79
 SHA512 
1952630cce84c3d819e9f34e2beed3268f0e6aaa634aa367310b4aad59c1d86a59fe11d258aa6d0823cd0d2c227ce54d88fc27e07c53b660a6833e1f15feb9f1
 DIST drupal-8.8.1.tar.gz 19409293 BLAKE2B 
f0fb8874fc4c706f15ab35795357088d4edf75a2bac23343feadf9e02a706f553d3985c418369c76ede310744c645d3ca4085d920f1bd3069c36d31ef3b90d52
 SHA512 
68663b078c7e4468d8fcaa82c385c79930d4d5741e9ec598faeda6b1f8eeb37dbd8a841bc5a458c1dc97dda9a566edaa981991cdd19fea1edc963f72d746c639
+DIST drupal-8.8.2.tar.gz 19438764 BLAKE2B 
d37d1a4387b8873d6b42ed6afcae89025325aefddecfc3528b161fc86898630f6117301217b4aeeff0aa35ee906aa21de367dc1958db27ec26987c1e599217db
 SHA512 
e4ec3e93649e1698da95a46af9087068beaf5c89a7941d7a3d9fd90d5d28a6ba765cc2ba1954a9c27117197e4322df711c07017b29fd89abc75bfa596fa58362

diff --git a/www-apps/drupal/drupal-8.8.2.ebuild 
b/www-apps/drupal/drupal-8.8.2.ebuild
new file mode 100644
index 000..50acdd30770
--- /dev/null
+++ b/www-apps/drupal/drupal-8.8.2.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by the setup."
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-12-19 Thread Jorge Manuel B. S. Vicetto
commit: e3606a83d638488f83ca481fee71f7bc420f18cf
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Dec 19 13:52:19 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Dec 19 13:54:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3606a83

www-apps/drupal: Security updates (SA-CORE-2019-0{09,10,11,12}).

Security bump to releases 7.69, 8.7.11 and 8.8.1.
Bug: https://bugs.gentoo.org/703332
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest |  3 ++
 www-apps/drupal/drupal-7.69.ebuild   | 58 ++
 www-apps/drupal/drupal-8.7.11.ebuild | 68 
 www-apps/drupal/drupal-8.8.1.ebuild  | 68 
 4 files changed, 197 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index ef97bec9f10..df7229bd74f 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,7 +1,10 @@
 DIST drupal-7.67.tar.gz 3312764 BLAKE2B 
bb7f21e80ca192ff3e37f917c1fa43dcd8d3cd8b60ff012d1fe22e279ffd674e08be6aef6328d0c5b7c50a106592bde299300fe9ccb0c4c1ffc1aca57c3ca6ad
 SHA512 
0e4f60010b1395183cea19424e8c2849f93fb7285a081bf7d0c774b8e82f403083533059f58c3831950cc06dfa8117d443db52b66a521301ceac10b1b333aa28
 DIST drupal-7.68.tar.gz 3314177 BLAKE2B 
915369e8b1af0676347d326ae5a23194a6643a079b89c83c12c93edccabc0f4eecd472d0007007f9c58ae8ecec0b9850eb8f0ea3488398d7bbccd105d1246aa5
 SHA512 
b6e9cd1ac002cf5b633b3bc5431e4159a1e49530860f60137960cf102a04b00cbd8bfe0687b98524348ef48e1f24f858808caf9d3305c973e24bd0d92479ba2a
+DIST drupal-7.69.tar.gz 3314294 BLAKE2B 
bfa1d528caf5dc1fa8a21d65244801e2d10961ec707bdb05c99cdd4fbb1e8f90692549b00befd29583371791a22fdf46af87dcc8c43204dce6ba505376bff5d4
 SHA512 
521eec475cbd11d9c997f660c8cd3f92e7a164650eaec67bc1d40c53e901576bc827a3805d2341ab80e9a5bb2f4524e7541d0a99970f2a51a3e45a9ac8ae7880
 DIST drupal-8.6.16.tar.gz 17151378 BLAKE2B 
2bdd14ff7a5f898af2d322a6b2862643899dfbe2ad05c99b85f036161612cccfc2c25105c8eef37311634a2aa03ed792db8de3e625aed5adb94cd8f644557fcb
 SHA512 
34f260d780bce286a0a61b710c340d2622cb857aa92a2bdaad63737303ef2f4f1751edc3f415daaa14b9cb483757e367e639136d03f571cba5165129bba31e12
 DIST drupal-8.7.10.tar.gz 17894144 BLAKE2B 
cf20860bc11ca65a7ff0808e533f5c3aac39d4f5b0f9052601d1bf510cdc28bb5fca99d14d78badc61158f06742e1fb6addfc4145ad17720095631f7258b0cd7
 SHA512 
c614a64efd86c529d89f4411d4418731ae85cf0af5a236dd3a475f68dd4d408fb7c6d378477897e2ce68c71cc287f218dab2d45cc3d96967a75a6500e0161716
+DIST drupal-8.7.11.tar.gz 17899106 BLAKE2B 
b0971595319abcae978a0a85f3d11345e3411d412775754139c9562baf5e3c4e49f5ff279139ab1b2128f72987746f13b3edb801cca9984269ce929492243f79
 SHA512 
1952630cce84c3d819e9f34e2beed3268f0e6aaa634aa367310b4aad59c1d86a59fe11d258aa6d0823cd0d2c227ce54d88fc27e07c53b660a6833e1f15feb9f1
 DIST drupal-8.7.8.tar.gz 17882836 BLAKE2B 
8a521c5c615356548eea8a64ee81e31082e3b9c5ed37c66fef7f2f3c426c7339e4848b90306cfccae1005c5c6d8fe8d7964662012da66c9c6754c6052d102173
 SHA512 
cc68e6318ebc162cd50fe19046a992ae2ca338f9da564a12a88954edb2c0cecaa56b0ded22903f67f305ab1fee48dd8a2bbf8b65a9efda2e1ce50d11b97bab28
 DIST drupal-8.7.9.tar.gz 17888541 BLAKE2B 
958779c7ae8fa1527ae91d3174c19afc311682c4bbceacd6592796abf781b4e52b0e1ad5f020bd79d2d55508a954bf969076121d703f69959afd6b7a87b6e9b9
 SHA512 
6181af0e096974e1eb7d5a046d8f34372725891937fcce7d9c0b6b1dffebc0d6fc3519f16df6edbea35c081231c9f8411166f66586cb932de1e6aadebfa78cb1
 DIST drupal-8.8.0.tar.gz 19404952 BLAKE2B 
4cdad86e3668f80c45a3cff79ca0d245e36e2239d0a97f06ebe05cf125a0665e16eb75410fccb0ac5cae5a7a5e909ec67649fc4ec5e14e78b887c6b8981e7f77
 SHA512 
26a2f064c951b712a944ef68903070c51262f6886482429b893809ee2b2a3a58974937e9c9a698d1476eb17c38c532ede73ba4cc4ff3e2d80e989ae6cd188664
+DIST drupal-8.8.1.tar.gz 19409293 BLAKE2B 
f0fb8874fc4c706f15ab35795357088d4edf75a2bac23343feadf9e02a706f553d3985c418369c76ede310744c645d3ca4085d920f1bd3069c36d31ef3b90d52
 SHA512 
68663b078c7e4468d8fcaa82c385c79930d4d5741e9ec598faeda6b1f8eeb37dbd8a841bc5a458c1dc97dda9a566edaa981991cdd19fea1edc963f72d746c639

diff --git a/www-apps/drupal/drupal-7.69.ebuild 
b/www-apps/drupal/drupal-7.69.ebuild
new file mode 100644
index 000..da5fce8597f
--- /dev/null
+++ b/www-apps/drupal/drupal-7.69.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-12-19 Thread Jorge Manuel B. S. Vicetto
commit: fac76c9724668d7f180ef853db441b444b87bc7c
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Dec 19 13:54:35 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Dec 19 13:54:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac76c97

www-apps/drupal: Drop vulnerable / unsupported releases.

Drop unused flag from metadata.xml.

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest  |  7 ---
 www-apps/drupal/drupal-7.67-r1.ebuild | 58 
 www-apps/drupal/drupal-7.67.ebuild| 74 --
 www-apps/drupal/drupal-7.68.ebuild| 58 
 www-apps/drupal/drupal-8.6.16.ebuild  | 84 ---
 www-apps/drupal/drupal-8.7.10.ebuild  | 68 
 www-apps/drupal/drupal-8.7.8.ebuild   | 84 ---
 www-apps/drupal/drupal-8.7.9.ebuild   | 84 ---
 www-apps/drupal/drupal-8.8.0.ebuild   | 68 
 www-apps/drupal/metadata.xml  |  1 -
 10 files changed, 586 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index df7229bd74f..9fa4fb9303e 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,10 +1,3 @@
-DIST drupal-7.67.tar.gz 3312764 BLAKE2B 
bb7f21e80ca192ff3e37f917c1fa43dcd8d3cd8b60ff012d1fe22e279ffd674e08be6aef6328d0c5b7c50a106592bde299300fe9ccb0c4c1ffc1aca57c3ca6ad
 SHA512 
0e4f60010b1395183cea19424e8c2849f93fb7285a081bf7d0c774b8e82f403083533059f58c3831950cc06dfa8117d443db52b66a521301ceac10b1b333aa28
-DIST drupal-7.68.tar.gz 3314177 BLAKE2B 
915369e8b1af0676347d326ae5a23194a6643a079b89c83c12c93edccabc0f4eecd472d0007007f9c58ae8ecec0b9850eb8f0ea3488398d7bbccd105d1246aa5
 SHA512 
b6e9cd1ac002cf5b633b3bc5431e4159a1e49530860f60137960cf102a04b00cbd8bfe0687b98524348ef48e1f24f858808caf9d3305c973e24bd0d92479ba2a
 DIST drupal-7.69.tar.gz 3314294 BLAKE2B 
bfa1d528caf5dc1fa8a21d65244801e2d10961ec707bdb05c99cdd4fbb1e8f90692549b00befd29583371791a22fdf46af87dcc8c43204dce6ba505376bff5d4
 SHA512 
521eec475cbd11d9c997f660c8cd3f92e7a164650eaec67bc1d40c53e901576bc827a3805d2341ab80e9a5bb2f4524e7541d0a99970f2a51a3e45a9ac8ae7880
-DIST drupal-8.6.16.tar.gz 17151378 BLAKE2B 
2bdd14ff7a5f898af2d322a6b2862643899dfbe2ad05c99b85f036161612cccfc2c25105c8eef37311634a2aa03ed792db8de3e625aed5adb94cd8f644557fcb
 SHA512 
34f260d780bce286a0a61b710c340d2622cb857aa92a2bdaad63737303ef2f4f1751edc3f415daaa14b9cb483757e367e639136d03f571cba5165129bba31e12
-DIST drupal-8.7.10.tar.gz 17894144 BLAKE2B 
cf20860bc11ca65a7ff0808e533f5c3aac39d4f5b0f9052601d1bf510cdc28bb5fca99d14d78badc61158f06742e1fb6addfc4145ad17720095631f7258b0cd7
 SHA512 
c614a64efd86c529d89f4411d4418731ae85cf0af5a236dd3a475f68dd4d408fb7c6d378477897e2ce68c71cc287f218dab2d45cc3d96967a75a6500e0161716
 DIST drupal-8.7.11.tar.gz 17899106 BLAKE2B 
b0971595319abcae978a0a85f3d11345e3411d412775754139c9562baf5e3c4e49f5ff279139ab1b2128f72987746f13b3edb801cca9984269ce929492243f79
 SHA512 
1952630cce84c3d819e9f34e2beed3268f0e6aaa634aa367310b4aad59c1d86a59fe11d258aa6d0823cd0d2c227ce54d88fc27e07c53b660a6833e1f15feb9f1
-DIST drupal-8.7.8.tar.gz 17882836 BLAKE2B 
8a521c5c615356548eea8a64ee81e31082e3b9c5ed37c66fef7f2f3c426c7339e4848b90306cfccae1005c5c6d8fe8d7964662012da66c9c6754c6052d102173
 SHA512 
cc68e6318ebc162cd50fe19046a992ae2ca338f9da564a12a88954edb2c0cecaa56b0ded22903f67f305ab1fee48dd8a2bbf8b65a9efda2e1ce50d11b97bab28
-DIST drupal-8.7.9.tar.gz 17888541 BLAKE2B 
958779c7ae8fa1527ae91d3174c19afc311682c4bbceacd6592796abf781b4e52b0e1ad5f020bd79d2d55508a954bf969076121d703f69959afd6b7a87b6e9b9
 SHA512 
6181af0e096974e1eb7d5a046d8f34372725891937fcce7d9c0b6b1dffebc0d6fc3519f16df6edbea35c081231c9f8411166f66586cb932de1e6aadebfa78cb1
-DIST drupal-8.8.0.tar.gz 19404952 BLAKE2B 
4cdad86e3668f80c45a3cff79ca0d245e36e2239d0a97f06ebe05cf125a0665e16eb75410fccb0ac5cae5a7a5e909ec67649fc4ec5e14e78b887c6b8981e7f77
 SHA512 
26a2f064c951b712a944ef68903070c51262f6886482429b893809ee2b2a3a58974937e9c9a698d1476eb17c38c532ede73ba4cc4ff3e2d80e989ae6cd188664
 DIST drupal-8.8.1.tar.gz 19409293 BLAKE2B 
f0fb8874fc4c706f15ab35795357088d4edf75a2bac23343feadf9e02a706f553d3985c418369c76ede310744c645d3ca4085d920f1bd3069c36d31ef3b90d52
 SHA512 
68663b078c7e4468d8fcaa82c385c79930d4d5741e9ec598faeda6b1f8eeb37dbd8a841bc5a458c1dc97dda9a566edaa981991cdd19fea1edc963f72d746c639

diff --git a/www-apps/drupal/drupal-7.67-r1.ebuild 
b/www-apps/drupal/drupal-7.67-r1.ebuild
deleted file mode 100644
index da5fce8597f..000
--- a/www-apps/drupal/drupal-7.67-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-
-DESCRIPTION="PHP-based open-source platform and 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-12-05 Thread Jorge Manuel B. S. Vicetto
commit: a63fb6bb7fb0076598f07d3ea7e437b27c04877c
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Dec  5 16:41:44 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Dec  5 16:41:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a63fb6bb

www-apps/drupal: bump to 8.8.0 and 7.68 releases.

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  2 ++
 www-apps/drupal/drupal-7.68.ebuild  | 58 +++
 www-apps/drupal/drupal-8.8.0.ebuild | 68 +
 3 files changed, 128 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 25f2dd2f820..ef97bec9f10 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,5 +1,7 @@
 DIST drupal-7.67.tar.gz 3312764 BLAKE2B 
bb7f21e80ca192ff3e37f917c1fa43dcd8d3cd8b60ff012d1fe22e279ffd674e08be6aef6328d0c5b7c50a106592bde299300fe9ccb0c4c1ffc1aca57c3ca6ad
 SHA512 
0e4f60010b1395183cea19424e8c2849f93fb7285a081bf7d0c774b8e82f403083533059f58c3831950cc06dfa8117d443db52b66a521301ceac10b1b333aa28
+DIST drupal-7.68.tar.gz 3314177 BLAKE2B 
915369e8b1af0676347d326ae5a23194a6643a079b89c83c12c93edccabc0f4eecd472d0007007f9c58ae8ecec0b9850eb8f0ea3488398d7bbccd105d1246aa5
 SHA512 
b6e9cd1ac002cf5b633b3bc5431e4159a1e49530860f60137960cf102a04b00cbd8bfe0687b98524348ef48e1f24f858808caf9d3305c973e24bd0d92479ba2a
 DIST drupal-8.6.16.tar.gz 17151378 BLAKE2B 
2bdd14ff7a5f898af2d322a6b2862643899dfbe2ad05c99b85f036161612cccfc2c25105c8eef37311634a2aa03ed792db8de3e625aed5adb94cd8f644557fcb
 SHA512 
34f260d780bce286a0a61b710c340d2622cb857aa92a2bdaad63737303ef2f4f1751edc3f415daaa14b9cb483757e367e639136d03f571cba5165129bba31e12
 DIST drupal-8.7.10.tar.gz 17894144 BLAKE2B 
cf20860bc11ca65a7ff0808e533f5c3aac39d4f5b0f9052601d1bf510cdc28bb5fca99d14d78badc61158f06742e1fb6addfc4145ad17720095631f7258b0cd7
 SHA512 
c614a64efd86c529d89f4411d4418731ae85cf0af5a236dd3a475f68dd4d408fb7c6d378477897e2ce68c71cc287f218dab2d45cc3d96967a75a6500e0161716
 DIST drupal-8.7.8.tar.gz 17882836 BLAKE2B 
8a521c5c615356548eea8a64ee81e31082e3b9c5ed37c66fef7f2f3c426c7339e4848b90306cfccae1005c5c6d8fe8d7964662012da66c9c6754c6052d102173
 SHA512 
cc68e6318ebc162cd50fe19046a992ae2ca338f9da564a12a88954edb2c0cecaa56b0ded22903f67f305ab1fee48dd8a2bbf8b65a9efda2e1ce50d11b97bab28
 DIST drupal-8.7.9.tar.gz 17888541 BLAKE2B 
958779c7ae8fa1527ae91d3174c19afc311682c4bbceacd6592796abf781b4e52b0e1ad5f020bd79d2d55508a954bf969076121d703f69959afd6b7a87b6e9b9
 SHA512 
6181af0e096974e1eb7d5a046d8f34372725891937fcce7d9c0b6b1dffebc0d6fc3519f16df6edbea35c081231c9f8411166f66586cb932de1e6aadebfa78cb1
+DIST drupal-8.8.0.tar.gz 19404952 BLAKE2B 
4cdad86e3668f80c45a3cff79ca0d245e36e2239d0a97f06ebe05cf125a0665e16eb75410fccb0ac5cae5a7a5e909ec67649fc4ec5e14e78b887c6b8981e7f77
 SHA512 
26a2f064c951b712a944ef68903070c51262f6886482429b893809ee2b2a3a58974937e9c9a698d1476eb17c38c532ede73ba4cc4ff3e2d80e989ae6cd188664

diff --git a/www-apps/drupal/drupal-7.68.ebuild 
b/www-apps/drupal/drupal-7.68.ebuild
new file mode 100644
index 000..da5fce8597f
--- /dev/null
+++ b/www-apps/drupal/drupal-7.68.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-11-20 Thread Jorge Manuel B. S. Vicetto
commit: 9c39d66db5d435559f3fd330a821afb9a675bbea
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Wed Nov 20 16:27:03 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Wed Nov 20 16:27:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c39d66d

www-apps/drupal: Clean-up and review the 7.67 ebuild.

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/drupal-7.67-r1.ebuild | 58 +++
 1 file changed, 58 insertions(+)

diff --git a/www-apps/drupal/drupal-7.67-r1.ebuild 
b/www-apps/drupal/drupal-7.67-r1.ebuild
new file mode 100644
index 000..da5fce8597f
--- /dev/null
+++ b/www-apps/drupal/drupal-7.67-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-11-20 Thread Jorge Manuel B. S. Vicetto
commit: 86b197b64333c5bc1685738fc4c65a304d89694a
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Wed Nov 20 16:19:32 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Wed Nov 20 16:20:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b197b6

www-apps/drupal: 8.7.10 version bump and clean-ups.

Version bump.
Drop the acclerator use flag and deps as xcache is going away.
Use dev-lang/php[hash(+)] as hash become required since PHP 7.4.
Bug: https://bugs.gentoo.org/688058
Review dev-lang/php deps and fix keywords.
Thanks to Brian Evans  gentoo.org> for the review.

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest |  1 +
 www-apps/drupal/drupal-8.7.10.ebuild | 68 
 2 files changed, 69 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index acb096aa96a..25f2dd2f820 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,5 @@
 DIST drupal-7.67.tar.gz 3312764 BLAKE2B 
bb7f21e80ca192ff3e37f917c1fa43dcd8d3cd8b60ff012d1fe22e279ffd674e08be6aef6328d0c5b7c50a106592bde299300fe9ccb0c4c1ffc1aca57c3ca6ad
 SHA512 
0e4f60010b1395183cea19424e8c2849f93fb7285a081bf7d0c774b8e82f403083533059f58c3831950cc06dfa8117d443db52b66a521301ceac10b1b333aa28
 DIST drupal-8.6.16.tar.gz 17151378 BLAKE2B 
2bdd14ff7a5f898af2d322a6b2862643899dfbe2ad05c99b85f036161612cccfc2c25105c8eef37311634a2aa03ed792db8de3e625aed5adb94cd8f644557fcb
 SHA512 
34f260d780bce286a0a61b710c340d2622cb857aa92a2bdaad63737303ef2f4f1751edc3f415daaa14b9cb483757e367e639136d03f571cba5165129bba31e12
+DIST drupal-8.7.10.tar.gz 17894144 BLAKE2B 
cf20860bc11ca65a7ff0808e533f5c3aac39d4f5b0f9052601d1bf510cdc28bb5fca99d14d78badc61158f06742e1fb6addfc4145ad17720095631f7258b0cd7
 SHA512 
c614a64efd86c529d89f4411d4418731ae85cf0af5a236dd3a475f68dd4d408fb7c6d378477897e2ce68c71cc287f218dab2d45cc3d96967a75a6500e0161716
 DIST drupal-8.7.8.tar.gz 17882836 BLAKE2B 
8a521c5c615356548eea8a64ee81e31082e3b9c5ed37c66fef7f2f3c426c7339e4848b90306cfccae1005c5c6d8fe8d7964662012da66c9c6754c6052d102173
 SHA512 
cc68e6318ebc162cd50fe19046a992ae2ca338f9da564a12a88954edb2c0cecaa56b0ded22903f67f305ab1fee48dd8a2bbf8b65a9efda2e1ce50d11b97bab28
 DIST drupal-8.7.9.tar.gz 17888541 BLAKE2B 
958779c7ae8fa1527ae91d3174c19afc311682c4bbceacd6592796abf781b4e52b0e1ad5f020bd79d2d55508a954bf969076121d703f69959afd6b7a87b6e9b9
 SHA512 
6181af0e096974e1eb7d5a046d8f34372725891937fcce7d9c0b6b1dffebc0d6fc3519f16df6edbea35c081231c9f8411166f66586cb932de1e6aadebfa78cb1

diff --git a/www-apps/drupal/drupal-8.7.10.ebuild 
b/www-apps/drupal/drupal-8.7.10.ebuild
new file mode 100644
index 000..945c43dcf13
--- /dev/null
+++ b/www-apps/drupal/drupal-8.7.10.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
+   virtual/httpd-php
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-11-07 Thread Jorge Manuel B. S. Vicetto
commit: ab93bf3bdf0a8f38ecb9f1a53e65ddc985a1e302
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Nov  7 16:08:00 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Nov  7 16:08:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab93bf3b

www-apps/drupal: Drop old.

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  3 --
 www-apps/drupal/drupal-8.7.5.ebuild | 84 -
 www-apps/drupal/drupal-8.7.6.ebuild | 84 -
 www-apps/drupal/drupal-8.7.7.ebuild | 84 -
 4 files changed, 255 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 9de3a751e67..acb096aa96a 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,7 +1,4 @@
 DIST drupal-7.67.tar.gz 3312764 BLAKE2B 
bb7f21e80ca192ff3e37f917c1fa43dcd8d3cd8b60ff012d1fe22e279ffd674e08be6aef6328d0c5b7c50a106592bde299300fe9ccb0c4c1ffc1aca57c3ca6ad
 SHA512 
0e4f60010b1395183cea19424e8c2849f93fb7285a081bf7d0c774b8e82f403083533059f58c3831950cc06dfa8117d443db52b66a521301ceac10b1b333aa28
 DIST drupal-8.6.16.tar.gz 17151378 BLAKE2B 
2bdd14ff7a5f898af2d322a6b2862643899dfbe2ad05c99b85f036161612cccfc2c25105c8eef37311634a2aa03ed792db8de3e625aed5adb94cd8f644557fcb
 SHA512 
34f260d780bce286a0a61b710c340d2622cb857aa92a2bdaad63737303ef2f4f1751edc3f415daaa14b9cb483757e367e639136d03f571cba5165129bba31e12
-DIST drupal-8.7.5.tar.gz 17843250 BLAKE2B 
e68895ae3d097c1bb4269bd77a2180723caa3601322443eaced9e6e157511468b2fe877ee72dafb735c6d7d077c1f3d29e3de6b3624bbcc0f080ec4deb305065
 SHA512 
f0f34f8314e86b9fa104992fe8f96dfada335f58c5e25c174f44e484c27dd4a2c9f4fb19505ac29636fc7f9548c898fbf497c119ac8dd588e881e7aa373aefde
-DIST drupal-8.7.6.tar.gz 17866782 BLAKE2B 
19a616fd685078bdffa9f9e20234aa0aca8f24bc040068f7496cfb7163216977c4bfaf63f564b5fea08351f1899bb97bc50f48ae21250213ed8b93bbb15ab54f
 SHA512 
eec8c5d5646371cb8382806c93e925d65b725878b2a4e53f4ad5559f14523c31e62cbba7ec813292b79cf1a332f64098e41720472171f233ce0bc1c0d24c395e
-DIST drupal-8.7.7.tar.gz 17873760 BLAKE2B 
b3614217ec84396714ed0bc9dfa95bd2ef6b9d41e842b7bb7301cd7d00505afbb4902613f814f438e3a9c4091cf48869b8298d0f6bcd71570a73eda287adc0f0
 SHA512 
098fa371159449eb7ff8ca1f25100700a6986a5b1efed9c4989372e1eb53e02ab9fd9ca218c51e59b2a3280e1dc0fdc95382c3bdce30eed2974176ef08b75eb6
 DIST drupal-8.7.8.tar.gz 17882836 BLAKE2B 
8a521c5c615356548eea8a64ee81e31082e3b9c5ed37c66fef7f2f3c426c7339e4848b90306cfccae1005c5c6d8fe8d7964662012da66c9c6754c6052d102173
 SHA512 
cc68e6318ebc162cd50fe19046a992ae2ca338f9da564a12a88954edb2c0cecaa56b0ded22903f67f305ab1fee48dd8a2bbf8b65a9efda2e1ce50d11b97bab28
 DIST drupal-8.7.9.tar.gz 17888541 BLAKE2B 
958779c7ae8fa1527ae91d3174c19afc311682c4bbceacd6592796abf781b4e52b0e1ad5f020bd79d2d55508a954bf969076121d703f69959afd6b7a87b6e9b9
 SHA512 
6181af0e096974e1eb7d5a046d8f34372725891937fcce7d9c0b6b1dffebc0d6fc3519f16df6edbea35c081231c9f8411166f66586cb932de1e6aadebfa78cb1

diff --git a/www-apps/drupal/drupal-8.7.5.ebuild 
b/www-apps/drupal/drupal-8.7.5.ebuild
deleted file mode 100644
index 364116f1197..000
--- a/www-apps/drupal/drupal-8.7.5.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
-   virtual/httpd-php
-   accelerator? ( ||
-   (
-   dev-php/xcache
-   (
-   >=dev-lang/php-5.5[opcache]
-   dev-php/pecl-apcu
-   )
-   )
-   )
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-   mysql? (
-   || (
-   dev-lang/php[mysql]
-   dev-lang/php[mysqli]
-   )
-   )
-   sqlite? ( dev-lang/php[sqlite] )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
-
-   dodoc ${docs}
-   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-11-07 Thread Jorge Manuel B. S. Vicetto
commit: be051b65e96103d4996908704ca205e9920355ef
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Nov  7 15:55:42 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Nov  7 15:56:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be051b65

www-apps/drupal: 8.7.9 version bump.

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-8.7.9.ebuild | 84 +
 2 files changed, 85 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 8907dcc6a65..9de3a751e67 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -4,3 +4,4 @@ DIST drupal-8.7.5.tar.gz 17843250 BLAKE2B 
e68895ae3d097c1bb4269bd77a2180723caa36
 DIST drupal-8.7.6.tar.gz 17866782 BLAKE2B 
19a616fd685078bdffa9f9e20234aa0aca8f24bc040068f7496cfb7163216977c4bfaf63f564b5fea08351f1899bb97bc50f48ae21250213ed8b93bbb15ab54f
 SHA512 
eec8c5d5646371cb8382806c93e925d65b725878b2a4e53f4ad5559f14523c31e62cbba7ec813292b79cf1a332f64098e41720472171f233ce0bc1c0d24c395e
 DIST drupal-8.7.7.tar.gz 17873760 BLAKE2B 
b3614217ec84396714ed0bc9dfa95bd2ef6b9d41e842b7bb7301cd7d00505afbb4902613f814f438e3a9c4091cf48869b8298d0f6bcd71570a73eda287adc0f0
 SHA512 
098fa371159449eb7ff8ca1f25100700a6986a5b1efed9c4989372e1eb53e02ab9fd9ca218c51e59b2a3280e1dc0fdc95382c3bdce30eed2974176ef08b75eb6
 DIST drupal-8.7.8.tar.gz 17882836 BLAKE2B 
8a521c5c615356548eea8a64ee81e31082e3b9c5ed37c66fef7f2f3c426c7339e4848b90306cfccae1005c5c6d8fe8d7964662012da66c9c6754c6052d102173
 SHA512 
cc68e6318ebc162cd50fe19046a992ae2ca338f9da564a12a88954edb2c0cecaa56b0ded22903f67f305ab1fee48dd8a2bbf8b65a9efda2e1ce50d11b97bab28
+DIST drupal-8.7.9.tar.gz 17888541 BLAKE2B 
958779c7ae8fa1527ae91d3174c19afc311682c4bbceacd6592796abf781b4e52b0e1ad5f020bd79d2d55508a954bf969076121d703f69959afd6b7a87b6e9b9
 SHA512 
6181af0e096974e1eb7d5a046d8f34372725891937fcce7d9c0b6b1dffebc0d6fc3519f16df6edbea35c081231c9f8411166f66586cb932de1e6aadebfa78cb1

diff --git a/www-apps/drupal/drupal-8.7.9.ebuild 
b/www-apps/drupal/drupal-8.7.9.ebuild
new file mode 100644
index 000..904bdb36354
--- /dev/null
+++ b/www-apps/drupal/drupal-8.7.9.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="-alpha ~amd64 -ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-10-10 Thread Jorge Manuel B. S. Vicetto
commit: 3bcfc2ddeef59747d383fd2800c45d22aa9abd49
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Oct 10 10:19:28 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Oct 10 10:19:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bcfc2dd

www-apps/drupal: 8.7.8 version bump.

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-8.7.8.ebuild | 84 +
 2 files changed, 85 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 6d958057a3a..8907dcc6a65 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -3,3 +3,4 @@ DIST drupal-8.6.16.tar.gz 17151378 BLAKE2B 
2bdd14ff7a5f898af2d322a6b2862643899df
 DIST drupal-8.7.5.tar.gz 17843250 BLAKE2B 
e68895ae3d097c1bb4269bd77a2180723caa3601322443eaced9e6e157511468b2fe877ee72dafb735c6d7d077c1f3d29e3de6b3624bbcc0f080ec4deb305065
 SHA512 
f0f34f8314e86b9fa104992fe8f96dfada335f58c5e25c174f44e484c27dd4a2c9f4fb19505ac29636fc7f9548c898fbf497c119ac8dd588e881e7aa373aefde
 DIST drupal-8.7.6.tar.gz 17866782 BLAKE2B 
19a616fd685078bdffa9f9e20234aa0aca8f24bc040068f7496cfb7163216977c4bfaf63f564b5fea08351f1899bb97bc50f48ae21250213ed8b93bbb15ab54f
 SHA512 
eec8c5d5646371cb8382806c93e925d65b725878b2a4e53f4ad5559f14523c31e62cbba7ec813292b79cf1a332f64098e41720472171f233ce0bc1c0d24c395e
 DIST drupal-8.7.7.tar.gz 17873760 BLAKE2B 
b3614217ec84396714ed0bc9dfa95bd2ef6b9d41e842b7bb7301cd7d00505afbb4902613f814f438e3a9c4091cf48869b8298d0f6bcd71570a73eda287adc0f0
 SHA512 
098fa371159449eb7ff8ca1f25100700a6986a5b1efed9c4989372e1eb53e02ab9fd9ca218c51e59b2a3280e1dc0fdc95382c3bdce30eed2974176ef08b75eb6
+DIST drupal-8.7.8.tar.gz 17882836 BLAKE2B 
8a521c5c615356548eea8a64ee81e31082e3b9c5ed37c66fef7f2f3c426c7339e4848b90306cfccae1005c5c6d8fe8d7964662012da66c9c6754c6052d102173
 SHA512 
cc68e6318ebc162cd50fe19046a992ae2ca338f9da564a12a88954edb2c0cecaa56b0ded22903f67f305ab1fee48dd8a2bbf8b65a9efda2e1ce50d11b97bab28

diff --git a/www-apps/drupal/drupal-8.7.8.ebuild 
b/www-apps/drupal/drupal-8.7.8.ebuild
new file mode 100644
index 000..904bdb36354
--- /dev/null
+++ b/www-apps/drupal/drupal-8.7.8.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="-alpha ~amd64 -ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-09-12 Thread Jorge Manuel B. S. Vicetto
commit: 405c41cc861bf6f41ea058906b5171e0dfae29c2
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Sep 12 14:32:21 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Sep 12 14:32:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405c41cc

www-apps/drupal: Add 8.7.7 release.

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-8.7.7.ebuild | 84 +
 2 files changed, 85 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 1f88cdac222..6d958057a3a 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -2,3 +2,4 @@ DIST drupal-7.67.tar.gz 3312764 BLAKE2B 
bb7f21e80ca192ff3e37f917c1fa43dcd8d3cd8b
 DIST drupal-8.6.16.tar.gz 17151378 BLAKE2B 
2bdd14ff7a5f898af2d322a6b2862643899dfbe2ad05c99b85f036161612cccfc2c25105c8eef37311634a2aa03ed792db8de3e625aed5adb94cd8f644557fcb
 SHA512 
34f260d780bce286a0a61b710c340d2622cb857aa92a2bdaad63737303ef2f4f1751edc3f415daaa14b9cb483757e367e639136d03f571cba5165129bba31e12
 DIST drupal-8.7.5.tar.gz 17843250 BLAKE2B 
e68895ae3d097c1bb4269bd77a2180723caa3601322443eaced9e6e157511468b2fe877ee72dafb735c6d7d077c1f3d29e3de6b3624bbcc0f080ec4deb305065
 SHA512 
f0f34f8314e86b9fa104992fe8f96dfada335f58c5e25c174f44e484c27dd4a2c9f4fb19505ac29636fc7f9548c898fbf497c119ac8dd588e881e7aa373aefde
 DIST drupal-8.7.6.tar.gz 17866782 BLAKE2B 
19a616fd685078bdffa9f9e20234aa0aca8f24bc040068f7496cfb7163216977c4bfaf63f564b5fea08351f1899bb97bc50f48ae21250213ed8b93bbb15ab54f
 SHA512 
eec8c5d5646371cb8382806c93e925d65b725878b2a4e53f4ad5559f14523c31e62cbba7ec813292b79cf1a332f64098e41720472171f233ce0bc1c0d24c395e
+DIST drupal-8.7.7.tar.gz 17873760 BLAKE2B 
b3614217ec84396714ed0bc9dfa95bd2ef6b9d41e842b7bb7301cd7d00505afbb4902613f814f438e3a9c4091cf48869b8298d0f6bcd71570a73eda287adc0f0
 SHA512 
098fa371159449eb7ff8ca1f25100700a6986a5b1efed9c4989372e1eb53e02ab9fd9ca218c51e59b2a3280e1dc0fdc95382c3bdce30eed2974176ef08b75eb6

diff --git a/www-apps/drupal/drupal-8.7.7.ebuild 
b/www-apps/drupal/drupal-8.7.7.ebuild
new file mode 100644
index 000..904bdb36354
--- /dev/null
+++ b/www-apps/drupal/drupal-8.7.7.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="-alpha ~amd64 -ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-08-12 Thread Jorge Manuel B. S. Vicetto
commit: 988115015a03fdb219bcfc1eb35ee1865bbb6cd4
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Mon Aug 12 13:30:59 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Mon Aug 12 13:30:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98811501

www-apps/drupal: Drop old.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  4 --
 www-apps/drupal/drupal-8.7.1.ebuild | 84 -
 www-apps/drupal/drupal-8.7.2.ebuild | 84 -
 www-apps/drupal/drupal-8.7.3.ebuild | 84 -
 www-apps/drupal/drupal-8.7.4.ebuild | 84 -
 5 files changed, 340 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index df23e5af2af..1f88cdac222 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,8 +1,4 @@
 DIST drupal-7.67.tar.gz 3312764 BLAKE2B 
bb7f21e80ca192ff3e37f917c1fa43dcd8d3cd8b60ff012d1fe22e279ffd674e08be6aef6328d0c5b7c50a106592bde299300fe9ccb0c4c1ffc1aca57c3ca6ad
 SHA512 
0e4f60010b1395183cea19424e8c2849f93fb7285a081bf7d0c774b8e82f403083533059f58c3831950cc06dfa8117d443db52b66a521301ceac10b1b333aa28
 DIST drupal-8.6.16.tar.gz 17151378 BLAKE2B 
2bdd14ff7a5f898af2d322a6b2862643899dfbe2ad05c99b85f036161612cccfc2c25105c8eef37311634a2aa03ed792db8de3e625aed5adb94cd8f644557fcb
 SHA512 
34f260d780bce286a0a61b710c340d2622cb857aa92a2bdaad63737303ef2f4f1751edc3f415daaa14b9cb483757e367e639136d03f571cba5165129bba31e12
-DIST drupal-8.7.1.tar.gz 17811529 BLAKE2B 
5bdb92a8f6c5675dd311417db526be81149240a053bdb94f4294cb571193ed03f2edbc83b51cbcce9e0e322b45981d0949714659f5db2dff211815232cd447e5
 SHA512 
a386f7991465eade203aba4b20bb894041c76abda97e93afd772a02b215ac496d57a9aed50820a7bd78604c9e6602180fcda933c5121b8536a7d610a3bc3f2e8
-DIST drupal-8.7.2.tar.gz 17824323 BLAKE2B 
355a4cdbcefe98afd53235bd8546e50efe911a36536aa07e9cb8a86f00dc6b068d0c276e26aee975790ef80ca5030d7464d4b705fa4da9391ce051994a7b850d
 SHA512 
9dc8ca6c431f1d9e50d1c9139efe537815b59bf17b433cdeeb2df5f60ae9a77812f5ca096b5a0aa67bf71344efe60728e46b209609d41fc25065ae58a6bca6af
-DIST drupal-8.7.3.tar.gz 17825116 BLAKE2B 
961d92526d8d53d1823b01696bacf6bcca7c10ea0057c561a9126d43f0e18ab1b37a5e85b733927793348b8241014b78b4efdf8aaedbf9e6e82caed51df76b64
 SHA512 
f7b1c0360091f7b14109b6a328663d0006138d3a39855838bfa9ec70d17aa835ffe8fb393e3b54a378bdfd3011f6cfe9e2eae9be5e79c8fc2586bc48b0bd7df2
-DIST drupal-8.7.4.tar.gz 17843961 BLAKE2B 
a07d6acfe41f2f347c8a335f88daa0b19c8016d0d5e533e3038585c59ad9a11cbb68f2352d59cee47c71422a261a3286053784e70cb15614ec061fb6af5d2572
 SHA512 
85c9e890d34bd5c725a4361030ba7a2ca71e7ff3fd89d92972bd8fcf657047d74760a897e0083dd3f0fc1c4309e87489a8730727804ae20c1be204dfa1c14428
 DIST drupal-8.7.5.tar.gz 17843250 BLAKE2B 
e68895ae3d097c1bb4269bd77a2180723caa3601322443eaced9e6e157511468b2fe877ee72dafb735c6d7d077c1f3d29e3de6b3624bbcc0f080ec4deb305065
 SHA512 
f0f34f8314e86b9fa104992fe8f96dfada335f58c5e25c174f44e484c27dd4a2c9f4fb19505ac29636fc7f9548c898fbf497c119ac8dd588e881e7aa373aefde
 DIST drupal-8.7.6.tar.gz 17866782 BLAKE2B 
19a616fd685078bdffa9f9e20234aa0aca8f24bc040068f7496cfb7163216977c4bfaf63f564b5fea08351f1899bb97bc50f48ae21250213ed8b93bbb15ab54f
 SHA512 
eec8c5d5646371cb8382806c93e925d65b725878b2a4e53f4ad5559f14523c31e62cbba7ec813292b79cf1a332f64098e41720472171f233ce0bc1c0d24c395e

diff --git a/www-apps/drupal/drupal-8.7.1.ebuild 
b/www-apps/drupal/drupal-8.7.1.ebuild
deleted file mode 100644
index 364116f1197..000
--- a/www-apps/drupal/drupal-8.7.1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
-   virtual/httpd-php
-   accelerator? ( ||
-   (
-   dev-php/xcache
-   (
-   >=dev-lang/php-5.5[opcache]
-   dev-php/pecl-apcu
-   )
-   )
-   )
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-   mysql? (
-   || (
-   dev-lang/php[mysql]
-   dev-lang/php[mysqli]
-   )
-   )
-   sqlite? ( dev-lang/php[sqlite] )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-08-12 Thread Jorge Manuel B. S. Vicetto
commit: 15e84e998abe8c86baab2b7bc4069cd63e92d228
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Mon Aug 12 13:29:54 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Mon Aug 12 13:29:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e84e99

www-apps/drupal: Add 8.7.6 release.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-8.7.6.ebuild | 84 +
 2 files changed, 85 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index e3b2cafebd2..df23e5af2af 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -5,3 +5,4 @@ DIST drupal-8.7.2.tar.gz 17824323 BLAKE2B 
355a4cdbcefe98afd53235bd8546e50efe911a
 DIST drupal-8.7.3.tar.gz 17825116 BLAKE2B 
961d92526d8d53d1823b01696bacf6bcca7c10ea0057c561a9126d43f0e18ab1b37a5e85b733927793348b8241014b78b4efdf8aaedbf9e6e82caed51df76b64
 SHA512 
f7b1c0360091f7b14109b6a328663d0006138d3a39855838bfa9ec70d17aa835ffe8fb393e3b54a378bdfd3011f6cfe9e2eae9be5e79c8fc2586bc48b0bd7df2
 DIST drupal-8.7.4.tar.gz 17843961 BLAKE2B 
a07d6acfe41f2f347c8a335f88daa0b19c8016d0d5e533e3038585c59ad9a11cbb68f2352d59cee47c71422a261a3286053784e70cb15614ec061fb6af5d2572
 SHA512 
85c9e890d34bd5c725a4361030ba7a2ca71e7ff3fd89d92972bd8fcf657047d74760a897e0083dd3f0fc1c4309e87489a8730727804ae20c1be204dfa1c14428
 DIST drupal-8.7.5.tar.gz 17843250 BLAKE2B 
e68895ae3d097c1bb4269bd77a2180723caa3601322443eaced9e6e157511468b2fe877ee72dafb735c6d7d077c1f3d29e3de6b3624bbcc0f080ec4deb305065
 SHA512 
f0f34f8314e86b9fa104992fe8f96dfada335f58c5e25c174f44e484c27dd4a2c9f4fb19505ac29636fc7f9548c898fbf497c119ac8dd588e881e7aa373aefde
+DIST drupal-8.7.6.tar.gz 17866782 BLAKE2B 
19a616fd685078bdffa9f9e20234aa0aca8f24bc040068f7496cfb7163216977c4bfaf63f564b5fea08351f1899bb97bc50f48ae21250213ed8b93bbb15ab54f
 SHA512 
eec8c5d5646371cb8382806c93e925d65b725878b2a4e53f4ad5559f14523c31e62cbba7ec813292b79cf1a332f64098e41720472171f233ce0bc1c0d24c395e

diff --git a/www-apps/drupal/drupal-8.7.6.ebuild 
b/www-apps/drupal/drupal-8.7.6.ebuild
new file mode 100644
index 000..364116f1197
--- /dev/null
+++ b/www-apps/drupal/drupal-8.7.6.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-08-09 Thread Matt Turner
commit: 478b983c9ff6ad457634ce2c036e4bc5261ae3df
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug 10 04:11:18 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug 10 04:11:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478b983c

www-apps/drupal: Drop ppc keywords

Signed-off-by: Matt Turner  gentoo.org>

 www-apps/drupal/drupal-7.67.ebuild   | 2 +-
 www-apps/drupal/drupal-8.6.16.ebuild | 2 +-
 www-apps/drupal/drupal-8.7.1.ebuild  | 2 +-
 www-apps/drupal/drupal-8.7.2.ebuild  | 2 +-
 www-apps/drupal/drupal-8.7.3.ebuild  | 2 +-
 www-apps/drupal/drupal-8.7.4.ebuild  | 2 +-
 www-apps/drupal/drupal-8.7.5.ebuild  | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/www-apps/drupal/drupal-7.67.ebuild 
b/www-apps/drupal/drupal-7.67.ebuild
index 2d1f90ebbd0..daa36dae0a0 100644
--- a/www-apps/drupal/drupal-7.67.ebuild
+++ b/www-apps/drupal/drupal-7.67.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.drupal.org/;
 SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
 
 RDEPEND="

diff --git a/www-apps/drupal/drupal-8.6.16.ebuild 
b/www-apps/drupal/drupal-8.6.16.ebuild
index a8514d07dfe..68a5ffc9a67 100644
--- a/www-apps/drupal/drupal-8.6.16.ebuild
+++ b/www-apps/drupal/drupal-8.6.16.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.drupal.org/;
 SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
 
 RDEPEND="

diff --git a/www-apps/drupal/drupal-8.7.1.ebuild 
b/www-apps/drupal/drupal-8.7.1.ebuild
index a8514d07dfe..68a5ffc9a67 100644
--- a/www-apps/drupal/drupal-8.7.1.ebuild
+++ b/www-apps/drupal/drupal-8.7.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.drupal.org/;
 SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
 
 RDEPEND="

diff --git a/www-apps/drupal/drupal-8.7.2.ebuild 
b/www-apps/drupal/drupal-8.7.2.ebuild
index a8514d07dfe..68a5ffc9a67 100644
--- a/www-apps/drupal/drupal-8.7.2.ebuild
+++ b/www-apps/drupal/drupal-8.7.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.drupal.org/;
 SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
 
 RDEPEND="

diff --git a/www-apps/drupal/drupal-8.7.3.ebuild 
b/www-apps/drupal/drupal-8.7.3.ebuild
index a8514d07dfe..68a5ffc9a67 100644
--- a/www-apps/drupal/drupal-8.7.3.ebuild
+++ b/www-apps/drupal/drupal-8.7.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.drupal.org/;
 SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
 
 RDEPEND="

diff --git a/www-apps/drupal/drupal-8.7.4.ebuild 
b/www-apps/drupal/drupal-8.7.4.ebuild
index a8514d07dfe..68a5ffc9a67 100644
--- a/www-apps/drupal/drupal-8.7.4.ebuild
+++ b/www-apps/drupal/drupal-8.7.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.drupal.org/;
 SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
 
 RDEPEND="

diff --git a/www-apps/drupal/drupal-8.7.5.ebuild 
b/www-apps/drupal/drupal-8.7.5.ebuild
index a8514d07dfe..68a5ffc9a67 100644
--- a/www-apps/drupal/drupal-8.7.5.ebuild
+++ b/www-apps/drupal/drupal-8.7.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.drupal.org/;
 SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-08-09 Thread Matt Turner
commit: cf863953481a68ff12a6b056855e64c798560041
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug 10 04:11:27 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug 10 04:11:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf863953

www-apps/drupal: Drop alpha keywords

Signed-off-by: Matt Turner  gentoo.org>

 www-apps/drupal/drupal-7.67.ebuild   | 2 +-
 www-apps/drupal/drupal-8.6.16.ebuild | 2 +-
 www-apps/drupal/drupal-8.7.1.ebuild  | 2 +-
 www-apps/drupal/drupal-8.7.2.ebuild  | 2 +-
 www-apps/drupal/drupal-8.7.3.ebuild  | 2 +-
 www-apps/drupal/drupal-8.7.4.ebuild  | 2 +-
 www-apps/drupal/drupal-8.7.5.ebuild  | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/www-apps/drupal/drupal-7.67.ebuild 
b/www-apps/drupal/drupal-7.67.ebuild
index daa36dae0a0..d4e239ac142 100644
--- a/www-apps/drupal/drupal-7.67.ebuild
+++ b/www-apps/drupal/drupal-7.67.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.drupal.org/;
 SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
 
 RDEPEND="

diff --git a/www-apps/drupal/drupal-8.6.16.ebuild 
b/www-apps/drupal/drupal-8.6.16.ebuild
index 68a5ffc9a67..364116f1197 100644
--- a/www-apps/drupal/drupal-8.6.16.ebuild
+++ b/www-apps/drupal/drupal-8.6.16.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.drupal.org/;
 SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
 
 RDEPEND="

diff --git a/www-apps/drupal/drupal-8.7.1.ebuild 
b/www-apps/drupal/drupal-8.7.1.ebuild
index 68a5ffc9a67..364116f1197 100644
--- a/www-apps/drupal/drupal-8.7.1.ebuild
+++ b/www-apps/drupal/drupal-8.7.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.drupal.org/;
 SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
 
 RDEPEND="

diff --git a/www-apps/drupal/drupal-8.7.2.ebuild 
b/www-apps/drupal/drupal-8.7.2.ebuild
index 68a5ffc9a67..364116f1197 100644
--- a/www-apps/drupal/drupal-8.7.2.ebuild
+++ b/www-apps/drupal/drupal-8.7.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.drupal.org/;
 SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
 
 RDEPEND="

diff --git a/www-apps/drupal/drupal-8.7.3.ebuild 
b/www-apps/drupal/drupal-8.7.3.ebuild
index 68a5ffc9a67..364116f1197 100644
--- a/www-apps/drupal/drupal-8.7.3.ebuild
+++ b/www-apps/drupal/drupal-8.7.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.drupal.org/;
 SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
 
 RDEPEND="

diff --git a/www-apps/drupal/drupal-8.7.4.ebuild 
b/www-apps/drupal/drupal-8.7.4.ebuild
index 68a5ffc9a67..364116f1197 100644
--- a/www-apps/drupal/drupal-8.7.4.ebuild
+++ b/www-apps/drupal/drupal-8.7.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.drupal.org/;
 SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
 
 RDEPEND="

diff --git a/www-apps/drupal/drupal-8.7.5.ebuild 
b/www-apps/drupal/drupal-8.7.5.ebuild
index 68a5ffc9a67..364116f1197 100644
--- a/www-apps/drupal/drupal-8.7.5.ebuild
+++ b/www-apps/drupal/drupal-8.7.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.drupal.org/;
 SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-07-23 Thread Jorge Manuel B. S. Vicetto
commit: f1f20d8ece199b1318ba269d65563a8adba0467b
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Tue Jul 23 23:18:46 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Tue Jul 23 23:19:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f20d8e

www-apps/drupal: Security bump to release 8.7.5 - SA-CORE-2019-008.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-8.7.5.ebuild | 84 +
 2 files changed, 85 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index becd150957a..e3b2cafebd2 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -4,3 +4,4 @@ DIST drupal-8.7.1.tar.gz 17811529 BLAKE2B 
5bdb92a8f6c5675dd311417db526be81149240
 DIST drupal-8.7.2.tar.gz 17824323 BLAKE2B 
355a4cdbcefe98afd53235bd8546e50efe911a36536aa07e9cb8a86f00dc6b068d0c276e26aee975790ef80ca5030d7464d4b705fa4da9391ce051994a7b850d
 SHA512 
9dc8ca6c431f1d9e50d1c9139efe537815b59bf17b433cdeeb2df5f60ae9a77812f5ca096b5a0aa67bf71344efe60728e46b209609d41fc25065ae58a6bca6af
 DIST drupal-8.7.3.tar.gz 17825116 BLAKE2B 
961d92526d8d53d1823b01696bacf6bcca7c10ea0057c561a9126d43f0e18ab1b37a5e85b733927793348b8241014b78b4efdf8aaedbf9e6e82caed51df76b64
 SHA512 
f7b1c0360091f7b14109b6a328663d0006138d3a39855838bfa9ec70d17aa835ffe8fb393e3b54a378bdfd3011f6cfe9e2eae9be5e79c8fc2586bc48b0bd7df2
 DIST drupal-8.7.4.tar.gz 17843961 BLAKE2B 
a07d6acfe41f2f347c8a335f88daa0b19c8016d0d5e533e3038585c59ad9a11cbb68f2352d59cee47c71422a261a3286053784e70cb15614ec061fb6af5d2572
 SHA512 
85c9e890d34bd5c725a4361030ba7a2ca71e7ff3fd89d92972bd8fcf657047d74760a897e0083dd3f0fc1c4309e87489a8730727804ae20c1be204dfa1c14428
+DIST drupal-8.7.5.tar.gz 17843250 BLAKE2B 
e68895ae3d097c1bb4269bd77a2180723caa3601322443eaced9e6e157511468b2fe877ee72dafb735c6d7d077c1f3d29e3de6b3624bbcc0f080ec4deb305065
 SHA512 
f0f34f8314e86b9fa104992fe8f96dfada335f58c5e25c174f44e484c27dd4a2c9f4fb19505ac29636fc7f9548c898fbf497c119ac8dd588e881e7aa373aefde

diff --git a/www-apps/drupal/drupal-8.7.5.ebuild 
b/www-apps/drupal/drupal-8.7.5.ebuild
new file mode 100644
index 000..a8514d07dfe
--- /dev/null
+++ b/www-apps/drupal/drupal-8.7.5.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-07-08 Thread Jorge Manuel B. S. Vicetto
commit: cc8be4653bfb10085f85ad16331e30a7b0a6bd6f
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Mon Jul  8 13:58:02 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Mon Jul  8 13:58:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8be465

www-apps/drupal: Bump to 8.7.4 release.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-8.7.4.ebuild | 84 +
 2 files changed, 85 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 3fc2c91fde2..becd150957a 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -3,3 +3,4 @@ DIST drupal-8.6.16.tar.gz 17151378 BLAKE2B 
2bdd14ff7a5f898af2d322a6b2862643899df
 DIST drupal-8.7.1.tar.gz 17811529 BLAKE2B 
5bdb92a8f6c5675dd311417db526be81149240a053bdb94f4294cb571193ed03f2edbc83b51cbcce9e0e322b45981d0949714659f5db2dff211815232cd447e5
 SHA512 
a386f7991465eade203aba4b20bb894041c76abda97e93afd772a02b215ac496d57a9aed50820a7bd78604c9e6602180fcda933c5121b8536a7d610a3bc3f2e8
 DIST drupal-8.7.2.tar.gz 17824323 BLAKE2B 
355a4cdbcefe98afd53235bd8546e50efe911a36536aa07e9cb8a86f00dc6b068d0c276e26aee975790ef80ca5030d7464d4b705fa4da9391ce051994a7b850d
 SHA512 
9dc8ca6c431f1d9e50d1c9139efe537815b59bf17b433cdeeb2df5f60ae9a77812f5ca096b5a0aa67bf71344efe60728e46b209609d41fc25065ae58a6bca6af
 DIST drupal-8.7.3.tar.gz 17825116 BLAKE2B 
961d92526d8d53d1823b01696bacf6bcca7c10ea0057c561a9126d43f0e18ab1b37a5e85b733927793348b8241014b78b4efdf8aaedbf9e6e82caed51df76b64
 SHA512 
f7b1c0360091f7b14109b6a328663d0006138d3a39855838bfa9ec70d17aa835ffe8fb393e3b54a378bdfd3011f6cfe9e2eae9be5e79c8fc2586bc48b0bd7df2
+DIST drupal-8.7.4.tar.gz 17843961 BLAKE2B 
a07d6acfe41f2f347c8a335f88daa0b19c8016d0d5e533e3038585c59ad9a11cbb68f2352d59cee47c71422a261a3286053784e70cb15614ec061fb6af5d2572
 SHA512 
85c9e890d34bd5c725a4361030ba7a2ca71e7ff3fd89d92972bd8fcf657047d74760a897e0083dd3f0fc1c4309e87489a8730727804ae20c1be204dfa1c14428

diff --git a/www-apps/drupal/drupal-8.7.4.ebuild 
b/www-apps/drupal/drupal-8.7.4.ebuild
new file mode 100644
index 000..a8514d07dfe
--- /dev/null
+++ b/www-apps/drupal/drupal-8.7.4.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-06-07 Thread Jorge Manuel B. S. Vicetto
commit: 43ea06fe985a14d9decea36b08e6f58703ffb9ba
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Fri Jun  7 09:20:03 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Fri Jun  7 09:20:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ea06fe

www-apps/drupal: Bump to 8.7.3 release.

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-8.7.3.ebuild | 84 +
 2 files changed, 85 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index d79826f6686..3fc2c91fde2 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -2,3 +2,4 @@ DIST drupal-7.67.tar.gz 3312764 BLAKE2B 
bb7f21e80ca192ff3e37f917c1fa43dcd8d3cd8b
 DIST drupal-8.6.16.tar.gz 17151378 BLAKE2B 
2bdd14ff7a5f898af2d322a6b2862643899dfbe2ad05c99b85f036161612cccfc2c25105c8eef37311634a2aa03ed792db8de3e625aed5adb94cd8f644557fcb
 SHA512 
34f260d780bce286a0a61b710c340d2622cb857aa92a2bdaad63737303ef2f4f1751edc3f415daaa14b9cb483757e367e639136d03f571cba5165129bba31e12
 DIST drupal-8.7.1.tar.gz 17811529 BLAKE2B 
5bdb92a8f6c5675dd311417db526be81149240a053bdb94f4294cb571193ed03f2edbc83b51cbcce9e0e322b45981d0949714659f5db2dff211815232cd447e5
 SHA512 
a386f7991465eade203aba4b20bb894041c76abda97e93afd772a02b215ac496d57a9aed50820a7bd78604c9e6602180fcda933c5121b8536a7d610a3bc3f2e8
 DIST drupal-8.7.2.tar.gz 17824323 BLAKE2B 
355a4cdbcefe98afd53235bd8546e50efe911a36536aa07e9cb8a86f00dc6b068d0c276e26aee975790ef80ca5030d7464d4b705fa4da9391ce051994a7b850d
 SHA512 
9dc8ca6c431f1d9e50d1c9139efe537815b59bf17b433cdeeb2df5f60ae9a77812f5ca096b5a0aa67bf71344efe60728e46b209609d41fc25065ae58a6bca6af
+DIST drupal-8.7.3.tar.gz 17825116 BLAKE2B 
961d92526d8d53d1823b01696bacf6bcca7c10ea0057c561a9126d43f0e18ab1b37a5e85b733927793348b8241014b78b4efdf8aaedbf9e6e82caed51df76b64
 SHA512 
f7b1c0360091f7b14109b6a328663d0006138d3a39855838bfa9ec70d17aa835ffe8fb393e3b54a378bdfd3011f6cfe9e2eae9be5e79c8fc2586bc48b0bd7df2

diff --git a/www-apps/drupal/drupal-8.7.3.ebuild 
b/www-apps/drupal/drupal-8.7.3.ebuild
new file mode 100644
index 000..a8514d07dfe
--- /dev/null
+++ b/www-apps/drupal/drupal-8.7.3.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-06-05 Thread Jorge Manuel B. S. Vicetto
commit: 114702d99264f1e6a8ea09375cf2360e7b4dd00c
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Wed Jun  5 14:48:25 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Wed Jun  5 14:48:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114702d9

www-apps/drupal: Add 8.7.2 release.

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-8.7.2.ebuild | 84 +
 2 files changed, 85 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 0362f78f81c..d79826f6686 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,3 +1,4 @@
 DIST drupal-7.67.tar.gz 3312764 BLAKE2B 
bb7f21e80ca192ff3e37f917c1fa43dcd8d3cd8b60ff012d1fe22e279ffd674e08be6aef6328d0c5b7c50a106592bde299300fe9ccb0c4c1ffc1aca57c3ca6ad
 SHA512 
0e4f60010b1395183cea19424e8c2849f93fb7285a081bf7d0c774b8e82f403083533059f58c3831950cc06dfa8117d443db52b66a521301ceac10b1b333aa28
 DIST drupal-8.6.16.tar.gz 17151378 BLAKE2B 
2bdd14ff7a5f898af2d322a6b2862643899dfbe2ad05c99b85f036161612cccfc2c25105c8eef37311634a2aa03ed792db8de3e625aed5adb94cd8f644557fcb
 SHA512 
34f260d780bce286a0a61b710c340d2622cb857aa92a2bdaad63737303ef2f4f1751edc3f415daaa14b9cb483757e367e639136d03f571cba5165129bba31e12
 DIST drupal-8.7.1.tar.gz 17811529 BLAKE2B 
5bdb92a8f6c5675dd311417db526be81149240a053bdb94f4294cb571193ed03f2edbc83b51cbcce9e0e322b45981d0949714659f5db2dff211815232cd447e5
 SHA512 
a386f7991465eade203aba4b20bb894041c76abda97e93afd772a02b215ac496d57a9aed50820a7bd78604c9e6602180fcda933c5121b8536a7d610a3bc3f2e8
+DIST drupal-8.7.2.tar.gz 17824323 BLAKE2B 
355a4cdbcefe98afd53235bd8546e50efe911a36536aa07e9cb8a86f00dc6b068d0c276e26aee975790ef80ca5030d7464d4b705fa4da9391ce051994a7b850d
 SHA512 
9dc8ca6c431f1d9e50d1c9139efe537815b59bf17b433cdeeb2df5f60ae9a77812f5ca096b5a0aa67bf71344efe60728e46b209609d41fc25065ae58a6bca6af

diff --git a/www-apps/drupal/drupal-8.7.2.ebuild 
b/www-apps/drupal/drupal-8.7.2.ebuild
new file mode 100644
index 000..a8514d07dfe
--- /dev/null
+++ b/www-apps/drupal/drupal-8.7.2.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-05-08 Thread Jorge Manuel B. S. Vicetto
commit: 26520a0608ca0620e6151f2b549a00985c17f8c1
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu May  9 02:34:16 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu May  9 02:34:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26520a06

www-apps/drupal: Drop vulnerable releases.

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest |  3 --
 www-apps/drupal/drupal-7.66.ebuild   | 74 ---
 www-apps/drupal/drupal-8.5.15.ebuild | 84 
 www-apps/drupal/drupal-8.6.15.ebuild | 84 
 4 files changed, 245 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index bdd13c70658..0362f78f81c 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,6 +1,3 @@
-DIST drupal-7.66.tar.gz 3300183 BLAKE2B 
89d82c7018ecade0f798df92087d704ca9f5847780a1c3106e69afda62b43c414d57f01584e2869e72fc3687370b0bad84c2a7ffc0ca90537be55cb36ce6edac
 SHA512 
c348eeeabfb5fef05b28aa87c9885231bd5e676b1ced64a2f51cc2aefa122b5ce142aae2ede5c1479608c893195450ae25168bae971b8e77cc741b18650f75c8
 DIST drupal-7.67.tar.gz 3312764 BLAKE2B 
bb7f21e80ca192ff3e37f917c1fa43dcd8d3cd8b60ff012d1fe22e279ffd674e08be6aef6328d0c5b7c50a106592bde299300fe9ccb0c4c1ffc1aca57c3ca6ad
 SHA512 
0e4f60010b1395183cea19424e8c2849f93fb7285a081bf7d0c774b8e82f403083533059f58c3831950cc06dfa8117d443db52b66a521301ceac10b1b333aa28
-DIST drupal-8.5.15.tar.gz 15828193 BLAKE2B 
3a90ad525da3d81f555461e28decea7977cb51eda5f2e3be89dcd38f05b94cc6743967e19d21d89572babc05c38ab4d3585e4b7ffb52677b50b19844400fbcdf
 SHA512 
aa09a28d7dcba51e193bba2a714eef091773d5e12a3a7388db8925c791a7153a4333db6150a8a68fe21b04009887dcf60f16f237a86d52bd2cc7d28ada301221
-DIST drupal-8.6.15.tar.gz 17137689 BLAKE2B 
098847cc4a3a52a6c5d9af23c31e5dca43c2f9cbb4ac0f7d2724cf6b6ce98598b75750742c695e666000843f6fa855e2ba414ceb0d9b46f9baff244cc583ef64
 SHA512 
9a8d9c73f7812b6deca4bcfee0e04d485bfac5efa6e9112379fdacc727ecf0e40703ce9b141c7414357c296eb621a015aa1c97ab8e6bbe4d35c38b2f1c323337
 DIST drupal-8.6.16.tar.gz 17151378 BLAKE2B 
2bdd14ff7a5f898af2d322a6b2862643899dfbe2ad05c99b85f036161612cccfc2c25105c8eef37311634a2aa03ed792db8de3e625aed5adb94cd8f644557fcb
 SHA512 
34f260d780bce286a0a61b710c340d2622cb857aa92a2bdaad63737303ef2f4f1751edc3f415daaa14b9cb483757e367e639136d03f571cba5165129bba31e12
 DIST drupal-8.7.1.tar.gz 17811529 BLAKE2B 
5bdb92a8f6c5675dd311417db526be81149240a053bdb94f4294cb571193ed03f2edbc83b51cbcce9e0e322b45981d0949714659f5db2dff211815232cd447e5
 SHA512 
a386f7991465eade203aba4b20bb894041c76abda97e93afd772a02b215ac496d57a9aed50820a7bd78604c9e6602180fcda933c5121b8536a7d610a3bc3f2e8

diff --git a/www-apps/drupal/drupal-7.66.ebuild 
b/www-apps/drupal/drupal-7.66.ebuild
deleted file mode 100644
index 2d1f90ebbd0..000
--- a/www-apps/drupal/drupal-7.66.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
-   virtual/httpd-php
-   accelerator? ( ||
-   (
-   dev-php/xcache
-   (
-   >=dev-lang/php-5.5[opcache]
-   dev-php/pecl-apcu
-   )
-   )
-   )
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-   mysql? (
-   || (
-   dev-lang/php[mysql]
-   dev-lang/php[mysqli]
-   )
-   )
-   sqlite? ( dev-lang/php[sqlite] )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
-   dodoc ${docs}
-   rm -f ${docs} INSTALL COPYRIGHT.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-05-08 Thread Jorge Manuel B. S. Vicetto
commit: 083d121a9116b38623c16fc68071003bb180379c
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu May  9 02:32:43 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu May  9 02:32:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083d121a

www-apps/drupal: Security bump - SA-CORE-2019-007.

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest |  3 ++
 www-apps/drupal/drupal-7.67.ebuild   | 74 +++
 www-apps/drupal/drupal-8.6.16.ebuild | 84 
 www-apps/drupal/drupal-8.7.1.ebuild  | 84 
 4 files changed, 245 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index f8f1020feba..bdd13c70658 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,3 +1,6 @@
 DIST drupal-7.66.tar.gz 3300183 BLAKE2B 
89d82c7018ecade0f798df92087d704ca9f5847780a1c3106e69afda62b43c414d57f01584e2869e72fc3687370b0bad84c2a7ffc0ca90537be55cb36ce6edac
 SHA512 
c348eeeabfb5fef05b28aa87c9885231bd5e676b1ced64a2f51cc2aefa122b5ce142aae2ede5c1479608c893195450ae25168bae971b8e77cc741b18650f75c8
+DIST drupal-7.67.tar.gz 3312764 BLAKE2B 
bb7f21e80ca192ff3e37f917c1fa43dcd8d3cd8b60ff012d1fe22e279ffd674e08be6aef6328d0c5b7c50a106592bde299300fe9ccb0c4c1ffc1aca57c3ca6ad
 SHA512 
0e4f60010b1395183cea19424e8c2849f93fb7285a081bf7d0c774b8e82f403083533059f58c3831950cc06dfa8117d443db52b66a521301ceac10b1b333aa28
 DIST drupal-8.5.15.tar.gz 15828193 BLAKE2B 
3a90ad525da3d81f555461e28decea7977cb51eda5f2e3be89dcd38f05b94cc6743967e19d21d89572babc05c38ab4d3585e4b7ffb52677b50b19844400fbcdf
 SHA512 
aa09a28d7dcba51e193bba2a714eef091773d5e12a3a7388db8925c791a7153a4333db6150a8a68fe21b04009887dcf60f16f237a86d52bd2cc7d28ada301221
 DIST drupal-8.6.15.tar.gz 17137689 BLAKE2B 
098847cc4a3a52a6c5d9af23c31e5dca43c2f9cbb4ac0f7d2724cf6b6ce98598b75750742c695e666000843f6fa855e2ba414ceb0d9b46f9baff244cc583ef64
 SHA512 
9a8d9c73f7812b6deca4bcfee0e04d485bfac5efa6e9112379fdacc727ecf0e40703ce9b141c7414357c296eb621a015aa1c97ab8e6bbe4d35c38b2f1c323337
+DIST drupal-8.6.16.tar.gz 17151378 BLAKE2B 
2bdd14ff7a5f898af2d322a6b2862643899dfbe2ad05c99b85f036161612cccfc2c25105c8eef37311634a2aa03ed792db8de3e625aed5adb94cd8f644557fcb
 SHA512 
34f260d780bce286a0a61b710c340d2622cb857aa92a2bdaad63737303ef2f4f1751edc3f415daaa14b9cb483757e367e639136d03f571cba5165129bba31e12
+DIST drupal-8.7.1.tar.gz 17811529 BLAKE2B 
5bdb92a8f6c5675dd311417db526be81149240a053bdb94f4294cb571193ed03f2edbc83b51cbcce9e0e322b45981d0949714659f5db2dff211815232cd447e5
 SHA512 
a386f7991465eade203aba4b20bb894041c76abda97e93afd772a02b215ac496d57a9aed50820a7bd78604c9e6602180fcda933c5121b8536a7d610a3bc3f2e8

diff --git a/www-apps/drupal/drupal-7.67.ebuild 
b/www-apps/drupal/drupal-7.67.ebuild
new file mode 100644
index 000..2d1f90ebbd0
--- /dev/null
+++ b/www-apps/drupal/drupal-7.67.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-04-21 Thread Jorge Manuel B. S. Vicetto
commit: d34e0d9b24de1160f4dc263e8982cf37a4bf2c7a
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Mon Apr 22 02:12:04 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Mon Apr 22 02:12:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34e0d9b

www-apps/drupal:  Security bump - SA-CORE-2019-006.

Bug: https://bugs.gentoo.org/683820
Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest |  1 +
 www-apps/drupal/drupal-8.5.15.ebuild | 84 
 2 files changed, 85 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 5061da861c8..f8f1020feba 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,2 +1,3 @@
 DIST drupal-7.66.tar.gz 3300183 BLAKE2B 
89d82c7018ecade0f798df92087d704ca9f5847780a1c3106e69afda62b43c414d57f01584e2869e72fc3687370b0bad84c2a7ffc0ca90537be55cb36ce6edac
 SHA512 
c348eeeabfb5fef05b28aa87c9885231bd5e676b1ced64a2f51cc2aefa122b5ce142aae2ede5c1479608c893195450ae25168bae971b8e77cc741b18650f75c8
+DIST drupal-8.5.15.tar.gz 15828193 BLAKE2B 
3a90ad525da3d81f555461e28decea7977cb51eda5f2e3be89dcd38f05b94cc6743967e19d21d89572babc05c38ab4d3585e4b7ffb52677b50b19844400fbcdf
 SHA512 
aa09a28d7dcba51e193bba2a714eef091773d5e12a3a7388db8925c791a7153a4333db6150a8a68fe21b04009887dcf60f16f237a86d52bd2cc7d28ada301221
 DIST drupal-8.6.15.tar.gz 17137689 BLAKE2B 
098847cc4a3a52a6c5d9af23c31e5dca43c2f9cbb4ac0f7d2724cf6b6ce98598b75750742c695e666000843f6fa855e2ba414ceb0d9b46f9baff244cc583ef64
 SHA512 
9a8d9c73f7812b6deca4bcfee0e04d485bfac5efa6e9112379fdacc727ecf0e40703ce9b141c7414357c296eb621a015aa1c97ab8e6bbe4d35c38b2f1c323337

diff --git a/www-apps/drupal/drupal-8.5.15.ebuild 
b/www-apps/drupal/drupal-8.5.15.ebuild
new file mode 100644
index 000..a8514d07dfe
--- /dev/null
+++ b/www-apps/drupal/drupal-8.5.15.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by the setup."
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-04-20 Thread Alexey Shvetsov
commit: f6e9e9328ce9e68b5f5c7822c569546f2327b46a
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Fri Apr 19 13:29:13 2019 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Fri Apr 19 13:29:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e9e932

www-apps/drupal: Version bump

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Alexey Shvetsov  gentoo.org>

 www-apps/drupal/Manifest   |  6 +-
 .../{drupal-7.65.ebuild => drupal-7.66.ebuild} |  0
 www-apps/drupal/drupal-8.6.13.ebuild   | 84 --
 www-apps/drupal/drupal-8.6.14.ebuild   | 84 --
 .../{drupal-8.5.14.ebuild => drupal-8.6.15.ebuild} |  0
 5 files changed, 2 insertions(+), 172 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 7ef3c173656..5061da861c8 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,2 @@
-DIST drupal-7.65.tar.gz 3298607 BLAKE2B 
f3a728c3e464b8d94719ed7a79359c5fa2b8b0216ee90029d05e873377566a398d80f188f9dc36f2504057ca7bcd364d5c4f50652f25e73e1aa0e7d5d7b1
 SHA512 
a79ff93e13456b35160ee17f986dce9cffefa265d0034dab6223a3097eaf45c11ea3548904ff6c125be0817dc71a8ac7320aca91a11eefeaad03d45527725e79
-DIST drupal-8.5.14.tar.gz 15828327 BLAKE2B 
aa638ac4643541d9ec2b2168633c8ab4fe6b64f3c2b9fec46a6a45903ccaaa26ba671c62d57c51a5698ad2558c6ed3ee491dff739f1eed05ea2a0fefba5ace31
 SHA512 
2be4878cbb27389d11f3686fdc911468a8481d7cbade168c70e733615f2ed699bcc8eb1798079d0b354c81caec0cf74fb232b310e9ab7e059c00fba4b3ee2796
-DIST drupal-8.6.13.tar.gz 17137449 BLAKE2B 
f52b082bdccbeb3600da723483bbdef8645babc84a433c82e38b7029332764361a3ca6996b6ac9c20e96c27b4412c7d14a9b0b454c234594f13ba4fdeba39029
 SHA512 
ed9da8596ca5f4dee569b2beea561b75742aa801ef450258786c6d496e9205cd865af3a6cca56bc276df48841b95bce46ffcda6bbf8183866ec3c991fff2
-DIST drupal-8.6.14.tar.gz 17136296 BLAKE2B 
e539fd4bc1dfe743f879fb3137b2bd5280187e6c9091859d31ae5ef5529ceae028bd9438d11b4acb18756918264d2b4b52e436b7d8bdef2c6bd427be18424c87
 SHA512 
22902aa09ae83452423e69e1dd5f9b58f1de454fc6e503634383c6cf8ebd1d75732629dd103bfcaa007013f37b0f87a3ab4768e2710e7e191369857211ddf2cd
+DIST drupal-7.66.tar.gz 3300183 BLAKE2B 
89d82c7018ecade0f798df92087d704ca9f5847780a1c3106e69afda62b43c414d57f01584e2869e72fc3687370b0bad84c2a7ffc0ca90537be55cb36ce6edac
 SHA512 
c348eeeabfb5fef05b28aa87c9885231bd5e676b1ced64a2f51cc2aefa122b5ce142aae2ede5c1479608c893195450ae25168bae971b8e77cc741b18650f75c8
+DIST drupal-8.6.15.tar.gz 17137689 BLAKE2B 
098847cc4a3a52a6c5d9af23c31e5dca43c2f9cbb4ac0f7d2724cf6b6ce98598b75750742c695e666000843f6fa855e2ba414ceb0d9b46f9baff244cc583ef64
 SHA512 
9a8d9c73f7812b6deca4bcfee0e04d485bfac5efa6e9112379fdacc727ecf0e40703ce9b141c7414357c296eb621a015aa1c97ab8e6bbe4d35c38b2f1c323337

diff --git a/www-apps/drupal/drupal-7.65.ebuild 
b/www-apps/drupal/drupal-7.66.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-7.65.ebuild
rename to www-apps/drupal/drupal-7.66.ebuild

diff --git a/www-apps/drupal/drupal-8.6.13.ebuild 
b/www-apps/drupal/drupal-8.6.13.ebuild
deleted file mode 100644
index a8514d07dfe..000
--- a/www-apps/drupal/drupal-8.6.13.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
-   virtual/httpd-php
-   accelerator? ( ||
-   (
-   dev-php/xcache
-   (
-   >=dev-lang/php-5.5[opcache]
-   dev-php/pecl-apcu
-   )
-   )
-   )
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-   mysql? (
-   || (
-   dev-lang/php[mysql]
-   dev-lang/php[mysqli]
-   )
-   )
-   sqlite? ( dev-lang/php[sqlite] )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
-
-   dodoc ${docs}
-   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-04-12 Thread Jorge Manuel B. S. Vicetto
commit: daee4e9c8e3b64105f872d0a845dee75aa5a349a
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Fri Apr 12 12:59:47 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Fri Apr 12 12:59:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daee4e9c

www-apps/drupal: Bump to release 8.6.14.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest |  1 +
 www-apps/drupal/drupal-8.6.14.ebuild | 84 
 2 files changed, 85 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index a934dec7d03..7ef3c173656 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,3 +1,4 @@
 DIST drupal-7.65.tar.gz 3298607 BLAKE2B 
f3a728c3e464b8d94719ed7a79359c5fa2b8b0216ee90029d05e873377566a398d80f188f9dc36f2504057ca7bcd364d5c4f50652f25e73e1aa0e7d5d7b1
 SHA512 
a79ff93e13456b35160ee17f986dce9cffefa265d0034dab6223a3097eaf45c11ea3548904ff6c125be0817dc71a8ac7320aca91a11eefeaad03d45527725e79
 DIST drupal-8.5.14.tar.gz 15828327 BLAKE2B 
aa638ac4643541d9ec2b2168633c8ab4fe6b64f3c2b9fec46a6a45903ccaaa26ba671c62d57c51a5698ad2558c6ed3ee491dff739f1eed05ea2a0fefba5ace31
 SHA512 
2be4878cbb27389d11f3686fdc911468a8481d7cbade168c70e733615f2ed699bcc8eb1798079d0b354c81caec0cf74fb232b310e9ab7e059c00fba4b3ee2796
 DIST drupal-8.6.13.tar.gz 17137449 BLAKE2B 
f52b082bdccbeb3600da723483bbdef8645babc84a433c82e38b7029332764361a3ca6996b6ac9c20e96c27b4412c7d14a9b0b454c234594f13ba4fdeba39029
 SHA512 
ed9da8596ca5f4dee569b2beea561b75742aa801ef450258786c6d496e9205cd865af3a6cca56bc276df48841b95bce46ffcda6bbf8183866ec3c991fff2
+DIST drupal-8.6.14.tar.gz 17136296 BLAKE2B 
e539fd4bc1dfe743f879fb3137b2bd5280187e6c9091859d31ae5ef5529ceae028bd9438d11b4acb18756918264d2b4b52e436b7d8bdef2c6bd427be18424c87
 SHA512 
22902aa09ae83452423e69e1dd5f9b58f1de454fc6e503634383c6cf8ebd1d75732629dd103bfcaa007013f37b0f87a3ab4768e2710e7e191369857211ddf2cd

diff --git a/www-apps/drupal/drupal-8.6.14.ebuild 
b/www-apps/drupal/drupal-8.6.14.ebuild
new file mode 100644
index 000..a8514d07dfe
--- /dev/null
+++ b/www-apps/drupal/drupal-8.6.14.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-03-22 Thread Jorge Manuel B. S. Vicetto
commit: c5dcfe2c0e3451b7a9d0652c0962968c43a423d4
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Fri Mar 22 19:58:17 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Fri Mar 22 19:59:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5dcfe2c

www-apps/drupal: Drop vulnerable versions.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest |  3 --
 www-apps/drupal/drupal-7.64.ebuild   | 74 ---
 www-apps/drupal/drupal-8.5.11.ebuild | 84 
 www-apps/drupal/drupal-8.6.10.ebuild | 84 
 4 files changed, 245 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 8d75d01dff4..a934dec7d03 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,6 +1,3 @@
-DIST drupal-7.64.tar.gz 3297822 BLAKE2B 
8f1e9fa72086ae41a4d5bc2b261d23b5302400263cea28eb4e7b70ffb56d16c70dde31f7759eec9493a485e4527ba6e1085321362e835110d9b672bb520331dd
 SHA512 
90d4b863df5597ac7e88dc09317e3ab8b2beacd6051ef267de52d1fe599a8704f25ede708d2a106c18d76f19c2c9de1e5003086ab9116bae5624acd418e8a014
 DIST drupal-7.65.tar.gz 3298607 BLAKE2B 
f3a728c3e464b8d94719ed7a79359c5fa2b8b0216ee90029d05e873377566a398d80f188f9dc36f2504057ca7bcd364d5c4f50652f25e73e1aa0e7d5d7b1
 SHA512 
a79ff93e13456b35160ee17f986dce9cffefa265d0034dab6223a3097eaf45c11ea3548904ff6c125be0817dc71a8ac7320aca91a11eefeaad03d45527725e79
-DIST drupal-8.5.11.tar.gz 15817672 BLAKE2B 
da944b432cacf070f47c3c16966c0a0a8950258f067bf2da50ae00281cee6a72f53940ad227ca2864f342c25a7bd6a500140f8070c932aa1a07a96b98016f1ff
 SHA512 
16695af590d048882fa2c3b4aae071d6cbbad6eb4d0dd02763b7c95c782ef4cec70e3825cebbaecf2d5a6f18e2744017accb7bf9e7caf17b1b497eabfef3a348
 DIST drupal-8.5.14.tar.gz 15828327 BLAKE2B 
aa638ac4643541d9ec2b2168633c8ab4fe6b64f3c2b9fec46a6a45903ccaaa26ba671c62d57c51a5698ad2558c6ed3ee491dff739f1eed05ea2a0fefba5ace31
 SHA512 
2be4878cbb27389d11f3686fdc911468a8481d7cbade168c70e733615f2ed699bcc8eb1798079d0b354c81caec0cf74fb232b310e9ab7e059c00fba4b3ee2796
-DIST drupal-8.6.10.tar.gz 16858107 BLAKE2B 
1a86d907fea4ec77d88bc7a8d937baa093972b4823e347ce151040a8f7a53330433cea73273097a8960c41b9655094451f38160bcf2f6197fa7e7fcf82c52060
 SHA512 
acd37fd87a15ca5056b1b1341cd24481073b21dca279536f4065c817230b83dd41a01fc82867781ee2d70cd7e5ccd333b6bdda0cfe4966ce79bf5b1435ad5192
 DIST drupal-8.6.13.tar.gz 17137449 BLAKE2B 
f52b082bdccbeb3600da723483bbdef8645babc84a433c82e38b7029332764361a3ca6996b6ac9c20e96c27b4412c7d14a9b0b454c234594f13ba4fdeba39029
 SHA512 
ed9da8596ca5f4dee569b2beea561b75742aa801ef450258786c6d496e9205cd865af3a6cca56bc276df48841b95bce46ffcda6bbf8183866ec3c991fff2

diff --git a/www-apps/drupal/drupal-7.64.ebuild 
b/www-apps/drupal/drupal-7.64.ebuild
deleted file mode 100644
index 2d1f90ebbd0..000
--- a/www-apps/drupal/drupal-7.64.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
-   virtual/httpd-php
-   accelerator? ( ||
-   (
-   dev-php/xcache
-   (
-   >=dev-lang/php-5.5[opcache]
-   dev-php/pecl-apcu
-   )
-   )
-   )
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-   mysql? (
-   || (
-   dev-lang/php[mysql]
-   dev-lang/php[mysqli]
-   )
-   )
-   sqlite? ( dev-lang/php[sqlite] )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
-   dodoc ${docs}
-   rm -f ${docs} INSTALL COPYRIGHT.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-03-22 Thread Jorge Manuel B. S. Vicetto
commit: 590cf40620a816764d180ce87699490babdf56f1
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Fri Mar 22 19:57:11 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Fri Mar 22 19:59:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=590cf406

www-apps/drupal: Security bump (SA-CORE-2019-004).

Bug: http://bugs.gentoo.org/681172
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest |  3 ++
 www-apps/drupal/drupal-7.65.ebuild   | 74 +++
 www-apps/drupal/drupal-8.5.14.ebuild | 84 
 www-apps/drupal/drupal-8.6.13.ebuild | 84 
 4 files changed, 245 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 294a5fd9ff3..8d75d01dff4 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,3 +1,6 @@
 DIST drupal-7.64.tar.gz 3297822 BLAKE2B 
8f1e9fa72086ae41a4d5bc2b261d23b5302400263cea28eb4e7b70ffb56d16c70dde31f7759eec9493a485e4527ba6e1085321362e835110d9b672bb520331dd
 SHA512 
90d4b863df5597ac7e88dc09317e3ab8b2beacd6051ef267de52d1fe599a8704f25ede708d2a106c18d76f19c2c9de1e5003086ab9116bae5624acd418e8a014
+DIST drupal-7.65.tar.gz 3298607 BLAKE2B 
f3a728c3e464b8d94719ed7a79359c5fa2b8b0216ee90029d05e873377566a398d80f188f9dc36f2504057ca7bcd364d5c4f50652f25e73e1aa0e7d5d7b1
 SHA512 
a79ff93e13456b35160ee17f986dce9cffefa265d0034dab6223a3097eaf45c11ea3548904ff6c125be0817dc71a8ac7320aca91a11eefeaad03d45527725e79
 DIST drupal-8.5.11.tar.gz 15817672 BLAKE2B 
da944b432cacf070f47c3c16966c0a0a8950258f067bf2da50ae00281cee6a72f53940ad227ca2864f342c25a7bd6a500140f8070c932aa1a07a96b98016f1ff
 SHA512 
16695af590d048882fa2c3b4aae071d6cbbad6eb4d0dd02763b7c95c782ef4cec70e3825cebbaecf2d5a6f18e2744017accb7bf9e7caf17b1b497eabfef3a348
+DIST drupal-8.5.14.tar.gz 15828327 BLAKE2B 
aa638ac4643541d9ec2b2168633c8ab4fe6b64f3c2b9fec46a6a45903ccaaa26ba671c62d57c51a5698ad2558c6ed3ee491dff739f1eed05ea2a0fefba5ace31
 SHA512 
2be4878cbb27389d11f3686fdc911468a8481d7cbade168c70e733615f2ed699bcc8eb1798079d0b354c81caec0cf74fb232b310e9ab7e059c00fba4b3ee2796
 DIST drupal-8.6.10.tar.gz 16858107 BLAKE2B 
1a86d907fea4ec77d88bc7a8d937baa093972b4823e347ce151040a8f7a53330433cea73273097a8960c41b9655094451f38160bcf2f6197fa7e7fcf82c52060
 SHA512 
acd37fd87a15ca5056b1b1341cd24481073b21dca279536f4065c817230b83dd41a01fc82867781ee2d70cd7e5ccd333b6bdda0cfe4966ce79bf5b1435ad5192
+DIST drupal-8.6.13.tar.gz 17137449 BLAKE2B 
f52b082bdccbeb3600da723483bbdef8645babc84a433c82e38b7029332764361a3ca6996b6ac9c20e96c27b4412c7d14a9b0b454c234594f13ba4fdeba39029
 SHA512 
ed9da8596ca5f4dee569b2beea561b75742aa801ef450258786c6d496e9205cd865af3a6cca56bc276df48841b95bce46ffcda6bbf8183866ec3c991fff2

diff --git a/www-apps/drupal/drupal-7.65.ebuild 
b/www-apps/drupal/drupal-7.65.ebuild
new file mode 100644
index 000..2d1f90ebbd0
--- /dev/null
+++ b/www-apps/drupal/drupal-7.65.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-02-20 Thread Jorge Manuel B. S. Vicetto
commit: e55f7d13ea704240aa08e62e611dcb510d2d2668
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Wed Feb 20 21:27:32 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Wed Feb 20 21:27:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e55f7d13

www-apps/drupal: Drop old versions.

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  3 --
 www-apps/drupal/drupal-7.63.ebuild  | 74 
 www-apps/drupal/drupal-8.6.7.ebuild | 84 -
 www-apps/drupal/drupal-8.6.9.ebuild | 84 -
 4 files changed, 245 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index dedece7261c..294a5fd9ff3 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,6 +1,3 @@
-DIST drupal-7.63.tar.gz 3298415 BLAKE2B 
28b136911b7faf4cf9ac790dbb5260de1004e34c77dcc08fabee7ae464a5f30645a4377f3c9f1ca4df45a357864bd1b5f6deb09a20db41bfbe9ef7621bf404a7
 SHA512 
e601732590a0b6d63d15d4d73e9531576592092dda986d965ff4d466069f21fc0adcd004798547b14dc528546ddcb5bb089a7cb1919b89f9433958f12dd1
 DIST drupal-7.64.tar.gz 3297822 BLAKE2B 
8f1e9fa72086ae41a4d5bc2b261d23b5302400263cea28eb4e7b70ffb56d16c70dde31f7759eec9493a485e4527ba6e1085321362e835110d9b672bb520331dd
 SHA512 
90d4b863df5597ac7e88dc09317e3ab8b2beacd6051ef267de52d1fe599a8704f25ede708d2a106c18d76f19c2c9de1e5003086ab9116bae5624acd418e8a014
 DIST drupal-8.5.11.tar.gz 15817672 BLAKE2B 
da944b432cacf070f47c3c16966c0a0a8950258f067bf2da50ae00281cee6a72f53940ad227ca2864f342c25a7bd6a500140f8070c932aa1a07a96b98016f1ff
 SHA512 
16695af590d048882fa2c3b4aae071d6cbbad6eb4d0dd02763b7c95c782ef4cec70e3825cebbaecf2d5a6f18e2744017accb7bf9e7caf17b1b497eabfef3a348
 DIST drupal-8.6.10.tar.gz 16858107 BLAKE2B 
1a86d907fea4ec77d88bc7a8d937baa093972b4823e347ce151040a8f7a53330433cea73273097a8960c41b9655094451f38160bcf2f6197fa7e7fcf82c52060
 SHA512 
acd37fd87a15ca5056b1b1341cd24481073b21dca279536f4065c817230b83dd41a01fc82867781ee2d70cd7e5ccd333b6bdda0cfe4966ce79bf5b1435ad5192
-DIST drupal-8.6.7.tar.gz 16478439 BLAKE2B 
d1649f792e79ece2c17842478f23fbed8ef331ad6fcf7509f5cdd4fd5875fc6a00e1820fe39a66dd5404945658260436b9438c8d25a725517bc13f44d1407290
 SHA512 
0150f42066fe1a2e5c96eea1fd3d59221d2d3102cde8e629de79f4f248496c506cd2f76165a1baee3c36ca2d3d266658949a7927743c9e1859a525aa34ae80a6
-DIST drupal-8.6.9.tar.gz 16857833 BLAKE2B 
f2d47f834aab8ee5c3ae0dfb371fe73470be97754e7ffdd21d152da8405a35895cd72f019063ee091253b731e5ca53dfa4cde1e9d1f435f8a4ed39d9b4ce5ec0
 SHA512 
844acb03335e0e017f4f2b7c53ad5f3f25c32feb361e9f45bb073bba0689009b3a53da40999a7edae83fe8118865ac4d18f428feda08692ef7dd50db0b46c95a

diff --git a/www-apps/drupal/drupal-7.63.ebuild 
b/www-apps/drupal/drupal-7.63.ebuild
deleted file mode 100644
index 2d1f90ebbd0..000
--- a/www-apps/drupal/drupal-7.63.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
-   virtual/httpd-php
-   accelerator? ( ||
-   (
-   dev-php/xcache
-   (
-   >=dev-lang/php-5.5[opcache]
-   dev-php/pecl-apcu
-   )
-   )
-   )
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-   mysql? (
-   || (
-   dev-lang/php[mysql]
-   dev-lang/php[mysqli]
-   )
-   )
-   sqlite? ( dev-lang/php[sqlite] )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
-   dodoc ${docs}
-   rm -f ${docs} INSTALL COPYRIGHT.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-02-20 Thread Jorge Manuel B. S. Vicetto
commit: 72b6dd5894a9be9e464bf0f006cb2bab4688a5d1
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Wed Feb 20 21:24:32 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Wed Feb 20 21:25:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b6dd58

www-apps/drupal:  Security bump - (SA-CORE-2019-003).

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest |  2 +
 www-apps/drupal/drupal-8.5.11.ebuild | 84 
 www-apps/drupal/drupal-8.6.10.ebuild | 84 
 3 files changed, 170 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 485bdcc2ba2..dedece7261c 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,6 @@
 DIST drupal-7.63.tar.gz 3298415 BLAKE2B 
28b136911b7faf4cf9ac790dbb5260de1004e34c77dcc08fabee7ae464a5f30645a4377f3c9f1ca4df45a357864bd1b5f6deb09a20db41bfbe9ef7621bf404a7
 SHA512 
e601732590a0b6d63d15d4d73e9531576592092dda986d965ff4d466069f21fc0adcd004798547b14dc528546ddcb5bb089a7cb1919b89f9433958f12dd1
 DIST drupal-7.64.tar.gz 3297822 BLAKE2B 
8f1e9fa72086ae41a4d5bc2b261d23b5302400263cea28eb4e7b70ffb56d16c70dde31f7759eec9493a485e4527ba6e1085321362e835110d9b672bb520331dd
 SHA512 
90d4b863df5597ac7e88dc09317e3ab8b2beacd6051ef267de52d1fe599a8704f25ede708d2a106c18d76f19c2c9de1e5003086ab9116bae5624acd418e8a014
+DIST drupal-8.5.11.tar.gz 15817672 BLAKE2B 
da944b432cacf070f47c3c16966c0a0a8950258f067bf2da50ae00281cee6a72f53940ad227ca2864f342c25a7bd6a500140f8070c932aa1a07a96b98016f1ff
 SHA512 
16695af590d048882fa2c3b4aae071d6cbbad6eb4d0dd02763b7c95c782ef4cec70e3825cebbaecf2d5a6f18e2744017accb7bf9e7caf17b1b497eabfef3a348
+DIST drupal-8.6.10.tar.gz 16858107 BLAKE2B 
1a86d907fea4ec77d88bc7a8d937baa093972b4823e347ce151040a8f7a53330433cea73273097a8960c41b9655094451f38160bcf2f6197fa7e7fcf82c52060
 SHA512 
acd37fd87a15ca5056b1b1341cd24481073b21dca279536f4065c817230b83dd41a01fc82867781ee2d70cd7e5ccd333b6bdda0cfe4966ce79bf5b1435ad5192
 DIST drupal-8.6.7.tar.gz 16478439 BLAKE2B 
d1649f792e79ece2c17842478f23fbed8ef331ad6fcf7509f5cdd4fd5875fc6a00e1820fe39a66dd5404945658260436b9438c8d25a725517bc13f44d1407290
 SHA512 
0150f42066fe1a2e5c96eea1fd3d59221d2d3102cde8e629de79f4f248496c506cd2f76165a1baee3c36ca2d3d266658949a7927743c9e1859a525aa34ae80a6
 DIST drupal-8.6.9.tar.gz 16857833 BLAKE2B 
f2d47f834aab8ee5c3ae0dfb371fe73470be97754e7ffdd21d152da8405a35895cd72f019063ee091253b731e5ca53dfa4cde1e9d1f435f8a4ed39d9b4ce5ec0
 SHA512 
844acb03335e0e017f4f2b7c53ad5f3f25c32feb361e9f45bb073bba0689009b3a53da40999a7edae83fe8118865ac4d18f428feda08692ef7dd50db0b46c95a

diff --git a/www-apps/drupal/drupal-8.5.11.ebuild 
b/www-apps/drupal/drupal-8.5.11.ebuild
new file mode 100644
index 000..a8514d07dfe
--- /dev/null
+++ b/www-apps/drupal/drupal-8.5.11.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-02-11 Thread Jorge Manuel B. S. Vicetto
commit: 719e9bc3bde485d847156f0a7419d028f2328c10
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Mon Feb 11 19:17:58 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Mon Feb 11 19:17:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719e9bc3

www-apps/drupal: Bump to releases 7.64 and 8.6.9.

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  2 +
 www-apps/drupal/drupal-7.64.ebuild  | 74 
 www-apps/drupal/drupal-8.6.9.ebuild | 84 +
 3 files changed, 160 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 061979c7e00..485bdcc2ba2 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,2 +1,4 @@
 DIST drupal-7.63.tar.gz 3298415 BLAKE2B 
28b136911b7faf4cf9ac790dbb5260de1004e34c77dcc08fabee7ae464a5f30645a4377f3c9f1ca4df45a357864bd1b5f6deb09a20db41bfbe9ef7621bf404a7
 SHA512 
e601732590a0b6d63d15d4d73e9531576592092dda986d965ff4d466069f21fc0adcd004798547b14dc528546ddcb5bb089a7cb1919b89f9433958f12dd1
+DIST drupal-7.64.tar.gz 3297822 BLAKE2B 
8f1e9fa72086ae41a4d5bc2b261d23b5302400263cea28eb4e7b70ffb56d16c70dde31f7759eec9493a485e4527ba6e1085321362e835110d9b672bb520331dd
 SHA512 
90d4b863df5597ac7e88dc09317e3ab8b2beacd6051ef267de52d1fe599a8704f25ede708d2a106c18d76f19c2c9de1e5003086ab9116bae5624acd418e8a014
 DIST drupal-8.6.7.tar.gz 16478439 BLAKE2B 
d1649f792e79ece2c17842478f23fbed8ef331ad6fcf7509f5cdd4fd5875fc6a00e1820fe39a66dd5404945658260436b9438c8d25a725517bc13f44d1407290
 SHA512 
0150f42066fe1a2e5c96eea1fd3d59221d2d3102cde8e629de79f4f248496c506cd2f76165a1baee3c36ca2d3d266658949a7927743c9e1859a525aa34ae80a6
+DIST drupal-8.6.9.tar.gz 16857833 BLAKE2B 
f2d47f834aab8ee5c3ae0dfb371fe73470be97754e7ffdd21d152da8405a35895cd72f019063ee091253b731e5ca53dfa4cde1e9d1f435f8a4ed39d9b4ce5ec0
 SHA512 
844acb03335e0e017f4f2b7c53ad5f3f25c32feb361e9f45bb073bba0689009b3a53da40999a7edae83fe8118865ac4d18f428feda08692ef7dd50db0b46c95a

diff --git a/www-apps/drupal/drupal-7.64.ebuild 
b/www-apps/drupal/drupal-7.64.ebuild
new file mode 100644
index 000..2d1f90ebbd0
--- /dev/null
+++ b/www-apps/drupal/drupal-7.64.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+}

diff --git a/www-apps/drupal/drupal-8.6.9.ebuild 
b/www-apps/drupal/drupal-8.6.9.ebuild
new file mode 100644
index 000..a8514d07dfe
--- /dev/null
+++ b/www-apps/drupal/drupal-8.6.9.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-01-18 Thread Jorge Manuel B. S. Vicetto
commit: 9864eb8f0f5dbbe01e010b455635aa0271be48e3
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Fri Jan 18 20:18:30 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Fri Jan 18 20:18:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9864eb8f

www-apps/drupal: Drop vulnerable releases.

Bug: http://bugs.gentoo.org/675690
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  6 ---
 www-apps/drupal/drupal-7.60.ebuild  | 74 ---
 www-apps/drupal/drupal-7.61.ebuild  | 74 ---
 www-apps/drupal/drupal-8.6.2.ebuild | 86 -
 www-apps/drupal/drupal-8.6.3.ebuild | 86 -
 www-apps/drupal/drupal-8.6.4.ebuild | 84 
 www-apps/drupal/drupal-8.6.5.ebuild | 84 
 7 files changed, 494 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 09bbafb3fa8..061979c7e00 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,8 +1,2 @@
-DIST drupal-7.60.tar.gz 3283058 BLAKE2B 
2c29c089e0e13ce52c5d7a0bbf72c79596fbdc1a370a60b33d617ab29f2aaec86e36545ced7620832f333de66bb775178f7eeeca80976d6e2616553b766c07b3
 SHA512 
fee59cf303a6c44e3fa3cbeda4912f7d61ffe8294282f9ad0416a6536cc6ea65cf114a6a801dd1f68572185c2b1e300f58f907f9bd61f96beaba3706c527d512
-DIST drupal-7.61.tar.gz 3287629 BLAKE2B 
635fca54063bf3030cd3699f2395c64a4949719b38ad51e1ae67de928a0177bb8c049f383245ecd1ebf1d8dfe4dc1be012c0d83bd50eada8b05a959fd160d4ac
 SHA512 
8f0bdd5b7ef33e62d09698b3889726fab1edb14df6263635bca65c9bbe0400df618dbf02ef298169d48ab554d3b58d867bd4ce0d429b4b9167979917db51
 DIST drupal-7.63.tar.gz 3298415 BLAKE2B 
28b136911b7faf4cf9ac790dbb5260de1004e34c77dcc08fabee7ae464a5f30645a4377f3c9f1ca4df45a357864bd1b5f6deb09a20db41bfbe9ef7621bf404a7
 SHA512 
e601732590a0b6d63d15d4d73e9531576592092dda986d965ff4d466069f21fc0adcd004798547b14dc528546ddcb5bb089a7cb1919b89f9433958f12dd1
-DIST drupal-8.6.2.tar.gz 16240694 BLAKE2B 
122ff2464af6376256d96db8b470cf5f83beeba80a5c63e549e7eb0cfc875629d0b2d4ed46b130294e2145ea5a428b15cfa0edfcd31596660188df769b68bcd2
 SHA512 
8cdcd31f3a112a577e622cca0fb7957580b5691102421344c6f6bfc3096f33aae3a68d7d8eb9062ad14761bac14b68c2967973b1b1ef367dcbd79b972493b7c5
-DIST drupal-8.6.3.tar.gz 16372220 BLAKE2B 
b9bbf18e25292bfa87f23e2aa2329f86dfe714a265188c35998059b0075f31ceb6d0d6a23ed576615b1a6a6aef6b935a495e70b22aed0e649b41b79994bc9123
 SHA512 
93284235c9620ed235bfe0100317846694095ca96b1da7ac402c415e9f5f0819887c4da516655dabb49b4bbdba58935d7f78712c525c803125ec27d6a5692cea
-DIST drupal-8.6.4.tar.gz 16401179 BLAKE2B 
15b44df0ddbc420aad07c95eda6c238a9862c186cd762c6f332452919340939f7b604b424a046adbe2111bd7ae4e50b7dad2a8d67b5122035fc0f30a7b2cb47a
 SHA512 
ff81fe8aa10f635b5906d7a21efc5e8d44e96594d26a2637987ea2ef36b6ea323638bf4fca2374553d381645e4d187ef72d0284d4d0bad8663efe1e0b7bfcf8b
-DIST drupal-8.6.5.tar.gz 16465640 BLAKE2B 
39d2ae65884a54bb4830b41d58f7b84ed76d1476a3a1c08a291a0bc75b8351108648f872525f03236fa078438d9863b635084484d8003b20c9331c8ac02f874d
 SHA512 
7298b315c14931c24a1f433625c91a96bb2c7d09ab6ceac31fba62d316604a8b72c13941ef99ffc878ff697f00fb70924f6ffdd23081ec1c9258d0dba1b52e76
 DIST drupal-8.6.7.tar.gz 16478439 BLAKE2B 
d1649f792e79ece2c17842478f23fbed8ef331ad6fcf7509f5cdd4fd5875fc6a00e1820fe39a66dd5404945658260436b9438c8d25a725517bc13f44d1407290
 SHA512 
0150f42066fe1a2e5c96eea1fd3d59221d2d3102cde8e629de79f4f248496c506cd2f76165a1baee3c36ca2d3d266658949a7927743c9e1859a525aa34ae80a6

diff --git a/www-apps/drupal/drupal-7.60.ebuild 
b/www-apps/drupal/drupal-7.60.ebuild
deleted file mode 100644
index 6f40a8c2e6e..000
--- a/www-apps/drupal/drupal-7.60.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
-   virtual/httpd-php
-   accelerator? ( ||
-   (
-   dev-php/xcache
-   (
-   >=dev-lang/php-5.5[opcache]
-   dev-php/pecl-apcu
-   )
-   )
-   )
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-   mysql? (
-   || (
-   dev-lang/php[mysql]
-   dev-lang/php[mysqli]
-   )
-   )
-   

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-01-18 Thread Jorge Manuel B. S. Vicetto
commit: 29ab1b1ba1aeee34c62313856e775596bf885d4d
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Fri Jan 18 20:15:03 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Fri Jan 18 20:15:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ab1b1b

www-apps/drupal: Security bump to releases 7.63 and 8.6.7.

This releases address SA-CORE-2019-001 and SA-CORE-2019-002.
Bug: http://bugs.gentoo.org/675690
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  2 +
 www-apps/drupal/drupal-7.63.ebuild  | 74 
 www-apps/drupal/drupal-8.6.7.ebuild | 84 +
 3 files changed, 160 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 51ea7fef9a6..09bbafb3fa8 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,6 +1,8 @@
 DIST drupal-7.60.tar.gz 3283058 BLAKE2B 
2c29c089e0e13ce52c5d7a0bbf72c79596fbdc1a370a60b33d617ab29f2aaec86e36545ced7620832f333de66bb775178f7eeeca80976d6e2616553b766c07b3
 SHA512 
fee59cf303a6c44e3fa3cbeda4912f7d61ffe8294282f9ad0416a6536cc6ea65cf114a6a801dd1f68572185c2b1e300f58f907f9bd61f96beaba3706c527d512
 DIST drupal-7.61.tar.gz 3287629 BLAKE2B 
635fca54063bf3030cd3699f2395c64a4949719b38ad51e1ae67de928a0177bb8c049f383245ecd1ebf1d8dfe4dc1be012c0d83bd50eada8b05a959fd160d4ac
 SHA512 
8f0bdd5b7ef33e62d09698b3889726fab1edb14df6263635bca65c9bbe0400df618dbf02ef298169d48ab554d3b58d867bd4ce0d429b4b9167979917db51
+DIST drupal-7.63.tar.gz 3298415 BLAKE2B 
28b136911b7faf4cf9ac790dbb5260de1004e34c77dcc08fabee7ae464a5f30645a4377f3c9f1ca4df45a357864bd1b5f6deb09a20db41bfbe9ef7621bf404a7
 SHA512 
e601732590a0b6d63d15d4d73e9531576592092dda986d965ff4d466069f21fc0adcd004798547b14dc528546ddcb5bb089a7cb1919b89f9433958f12dd1
 DIST drupal-8.6.2.tar.gz 16240694 BLAKE2B 
122ff2464af6376256d96db8b470cf5f83beeba80a5c63e549e7eb0cfc875629d0b2d4ed46b130294e2145ea5a428b15cfa0edfcd31596660188df769b68bcd2
 SHA512 
8cdcd31f3a112a577e622cca0fb7957580b5691102421344c6f6bfc3096f33aae3a68d7d8eb9062ad14761bac14b68c2967973b1b1ef367dcbd79b972493b7c5
 DIST drupal-8.6.3.tar.gz 16372220 BLAKE2B 
b9bbf18e25292bfa87f23e2aa2329f86dfe714a265188c35998059b0075f31ceb6d0d6a23ed576615b1a6a6aef6b935a495e70b22aed0e649b41b79994bc9123
 SHA512 
93284235c9620ed235bfe0100317846694095ca96b1da7ac402c415e9f5f0819887c4da516655dabb49b4bbdba58935d7f78712c525c803125ec27d6a5692cea
 DIST drupal-8.6.4.tar.gz 16401179 BLAKE2B 
15b44df0ddbc420aad07c95eda6c238a9862c186cd762c6f332452919340939f7b604b424a046adbe2111bd7ae4e50b7dad2a8d67b5122035fc0f30a7b2cb47a
 SHA512 
ff81fe8aa10f635b5906d7a21efc5e8d44e96594d26a2637987ea2ef36b6ea323638bf4fca2374553d381645e4d187ef72d0284d4d0bad8663efe1e0b7bfcf8b
 DIST drupal-8.6.5.tar.gz 16465640 BLAKE2B 
39d2ae65884a54bb4830b41d58f7b84ed76d1476a3a1c08a291a0bc75b8351108648f872525f03236fa078438d9863b635084484d8003b20c9331c8ac02f874d
 SHA512 
7298b315c14931c24a1f433625c91a96bb2c7d09ab6ceac31fba62d316604a8b72c13941ef99ffc878ff697f00fb70924f6ffdd23081ec1c9258d0dba1b52e76
+DIST drupal-8.6.7.tar.gz 16478439 BLAKE2B 
d1649f792e79ece2c17842478f23fbed8ef331ad6fcf7509f5cdd4fd5875fc6a00e1820fe39a66dd5404945658260436b9438c8d25a725517bc13f44d1407290
 SHA512 
0150f42066fe1a2e5c96eea1fd3d59221d2d3102cde8e629de79f4f248496c506cd2f76165a1baee3c36ca2d3d266658949a7927743c9e1859a525aa34ae80a6

diff --git a/www-apps/drupal/drupal-7.63.ebuild 
b/www-apps/drupal/drupal-7.63.ebuild
new file mode 100644
index 000..2d1f90ebbd0
--- /dev/null
+++ b/www-apps/drupal/drupal-7.63.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-01-04 Thread Jorge Manuel B. S. Vicetto
commit: cdc939919151e4c1d812d104f5fe7a2bb90d866b
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Fri Jan  4 21:12:28 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Fri Jan  4 21:12:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc93991

www-apps/drupal: Version bump to release 8.6.5.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-8.6.5.ebuild | 84 +
 2 files changed, 85 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 1801f215435..51ea7fef9a6 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -3,3 +3,4 @@ DIST drupal-7.61.tar.gz 3287629 BLAKE2B 
635fca54063bf3030cd3699f2395c64a4949719b
 DIST drupal-8.6.2.tar.gz 16240694 BLAKE2B 
122ff2464af6376256d96db8b470cf5f83beeba80a5c63e549e7eb0cfc875629d0b2d4ed46b130294e2145ea5a428b15cfa0edfcd31596660188df769b68bcd2
 SHA512 
8cdcd31f3a112a577e622cca0fb7957580b5691102421344c6f6bfc3096f33aae3a68d7d8eb9062ad14761bac14b68c2967973b1b1ef367dcbd79b972493b7c5
 DIST drupal-8.6.3.tar.gz 16372220 BLAKE2B 
b9bbf18e25292bfa87f23e2aa2329f86dfe714a265188c35998059b0075f31ceb6d0d6a23ed576615b1a6a6aef6b935a495e70b22aed0e649b41b79994bc9123
 SHA512 
93284235c9620ed235bfe0100317846694095ca96b1da7ac402c415e9f5f0819887c4da516655dabb49b4bbdba58935d7f78712c525c803125ec27d6a5692cea
 DIST drupal-8.6.4.tar.gz 16401179 BLAKE2B 
15b44df0ddbc420aad07c95eda6c238a9862c186cd762c6f332452919340939f7b604b424a046adbe2111bd7ae4e50b7dad2a8d67b5122035fc0f30a7b2cb47a
 SHA512 
ff81fe8aa10f635b5906d7a21efc5e8d44e96594d26a2637987ea2ef36b6ea323638bf4fca2374553d381645e4d187ef72d0284d4d0bad8663efe1e0b7bfcf8b
+DIST drupal-8.6.5.tar.gz 16465640 BLAKE2B 
39d2ae65884a54bb4830b41d58f7b84ed76d1476a3a1c08a291a0bc75b8351108648f872525f03236fa078438d9863b635084484d8003b20c9331c8ac02f874d
 SHA512 
7298b315c14931c24a1f433625c91a96bb2c7d09ab6ceac31fba62d316604a8b72c13941ef99ffc878ff697f00fb70924f6ffdd23081ec1c9258d0dba1b52e76

diff --git a/www-apps/drupal/drupal-8.6.5.ebuild 
b/www-apps/drupal/drupal-8.6.5.ebuild
new file mode 100644
index 000..a8514d07dfe
--- /dev/null
+++ b/www-apps/drupal/drupal-8.6.5.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2018-12-06 Thread Jorge Manuel B. S. Vicetto
commit: ab108a1dba6e0d0f8ebf5e8458a4a77972b04899
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Dec  6 23:06:50 2018 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Dec  6 23:06:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab108a1d

www-apps/drupal: Bump to 8.6.4 release.

Follow Tyler Montbriand's suggestion on bug 660554.
Closes: http://bugs.gentoo.org/660554
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-8.6.4.ebuild | 84 +
 2 files changed, 85 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 4377b1f428e..1801f215435 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -2,3 +2,4 @@ DIST drupal-7.60.tar.gz 3283058 BLAKE2B 
2c29c089e0e13ce52c5d7a0bbf72c79596fbdc1a
 DIST drupal-7.61.tar.gz 3287629 BLAKE2B 
635fca54063bf3030cd3699f2395c64a4949719b38ad51e1ae67de928a0177bb8c049f383245ecd1ebf1d8dfe4dc1be012c0d83bd50eada8b05a959fd160d4ac
 SHA512 
8f0bdd5b7ef33e62d09698b3889726fab1edb14df6263635bca65c9bbe0400df618dbf02ef298169d48ab554d3b58d867bd4ce0d429b4b9167979917db51
 DIST drupal-8.6.2.tar.gz 16240694 BLAKE2B 
122ff2464af6376256d96db8b470cf5f83beeba80a5c63e549e7eb0cfc875629d0b2d4ed46b130294e2145ea5a428b15cfa0edfcd31596660188df769b68bcd2
 SHA512 
8cdcd31f3a112a577e622cca0fb7957580b5691102421344c6f6bfc3096f33aae3a68d7d8eb9062ad14761bac14b68c2967973b1b1ef367dcbd79b972493b7c5
 DIST drupal-8.6.3.tar.gz 16372220 BLAKE2B 
b9bbf18e25292bfa87f23e2aa2329f86dfe714a265188c35998059b0075f31ceb6d0d6a23ed576615b1a6a6aef6b935a495e70b22aed0e649b41b79994bc9123
 SHA512 
93284235c9620ed235bfe0100317846694095ca96b1da7ac402c415e9f5f0819887c4da516655dabb49b4bbdba58935d7f78712c525c803125ec27d6a5692cea
+DIST drupal-8.6.4.tar.gz 16401179 BLAKE2B 
15b44df0ddbc420aad07c95eda6c238a9862c186cd762c6f332452919340939f7b604b424a046adbe2111bd7ae4e50b7dad2a8d67b5122035fc0f30a7b2cb47a
 SHA512 
ff81fe8aa10f635b5906d7a21efc5e8d44e96594d26a2637987ea2ef36b6ea323638bf4fca2374553d381645e4d187ef72d0284d4d0bad8663efe1e0b7bfcf8b

diff --git a/www-apps/drupal/drupal-8.6.4.ebuild 
b/www-apps/drupal/drupal-8.6.4.ebuild
new file mode 100644
index 000..b6b875c85df
--- /dev/null
+++ b/www-apps/drupal/drupal-8.6.4.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-8 install, you'll have to copy 

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2018-11-12 Thread Jorge Manuel B. S. Vicetto
commit: f2ba9a020ff077a8d9abc6de7cacebc6db636181
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Mon Nov 12 20:00:50 2018 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Mon Nov 12 20:01:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ba9a02

www-apps/drupal: Bump to 7.61 release.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 www-apps/drupal/Manifest   |  1 +
 www-apps/drupal/drupal-7.61.ebuild | 74 ++
 2 files changed, 75 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 6f0dc8faf57..4377b1f428e 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,3 +1,4 @@
 DIST drupal-7.60.tar.gz 3283058 BLAKE2B 
2c29c089e0e13ce52c5d7a0bbf72c79596fbdc1a370a60b33d617ab29f2aaec86e36545ced7620832f333de66bb775178f7eeeca80976d6e2616553b766c07b3
 SHA512 
fee59cf303a6c44e3fa3cbeda4912f7d61ffe8294282f9ad0416a6536cc6ea65cf114a6a801dd1f68572185c2b1e300f58f907f9bd61f96beaba3706c527d512
+DIST drupal-7.61.tar.gz 3287629 BLAKE2B 
635fca54063bf3030cd3699f2395c64a4949719b38ad51e1ae67de928a0177bb8c049f383245ecd1ebf1d8dfe4dc1be012c0d83bd50eada8b05a959fd160d4ac
 SHA512 
8f0bdd5b7ef33e62d09698b3889726fab1edb14df6263635bca65c9bbe0400df618dbf02ef298169d48ab554d3b58d867bd4ce0d429b4b9167979917db51
 DIST drupal-8.6.2.tar.gz 16240694 BLAKE2B 
122ff2464af6376256d96db8b470cf5f83beeba80a5c63e549e7eb0cfc875629d0b2d4ed46b130294e2145ea5a428b15cfa0edfcd31596660188df769b68bcd2
 SHA512 
8cdcd31f3a112a577e622cca0fb7957580b5691102421344c6f6bfc3096f33aae3a68d7d8eb9062ad14761bac14b68c2967973b1b1ef367dcbd79b972493b7c5
 DIST drupal-8.6.3.tar.gz 16372220 BLAKE2B 
b9bbf18e25292bfa87f23e2aa2329f86dfe714a265188c35998059b0075f31ceb6d0d6a23ed576615b1a6a6aef6b935a495e70b22aed0e649b41b79994bc9123
 SHA512 
93284235c9620ed235bfe0100317846694095ca96b1da7ac402c415e9f5f0819887c4da516655dabb49b4bbdba58935d7f78712c525c803125ec27d6a5692cea

diff --git a/www-apps/drupal/drupal-7.61.ebuild 
b/www-apps/drupal/drupal-7.61.ebuild
new file mode 100644
index 000..6f40a8c2e6e
--- /dev/null
+++ b/www-apps/drupal/drupal-7.61.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2018-11-11 Thread Jorge Manuel B. S. Vicetto
commit: 3205298913af670553f3bd27ab80a0ff1c10f57d
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Mon Nov 12 03:38:24 2018 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Mon Nov 12 03:38:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32052989

www-apps/drupal: Bump to 8.6.3 release.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-8.6.3.ebuild | 86 +
 2 files changed, 87 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index c335b61bb1d..6f0dc8faf57 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,2 +1,3 @@
 DIST drupal-7.60.tar.gz 3283058 BLAKE2B 
2c29c089e0e13ce52c5d7a0bbf72c79596fbdc1a370a60b33d617ab29f2aaec86e36545ced7620832f333de66bb775178f7eeeca80976d6e2616553b766c07b3
 SHA512 
fee59cf303a6c44e3fa3cbeda4912f7d61ffe8294282f9ad0416a6536cc6ea65cf114a6a801dd1f68572185c2b1e300f58f907f9bd61f96beaba3706c527d512
 DIST drupal-8.6.2.tar.gz 16240694 BLAKE2B 
122ff2464af6376256d96db8b470cf5f83beeba80a5c63e549e7eb0cfc875629d0b2d4ed46b130294e2145ea5a428b15cfa0edfcd31596660188df769b68bcd2
 SHA512 
8cdcd31f3a112a577e622cca0fb7957580b5691102421344c6f6bfc3096f33aae3a68d7d8eb9062ad14761bac14b68c2967973b1b1ef367dcbd79b972493b7c5
+DIST drupal-8.6.3.tar.gz 16372220 BLAKE2B 
b9bbf18e25292bfa87f23e2aa2329f86dfe714a265188c35998059b0075f31ceb6d0d6a23ed576615b1a6a6aef6b935a495e70b22aed0e649b41b79994bc9123
 SHA512 
93284235c9620ed235bfe0100317846694095ca96b1da7ac402c415e9f5f0819887c4da516655dabb49b4bbdba58935d7f78712c525c803125ec27d6a5692cea

diff --git a/www-apps/drupal/drupal-8.6.3.ebuild 
b/www-apps/drupal/drupal-8.6.3.ebuild
new file mode 100644
index 000..236af8564a8
--- /dev/null
+++ b/www-apps/drupal/drupal-8.6.3.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
+   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
+   ewarn "reported by the setup."
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2018-10-18 Thread Jorge Manuel B. S. Vicetto
commit: d68122fe8ff2c8b8feb75548ce4763994afb4745
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Thu Oct 18 00:58:32 2018 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Thu Oct 18 16:26:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68122fe

www-apps/drupal: Security bump - fixes SA-CORE-2018-006.

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest | 4 ++--
 www-apps/drupal/{drupal-7.59.ebuild => drupal-7.60.ebuild}   | 2 +-
 www-apps/drupal/{drupal-8.6.1.ebuild => drupal-8.6.2.ebuild} | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index a9636b9b2b5..c335b61bb1d 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,2 +1,2 @@
-DIST drupal-7.59.tar.gz 3282260 BLAKE2B 
bf7d74926fe4e94149ef7ff622cf7889f45f3e35b9bfd19fed12aa688c8131f2f8daa2a261796896d5386966603e837b6dec3b6c02221f9b0c527c4a6f5ff9da
 SHA512 
68f02b39d1a4658adc0f0046c22cc1059b68f952f9cd753f5a3e379cf93705be308b4727519e90d77a42437442daebaa78d76745954be4d40e1a5105c319069c
-DIST drupal-8.6.1.tar.gz 16236559 BLAKE2B 
6c7b2d396b285290e0ef53054cfe1d50b6188d3400bb0f0c6c35f3ae677b6d7f9ba53e28f95c4a89aeadd2dc7fc1b7c659048332a21d0ffc543bf8c4df41
 SHA512 
f42eab1f7110219d11f398c5099cd0abf50883819fbe6a879d08f1117e3cc413937772a269d28ffe09ba59b24f79516d03601ccfd2abfb37ed18064f34368b5a
+DIST drupal-7.60.tar.gz 3283058 BLAKE2B 
2c29c089e0e13ce52c5d7a0bbf72c79596fbdc1a370a60b33d617ab29f2aaec86e36545ced7620832f333de66bb775178f7eeeca80976d6e2616553b766c07b3
 SHA512 
fee59cf303a6c44e3fa3cbeda4912f7d61ffe8294282f9ad0416a6536cc6ea65cf114a6a801dd1f68572185c2b1e300f58f907f9bd61f96beaba3706c527d512
+DIST drupal-8.6.2.tar.gz 16240694 BLAKE2B 
122ff2464af6376256d96db8b470cf5f83beeba80a5c63e549e7eb0cfc875629d0b2d4ed46b130294e2145ea5a428b15cfa0edfcd31596660188df769b68bcd2
 SHA512 
8cdcd31f3a112a577e622cca0fb7957580b5691102421344c6f6bfc3096f33aae3a68d7d8eb9062ad14761bac14b68c2967973b1b1ef367dcbd79b972493b7c5

diff --git a/www-apps/drupal/drupal-7.59.ebuild 
b/www-apps/drupal/drupal-7.60.ebuild
similarity index 97%
rename from www-apps/drupal/drupal-7.59.ebuild
rename to www-apps/drupal/drupal-7.60.ebuild
index f2d68ea226d..6f40a8c2e6e 100644
--- a/www-apps/drupal/drupal-7.59.ebuild
+++ b/www-apps/drupal/drupal-7.60.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6

diff --git a/www-apps/drupal/drupal-8.6.1.ebuild 
b/www-apps/drupal/drupal-8.6.2.ebuild
similarity index 98%
rename from www-apps/drupal/drupal-8.6.1.ebuild
rename to www-apps/drupal/drupal-8.6.2.ebuild
index ec2dacba2d1..236af8564a8 100644
--- a/www-apps/drupal/drupal-8.6.1.ebuild
+++ b/www-apps/drupal/drupal-8.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2018-09-12 Thread Alexey Shvetsov
commit: 0d224c8f2826684fd965e38b1fe116c69d0dfcc5
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Wed Sep 12 12:15:09 2018 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Wed Sep 12 12:15:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d224c8f

www-apps/drupal: Drop old

Package-Manager: Portage-2.3.47, Repoman-2.3.10

 www-apps/drupal/Manifest|  1 -
 www-apps/drupal/drupal-8.6.0.ebuild | 86 -
 2 files changed, 87 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 00426d53c71..a9636b9b2b5 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,3 +1,2 @@
 DIST drupal-7.59.tar.gz 3282260 BLAKE2B 
bf7d74926fe4e94149ef7ff622cf7889f45f3e35b9bfd19fed12aa688c8131f2f8daa2a261796896d5386966603e837b6dec3b6c02221f9b0c527c4a6f5ff9da
 SHA512 
68f02b39d1a4658adc0f0046c22cc1059b68f952f9cd753f5a3e379cf93705be308b4727519e90d77a42437442daebaa78d76745954be4d40e1a5105c319069c
-DIST drupal-8.6.0.tar.gz 16233161 BLAKE2B 
ad7a1eb6b37799bb30aa7364c413bc8edb2a122e82beb78b40ac041123964b5eae68fc28340e965a061bd3337ad2b01e23c00af0f91338838926c6a0
 SHA512 
ed94168bf3eb8dca506b8da4d9607c40ed4b2d588a683d3316d16c51d919300a506f596880aba2cd2aab19649b2c18c2843f4bae93b33b4f08e93d013a2c5e64
 DIST drupal-8.6.1.tar.gz 16236559 BLAKE2B 
6c7b2d396b285290e0ef53054cfe1d50b6188d3400bb0f0c6c35f3ae677b6d7f9ba53e28f95c4a89aeadd2dc7fc1b7c659048332a21d0ffc543bf8c4df41
 SHA512 
f42eab1f7110219d11f398c5099cd0abf50883819fbe6a879d08f1117e3cc413937772a269d28ffe09ba59b24f79516d03601ccfd2abfb37ed18064f34368b5a

diff --git a/www-apps/drupal/drupal-8.6.0.ebuild 
b/www-apps/drupal/drupal-8.6.0.ebuild
deleted file mode 100644
index ec2dacba2d1..000
--- a/www-apps/drupal/drupal-8.6.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
-   virtual/httpd-php
-   accelerator? ( ||
-   (
-   dev-php/xcache
-   (
-   >=dev-lang/php-5.5[opcache]
-   dev-php/pecl-apcu
-   )
-   )
-   )
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-   mysql? (
-   || (
-   dev-lang/php[mysql]
-   dev-lang/php[mysqli]
-   )
-   )
-   sqlite? ( dev-lang/php[sqlite] )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
-
-   dodoc ${docs}
-   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-   echo
-   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
-   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-   ewarn "reported by the setup."
-   echo
-}



  1   2   >