Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/subsync/
Date: Sat, 26 May 2018 18:17:00
Message-Id: 1527358600.a8809dedf44171714f00677b5861da83d666c361.bman@gentoo
1 commit: a8809dedf44171714f00677b5861da83d666c361
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 26 16:18:39 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat May 26 18:16:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8809ded
7
8 media-video/subsync: bump EAPI and drop eutils
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-video/subsync/subsync-0.0.1.ebuild | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/media-video/subsync/subsync-0.0.1.ebuild b/media-video/subsync/subsync-0.0.1.ebuild
16 index 7d686ec8a23..406b9d0306a 100644
17 --- a/media-video/subsync/subsync-0.0.1.ebuild
18 +++ b/media-video/subsync/subsync-0.0.1.ebuild
19 @@ -1,9 +1,7 @@
20 -# Copyright 1999-2010 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="2"
25 -
26 -inherit eutils
27 +EAPI=7
28
29 DESCRIPTION="subsync is an program that synchronizes srt subtitle files"
30 HOMEPAGE="https://sourceforge.net/projects/subsync/"
31 @@ -19,5 +17,5 @@ RDEPEND="${DEPEND}"
32
33 src_install() {
34 emake DESTDIR="${D}" install || die "emake install failed"
35 - dodoc AUTHORS ChangeLog
36 + default
37 }