commit:     ff71f9b113565dd23f300a247930b299e829d78e
Author:     Randall T. Vasquez <ran.dall <AT> icloud <DOT> com>
AuthorDate: Sat Nov 26 20:46:49 2022 +0000
Commit:     Randall Vasquez <ran.dall <AT> icloud <DOT> com>
CommitDate: Sat Nov 26 20:46:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff71f9b1

gnome-extra/junction: drop 1.5.0, add 1.6

Signed-off-by: Randall T. Vasquez <ran.dall <AT> icloud.com>

 gnome-extra/junction/Manifest                                |  1 -
 .../junction/{junction-1.5.0.ebuild => junction-1.6.ebuild}  | 12 +++++-------
 gnome-extra/junction/junction-9999.ebuild                    | 12 +++++-------
 3 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/gnome-extra/junction/Manifest b/gnome-extra/junction/Manifest
deleted file mode 100644
index 0d414455c..000000000
--- a/gnome-extra/junction/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST junction-1.5.0.tar.gz 1880000 BLAKE2B 
390ea7db13d7642f66b8ff1179bc3822808aa73642f8391a16a5909428e01e51bfdcd8604f562c91c07cac95e6f365b09b452394a89bc6c8c50f7ab437df3273
 SHA512 
a3262aa5e37ba5cf57b90d060cbad742e3f52b84890ae336813f1a5e1150abe87d7ed7d1f9f16bf2488744504bdde2db5b392a39545c16bb37bcf712559c2f75

diff --git a/gnome-extra/junction/junction-1.5.0.ebuild 
b/gnome-extra/junction/junction-1.6.ebuild
similarity index 57%
rename from gnome-extra/junction/junction-1.5.0.ebuild
rename to gnome-extra/junction/junction-1.6.ebuild
index 6d3272d07..533490046 100644
--- a/gnome-extra/junction/junction-1.5.0.ebuild
+++ b/gnome-extra/junction/junction-1.6.ebuild
@@ -3,18 +3,16 @@
 
 EAPI=8
 
-inherit meson
+inherit git-r3 meson
 
 DESCRIPTION="Application/browser chooser"
 HOMEPAGE="https://apps.gnome.org/app/re.sonny.Junction/";
 
-if [[ ${PV} == *9999 ]]; then
-       EGIT_REPO_URI="https://github.com/sonnyp/Junction.git";
-       inherit git-r3
-else
-       
SRC_URI="https://github.com/sonnyp/Junction/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+EGIT_REPO_URI="https://github.com/sonnyp/Junction.git";
+
+if [[ ${PV} != *9999 ]]; then
+       EGIT_COMMIT="v${PV}"
        KEYWORDS="~amd64"
-       S="${WORKDIR}/${P/j/J}"
 fi
 
 LICENSE="GPL-3+"

diff --git a/gnome-extra/junction/junction-9999.ebuild 
b/gnome-extra/junction/junction-9999.ebuild
index 6d3272d07..861fdd457 100644
--- a/gnome-extra/junction/junction-9999.ebuild
+++ b/gnome-extra/junction/junction-9999.ebuild
@@ -3,18 +3,16 @@
 
 EAPI=8
 
-inherit meson
+inherit git-r3 meson
 
 DESCRIPTION="Application/browser chooser"
 HOMEPAGE="https://apps.gnome.org/app/re.sonny.Junction/";
 
-if [[ ${PV} == *9999 ]]; then
-       EGIT_REPO_URI="https://github.com/sonnyp/Junction.git";
-       inherit git-r3
-else
-       
SRC_URI="https://github.com/sonnyp/Junction/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+EGIT_REPO_URI="https://github.com/sonnyp/Junction.git";
+
+if [[ ${PV} != *9999 ]]; then
+       EGIT_TAG="v${PV}"
        KEYWORDS="~amd64"
-       S="${WORKDIR}/${P/j/J}"
 fi
 
 LICENSE="GPL-3+"

Reply via email to