From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1351301-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 F256A158087 for <garchives@archives.gentoo.org>; Mon, 20 Dec 2021 09:17:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35E2B2BC008; Mon, 20 Dec 2021 09:17:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53A562BC008 for <gentoo-commits@lists.gentoo.org>; Mon, 20 Dec 2021 09:17:15 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB852343040 for <gentoo-commits@lists.gentoo.org>; Mon, 20 Dec 2021 09:17:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 408B5210 for <gentoo-commits@lists.gentoo.org>; Mon, 20 Dec 2021 09:17:12 +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: <1639991823.17d89473baa1f68992fee552609148f9205f90ae.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: 17d89473baa1f68992fee552609148f9205f90ae X-VCS-Branch: master Date: Mon, 20 Dec 2021 09:17:12 +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: 3c09dee2-43d6-40bf-a663-1ad56f234bfa X-Archives-Hash: 119a34cd8fa1d714562941c50273108d commit: 17d89473baa1f68992fee552609148f9205f90ae Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Dec 20 09:15:54 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Dec 20 09:17:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d89473 app-misc/pdfpc: Fix EGIT_REPO_URI, some cosmetic changes Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-misc/pdfpc/pdfpc-4.5.0.ebuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/app-misc/pdfpc/pdfpc-4.5.0.ebuild b/app-misc/pdfpc/pdfpc-4.5.0.ebuild index b4a0c4eeed3a..ef30bca407a5 100644 --- a/app-misc/pdfpc/pdfpc-4.5.0.ebuild +++ b/app-misc/pdfpc/pdfpc-4.5.0.ebuild @@ -6,27 +6,26 @@ EAPI=7 VALA_MIN_API_VERSION="0.44" VALA_MAX_API_VERSION="0.50" # append versions in sed line if increased -COMMIT_ID="" +#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" -IUSE="+gstreamer" KEYWORDS="amd64 x86" +IUSE="+gstreamer" if [[ ${PV} == *9999 ]]; then - EGIT_REPO_URI="https://github.com/${PN}/${PN}/.git" + 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 - if [[ ${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 + SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi RDEPEND="