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-video/kino/
Date: Mon, 31 May 2021 09:20:20
Message-Id: 1622452722.ab1eeb997f220495d4d65f6af489fb65a6ac0433.soap@gentoo
1 commit: ab1eeb997f220495d4d65f6af489fb65a6ac0433
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 09:18:42 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 09:18:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1eeb99
7
8 media-video/kino: drop deprecated ltprune eclass
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 media-video/kino/kino-1.3.4-r1.ebuild | 4 ++--
14 media-video/kino/kino-1.3.4-r2.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/media-video/kino/kino-1.3.4-r1.ebuild b/media-video/kino/kino-1.3.4-r1.ebuild
18 index 77e78c8d8e2..bf3def0c101 100644
19 --- a/media-video/kino/kino-1.3.4-r1.ebuild
20 +++ b/media-video/kino/kino-1.3.4-r1.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -inherit autotools ltprune udev xdg
26 +inherit autotools udev xdg
27
28 DESCRIPTION="Kino is a non-linear DV editor for GNU/Linux"
29 HOMEPAGE="http://www.kinodv.org/"
30 @@ -99,5 +99,5 @@ src_install() {
31 default
32 mv "${ED}/$(get_udevdir)"/rules.d/{,99-}kino.rules
33 fowners root:root -R /usr/share/kino/help #177378
34 - prune_libtool_files --all #385361
35 + find "${ED}" -name '*.la' -delete || die #385361
36 }
37
38 diff --git a/media-video/kino/kino-1.3.4-r2.ebuild b/media-video/kino/kino-1.3.4-r2.ebuild
39 index da4e9f6edd0..2d5b56e858f 100644
40 --- a/media-video/kino/kino-1.3.4-r2.ebuild
41 +++ b/media-video/kino/kino-1.3.4-r2.ebuild
42 @@ -2,7 +2,7 @@
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 -inherit autotools ltprune udev xdg
47 +inherit autotools udev xdg
48
49 DESCRIPTION="Kino is a non-linear DV editor for GNU/Linux"
50 HOMEPAGE="http://www.kinodv.org/"
51 @@ -100,5 +100,5 @@ src_install() {
52 default
53 mv "${ED}/$(get_udevdir)"/rules.d/{,99-}kino.rules
54 fowners root:root -R /usr/share/kino/help #177378
55 - prune_libtool_files --all #385361
56 + find "${ED}" -name '*.la' -delete || die #385361
57 }