commit:     90e3ac05a33e2ab51bfa04e2a677241d120e1ee0
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 14:36:34 2015 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 14:36:34 2015 +0000
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..0000000
--- 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
-}

Reply via email to