diff options
author | Michael Marineau <marineam@gentoo.org> | 2006-10-07 18:26:26 +0000 |
---|---|---|
committer | Michael Marineau <marineam@gentoo.org> | 2006-10-07 18:26:26 +0000 |
commit | 33464adeca4ce69d692aa061a28fee239605132d (patch) | |
tree | f2f6d65506c2753ee63ae7d9f773eca86b0a0326 /www-apps | |
parent | Punt 2.1.2_pre2-r2 due to bug #150396. (diff) | |
download | gentoo-2-33464adeca4ce69d692aa061a28fee239605132d.tar.gz gentoo-2-33464adeca4ce69d692aa061a28fee239605132d.tar.bz2 gentoo-2-33464adeca4ce69d692aa061a28fee239605132d.zip |
Kill an ebuild that came back from the dead
(Portage version: 2.1.1)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/ampache/ampache-3.3.2_beta3.ebuild | 44 | ||||
-rw-r--r-- | www-apps/ampache/files/digest-ampache-3.3.2_beta3 | 3 |
2 files changed, 0 insertions, 47 deletions
diff --git a/www-apps/ampache/ampache-3.3.2_beta3.ebuild b/www-apps/ampache/ampache-3.3.2_beta3.ebuild deleted file mode 100644 index 27a534631c60..000000000000 --- a/www-apps/ampache/ampache-3.3.2_beta3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/ampache/ampache-3.3.2_beta3.ebuild,v 1.1 2006/07/10 00:48:52 marineam Exp $ - -inherit webapp depend.php - -DESCRIPTION="Ampache is a PHP-based tool for managing, updating and playing your audio files via a web interface." -HOMEPAGE="http://www.ampache.org/" -SRC_URI="http://www.ampache.org/downloads/${P/_beta/-beta}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~ppc ~x86" -IUSE="" - -RDEPEND="virtual/httpd-php - dev-db/mysql" -DEPEND="" - -need_php - -S=${WORKDIR}/${P/_beta/-beta} - -pkg_setup() { - webapp_pkg_setup - - require_php_with_use pcre session unicode iconv xml mysql gd zlib -} - -src_compile() { - einfo "Nothing to compile" -} - -src_install() { - webapp_src_preinst - - dodoc ${S}/docs/* - rm -rf ${S}/docs/* - - cp -R . ${D}${MY_HTDOCSDIR} - - webapp_postinst_txt en ${FILESDIR}/ampache-webinstall.txt - webapp_src_install -} - diff --git a/www-apps/ampache/files/digest-ampache-3.3.2_beta3 b/www-apps/ampache/files/digest-ampache-3.3.2_beta3 deleted file mode 100644 index 1a3bd9c37a49..000000000000 --- a/www-apps/ampache/files/digest-ampache-3.3.2_beta3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d3c19238cdffd79aac4c2a5052f5414b ampache-3.3.2-beta3.tar.gz 1716258 -RMD160 58080406912b549d31913ca9c254723e3b31590e ampache-3.3.2-beta3.tar.gz 1716258 -SHA256 717bebea119b62cc6caf8dc509d3b709377f3937b706da9496208fa76bd61a54 ampache-3.3.2-beta3.tar.gz 1716258 |