Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdv/
Date: Thu, 13 Apr 2017 19:29:44
Message-Id: 1492111768.37934de51d0fd43e4c40a9801d65290920245ea6.monsieurp@gentoo
1 commit: 37934de51d0fd43e4c40a9801d65290920245ea6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 24 22:42:44 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 13 19:29:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37934de5
7
8 media-libs/libdv: replace eutils inherit w/ split eclasses.
9
10 Closes: https://github.com/gentoo/gentoo/pull/4291
11
12 media-libs/libdv/libdv-1.0.0-r2.ebuild | 4 ++--
13 media-libs/libdv/libdv-1.0.0-r3.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/media-libs/libdv/libdv-1.0.0-r2.ebuild b/media-libs/libdv/libdv-1.0.0-r2.ebuild
17 index c23c7719736..20d6cbfa73d 100644
18 --- a/media-libs/libdv/libdv-1.0.0-r2.ebuild
19 +++ b/media-libs/libdv/libdv-1.0.0-r2.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=4
26
27 -inherit eutils libtool
28 +inherit epatch epunt-cxx libtool
29
30 DESCRIPTION="Software codec for dv-format video (camcorders etc)"
31 HOMEPAGE="http://libdv.sourceforge.net/"
32
33 diff --git a/media-libs/libdv/libdv-1.0.0-r3.ebuild b/media-libs/libdv/libdv-1.0.0-r3.ebuild
34 index 293088d9c22..8c536d078d6 100644
35 --- a/media-libs/libdv/libdv-1.0.0-r3.ebuild
36 +++ b/media-libs/libdv/libdv-1.0.0-r3.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 1999-2014 Gentoo Foundation
39 +# Copyright 1999-2017 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=4
43
44 -inherit eutils libtool flag-o-matic multilib-minimal
45 +inherit epatch epunt-cxx libtool ltprune flag-o-matic multilib-minimal
46
47 DESCRIPTION="Software codec for dv-format video (camcorders etc)"
48 HOMEPAGE="http://libdv.sourceforge.net/"