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/id3ed/
Date: Sun, 10 Feb 2019 16:17:05
Message-Id: 1549815404.6da8cd10c723a99dc067a7fb14b0d0804cd06687.asturm@gentoo
1 commit: 6da8cd10c723a99dc067a7fb14b0d0804cd06687
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 10 11:51:21 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 10 16:16:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da8cd10
7
8 media-sound/id3ed: fix LICENSE, SRC_URI and HOMEPAGE
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11016
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-sound/id3ed/id3ed-1.10.4.ebuild | 10 +++++-----
15 1 file changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/media-sound/id3ed/id3ed-1.10.4.ebuild b/media-sound/id3ed/id3ed-1.10.4.ebuild
18 index 7e8a2034582..dc9d2c770c5 100644
19 --- a/media-sound/id3ed/id3ed-1.10.4.ebuild
20 +++ b/media-sound/id3ed/id3ed-1.10.4.ebuild
21 @@ -1,17 +1,17 @@
22 -# Copyright 1999-2010 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=2
27 +
28 inherit toolchain-funcs
29
30 DESCRIPTION="ID3 tag editor for mp3 files"
31 -HOMEPAGE="http://www.dakotacom.net/~donut/programs/id3ed.html"
32 -SRC_URI="http://www.dakotacom.net/~donut/programs/${PN}/${P}.tar.gz"
33 +HOMEPAGE="http://code.fluffytapeworm.com/projects/id3ed"
34 +SRC_URI="http://code.fluffytapeworm.com/projects/${PN}/${P}.tar.gz"
35
36 -LICENSE="GPL-2"
37 +LICENSE="GPL-2+"
38 SLOT="0"
39 KEYWORDS="amd64 ppc ppc64 sparc x86"
40 -IUSE=""
41
42 DEPEND="sys-libs/ncurses
43 sys-libs/readline"