Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/shrip/
Date: Mon, 17 Jul 2017 19:49:22
Message-Id: 1500320899.313789b599f4ba54959891cec1bb883226bccc12.amynka@gentoo
1 commit: 313789b599f4ba54959891cec1bb883226bccc12
2 Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 17 19:47:14 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 17 19:48:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313789b5
7
8 media-video/shrip: eapi bump to 6
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 media-video/shrip/{shrip-0.6.0.ebuild => shrip-0.6.0-r1.ebuild} | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/media-video/shrip/shrip-0.6.0.ebuild b/media-video/shrip/shrip-0.6.0-r1.ebuild
16 similarity index 93%
17 rename from media-video/shrip/shrip-0.6.0.ebuild
18 rename to media-video/shrip/shrip-0.6.0-r1.ebuild
19 index bad4a4f950c..c39bbd4530d 100644
20 --- a/media-video/shrip/shrip-0.6.0.ebuild
21 +++ b/media-video/shrip/shrip-0.6.0-r1.ebuild
22 @@ -1,7 +1,7 @@
23 -# Copyright 1999-2012 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=2
28 +EAPI=6
29
30 DESCRIPTION="Command line tool for ripping DVDs and encoding to AVI/OGM/MKV/MP4"
31 HOMEPAGE="http://ogmrip.sourceforge.net/"
32 @@ -20,6 +20,7 @@ DEPEND="${RDEPEND}
33 sys-devel/gettext )"
34
35 src_prepare() {
36 + default
37 sed -i \
38 -e '/CFLAGS/s:-Werror::' \
39 configure || die