From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06D94138350 for ; Sat, 25 Apr 2020 18:13:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 458CDE08AA; Sat, 25 Apr 2020 18:13:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28673E08AA for ; Sat, 25 Apr 2020 18:13:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D20F934F038 for ; Sat, 25 Apr 2020 18:13:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35FC21EA for ; Sat, 25 Apr 2020 18:13:44 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1587838420.fc329cd81c11d2e126948e6373a05686109fa76c.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/unpaper/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/unpaper/unpaper-6.1-r1.ebuild app-text/unpaper/unpaper-9999.ebuild X-VCS-Directories: app-text/unpaper/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: fc329cd81c11d2e126948e6373a05686109fa76c X-VCS-Branch: master Date: Sat, 25 Apr 2020 18:13:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a878d02d-9e67-476d-881d-884a1e35594a X-Archives-Hash: 67d759e5196899b23884c870e33b2650 commit: fc329cd81c11d2e126948e6373a05686109fa76c Author: Mikle Kolyada gentoo org> AuthorDate: Sat Apr 25 18:13:23 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Apr 25 18:13:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc329cd8 app-text/unpaper: migrate from libav Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada gentoo.org> app-text/unpaper/unpaper-6.1-r1.ebuild | 8 +++----- app-text/unpaper/unpaper-9999.ebuild | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/app-text/unpaper/unpaper-6.1-r1.ebuild b/app-text/unpaper/unpaper-6.1-r1.ebuild index e2d4212348d..cb59b6c27de 100644 --- a/app-text/unpaper/unpaper-6.1-r1.ebuild +++ b/app-text/unpaper/unpaper-6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,11 +16,9 @@ HOMEPAGE="https://www.flameeyes.eu/projects/unpaper" LICENSE="GPL-2" SLOT="0" -IUSE="libav test" +IUSE="test" -RDEPEND=" - libav? ( >=media-video/libav-10:0=[encode] ) - !libav? ( >=media-video/ffmpeg-2:0=[encode] )" +RDEPEND=">=media-video/ffmpeg-2:0=[encode]" DEPEND="dev-libs/libxslt app-text/docbook-xsl-ns-stylesheets virtual/pkgconfig diff --git a/app-text/unpaper/unpaper-9999.ebuild b/app-text/unpaper/unpaper-9999.ebuild index e2d4212348d..cb59b6c27de 100644 --- a/app-text/unpaper/unpaper-9999.ebuild +++ b/app-text/unpaper/unpaper-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,11 +16,9 @@ HOMEPAGE="https://www.flameeyes.eu/projects/unpaper" LICENSE="GPL-2" SLOT="0" -IUSE="libav test" +IUSE="test" -RDEPEND=" - libav? ( >=media-video/libav-10:0=[encode] ) - !libav? ( >=media-video/ffmpeg-2:0=[encode] )" +RDEPEND=">=media-video/ffmpeg-2:0=[encode]" DEPEND="dev-libs/libxslt app-text/docbook-xsl-ns-stylesheets virtual/pkgconfig