Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/cue2toc/
Date: Thu, 29 Mar 2018 21:05:30
Message-Id: 1522357517.a2f5f77f51ec583b25739233b692f688d86392d0.mgorny@gentoo
1 commit: a2f5f77f51ec583b25739233b692f688d86392d0
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Wed Mar 28 09:52:55 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 29 21:05:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f5f77f
7
8 app-cdr/cue2toc: EAPI bump
9
10 Closes: https://github.com/gentoo/gentoo/pull/7680
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 app-cdr/cue2toc/cue2toc-0.4.ebuild | 11 ++++-------
14 1 file changed, 4 insertions(+), 7 deletions(-)
15
16 diff --git a/app-cdr/cue2toc/cue2toc-0.4.ebuild b/app-cdr/cue2toc/cue2toc-0.4.ebuild
17 index 135bae3e9a8..f93c0b309e9 100644
18 --- a/app-cdr/cue2toc/cue2toc-0.4.ebuild
19 +++ b/app-cdr/cue2toc/cue2toc-0.4.ebuild
20 @@ -1,18 +1,15 @@
21 -# Copyright 1999-2009 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 +EAPI=6
26 +
27 DESCRIPTION="Convert CUE files to cdrdao's TOC format"
28 HOMEPAGE="http://cue2toc.sourceforge.net/"
29 SRC_URI="mirror://sourceforge/cue2toc/${P}.tar.gz"
30
31 -LICENSE="GPL-2"
32 +LICENSE="GPL-2+"
33 SLOT="0"
34 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
35 IUSE=""
36
37 DEPEND="!app-cdr/cdrdao"
38 -
39 -src_install() {
40 - emake DESTDIR="${D}" install || die "emake install failed."
41 - dodoc AUTHORS ChangeLog NEWS README
42 -}