From c4c61ea25453b6ea88a4f44c8fd16403d0258124 Mon Sep 17 00:00:00 2001 From: Kristian Fiskerstrand Date: Mon, 18 Jan 2016 09:55:41 +0100 Subject: www-apps/ampache: Clean up old versions Clean up vulnerable versions for security bugs: Bug: 297709 Bug: 366689 Package-Manager: portage-2.2.26 --- www-apps/ampache/Manifest | 3 -- www-apps/ampache/ampache-3.4.3.ebuild | 37 ------------------------- www-apps/ampache/ampache-3.5.3-r1.ebuild | 41 ---------------------------- www-apps/ampache/ampache-3.5.4.ebuild | 47 -------------------------------- 4 files changed, 128 deletions(-) delete mode 100644 www-apps/ampache/ampache-3.4.3.ebuild delete mode 100644 www-apps/ampache/ampache-3.5.3-r1.ebuild delete mode 100644 www-apps/ampache/ampache-3.5.4.ebuild (limited to 'www-apps/ampache') diff --git a/www-apps/ampache/Manifest b/www-apps/ampache/Manifest index 1846393dfa2..07355e190db 100644 --- a/www-apps/ampache/Manifest +++ b/www-apps/ampache/Manifest @@ -1,4 +1 @@ DIST 3.8.1.tar.gz 7938754 SHA256 2eff94b5674ceb3cfc3a53c1addb297b016f74b1e732f17e9d05920f2ed2a35a SHA512 70151a2f28ab8998fea9be2817bd9ba7e80eea1aa78867d69f0e250bea7e9f025825566a0b80d06de09c6d73352f6951922cc52da98370c3c341edabffbc6061 WHIRLPOOL f67fc41cf4d25512d2b0834e9903f59e230aeeb0ab9e92394ebc9ae938cabed3de47fae00e1595d3a402f94b7e8d9ed00e5215977f81a972e9e3cd8acc994d82 -DIST ampache-3.4.3.tar.gz 1414765 SHA256 001b34abb77a830ce5f67d9823b8fbeba75a517b577c650349843854deb8d0eb SHA512 89d14ac458f40c15dcbe5a992636f573afed15f31cbcdfbce66415f9e0107fd53c978947ba8744ba01fc8d24bb1d3c3681c1bad280be2b759e5fd15d1f722441 WHIRLPOOL ee5f619f22ba6e75969868789e58936ab47b6d59c66d69e8ba92c5b04c3c250679a5c5d51c8a37b66b2ae59e1b1e91514cbd6bd2ce959b75de2f4d6fc388cc22 -DIST ampache-3.5.3.tar.gz 1962048 SHA256 b4c0d58754007c19dc959659cf43442d9f0cf3ebdbeb35b8e2845870bca0ca4c SHA512 148c1f238f63955fceb5b31132118eca54aae3a0cd51df85dded1814f952d454c456f69786d8eec15d02fdc44007e7072aba6a5d717d37cdb6af7f42f032a7bc WHIRLPOOL 0ee48c54134ab43a376b81d13be784aabf4a0f4c794d4591d083508cbee1250b86f8cf93c7dddf375eefcafeb12cb911655da0f5f241188a6f2a0ce58b8d8731 -DIST ampache-3.5.4.tar.gz 1961555 SHA256 f5ee6906d2af60ea8dcbd1b3a18119ffbe6b92c21c0b0c59a1ba01e5bead5f74 SHA512 0a671ce34329ab1b12b7a3880eea1f1986a5f599aae72e7294247accc4819a535bfd59685b93ab2cb9995404e394f4c8ed5424844113b6bf5b6d20404ae06482 WHIRLPOOL 2a5dc47dda725928bb2de0496c91ee659e4393691c31eb825e633e7600f62585f9412da9cb4b2b9becb83880d77a2c68de2312a7b4ef75fc998024507a680ee6 diff --git a/www-apps/ampache/ampache-3.4.3.ebuild b/www-apps/ampache/ampache-3.4.3.ebuild deleted file mode 100644 index d108331ed3a..00000000000 --- a/www-apps/ampache/ampache-3.4.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="" -DEPEND="" - -need_httpd_cgi -need_php_httpd - -pkg_setup() { - webapp_pkg_setup - require_php_with_use pcre session unicode iconv xml mysql gd zlib -} - -src_install() { - webapp_src_preinst - - dodoc docs/* - rm -rf docs/ - - insinto "${MY_HTDOCSDIR}" - doins -r . - - webapp_postinst_txt en "${FILESDIR}"/installdoc.txt - webapp_src_install -} diff --git a/www-apps/ampache/ampache-3.5.3-r1.ebuild b/www-apps/ampache/ampache-3.5.3-r1.ebuild deleted file mode 100644 index 3b818d75193..00000000000 --- a/www-apps/ampache/ampache-3.5.3-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit webapp - -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}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" - -RDEPEND="dev-lang/php[gd,hash,iconv,mysql,session,unicode,xml,zlib] - || ( =dev-lang/php-5.3 )" -DEPEND="" - -need_httpd_cgi - -src_install() { - webapp_src_preinst - - dodoc docs/* - rm -rf docs/ - - insinto "${MY_HTDOCSDIR}" - doins -r . - - webapp_postinst_txt en "${FILESDIR}"/installdoc.txt - webapp_src_install -} - -pkg_postinst() { - elog "Install and upgrade instructions can be found here:" - elog " /usr/share/doc/${P}/INSTALL.bz2" - elog " /usr/share/doc/${P}/MIGRATION.bz2" - webapp_pkg_postinst -} diff --git a/www-apps/ampache/ampache-3.5.4.ebuild b/www-apps/ampache/ampache-3.5.4.ebuild deleted file mode 100644 index 1040dd0bc44..00000000000 --- a/www-apps/ampache/ampache-3.5.4.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit webapp - -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}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="aac flac mp3 ogg transcode" - -RDEPEND="dev-lang/php[gd,hash,iconv,mysql,session,unicode,xml,zlib] - || ( =dev-lang/php-5.3 ) - transcode? ( media-sound/lame - aac? ( || ( media-libs/faad2 media-sound/alac_decoder ) ) - flac? ( media-libs/flac ) - mp3? ( media-sound/mp3splt ) - ogg? ( media-sound/mp3splt media-sound/vorbis-tools ) - )" -DEPEND="" - -need_httpd_cgi - -src_install() { - webapp_src_preinst - - dodoc docs/* - rm -rf docs/ - - insinto "${MY_HTDOCSDIR}" - doins -r . - - webapp_postinst_txt en "${FILESDIR}"/installdoc.txt - webapp_src_install -} - -pkg_postinst() { - elog "Install and upgrade instructions can be found here:" - elog " /usr/share/doc/${P}/INSTALL.bz2" - elog " /usr/share/doc/${P}/MIGRATION.bz2" - webapp_pkg_postinst -} -- cgit v1.2.1