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 573101382C5 for ; Wed, 1 Jul 2020 18:05:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42304E08DB; Wed, 1 Jul 2020 18:05:13 +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 29ACCE08DB for ; Wed, 1 Jul 2020 18:05:13 +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 323CA34ED86 for ; Wed, 1 Jul 2020 18:05:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5C0F2C3 for ; Wed, 1 Jul 2020 18:05:10 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1593626672.2ce84feaf821f57cbfb0043c42508f059655f90c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/impressive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/impressive/impressive-0.13.0_beta2.ebuild X-VCS-Directories: app-office/impressive/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2ce84feaf821f57cbfb0043c42508f059655f90c X-VCS-Branch: master Date: Wed, 1 Jul 2020 18:05:10 +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: 31113772-b79a-4e23-a9e3-50a17ee9abe8 X-Archives-Hash: e2ec56027b6ae71ad002b4a69bcc13ad commit: 2ce84feaf821f57cbfb0043c42508f059655f90c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 1 18:04:19 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 1 18:04:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce84fea app-office/impressive: Drop reference to media-video/mplayer2 That was dropped in 2015. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/impressive/impressive-0.13.0_beta2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-office/impressive/impressive-0.13.0_beta2.ebuild b/app-office/impressive/impressive-0.13.0_beta2.ebuild index f21221397d3..fefa0445370 100644 --- a/app-office/impressive/impressive-0.13.0_beta2.ebuild +++ b/app-office/impressive/impressive-0.13.0_beta2.ebuild @@ -43,6 +43,5 @@ pkg_postinst() { optfeature "starting web or e-mail hyperlinks from PDF documents" x11-misc/xdg-utils optfeature "sound and video playback" media-video/ffmpeg optfeature "sound and video playback" media-video/mplayer - optfeature "sound and video playback" media-video/mplayer2 optfeature "extraction of PDF page titles" app-text/pdftk }