public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/ampache/
Date: Tue, 31 Mar 2020 12:47:57 +0000 (UTC)	[thread overview]
Message-ID: <1585658796.88e99f6b885843f21b074a5bfc26109e51728f0f.grknight@gentoo> (raw)

commit:     88e99f6b885843f21b074a5bfc26109e51728f0f
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 31 12:46:36 2020 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> 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 <grknight <AT> 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 )


             reply	other threads:[~2020-03-31 12:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-31 12:47 Brian Evans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-04-04 21:38 [gentoo-commits] repo/gentoo:master commit in: www-apps/ampache/ Brian Evans
2018-06-30 13:58 Kristian Fiskerstrand
2017-07-08 13:43 Kristian Fiskerstrand
2017-06-30 11:10 Agostino Sarubbo
2017-06-28 13:19 Agostino Sarubbo
2017-06-25 18:19 Kristian Fiskerstrand
2016-07-30 14:16 Mike Gilbert
2016-04-23 17:01 Kristian Fiskerstrand
2016-01-18  8:56 Kristian Fiskerstrand
2016-01-17 17:28 Agostino Sarubbo
2016-01-11 10:56 Agostino Sarubbo
2016-01-08 17:05 Kristian Fiskerstrand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1585658796.88e99f6b885843f21b074a5bfc26109e51728f0f.grknight@gentoo \
    --to=grknight@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox