From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/
Date: Fri, 02 May 2025 08:48:41 +0000 (UTC) [thread overview]
Message-ID: <1746175695.728d3db420d085e105e94e87d894473fc71d3f98.ceamac@gentoo> (raw)
commit: 728d3db420d085e105e94e87d894473fc71d3f98
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri May 2 08:17:18 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri May 2 08:48:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728d3db4
www-apps/drupal: drop 7.97
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
www-apps/drupal/Manifest | 1 -
www-apps/drupal/drupal-7.97.ebuild | 58 --------------------------------------
2 files changed, 59 deletions(-)
diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index b22fe490d68d..a1e0b551fb33 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,3 @@
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.102.tar.gz 3406566 BLAKE2B de29d5460795e7a430a293f476b34bf76802168959db62a56ed48efe61ace82d0a4d9c60e422b93f95ecfd298f002f24ccfceec8bd42a2b59f13b784fc82120a SHA512 06322ae1bdf7277f6e4b7e31b9527678180929a183eb60b3128a09912b0591736fad8468e15e1193122e85e234b91c1b21c31371708b98b48b918a867fdef2d3
-DIST drupal-7.97.tar.gz 3381082 BLAKE2B 3997305b91330db16843ee17927435b1bba4b080b72b36c1c90508e9edc0379f33aad3fae31fd637034d7ddeae425d75bd2252ed733ee00a6d9e12a75b909979 SHA512 2ea4ae63f9dc87043f3743f7e426c2fe940ca930a764c9eff0cb19e25fb3117599350c8fab92fc1bc45c2e6719ae20caba039180d63672cb1616f7526b798dcb
diff --git a/www-apps/drupal/drupal-7.97.ebuild b/www-apps/drupal/drupal-7.97.ebuild
deleted file mode 100644
index 83823c1abd94..000000000000
--- a/www-apps/drupal/drupal-7.97.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
-}
next reply other threads:[~2025-05-02 8:48 UTC|newest]
Thread overview: 151+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-02 8:48 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-02 8:48 [gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/ Viorel Munteanu
2025-05-02 8:48 Viorel Munteanu
2025-05-02 8:48 Viorel Munteanu
2025-05-02 8:48 Viorel Munteanu
2025-05-02 8:48 Viorel Munteanu
2024-04-12 6:39 Viorel Munteanu
2024-04-12 6:39 Viorel Munteanu
2024-04-09 6:36 Viorel Munteanu
2024-04-09 6:36 Viorel Munteanu
2023-09-21 13:01 Viorel Munteanu
2023-09-21 13:01 Viorel Munteanu
2023-09-21 13:01 Viorel Munteanu
2023-09-21 13:01 Viorel Munteanu
2023-06-25 11:17 Viorel Munteanu
2023-04-21 12:32 Viorel Munteanu
2023-04-21 12:32 Viorel Munteanu
2023-04-19 18:28 Viorel Munteanu
2023-04-19 18:28 Viorel Munteanu
2023-04-19 18:28 Viorel Munteanu
2023-04-19 18:28 Viorel Munteanu
2023-04-19 18:28 Viorel Munteanu
2023-04-19 18:28 Viorel Munteanu
2023-04-19 18:28 Viorel Munteanu
2023-04-19 18:28 Viorel Munteanu
2023-03-16 6:09 Viorel Munteanu
2023-03-16 6:09 Viorel Munteanu
2023-03-16 6:09 Viorel Munteanu
2023-03-16 6:09 Viorel Munteanu
2023-03-16 6:09 Viorel Munteanu
2023-03-16 6:09 Viorel Munteanu
2023-03-16 6:09 Viorel Munteanu
2023-03-16 6:09 Viorel Munteanu
2023-03-11 11:05 Viorel Munteanu
2023-03-11 11:05 Viorel Munteanu
2023-03-11 11:05 Viorel Munteanu
2023-03-11 11:05 Viorel Munteanu
2023-03-11 11:05 Viorel Munteanu
2023-03-11 11:05 Viorel Munteanu
2023-03-11 11:05 Viorel Munteanu
2023-03-11 11:05 Viorel Munteanu
2022-05-04 9:35 Alfredo Tupone
2022-05-03 7:39 Alfredo Tupone
2022-05-03 7:28 Alfredo Tupone
2022-02-10 6:41 Alfredo Tupone
2021-08-12 20:07 Jorge Manuel B. S. Vicetto
2021-08-12 20:06 Jorge Manuel B. S. Vicetto
2021-08-04 17:44 Jorge Manuel B. S. Vicetto
2021-05-29 15:13 Alfredo Tupone
2021-01-22 10:25 Jorge Manuel B. S. Vicetto
2021-01-11 21:07 Jorge Manuel B. S. Vicetto
2021-01-10 22:27 Sam James
2021-01-10 22:27 Sam James
2020-11-19 19:22 Jorge Manuel B. S. Vicetto
2020-11-19 19:15 Jorge Manuel B. S. Vicetto
2020-10-14 15:23 Jorge Manuel B. S. Vicetto
2020-09-17 16:25 Jorge Manuel B. S. Vicetto
2020-09-17 16:21 Jorge Manuel B. S. Vicetto
2020-09-07 16:22 Jorge Manuel B. S. Vicetto
2020-08-06 18:54 Jorge Manuel B. S. Vicetto
2020-08-05 14:35 Jorge Manuel B. S. Vicetto
2020-06-22 0:36 Jorge Manuel B. S. Vicetto
2020-06-04 13:12 Jorge Manuel B. S. Vicetto
2020-05-22 1:00 Jorge Manuel B. S. Vicetto
2020-05-22 0:57 Jorge Manuel B. S. Vicetto
2020-04-15 16:18 Jorge Manuel B. S. Vicetto
2020-03-24 13:21 Jorge Manuel B. S. Vicetto
2020-03-24 13:20 Jorge Manuel B. S. Vicetto
2020-03-06 19:43 Jorge Manuel B. S. Vicetto
2020-02-03 19:53 Jorge Manuel B. S. Vicetto
2019-12-19 13:54 Jorge Manuel B. S. Vicetto
2019-12-19 13:54 Jorge Manuel B. S. Vicetto
2019-12-05 16:42 Jorge Manuel B. S. Vicetto
2019-11-20 16:27 Jorge Manuel B. S. Vicetto
2019-11-20 16:20 Jorge Manuel B. S. Vicetto
2019-11-07 16:08 Jorge Manuel B. S. Vicetto
2019-11-07 15:56 Jorge Manuel B. S. Vicetto
2019-10-10 10:19 Jorge Manuel B. S. Vicetto
2019-09-12 14:32 Jorge Manuel B. S. Vicetto
2019-08-12 13:31 Jorge Manuel B. S. Vicetto
2019-08-12 13:31 Jorge Manuel B. S. Vicetto
2019-08-10 4:42 Matt Turner
2019-08-10 4:42 Matt Turner
2019-07-23 23:19 Jorge Manuel B. S. Vicetto
2019-07-08 13:58 Jorge Manuel B. S. Vicetto
2019-06-07 9:20 Jorge Manuel B. S. Vicetto
2019-06-05 14:48 Jorge Manuel B. S. Vicetto
2019-05-09 2:34 Jorge Manuel B. S. Vicetto
2019-05-09 2:34 Jorge Manuel B. S. Vicetto
2019-04-22 2:12 Jorge Manuel B. S. Vicetto
2019-04-19 13:29 Alexey Shvetsov
2019-04-12 13:00 Jorge Manuel B. S. Vicetto
2019-03-22 19:59 Jorge Manuel B. S. Vicetto
2019-03-22 19:59 Jorge Manuel B. S. Vicetto
2019-02-20 21:27 Jorge Manuel B. S. Vicetto
2019-02-20 21:25 Jorge Manuel B. S. Vicetto
2019-02-11 19:18 Jorge Manuel B. S. Vicetto
2019-01-18 20:18 Jorge Manuel B. S. Vicetto
2019-01-18 20:15 Jorge Manuel B. S. Vicetto
2019-01-04 21:12 Jorge Manuel B. S. Vicetto
2018-12-06 23:07 Jorge Manuel B. S. Vicetto
2018-11-12 20:01 Jorge Manuel B. S. Vicetto
2018-11-12 3:38 Jorge Manuel B. S. Vicetto
2018-10-18 16:26 Jorge Manuel B. S. Vicetto
2018-09-12 12:16 Alexey Shvetsov
2018-09-12 12:16 Alexey Shvetsov
2018-09-06 11:56 Alexey Shvetsov
2018-08-02 13:42 Jorge Manuel B. S. Vicetto
2018-08-02 13:41 Jorge Manuel B. S. Vicetto
2018-07-25 19:34 Jorge Manuel B. S. Vicetto
2018-06-11 22:11 Alexey Shvetsov
2018-04-26 1:03 Jorge Manuel B. S. Vicetto
2018-04-20 23:50 Jorge Manuel B. S. Vicetto
2018-03-28 19:38 Jorge Manuel B. S. Vicetto
2018-02-24 15:28 Jorge Manuel B. S. Vicetto
2018-02-24 15:22 Jorge Manuel B. S. Vicetto
2017-11-06 19:02 Jorge Manuel B. S. Vicetto
2017-09-01 19:19 Jorge Manuel B. S. Vicetto
2017-06-22 9:39 Jorge Manuel B. S. Vicetto
2017-06-08 15:58 Jorge Manuel B. S. Vicetto
2017-05-07 20:58 Jorge Manuel B. S. Vicetto
2017-04-19 19:40 Jorge Manuel B. S. Vicetto
2017-04-07 13:34 Jorge Manuel B. S. Vicetto
2017-03-23 20:12 Jorge Manuel B. S. Vicetto
2017-03-16 19:16 Jorge Manuel B. S. Vicetto
2017-02-02 23:03 Jorge Manuel B. S. Vicetto
2017-01-06 14:24 Jorge Manuel B. S. Vicetto
2017-01-06 12:23 Michał Górny
2016-12-09 0:27 Jorge Manuel B. S. Vicetto
2016-11-18 11:20 Jorge Manuel B. S. Vicetto
2016-11-18 4:07 Jorge Manuel B. S. Vicetto
2016-11-18 4:07 Jorge Manuel B. S. Vicetto
2016-10-10 15:47 Jorge Manuel B. S. Vicetto
2016-09-25 3:40 Jorge Manuel B. S. Vicetto
2016-09-25 3:35 Jorge Manuel B. S. Vicetto
2016-07-19 12:24 Jorge Manuel B. S. Vicetto
2016-07-19 12:24 Jorge Manuel B. S. Vicetto
2016-07-14 22:07 Jorge Manuel B. S. Vicetto
2016-06-16 10:14 Jorge Manuel B. S. Vicetto
2016-06-15 23:08 Jorge Manuel B. S. Vicetto
2016-06-06 1:52 Jorge Manuel B. S. Vicetto
2016-05-23 0:00 Anthony G. Basile
2016-05-22 22:35 Jorge Manuel B. S. Vicetto
2016-04-13 19:02 Jorge Manuel B. S. Vicetto
2016-02-25 3:06 Jorge Manuel B. S. Vicetto
2016-02-08 18:25 Jorge Manuel B. S. Vicetto
2016-01-16 16:32 Jorge Manuel B. S. Vicetto
2015-12-05 18:31 Jorge Manuel B. S. Vicetto
2015-11-21 23:41 Jorge Manuel B. S. Vicetto
2015-10-22 0:27 Jorge Manuel B. S. Vicetto
2015-10-15 11:55 Jorge Manuel B. S. Vicetto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1746175695.728d3db420d085e105e94e87d894473fc71d3f98.ceamac@gentoo \
--to=ceamac@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox