[gentoo-commits] repo/gentoo:master commit in: www-apps/phpmp/, www-apps/phpmp/files/, profiles/

2018-07-23 Thread Brian Evans
commit: 3324eee670ba2e9ba8db35a66c6b4d486b879a6e
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jul 23 14:03:25 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jul 23 14:09:46 2018 +
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  (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 a95dc4d65ef..000
--- 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..000
--- 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..000
--- a/www-apps/phpmp/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   so...@gentoo.org
-   Gentoo Sound project
-   
-   
-   web-a...@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 b020b1e0855..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/phpmp/

2015-12-17 Thread Brian Evans
commit: 90e3ac05a33e2ab51bfa04e2a677241d120e1ee0
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Dec 17 14:36:34 2015 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Dec 17 14:36:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e3ac05

www-apps/phpmp: Drop old version wrt bug 552870

Non-maintainer commit.
Drop the old revision to clean up the deprecated depend.php eclass

Package-Manager: portage-2.2.26

 www-apps/phpmp/phpmp-0.11.0.ebuild | 41 --
 1 file changed, 41 deletions(-)

diff --git a/www-apps/phpmp/phpmp-0.11.0.ebuild 
b/www-apps/phpmp/phpmp-0.11.0.ebuild
deleted file mode 100644
index c16b080..000
--- a/www-apps/phpmp/phpmp-0.11.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit webapp depend.php
-
-MY_PN="phpMp"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="phpMp is a client program for Music Player Daemon (mpd)"
-HOMEPAGE="http://www.musicpd.org/";
-SRC_URI="mirror://sourceforge/musicpd/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ~ppc sparc x86 ~x86-fbsd"
-IUSE=""
-
-need_httpd_cgi
-need_php_httpd
-
-S="${WORKDIR}"/${MY_P}
-
-pkg_setup() {
-   webapp_pkg_setup
-   require_php_with_use pcre
-}
-
-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
-}