summaryrefslogtreecommitdiff
path: root/www-apps/phpmp
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/phpmp')
-rw-r--r--www-apps/phpmp/Manifest4
-rw-r--r--www-apps/phpmp/files/postinstall-en.txt1
-rw-r--r--www-apps/phpmp/metadata.xml15
-rw-r--r--www-apps/phpmp/phpmp-0.11.0-r1.ebuild39
4 files changed, 0 insertions, 59 deletions
diff --git a/www-apps/phpmp/Manifest b/www-apps/phpmp/Manifest
deleted file mode 100644
index 53d0d891e800..000000000000
--- a/www-apps/phpmp/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX postinstall-en.txt 33 BLAKE2B f097e0a29efa1247bb21a4865182b1181e423d8af60612ed8635db3ae423ee99a3bcce2e75bad4253fe87645d27157e50211db5029659767148802a260b1c560 SHA512 2fed8859caf849a060c11bd07d029fce8f44794b42dce9bf7bc00437561bec47ce8a031258d78582bd742fb9b4912d13ba8b518e88d6a11cd01c8e67a3f86aa4
-DIST phpMp-0.11.0.tar.gz 20886 BLAKE2B 121e267fed044d655ea7cd6a55595d01a125bb9a28912b2cf0e292a80e92a1bd0ae2c524631085107df5a04b4d85ef02e4bfd89106cb98a63f48e6ffc4a76126 SHA512 ed629e5ae34376c841a2d258097b1ce1181fe1fe5e3c6b752b58cfeac07ebd11183315c90501913ba9e99ed281b62c154ee61431b882414eeff58828d69ad948
-EBUILD phpmp-0.11.0-r1.ebuild 805 BLAKE2B 82ffc98eb25dd68b2eb43030589286b5dab76715ac2003fec51a544b28d0682d43915f55434d3f41e64ddd18e7a1bc01f486c2f947ce159698f338868d7a292b SHA512 b3125bb888558d0182cf52af164f557c93b70ee2fd9f0a2a9a8e5fed8b91ec70455059b358659694ccf2367c64d80117df7d1b6d3a0b2a350e753352e69d6d42
-MISC metadata.xml 441 BLAKE2B d90d022660042a7ff6a59dd579776b6565d10244b7c650bbdb82a668c1ac1ec48c9b255a90398713e56326254090130bb2651e2c7613bb17eb1ea059bbf2b847 SHA512 9624b2c3d38396a3250006383e0bf9d0b2bd6d3d30a69c00e3f09859d04045a00defa274e8557e7b733cde8e3ecabc2d4587b85d606a37e71f652b53cb20457d
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
- </maintainer>
- <maintainer type="project">
- <email>web-apps@gentoo.org</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 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[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
-}