commit:     fc20a1ad964731a5394196d52c464f4d60b77607
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 09:24:12 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 09:29:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc20a1ad

www-apps/drupal: Clean 6.38 up (masked for removal), #600124

 profiles/package.mask              |  6 ----
 www-apps/drupal/drupal-6.38.ebuild | 63 --------------------------------------
 2 files changed, 69 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index d54f5aa..b8b9662 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -192,12 +192,6 @@ app-mobilephone/gsmlib
 # Depends on slotted lua
 =dev-db/redis-3.2.5-r1
 
-# Jorge Manuel B. S. Vicetto <[email protected]> (18 Nov 2016)
-# Drupal 6 is no longer supported by upstream and is likely
-# vulnerable to DRUPAL-SA-CORE-2016-005 - bug 600124.
-# Removal at the end of the year
-=www-apps/drupal-6.38
-
 # Ian Stakenvicius (17 Nov 2016)
 # Does not honour LD_LIBRARY_PATH set in the environment, causing
 # all mozilla packages to fail in src_install() when xpcshell is

diff --git a/www-apps/drupal/drupal-6.38.ebuild 
b/www-apps/drupal/drupal-6.38.ebuild
deleted file mode 100644
index b00d669..00000000
--- a/www-apps/drupal/drupal-6.38.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="http://drupal.org/";
-SRC_URI="http://drupal.org/files/projects/${P}.tar.gz";
-
-LICENSE="GPL-2"
-KEYWORDS=""
-IUSE="+mysql postgres"
-
-RDEPEND="
-       dev-lang/php[gd,pdo,postgres?,xml]
-       virtual/httpd-php
-       mysql? (
-               || (
-                       dev-lang/php[mysql]
-                       dev-lang/php[mysqli]
-               )
-       )"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres )"
-
-src_install() {
-       webapp_src_preinst
-
-       local docs="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.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