Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/phpmp/
Date: Thu, 17 Dec 2015 14:37:41
Message-Id: 1450362994.90e3ac05a33e2ab51bfa04e2a677241d120e1ee0.grknight@gentoo
1 commit: 90e3ac05a33e2ab51bfa04e2a677241d120e1ee0
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 17 14:36:34 2015 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 17 14:36:34 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e3ac05
7
8 www-apps/phpmp: Drop old version wrt bug 552870
9
10 Non-maintainer commit.
11 Drop the old revision to clean up the deprecated depend.php eclass
12
13 Package-Manager: portage-2.2.26
14
15 www-apps/phpmp/phpmp-0.11.0.ebuild | 41 --------------------------------------
16 1 file changed, 41 deletions(-)
17
18 diff --git a/www-apps/phpmp/phpmp-0.11.0.ebuild b/www-apps/phpmp/phpmp-0.11.0.ebuild
19 deleted file mode 100644
20 index c16b080..0000000
21 --- a/www-apps/phpmp/phpmp-0.11.0.ebuild
22 +++ /dev/null
23 @@ -1,41 +0,0 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -# $Id$
27 -
28 -inherit webapp depend.php
29 -
30 -MY_PN="phpMp"
31 -MY_P="${MY_PN}-${PV}"
32 -
33 -DESCRIPTION="phpMp is a client program for Music Player Daemon (mpd)"
34 -HOMEPAGE="http://www.musicpd.org/"
35 -SRC_URI="mirror://sourceforge/musicpd/${MY_P}.tar.gz"
36 -
37 -LICENSE="GPL-2"
38 -KEYWORDS="alpha amd64 ~ppc sparc x86 ~x86-fbsd"
39 -IUSE=""
40 -
41 -need_httpd_cgi
42 -need_php_httpd
43 -
44 -S="${WORKDIR}"/${MY_P}
45 -
46 -pkg_setup() {
47 - webapp_pkg_setup
48 - require_php_with_use pcre
49 -}
50 -
51 -src_install() {
52 - webapp_src_preinst
53 -
54 - dodoc ChangeLog README TODO
55 - rm -f ChangeLog COPYING INSTALL README TODO
56 -
57 - insinto "${MY_HTDOCSDIR}"
58 - doins -r .
59 -
60 - webapp_configfile "${MY_HTDOCSDIR}"/config.php
61 -
62 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
63 - webapp_src_install
64 -}