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 89E3F138350 for ; Sun, 26 Apr 2020 10:35:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07F41E09F3; Sun, 26 Apr 2020 10:35:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C09D3E09F2 for ; Sun, 26 Apr 2020 10:35:42 +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 E754634F36E for ; Sun, 26 Apr 2020 10:35:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A26411FA for ; Sun, 26 Apr 2020 10:35:38 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1587897287.4c8210421034dcf77d6b494438d3aebba9fecca5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/album/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/album/album-4.13-r1.ebuild media-gfx/album/album-4.13-r2.ebuild media-gfx/album/album-4.15-r1.ebuild media-gfx/album/album-4.15.ebuild X-VCS-Directories: media-gfx/album/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4c8210421034dcf77d6b494438d3aebba9fecca5 X-VCS-Branch: master Date: Sun, 26 Apr 2020 10:35:38 +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: 4318b6b4-feff-4df5-97c6-c54d4cfc41da X-Archives-Hash: 37b592651ab855dedb4a6c61e038976d commit: 4c8210421034dcf77d6b494438d3aebba9fecca5 Author: David Seifert gentoo org> AuthorDate: Sun Apr 26 10:34:47 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 26 10:34:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c821042 media-gfx/album: Replace virtual/ffmpeg Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Seifert gentoo.org> media-gfx/album/{album-4.13-r1.ebuild => album-4.13-r2.ebuild} | 4 ++-- media-gfx/album/{album-4.15.ebuild => album-4.15-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/album/album-4.13-r1.ebuild b/media-gfx/album/album-4.13-r2.ebuild similarity index 92% rename from media-gfx/album/album-4.13-r1.ebuild rename to media-gfx/album/album-4.13-r2.ebuild index 8b5500e20dd..a590351eb9f 100644 --- a/media-gfx/album/album-4.13-r1.ebuild +++ b/media-gfx/album/album-4.13-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ DEPEND="" RDEPEND="dev-lang/perl media-gfx/jhead virtual/imagemagick-tools - ffmpeg? ( virtual/ffmpeg )" + ffmpeg? ( media-video/ffmpeg )" src_install() { dobin album diff --git a/media-gfx/album/album-4.15.ebuild b/media-gfx/album/album-4.15-r1.ebuild similarity index 92% rename from media-gfx/album/album-4.15.ebuild rename to media-gfx/album/album-4.15-r1.ebuild index ce30184d495..283dda684e5 100644 --- a/media-gfx/album/album-4.15.ebuild +++ b/media-gfx/album/album-4.15-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -17,7 +17,7 @@ DEPEND="" RDEPEND="dev-lang/perl media-gfx/jhead virtual/imagemagick-tools - ffmpeg? ( virtual/ffmpeg )" + ffmpeg? ( media-video/ffmpeg )" src_install() { dobin album