From 3324eee670ba2e9ba8db35a66c6b4d486b879a6e Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Mon, 23 Jul 2018 10:03:25 -0400 Subject: [PATCH] www-apps/phpmp: Package Removal Closes: https://bugs.gentoo.org/651184 --- profiles/package.mask | 1 - www-apps/phpmp/Manifest | 1 - www-apps/phpmp/files/postinstall-en.txt | 1 - www-apps/phpmp/metadata.xml | 15 ---------- www-apps/phpmp/phpmp-0.11.0-r1.ebuild | 39 ------------------------- 5 files changed, 57 deletions(-) delete mode 100644 www-apps/phpmp/Manifest delete mode 100644 www-apps/phpmp/files/postinstall-en.txt delete mode 100644 www-apps/phpmp/metadata.xml delete mode 100644 www-apps/phpmp/phpmp-0.11.0-r1.ebuild diff --git a/profiles/package.mask b/profiles/package.mask index c421df11ff97..0c075d5eb5d9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -324,7 +324,6 @@ games-emulation/hatari # Pacho Ramos (17 Jun 2018) # Doesn't work with PHP7, dead upstream (#651184, #651194), removal in a month. -www-apps/phpmp www-apps/polarblog # Pacho Ramos (17 Jun 2018) diff --git a/www-apps/phpmp/Manifest b/www-apps/phpmp/Manifest deleted file mode 100644 index a95dc4d65efd..000000000000 --- a/www-apps/phpmp/Manifest +++ /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 index 7e1cae079973..000000000000 --- a/www-apps/phpmp/files/postinstall-en.txt +++ /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 index e438e02eb7aa..000000000000 --- a/www-apps/phpmp/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - sound@gentoo.org - Gentoo Sound project - - - web-apps@gentoo.org - Gentoo Webapps - - - musicpd - - 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 index b020b1e08557..000000000000 --- a/www-apps/phpmp/phpmp-0.11.0-r1.ebuild +++ /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 )" - -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 -} -- 2.26.2