Gentoo Archives: gentoo-commits

From: Randall Vasquez <ran.dall@××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/
Date: Sat, 26 Nov 2022 21:03:23
Message-Id: 1669495609.ff71f9b113565dd23f300a247930b299e829d78e.ran.dall@gentoo
1 commit: ff71f9b113565dd23f300a247930b299e829d78e
2 Author: Randall T. Vasquez <ran.dall <AT> icloud <DOT> com>
3 AuthorDate: Sat Nov 26 20:46:49 2022 +0000
4 Commit: Randall Vasquez <ran.dall <AT> icloud <DOT> com>
5 CommitDate: Sat Nov 26 20:46:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff71f9b1
7
8 gnome-extra/junction: drop 1.5.0, add 1.6
9
10 Signed-off-by: Randall T. Vasquez <ran.dall <AT> icloud.com>
11
12 gnome-extra/junction/Manifest | 1 -
13 .../junction/{junction-1.5.0.ebuild => junction-1.6.ebuild} | 12 +++++-------
14 gnome-extra/junction/junction-9999.ebuild | 12 +++++-------
15 3 files changed, 10 insertions(+), 15 deletions(-)
16
17 diff --git a/gnome-extra/junction/Manifest b/gnome-extra/junction/Manifest
18 deleted file mode 100644
19 index 0d414455c..000000000
20 --- a/gnome-extra/junction/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST junction-1.5.0.tar.gz 1880000 BLAKE2B 390ea7db13d7642f66b8ff1179bc3822808aa73642f8391a16a5909428e01e51bfdcd8604f562c91c07cac95e6f365b09b452394a89bc6c8c50f7ab437df3273 SHA512 a3262aa5e37ba5cf57b90d060cbad742e3f52b84890ae336813f1a5e1150abe87d7ed7d1f9f16bf2488744504bdde2db5b392a39545c16bb37bcf712559c2f75
24
25 diff --git a/gnome-extra/junction/junction-1.5.0.ebuild b/gnome-extra/junction/junction-1.6.ebuild
26 similarity index 57%
27 rename from gnome-extra/junction/junction-1.5.0.ebuild
28 rename to gnome-extra/junction/junction-1.6.ebuild
29 index 6d3272d07..533490046 100644
30 --- a/gnome-extra/junction/junction-1.5.0.ebuild
31 +++ b/gnome-extra/junction/junction-1.6.ebuild
32 @@ -3,18 +3,16 @@
33
34 EAPI=8
35
36 -inherit meson
37 +inherit git-r3 meson
38
39 DESCRIPTION="Application/browser chooser"
40 HOMEPAGE="https://apps.gnome.org/app/re.sonny.Junction/"
41
42 -if [[ ${PV} == *9999 ]]; then
43 - EGIT_REPO_URI="https://github.com/sonnyp/Junction.git"
44 - inherit git-r3
45 -else
46 - SRC_URI="https://github.com/sonnyp/Junction/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
47 +EGIT_REPO_URI="https://github.com/sonnyp/Junction.git"
48 +
49 +if [[ ${PV} != *9999 ]]; then
50 + EGIT_COMMIT="v${PV}"
51 KEYWORDS="~amd64"
52 - S="${WORKDIR}/${P/j/J}"
53 fi
54
55 LICENSE="GPL-3+"
56
57 diff --git a/gnome-extra/junction/junction-9999.ebuild b/gnome-extra/junction/junction-9999.ebuild
58 index 6d3272d07..861fdd457 100644
59 --- a/gnome-extra/junction/junction-9999.ebuild
60 +++ b/gnome-extra/junction/junction-9999.ebuild
61 @@ -3,18 +3,16 @@
62
63 EAPI=8
64
65 -inherit meson
66 +inherit git-r3 meson
67
68 DESCRIPTION="Application/browser chooser"
69 HOMEPAGE="https://apps.gnome.org/app/re.sonny.Junction/"
70
71 -if [[ ${PV} == *9999 ]]; then
72 - EGIT_REPO_URI="https://github.com/sonnyp/Junction.git"
73 - inherit git-r3
74 -else
75 - SRC_URI="https://github.com/sonnyp/Junction/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
76 +EGIT_REPO_URI="https://github.com/sonnyp/Junction.git"
77 +
78 +if [[ ${PV} != *9999 ]]; then
79 + EGIT_TAG="v${PV}"
80 KEYWORDS="~amd64"
81 - S="${WORKDIR}/${P/j/J}"
82 fi
83
84 LICENSE="GPL-3+"