Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3info/
Date: Sat, 30 Mar 2019 10:00:06
Message-Id: 1553939904.266c0fb6039e4f10a08a8c9e19f2ef29e8d20237.asturm@gentoo
1 commit: 266c0fb6039e4f10a08a8c9e19f2ef29e8d20237
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 09:40:33 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 09:58:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=266c0fb6
7
8 media-sound/mp3info: EAPI-7 bump, https
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/mp3info/mp3info-0.8.5a-r1.ebuild | 19 ++++++++++---------
14 1 file changed, 10 insertions(+), 9 deletions(-)
15
16 diff --git a/media-sound/mp3info/mp3info-0.8.5a-r1.ebuild b/media-sound/mp3info/mp3info-0.8.5a-r1.ebuild
17 index 5982213a3da..c536ded4457 100644
18 --- a/media-sound/mp3info/mp3info-0.8.5a-r1.ebuild
19 +++ b/media-sound/mp3info/mp3info-0.8.5a-r1.ebuild
20 @@ -1,26 +1,27 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27 +
28 inherit toolchain-funcs
29
30 DESCRIPTION="An MP3 technical info viewer and ID3 1.x tag editor"
31 -HOMEPAGE="http://ibiblio.org/mp3info/"
32 -SRC_URI="http://ibiblio.org/pub/linux/apps/sound/mp3-utils/${PN}/${P}.tgz"
33 +HOMEPAGE="https://ibiblio.org/mp3info/"
34 +SRC_URI="https://ibiblio.org/pub/linux/apps/sound/mp3-utils/${PN}/${P}.tgz"
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
39 IUSE="gtk"
40
41 -RDEPEND="
42 - gtk? ( >=x11-libs/gtk+-2.6.10:2 )
43 - sys-libs/ncurses:0=
44 +BDEPEND="
45 + virtual/pkgconfig
46 "
47 DEPEND="
48 - ${RDEPEND}
49 - virtual/pkgconfig
50 + sys-libs/ncurses:0=
51 + gtk? ( >=x11-libs/gtk+-2.6.10:2 )
52 "
53 +RDEPEND="${DEPEND}"
54
55 PATCHES=(
56 "${FILESDIR}/${P}-ldflags.patch"