summaryrefslogtreecommitdiff
path: root/www-apps/drraw
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/drraw')
-rw-r--r--www-apps/drraw/Manifest6
-rw-r--r--www-apps/drraw/drraw-2.0.1.ebuild51
-rw-r--r--www-apps/drraw/drraw-2.1.3.ebuild51
-rw-r--r--www-apps/drraw/files/postinstall-en.txt3
-rw-r--r--www-apps/drraw/metadata.xml8
5 files changed, 0 insertions, 119 deletions
diff --git a/www-apps/drraw/Manifest b/www-apps/drraw/Manifest
deleted file mode 100644
index 1f37fcf2ceac..000000000000
--- a/www-apps/drraw/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX postinstall-en.txt 137 BLAKE2B 4625ea14453a699c1cb0c572f01f690781509cd86be9c434f176e5755402ae8fd7271834a25ac958fa0acc29b8e0b23af8b8a1d587971a2bf3ddd794aff1953a SHA512 17286b3758a6f2606b80ae493725647128b6f7ebce3318c3ffcf7ce13e4bc14c730013ec4633421630cdfbbd1eaa7310587066fac8063a777221d4b31581bffe
-DIST drraw-2.0.1.tgz 40970 BLAKE2B 706b6b678e041bbc7607404cd6d8caae2c900d66ea6baf277cdf373d69e411e721c0b39de781e058cd495af9b8f71e5bf1b306ba2e8fd40c0a52454bf418e800 SHA512 35f03864aae70812a5afd948c0f159f4fb873501117c3f8dfc8a227c2b3067d03e9d3bd524f74277750d0ba4f922770a73d8657548e7ee0eda1281b543202020
-DIST drraw-2.1.3.tgz 45970 BLAKE2B c7fbc5bfb1acaf80b2ea80e9bf4c0e7334cfb1f0454185f356fde7347131f133b827758f848be17fe5bfa7e11f6516bd508647ec62adafb2572e9b459faf0275 SHA512 2ac1ff34a4744a76aba0e3dfafcd0b6b4139bfaa20942965feef1434e72ddcb2f22f9e68d8f39b8fafe7ca252cbbb22e5ac9eb54ee1380f6aa251d48edded960
-EBUILD drraw-2.0.1.ebuild 1032 BLAKE2B b4b6e59dc43d3e298ce14f902ee36b54f50ddd3e0bb19e0112b5940dc2b900b9534459af9d5fcaa5ecb1073c0c3b9eaede13ec5f46c55afdda03e8d415651d5c SHA512 d2f54cd95cc110ed955bb80b5aa0c3bde7d4b2d76fce62d0fc3a04e3df2292c74e5286b3b147a42d137ac6065b8729c145c6f50242308e5290ebda68433661b2
-EBUILD drraw-2.1.3.ebuild 1042 BLAKE2B 0ffc5d4e96e0c3ca510e60e65dc6fb454d3c344736a86217b514b8dbf6a8a4ec378a4b7b06e3299386f6c3804a91ca282ac4e763fcd5d7d047aca60cc1fe97a0 SHA512 5936d15d49eb23b122890ec40133a7cec0d7b5463cbd495466d25e30d7827dba1a484bcc99f02dbf9ae3464cec41f10e609a3efc8d35953a17a4f1397218f011
-MISC metadata.xml 246 BLAKE2B 6bdcea4d16a06756a1ab24fb076af6d88134c134f9239e658b7e5facb8cf6ed2f30d98938fd92bc8a3690e54273fd7f72420ccab04e7a6f7319e257a9f9ed618 SHA512 1181711d3b020b2ca7beae0a539a9b7f1abe70962cd8561900e5f06e14c9c871c61ca6088fb674de19ef3b844a1b3c29cf0f84f638b2d0cb7c030f60cd1d42ed
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 e71913547cb4..000000000000
--- 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 6b7773be9e09..000000000000
--- 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 87ca1040a9d4..000000000000
--- 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 f2f2ba9e2823..000000000000
--- 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>web-apps@gentoo.org</email>
- <name>Gentoo Webapps</name>
-</maintainer>
-</pkgmetadata>