From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3FF5138350 for ; Tue, 31 Mar 2020 12:48:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EB0CE09DF; Tue, 31 Mar 2020 12:48:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D937BE09DF for ; Tue, 31 Mar 2020 12:48:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73CB934F076 for ; Tue, 31 Mar 2020 12:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06E5D150 for ; Tue, 31 Mar 2020 12:47:57 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1585658796.88e99f6b885843f21b074a5bfc26109e51728f0f.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/ampache/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/ampache/ampache-3.8.3-r1.ebuild www-apps/ampache/ampache-3.8.3.ebuild www-apps/ampache/ampache-3.8.8-r1.ebuild www-apps/ampache/ampache-3.8.8.ebuild X-VCS-Directories: www-apps/ampache/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 88e99f6b885843f21b074a5bfc26109e51728f0f X-VCS-Branch: master Date: Tue, 31 Mar 2020 12:47:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1ab91fa1-302d-49a9-a5bb-8898b0c0c681 X-Archives-Hash: 7f46e13c81491d86acd230725ae45e7d commit: 88e99f6b885843f21b074a5bfc26109e51728f0f Author: Brian Evans gentoo org> AuthorDate: Tue Mar 31 12:46:36 2020 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Mar 31 12:46:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e99f6b www-apps/ampache: Fix PHP dependencies in revbump Maintainer timeout - Dependency changed without any code change webapp keeping same SLOT as a result Closes: https://bugs.gentoo.org/688060 Signed-off-by: Brian Evans gentoo.org> www-apps/ampache/{ampache-3.8.3.ebuild => ampache-3.8.3-r1.ebuild} | 5 +++-- www-apps/ampache/{ampache-3.8.8.ebuild => ampache-3.8.8-r1.ebuild} | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/www-apps/ampache/ampache-3.8.3.ebuild b/www-apps/ampache/ampache-3.8.3-r1.ebuild similarity index 89% rename from www-apps/ampache/ampache-3.8.3.ebuild rename to www-apps/ampache/ampache-3.8.3-r1.ebuild index 346eeb744af..73b860282f8 100644 --- a/www-apps/ampache/ampache-3.8.3.ebuild +++ b/www-apps/ampache/ampache-3.8.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,11 +9,12 @@ DESCRIPTION="PHP-based tool for managing,updating and playing audio files via a HOMEPAGE="http://www.ampache.org/" SRC_URI="https://github.com/ampache/ampache/archive/${PV}.tar.gz -> ${P}.tar.gz" +SLOT="${PV}" 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] +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 ) diff --git a/www-apps/ampache/ampache-3.8.8.ebuild b/www-apps/ampache/ampache-3.8.8-r1.ebuild similarity index 89% rename from www-apps/ampache/ampache-3.8.8.ebuild rename to www-apps/ampache/ampache-3.8.8-r1.ebuild index 448fc8754f3..fa32c831731 100644 --- a/www-apps/ampache/ampache-3.8.8.ebuild +++ b/www-apps/ampache/ampache-3.8.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,11 +9,12 @@ DESCRIPTION="PHP-based tool for managing,updating and playing audio files via a HOMEPAGE="http://www.ampache.org/" SRC_URI="https://github.com/ampache/ampache/archive/${PV}.tar.gz -> ${P}.tar.gz" +SLOT="${PV}" 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] +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 )