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 674341382C5 for ; Thu, 17 Dec 2020 14:37:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2544E0898; Thu, 17 Dec 2020 14:37:02 +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 84CADE0894 for ; Thu, 17 Dec 2020 14:37:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0CF6B3404AD for ; Thu, 17 Dec 2020 14:37:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82A12BF for ; Thu, 17 Dec 2020 14:36:59 +0000 (UTC) From: "Matthias Coppens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Coppens" Message-ID: <1608215765.708d3ab5cda83a5d68469c1379f44a06b74529e1.coppens.matthias@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/wlrobs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/wlrobs/Manifest media-video/wlrobs/wlrobs-1.0.ebuild media-video/wlrobs/wlrobs-9999.ebuild X-VCS-Directories: media-video/wlrobs/ X-VCS-Committer: coppens.matthias X-VCS-Committer-Name: Matthias Coppens X-VCS-Revision: 708d3ab5cda83a5d68469c1379f44a06b74529e1 X-VCS-Branch: dev Date: Thu, 17 Dec 2020 14:36:59 +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: 06675fbc-401d-48be-96e8-88d36dae0bae X-Archives-Hash: 15ed20708db2b4d4fda65adf667c0b7d commit: 708d3ab5cda83a5d68469c1379f44a06b74529e1 Author: Matthias Coppens gmail com> AuthorDate: Thu Dec 17 14:31:42 2020 +0000 Commit: Matthias Coppens gmail com> CommitDate: Thu Dec 17 14:36:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=708d3ab5 media-video/wlrobs: Version 1.0 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Coppens gmail.com> media-video/wlrobs/Manifest | 1 + .../wlrobs/{wlrobs-9999.ebuild => wlrobs-1.0.ebuild} | 14 +++++++++++--- media-video/wlrobs/wlrobs-9999.ebuild | 14 +++++++++++--- 3 files changed, 23 insertions(+), 6 deletions(-) diff --git a/media-video/wlrobs/Manifest b/media-video/wlrobs/Manifest new file mode 100644 index 00000000..bb7a62d9 --- /dev/null +++ b/media-video/wlrobs/Manifest @@ -0,0 +1 @@ +DIST v1.0.tar.gz 54998 BLAKE2B b4e3975d9bc7b0b8dc5721448b29aa95a2c17284fbab5db738ede9998ae9add2a984fa1f1e1d9fa5fe281cef58edd0dd525a358f12c3271cad9a357a101a7b48 SHA512 846f0c0ca780296c2704bfc05c96dd1cb9579bcd29b24abe03567abad4c3d8276712c524e79080c8f0632726ad3b6b1e793d4cea0a81a1aa3e7689595fec01cf diff --git a/media-video/wlrobs/wlrobs-9999.ebuild b/media-video/wlrobs/wlrobs-1.0.ebuild similarity index 73% copy from media-video/wlrobs/wlrobs-9999.ebuild copy to media-video/wlrobs/wlrobs-1.0.ebuild index ad949f80..ac0accf6 100644 --- a/media-video/wlrobs/wlrobs-9999.ebuild +++ b/media-video/wlrobs/wlrobs-1.0.ebuild @@ -3,16 +3,24 @@ EAPI=7 -inherit mercurial meson +inherit meson + +if [ "${PV}" == 9999 ] +then + inherit mercurial + EHG_REPO_URI="https://hg.sr.ht/~scoopta/wlrobs" +else + SRC_URI="https://hg.sr.ht/~scoopta/wlrobs/archive/v${PV}.tar.gz" + S="${WORKDIR}/${PN}-v${PV}" + KEYWORDS="~amd64" +fi DESCRIPTION="OBS plugin that allows you to screen capture on wlroots based compositors" HOMEPAGE="https://hg.sr.ht/~scoopta/wlrobs" -EHG_REPO_URI="https://hg.sr.ht/~scoopta/wlrobs" LICENSE="GPL-3" SLOT="0" -KEYWORDS="" IUSE="+dmabuf +scpy" diff --git a/media-video/wlrobs/wlrobs-9999.ebuild b/media-video/wlrobs/wlrobs-9999.ebuild index ad949f80..ac0accf6 100644 --- a/media-video/wlrobs/wlrobs-9999.ebuild +++ b/media-video/wlrobs/wlrobs-9999.ebuild @@ -3,16 +3,24 @@ EAPI=7 -inherit mercurial meson +inherit meson + +if [ "${PV}" == 9999 ] +then + inherit mercurial + EHG_REPO_URI="https://hg.sr.ht/~scoopta/wlrobs" +else + SRC_URI="https://hg.sr.ht/~scoopta/wlrobs/archive/v${PV}.tar.gz" + S="${WORKDIR}/${PN}-v${PV}" + KEYWORDS="~amd64" +fi DESCRIPTION="OBS plugin that allows you to screen capture on wlroots based compositors" HOMEPAGE="https://hg.sr.ht/~scoopta/wlrobs" -EHG_REPO_URI="https://hg.sr.ht/~scoopta/wlrobs" LICENSE="GPL-3" SLOT="0" -KEYWORDS="" IUSE="+dmabuf +scpy"