Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/id3tool/
Date: Tue, 28 May 2019 17:23:03
Message-Id: 1559064162.ccb69a23b5b6ddbb71d42bab1559f1a4c16e4a85.soap@gentoo
1 commit: ccb69a23b5b6ddbb71d42bab1559f1a4c16e4a85
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 28 17:22:42 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue May 28 17:22:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb69a23
7
8 media-sound/id3tool: Port to EAPI 7
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 media-sound/id3tool/id3tool-1.2a.ebuild | 16 ++++------------
14 1 file changed, 4 insertions(+), 12 deletions(-)
15
16 diff --git a/media-sound/id3tool/id3tool-1.2a.ebuild b/media-sound/id3tool/id3tool-1.2a.ebuild
17 index 6148a3223ca..018bd6961d1 100644
18 --- a/media-sound/id3tool/id3tool-1.2a.ebuild
19 +++ b/media-sound/id3tool/id3tool-1.2a.ebuild
20 @@ -1,20 +1,12 @@
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=0
26 +EAPI=7
27
28 -DESCRIPTION="A command line utility for easy manipulation of the ID3 tags present in MPEG Layer 3 audio files"
29 +DESCRIPTION="Tool for easy manipulation of the ID3 tags present in MP3 audio files"
30 HOMEPAGE="http://nekohako.xware.cx/id3tool"
31 SRC_URI="http://nekohako.xware.cx/id3tool/${P}.tar.gz"
32
33 LICENSE="BSD"
34 SLOT="0"
35 -KEYWORDS="~arm amd64 ~ppc ppc64 sparc x86 ~x86-fbsd"
36 -IUSE=""
37 -
38 -DEPEND=""
39 -
40 -src_install() {
41 - emake DESTDIR="${D}" install || die "emake install failed."
42 - dodoc CHANGELOG README
43 -}
44 +KEYWORDS="amd64 ~arm ~ppc ppc64 sparc x86 ~x86-fbsd"