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.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 95DF0158004 for ; Tue, 6 Feb 2024 20:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D667E2A29; Tue, 6 Feb 2024 20:59:41 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E39D4E2A1E for ; Tue, 6 Feb 2024 20:59:40 +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 D0B4A3430B5 for ; Tue, 6 Feb 2024 20:59:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6812E14B7 for ; Tue, 6 Feb 2024 20:59:38 +0000 (UTC) From: "Gonçalo Negrier Duarte" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gonçalo Negrier Duarte" Message-ID: <1707253173.d080b413ea693ccae98f9716aa4d46ef63406fb5.gonegrier.duarte@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/sioyek/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/sioyek/Manifest app-text/sioyek/sioyek-2.0.0.ebuild app-text/sioyek/sioyek-9999.ebuild X-VCS-Directories: app-text/sioyek/ X-VCS-Committer: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: d080b413ea693ccae98f9716aa4d46ef63406fb5 X-VCS-Branch: dev Date: Tue, 6 Feb 2024 20:59: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: 5428c9e8-b2c4-4808-8413-bf98cf1a91fd X-Archives-Hash: 39abed637b99e061e52320f858390bf7 commit: d080b413ea693ccae98f9716aa4d46ef63406fb5 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Tue Feb 6 20:25:50 2024 +0000 Commit: Gonçalo Negrier Duarte gmail com> CommitDate: Tue Feb 6 20:59:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d080b413 app-text/sioyek: add 2.0.0 Signed-off-by: Gonçalo Negrier Duarte gmail.com> app-text/sioyek/Manifest | 1 + app-text/sioyek/{sioyek-9999.ebuild => sioyek-2.0.0.ebuild} | 11 +++++++++-- app-text/sioyek/sioyek-9999.ebuild | 11 +++++++++-- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/app-text/sioyek/Manifest b/app-text/sioyek/Manifest new file mode 100644 index 0000000000..35939db608 --- /dev/null +++ b/app-text/sioyek/Manifest @@ -0,0 +1 @@ +DIST sioyek-2.0.0.tar.gz 4900368 BLAKE2B 47361713265360cb291f39cccdbb2ecb4e0ec7db64e4ed02029b8d1ac8ecf06a90cd2f61ecd0d2dffc89638c82a16ac6e62f536290f614318fb3b92f2690f612 SHA512 3ed9959ddbc133b9c7bb241f8076da886b74790a475646911dc6d38724160ae8335020db308e405c60fce49b9260536861e8946199f1670dc8c2331e9fbd2e00 diff --git a/app-text/sioyek/sioyek-9999.ebuild b/app-text/sioyek/sioyek-2.0.0.ebuild similarity index 79% copy from app-text/sioyek/sioyek-9999.ebuild copy to app-text/sioyek/sioyek-2.0.0.ebuild index 1c53974a1b..55d22022e8 100644 --- a/app-text/sioyek/sioyek-9999.ebuild +++ b/app-text/sioyek/sioyek-2.0.0.ebuild @@ -3,8 +3,15 @@ EAPI=8 -inherit git-r3 qmake-utils desktop xdg -EGIT_REPO_URI="https://github.com/ahrm/sioyek.git" +inherit qmake-utils desktop xdg + +if [[ ${PV} != 9999 ]]; then + SRC_URI="https://github.com/ahrm/sioyek/archive/refs/tags/v${PV}.tar.gz -> sioyek-2.0.0.tar.gz" +else + inherit git-r3 + EGIT_REPO_URI="https://github.com/ahrm/sioyek.git" +fi + DESCRIPTION="Sioyek is a PDF viewer with a focus on textbooks and research papers" HOMEPAGE="https://github.com/ahrm/sioyek" diff --git a/app-text/sioyek/sioyek-9999.ebuild b/app-text/sioyek/sioyek-9999.ebuild index 1c53974a1b..55d22022e8 100644 --- a/app-text/sioyek/sioyek-9999.ebuild +++ b/app-text/sioyek/sioyek-9999.ebuild @@ -3,8 +3,15 @@ EAPI=8 -inherit git-r3 qmake-utils desktop xdg -EGIT_REPO_URI="https://github.com/ahrm/sioyek.git" +inherit qmake-utils desktop xdg + +if [[ ${PV} != 9999 ]]; then + SRC_URI="https://github.com/ahrm/sioyek/archive/refs/tags/v${PV}.tar.gz -> sioyek-2.0.0.tar.gz" +else + inherit git-r3 + EGIT_REPO_URI="https://github.com/ahrm/sioyek.git" +fi + DESCRIPTION="Sioyek is a PDF viewer with a focus on textbooks and research papers" HOMEPAGE="https://github.com/ahrm/sioyek"