diff options
author | Kristian Fiskerstrand <k_f@gentoo.org> | 2017-07-08 15:43:13 +0200 |
---|---|---|
committer | Kristian Fiskerstrand <k_f@gentoo.org> | 2017-07-08 15:43:41 +0200 |
commit | ae50861d8715e275725568f7b1b5fb033a8035d4 (patch) | |
tree | 41a4004cc21156dc5660b9b43cf46d453819de2f /www-apps/ampache/ampache-3.8.1.ebuild | |
parent | app-arch/rar: Bump to v5.5.0 Beta 5 from 2017-07-06 (diff) | |
download | gentoo-ae50861d8715e275725568f7b1b5fb033a8035d4.tar.gz gentoo-ae50861d8715e275725568f7b1b5fb033a8035d4.tar.bz2 gentoo-ae50861d8715e275725568f7b1b5fb033a8035d4.zip |
www-apps/ampache: Cleanup old
Gentoo-Bug: 603766
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'www-apps/ampache/ampache-3.8.1.ebuild')
-rw-r--r-- | www-apps/ampache/ampache-3.8.1.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/www-apps/ampache/ampache-3.8.1.ebuild b/www-apps/ampache/ampache-3.8.1.ebuild deleted file mode 100644 index 6363667f7dfc..000000000000 --- a/www-apps/ampache/ampache-3.8.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit webapp - -DESCRIPTION="PHP-based tool for managing,updating and playing audio files via a web interface" -HOMEPAGE="http://www.ampache.org/" -SRC_URI="https://github.com/ampache/ampache/archive/${PV}.tar.gz -> ${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,pdo,session,unicode,xml,zlib] - 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 - - doman docs/man/man1/ampache.1 - rm -rf docs/man || die "Unable to remove local man dir" - - dodoc docs/* - rm -rf docs/ || die "Unable to remove local docs dir" - - 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 -} |