diff options
author | Randall T. Vasquez <ran.dall@icloud.com> | 2022-11-26 12:46:49 -0800 |
---|---|---|
committer | Randall T. Vasquez <ran.dall@icloud.com> | 2022-11-26 12:46:49 -0800 |
commit | ff71f9b113565dd23f300a247930b299e829d78e (patch) | |
tree | 91797fd4938af8c9154f9949f098c098b262530a /gnome-extra/junction | |
parent | dev-python/anyascii: fix and refactor ebuilds (diff) | |
download | guru-ff71f9b113565dd23f300a247930b299e829d78e.tar.gz guru-ff71f9b113565dd23f300a247930b299e829d78e.tar.bz2 guru-ff71f9b113565dd23f300a247930b299e829d78e.zip |
gnome-extra/junction: drop 1.5.0, add 1.6
Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com>
Diffstat (limited to 'gnome-extra/junction')
-rw-r--r-- | gnome-extra/junction/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/junction/junction-1.6.ebuild (renamed from gnome-extra/junction/junction-1.5.0.ebuild) | 12 | ||||
-rw-r--r-- | 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 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+" |