www-apps/gnopaste: Package Removal
authorBrian Evans <grknight@gentoo.org>
Mon, 23 Jul 2018 13:53:53 +0000 (09:53 -0400)
committerBrian Evans <grknight@gentoo.org>
Mon, 23 Jul 2018 14:09:26 +0000 (10:09 -0400)
Closes: https://bugs.gentoo.org/650870

profiles/package.mask
www-apps/gnopaste/Manifest [deleted file]
www-apps/gnopaste/files/postinstall-en-0.5.5.txt [deleted file]
www-apps/gnopaste/gnopaste-0.5.5.ebuild [deleted file]
www-apps/gnopaste/metadata.xml [deleted file]

index 1e6d8b71884edc90612ad6ba2820c43b2d5ce780..fe555240461a1da84a6b26548a48c092145439ae 100644 (file)
@@ -317,7 +317,6 @@ app-doc/mkdoxy
 # Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
 # Not compatible with recent PHP, upstream dead for ages (#650870, #650934)
 #, removal in a month.
-www-apps/gnopaste
 www-apps/openwebstats
 
 # Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
diff --git a/www-apps/gnopaste/Manifest b/www-apps/gnopaste/Manifest
deleted file mode 100644 (file)
index f68eb2c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST gnopaste-0.5.5.tgz 162271 BLAKE2B f78a5c28dcf8f6d812f74843c829986e060a072a190d570f8f662bca42a3ae35ec3cf676acefe0c3e8f26e74b38fcff1a84e9ff2b47afeef76f0b4ed5ecb653f SHA512 6dacf606688a730f2e01a8fe55be4c1167ddcf405f23dcf97310ea3471ac3232273cc9154792956cb5f8812a53e96e38bd4a286d9af3d9fb602206e35a530fc5
diff --git a/www-apps/gnopaste/files/postinstall-en-0.5.5.txt b/www-apps/gnopaste/files/postinstall-en-0.5.5.txt
deleted file mode 100644 (file)
index 2e9d458..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-Start your favorite browser and follow the install 
-instructions on the installer under the followinging url:
-
-http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install.php
diff --git a/www-apps/gnopaste/gnopaste-0.5.5.ebuild b/www-apps/gnopaste/gnopaste-0.5.5.ebuild
deleted file mode 100644 (file)
index 0c4e915..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit webapp eutils
-
-DESCRIPTION="gnopaste is a nopaste script based on PHP with MySQL"
-HOMEPAGE="http://gnopaste.sf.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-RDEPEND="virtual/httpd-php
-       dev-lang/php[mysql]"
-
-need_httpd_cgi
-
-src_prepare() {
-       esvn_clean
-}
-
-src_install() {
-       webapp_src_preinst
-
-       insinto "${MY_HTDOCSDIR}"
-       doins -r .
-
-       webapp_configfile "${MY_HTDOCSDIR}"/config.php
-
-       webapp_serverowned "${MY_HTDOCSDIR}"/config.php
-       webapp_serverowned "${MY_HTDOCSDIR}"/install.php
-
-       webapp_postinst_txt en "${FILESDIR}"/postinstall-en-${PV}.txt
-
-       webapp_src_install
-}
diff --git a/www-apps/gnopaste/metadata.xml b/www-apps/gnopaste/metadata.xml
deleted file mode 100644 (file)
index 00e6847..0000000
+++ /dev/null
@@ -1,11 +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>
-       <upstream>
-               <remote-id type="sourceforge">gnopaste</remote-id>
-       </upstream>
-</pkgmetadata>