From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A6314138206 for ; Sat, 23 Apr 2016 17:01:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0961C21C018; Sat, 23 Apr 2016 17:01:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A4C221C018 for ; Sat, 23 Apr 2016 17:01:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2675E340CC5 for ; Sat, 23 Apr 2016 17:01:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 411EF79 for ; Sat, 23 Apr 2016 17:01:49 +0000 (UTC) From: "Kristian Fiskerstrand" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kristian Fiskerstrand" Message-ID: <1461430890.792a61996f9d16b6df7de06566c0e173235d233e.k_f@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/ampache/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/ampache/Manifest www-apps/ampache/ampache-3.8.2.ebuild X-VCS-Directories: www-apps/ampache/ X-VCS-Committer: k_f X-VCS-Committer-Name: Kristian Fiskerstrand X-VCS-Revision: 792a61996f9d16b6df7de06566c0e173235d233e X-VCS-Branch: master Date: Sat, 23 Apr 2016 17:01:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 20a5597a-be3e-405a-8fe2-a963dde94519 X-Archives-Hash: a84c5100c7f4d71cee203c6e71c62316 commit: 792a61996f9d16b6df7de06566c0e173235d233e Author: Kristian Fiskerstrand gentoo org> AuthorDate: Sat Apr 23 17:01:15 2016 +0000 Commit: Kristian Fiskerstrand gentoo org> CommitDate: Sat Apr 23 17:01:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792a6199 www-apps/ampache: Version bump 3.8.2 Gentoo-Bug: 575862 Package-Manager: portage-2.2.28 www-apps/ampache/Manifest | 1 + www-apps/ampache/ampache-3.8.2.ebuild | 49 +++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/www-apps/ampache/Manifest b/www-apps/ampache/Manifest index 07355e1..ebd835f 100644 --- a/www-apps/ampache/Manifest +++ b/www-apps/ampache/Manifest @@ -1 +1,2 @@ DIST 3.8.1.tar.gz 7938754 SHA256 2eff94b5674ceb3cfc3a53c1addb297b016f74b1e732f17e9d05920f2ed2a35a SHA512 70151a2f28ab8998fea9be2817bd9ba7e80eea1aa78867d69f0e250bea7e9f025825566a0b80d06de09c6d73352f6951922cc52da98370c3c341edabffbc6061 WHIRLPOOL f67fc41cf4d25512d2b0834e9903f59e230aeeb0ab9e92394ebc9ae938cabed3de47fae00e1595d3a402f94b7e8d9ed00e5215977f81a972e9e3cd8acc994d82 +DIST 3.8.2.tar.gz 8083716 SHA256 920509ed018695ac4698fc257b27a30eebb34e4199da2436954c6a30ba378fb9 SHA512 ed81ac0a3c052efc363104fc5f64c7ea6ee4db49c01473be763ef550c8c5c665d79f4a91fd2047332086b99fa09b1427a6e605055f62c693f42f95daf3b7bb98 WHIRLPOOL 3e338443bd17c2071bc291bb3e67c464ec06152d1e5838fbe5a39ddda3a0dad5d24697112ce81837caeeda79efc7938adef2f8bd5767a5463de6f600ac0c4696 diff --git a/www-apps/ampache/ampache-3.8.2.ebuild b/www-apps/ampache/ampache-3.8.2.ebuild new file mode 100644 index 0000000..52b08a8 --- /dev/null +++ b/www-apps/ampache/ampache-3.8.2.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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" + +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 +}