commit:     7bb969be7483384f6c93fb2fe3a757f55dd55d8c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  6 19:43:02 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec  6 19:43:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb969be

www-apps/drraw: Remove last-rited pkg

Closes: https://bugs.gentoo.org/697154
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                   |  5 ----
 www-apps/drraw/Manifest                 |  2 --
 www-apps/drraw/drraw-2.0.1.ebuild       | 51 ---------------------------------
 www-apps/drraw/drraw-2.1.3.ebuild       | 51 ---------------------------------
 www-apps/drraw/files/postinstall-en.txt |  3 --
 www-apps/drraw/metadata.xml             |  8 ------
 6 files changed, 120 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index c51c761bf82..99f2f16d259 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -542,11 +542,6 @@ app-misc/matew
 # Removal in 30 days.  Bug #697156.
 www-apps/mod_survey
 
-# Michał Górny <[email protected]> (2019-11-06)
-# EAPI 0.  Last bumped in 2005.  Homepage gone.
-# Removal in 30 days.  Bug #697154.
-www-apps/drraw
-
 # Michał Górny <[email protected]> (2019-10-20)
 # Testing version that breaks multiple plugins.  Let's keep it masked
 # until upstream releases fixed versions.

diff --git a/www-apps/drraw/Manifest b/www-apps/drraw/Manifest
deleted file mode 100644
index 84480eb6e12..00000000000
--- a/www-apps/drraw/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST drraw-2.0.1.tgz 40970 BLAKE2B 
706b6b678e041bbc7607404cd6d8caae2c900d66ea6baf277cdf373d69e411e721c0b39de781e058cd495af9b8f71e5bf1b306ba2e8fd40c0a52454bf418e800
 SHA512 
35f03864aae70812a5afd948c0f159f4fb873501117c3f8dfc8a227c2b3067d03e9d3bd524f74277750d0ba4f922770a73d8657548e7ee0eda1281b543202020
-DIST drraw-2.1.3.tgz 45970 BLAKE2B 
c7fbc5bfb1acaf80b2ea80e9bf4c0e7334cfb1f0454185f356fde7347131f133b827758f848be17fe5bfa7e11f6516bd508647ec62adafb2572e9b459faf0275
 SHA512 
2ac1ff34a4744a76aba0e3dfafcd0b6b4139bfaa20942965feef1434e72ddcb2f22f9e68d8f39b8fafe7ca252cbbb22e5ac9eb54ee1380f6aa251d48edded960

diff --git a/www-apps/drraw/drraw-2.0.1.ebuild 
b/www-apps/drraw/drraw-2.0.1.ebuild
deleted file mode 100644
index e71913547cb..00000000000
--- a/www-apps/drraw/drraw-2.0.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit webapp
-
-DESCRIPTION="drraw is a simple web based presentation front-end for RRDtool"
-HOMEPAGE="http://web.taranis.org/drraw";
-SRC_URI="http://web.taranis.org/${PN}/dist/${P}.tgz";
-
-LICENSE="GPL-2"
-KEYWORDS="ppc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.6
-       dev-perl/CGI
-       >=net-analyzer/rrdtool-1.0.47"
-
-need_httpd_cgi
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       sed -i -e "s|/usr/local/bin/perl|/usr/bin/perl|" drraw.cgi
-       sed -i \
-               -e "s|/somewhere/drraw/saved|/tmp|" \
-               -e "s|/somewhere/drraw/tmp|/tmp|" \
-               drraw.conf
-}
-
-src_install() {
-       webapp_src_preinst
-
-       dodoc CHANGES INSTALL README.EVENTS WISHLIST
-       rm CHANGES INSTALL README.EVENTS WISHLIST
-
-       insinto "${MY_CGIBINDIR}"
-       doins drraw.conf
-
-       exeinto "${MY_CGIBINDIR}"
-       doexe drraw.cgi
-
-       insinto "${MY_ICONSDIR}"
-       doins icons/*.gif
-
-       webapp_configfile "${MY_CGIBINDIR}"/drraw.conf
-
-       webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-       webapp_src_install
-}

diff --git a/www-apps/drraw/drraw-2.1.3.ebuild 
b/www-apps/drraw/drraw-2.1.3.ebuild
deleted file mode 100644
index 6b7773be9e0..00000000000
--- a/www-apps/drraw/drraw-2.1.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit webapp
-
-DESCRIPTION="drraw is a simple web based presentation front-end for RRDtool"
-HOMEPAGE="http://web.taranis.org/drraw";
-SRC_URI="http://web.taranis.org/${PN}/dist/${P}.tgz";
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.6
-       dev-perl/CGI
-       >=net-analyzer/rrdtool-1.2.1"
-
-need_httpd_cgi
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       sed -i -e "s|/usr/local/bin/perl|/usr/bin/perl|" drraw.cgi
-       sed -i \
-               -e "s|/somewhere/drraw/saved|/tmp|" \
-               -e "s|/somewhere/drraw/tmp|/tmp|" \
-               drraw.conf
-}
-
-src_install() {
-       webapp_src_preinst
-
-       dodoc CHANGES INSTALL README.EVENTS WISHLIST
-       rm CHANGES INSTALL README.EVENTS WISHLIST
-
-       insinto "${MY_CGIBINDIR}"
-       doins drraw.conf
-
-       exeinto "${MY_CGIBINDIR}"
-       doexe drraw.cgi
-
-       insinto "${MY_ICONSDIR}"
-       doins icons/*.gif
-
-       webapp_configfile "${MY_CGIBINDIR}"/drraw.conf
-
-       webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-       webapp_src_install
-}

diff --git a/www-apps/drraw/files/postinstall-en.txt 
b/www-apps/drraw/files/postinstall-en.txt
deleted file mode 100644
index 87ca1040a9d..00000000000
--- a/www-apps/drraw/files/postinstall-en.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Now edit ${VHOST_CGIBINDIR}/drraw.conf
-You may want to edit the CGI executable in ${VHOST_CGIBINDIR}
-to set the path to the config file.

diff --git a/www-apps/drraw/metadata.xml b/www-apps/drraw/metadata.xml
deleted file mode 100644
index f2f2ba9e282..00000000000
--- a/www-apps/drraw/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-       <email>[email protected]</email>
-       <name>Gentoo Webapps</name>
-</maintainer>
-</pkgmetadata>

Reply via email to