public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Randall Vasquez" <ran.dall@icloud.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/
Date: Sat, 26 Nov 2022 21:03:20 +0000 (UTC)	[thread overview]
Message-ID: <1669495609.ff71f9b113565dd23f300a247930b299e829d78e.ran.dall@gentoo> (raw)

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	other threads:[~2022-11-26 21:03 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-26 21:03 Randall Vasquez [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-10 20:54 [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/ Lucio Sauer
2024-04-07  0:09 Lucio Sauer
2024-04-07  0:09 Lucio Sauer
2024-04-06 23:47 Lucio Sauer
2024-04-06 19:13 Ronaldo V. Lobato
2024-04-06 18:41 Ronaldo V. Lobato
2022-11-29 15:02 Anna Vyalkova
2022-11-28 14:20 Anna Vyalkova
2022-09-08 10:24 Andrew Ammerlaan
2022-08-22  0:27 Randall Vasquez
2022-08-21 21:17 Randall Vasquez
2022-08-20 12:54 Randall Vasquez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1669495609.ff71f9b113565dd23f300a247930b299e829d78e.ran.dall@gentoo \
    --to=ran.dall@icloud.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox