www-apps/phpmp: Package Removal
authorBrian Evans <grknight@gentoo.org>
Mon, 23 Jul 2018 14:03:25 +0000 (10:03 -0400)
committerBrian Evans <grknight@gentoo.org>
Mon, 23 Jul 2018 14:09:46 +0000 (10:09 -0400)
Closes: https://bugs.gentoo.org/651184

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

index c421df11ff971bdc0d46e6f262f7780f94c17215..0c075d5eb5d95bdb7c07019e3751402c23886639 100644 (file)
@@ -324,7 +324,6 @@ games-emulation/hatari
 
 # Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
 # Doesn't work with PHP7, dead upstream (#651184, #651194), removal in a month.
-www-apps/phpmp
 www-apps/polarblog
 
 # Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
diff --git a/www-apps/phpmp/Manifest b/www-apps/phpmp/Manifest
deleted file mode 100644 (file)
index a95dc4d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST phpMp-0.11.0.tar.gz 20886 BLAKE2B 121e267fed044d655ea7cd6a55595d01a125bb9a28912b2cf0e292a80e92a1bd0ae2c524631085107df5a04b4d85ef02e4bfd89106cb98a63f48e6ffc4a76126 SHA512 ed629e5ae34376c841a2d258097b1ce1181fe1fe5e3c6b752b58cfeac07ebd11183315c90501913ba9e99ed281b62c154ee61431b882414eeff58828d69ad948
diff --git a/www-apps/phpmp/files/postinstall-en.txt b/www-apps/phpmp/files/postinstall-en.txt
deleted file mode 100644 (file)
index 7e1cae0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Remember to edit the config file
diff --git a/www-apps/phpmp/metadata.xml b/www-apps/phpmp/metadata.xml
deleted file mode 100644 (file)
index e438e02..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="project">
-               <email>sound@gentoo.org</email>
-               <name>Gentoo Sound project</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>web-apps@gentoo.org</email>
-               <name>Gentoo Webapps</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="sourceforge">musicpd</remote-id>
-       </upstream>
-</pkgmetadata>
diff --git a/www-apps/phpmp/phpmp-0.11.0-r1.ebuild b/www-apps/phpmp/phpmp-0.11.0-r1.ebuild
deleted file mode 100644 (file)
index b020b1e..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit webapp
-
-MY_PN="phpMp"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="phpMp is a client program for Music Player Daemon (mpd)"
-HOMEPAGE="https://www.musicpd.org/"
-SRC_URI="mirror://sourceforge/musicpd/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ~ppc sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="virtual/httpd-php
-       || ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )"
-
-need_httpd_cgi
-
-S="${WORKDIR}"/${MY_P}
-
-src_install() {
-       webapp_src_preinst
-
-       dodoc ChangeLog README TODO
-       rm -f ChangeLog COPYING INSTALL README TODO
-
-       insinto "${MY_HTDOCSDIR}"
-       doins -r .
-
-       webapp_configfile "${MY_HTDOCSDIR}"/config.php
-
-       webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-       webapp_src_install
-}