From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1422966-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 954BF158094
	for <garchives@archives.gentoo.org>; Fri, 29 Jul 2022 07:23:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B843CE0DD4;
	Fri, 29 Jul 2022 07:23:01 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 86AE5E0DD4
	for <gentoo-commits@lists.gentoo.org>; Fri, 29 Jul 2022 07:23:01 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4F8A6340F3C
	for <gentoo-commits@lists.gentoo.org>; Fri, 29 Jul 2022 07:23:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A4ADC54F
	for <gentoo-commits@lists.gentoo.org>; Fri, 29 Jul 2022 07:22:58 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1659079373.7db60d582bb29069b334fbcbe0c894fcb7a36aa4.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pdfpc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-misc/pdfpc/pdfpc-4.5.0.ebuild
X-VCS-Directories: app-misc/pdfpc/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 7db60d582bb29069b334fbcbe0c894fcb7a36aa4
X-VCS-Branch: master
Date: Fri, 29 Jul 2022 07:22:58 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: fac5a04e-582b-443f-9fb7-8892ab91e16e
X-Archives-Hash: 1323b94ece4728357a1ac51088a13ffa

commit:     7db60d582bb29069b334fbcbe0c894fcb7a36aa4
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 07:22:18 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 07:22:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db60d58

app-misc/pdfpc: drop 4.5.0

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-misc/pdfpc/pdfpc-4.5.0.ebuild | 74 ---------------------------------------
 1 file changed, 74 deletions(-)

diff --git a/app-misc/pdfpc/pdfpc-4.5.0.ebuild b/app-misc/pdfpc/pdfpc-4.5.0.ebuild
deleted file mode 100644
index ef30bca407a5..000000000000
--- a/app-misc/pdfpc/pdfpc-4.5.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-VALA_MIN_API_VERSION="0.44"
-VALA_MAX_API_VERSION="0.50" # append versions in sed line if increased
-
-#COMMIT_ID=""
-
-inherit cmake vala
-
-DESCRIPTION="Presenter console with multi-monitor support for PDF files"
-HOMEPAGE="https://pdfpc.github.io https://github.com/pdfpc/pdfpc"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+gstreamer"
-
-if [[ ${PV} == *9999 ]]; then
-	EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
-	inherit git-r3
-elif [[ ${PV} == *_p* ]]; then
-	SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/${PN}-${COMMIT_ID}"
-else
-	SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-fi
-
-RDEPEND="
-	app-text/discount
-	app-text/poppler:=[cairo]
-	dev-libs/glib:2
-	dev-libs/json-glib
-	dev-libs/libgee:0.8=
-	gnome-base/librsvg
-	net-libs/webkit-gtk:4=
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3
-	x11-libs/libX11
-	x11-libs/pango
-	gstreamer? (
-		media-libs/gstreamer:1.0
-		media-libs/gst-plugins-base:1.0
-		media-plugins/gst-plugins-gtk:1.0=
-		media-plugins/gst-plugins-cairo:1.0=
-	)
-"
-DEPEND="${RDEPEND}"
-BDEPEND="$(vala_depend)"
-
-DOCS=(
-	CHANGELOG.rst
-	FAQ.rst
-	README.rst
-	SUPPORT.rst
-)
-
-src_prepare() {
-	cmake_src_prepare
-
-	sed -i -e "s/valac/valac valac-0.50 valac-0.48 valac-0.46 valac-0.44/" cmake/vala/FindVala.cmake || die
-	vala_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DMOVIES=$(usex gstreamer on off)
-		-DCMAKE_VERBOSE_MAKEFILE=TRUE
-	)
-	cmake_src_configure
-}