# Removal in 30 days. Bug #697156.
www-apps/mod_survey
-# Michał Górny <mgorny@gentoo.org> (2019-11-06)
-# EAPI 0. Last bumped in 2005. Homepage gone.
-# Removal in 30 days. Bug #697154.
-www-apps/drraw
-
# Michał Górny <mgorny@gentoo.org> (2019-10-20)
# Testing version that breaks multiple plugins. Let's keep it masked
# until upstream releases fixed versions.
+++ /dev/null
-DIST drraw-2.0.1.tgz 40970 BLAKE2B 706b6b678e041bbc7607404cd6d8caae2c900d66ea6baf277cdf373d69e411e721c0b39de781e058cd495af9b8f71e5bf1b306ba2e8fd40c0a52454bf418e800 SHA512 35f03864aae70812a5afd948c0f159f4fb873501117c3f8dfc8a227c2b3067d03e9d3bd524f74277750d0ba4f922770a73d8657548e7ee0eda1281b543202020
-DIST drraw-2.1.3.tgz 45970 BLAKE2B c7fbc5bfb1acaf80b2ea80e9bf4c0e7334cfb1f0454185f356fde7347131f133b827758f848be17fe5bfa7e11f6516bd508647ec62adafb2572e9b459faf0275 SHA512 2ac1ff34a4744a76aba0e3dfafcd0b6b4139bfaa20942965feef1434e72ddcb2f22f9e68d8f39b8fafe7ca252cbbb22e5ac9eb54ee1380f6aa251d48edded960
+++ /dev/null
-# 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
-}
+++ /dev/null
-# 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
-}
+++ /dev/null
-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.
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>web-apps@gentoo.org</email>
- <name>Gentoo Webapps</name>
-</maintainer>
-</pkgmetadata>