commit:     f4cc5365f9e6aefea3f10f293a1a161c3ccb1756
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 12:29:53 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 12:29:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4cc5365

www-apps/drupal: drop 7.96

Signed-off-by: Viorel Munteanu <ceamac <AT> 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..000000000000
--- 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
-}

Reply via email to