commit: 3324eee670ba2e9ba8db35a66c6b4d486b879a6e Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Mon Jul 23 14:03:25 2018 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon Jul 23 14:09:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3324eee6
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(-) diff --git a/profiles/package.mask b/profiles/package.mask index c421df11ff9..0c075d5eb5d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -324,7 +324,6 @@ games-emulation/hatari # Pacho Ramos <[email protected]> (17 Jun 2018) # Doesn't work with PHP7, dead upstream (#651184, #651194), removal in a month. -www-apps/phpmp www-apps/polarblog # Pacho Ramos <[email protected]> (17 Jun 2018) diff --git a/www-apps/phpmp/Manifest b/www-apps/phpmp/Manifest deleted file mode 100644 index a95dc4d65ef..00000000000 --- 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 7e1cae07997..00000000000 --- 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 e438e02eb7a..00000000000 --- a/www-apps/phpmp/metadata.xml +++ /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>[email protected]</email> - <name>Gentoo Sound project</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</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 index b020b1e0855..00000000000 --- 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[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 -}
