Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/unpaper/
Date: Sat, 25 Apr 2020 18:13:48
Message-Id: 1587838420.fc329cd81c11d2e126948e6373a05686109fa76c.zlogene@gentoo
1 commit: fc329cd81c11d2e126948e6373a05686109fa76c
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 18:13:23 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 18:13:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc329cd8
7
8 app-text/unpaper: migrate from libav
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-text/unpaper/unpaper-6.1-r1.ebuild | 8 +++-----
14 app-text/unpaper/unpaper-9999.ebuild | 8 +++-----
15 2 files changed, 6 insertions(+), 10 deletions(-)
16
17 diff --git a/app-text/unpaper/unpaper-6.1-r1.ebuild b/app-text/unpaper/unpaper-6.1-r1.ebuild
18 index e2d4212348d..cb59b6c27de 100644
19 --- a/app-text/unpaper/unpaper-6.1-r1.ebuild
20 +++ b/app-text/unpaper/unpaper-6.1-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -16,11 +16,9 @@ HOMEPAGE="https://www.flameeyes.eu/projects/unpaper"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31 -IUSE="libav test"
32 +IUSE="test"
33
34 -RDEPEND="
35 - libav? ( >=media-video/libav-10:0=[encode] )
36 - !libav? ( >=media-video/ffmpeg-2:0=[encode] )"
37 +RDEPEND=">=media-video/ffmpeg-2:0=[encode]"
38 DEPEND="dev-libs/libxslt
39 app-text/docbook-xsl-ns-stylesheets
40 virtual/pkgconfig
41
42 diff --git a/app-text/unpaper/unpaper-9999.ebuild b/app-text/unpaper/unpaper-9999.ebuild
43 index e2d4212348d..cb59b6c27de 100644
44 --- a/app-text/unpaper/unpaper-9999.ebuild
45 +++ b/app-text/unpaper/unpaper-9999.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2017 Gentoo Foundation
48 +# Copyright 1999-2020 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=6
52 @@ -16,11 +16,9 @@ HOMEPAGE="https://www.flameeyes.eu/projects/unpaper"
53
54 LICENSE="GPL-2"
55 SLOT="0"
56 -IUSE="libav test"
57 +IUSE="test"
58
59 -RDEPEND="
60 - libav? ( >=media-video/libav-10:0=[encode] )
61 - !libav? ( >=media-video/ffmpeg-2:0=[encode] )"
62 +RDEPEND=">=media-video/ffmpeg-2:0=[encode]"
63 DEPEND="dev-libs/libxslt
64 app-text/docbook-xsl-ns-stylesheets
65 virtual/pkgconfig