public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/
@ 2022-08-20 12:54 Randall Vasquez
  0 siblings, 0 replies; 14+ messages in thread
From: Randall Vasquez @ 2022-08-20 12:54 UTC (permalink / raw
  To: gentoo-commits

commit:     ec527667a91d9e9b58aa45f471bc2d894614f956
Author:     Randall T. Vasquez <ran.dall <AT> icloud <DOT> com>
AuthorDate: Sat Aug 20 03:14:25 2022 +0000
Commit:     Randall Vasquez <ran.dall <AT> icloud <DOT> com>
CommitDate: Sat Aug 20 12:01:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec527667

gnome-extra/junction: new package, add 1.5.0, 9999

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

 gnome-extra/junction/Manifest              |  1 +
 gnome-extra/junction/junction-1.5.0.ebuild | 38 ++++++++++++++++++++++++++++++
 gnome-extra/junction/junction-9999.ebuild  | 38 ++++++++++++++++++++++++++++++
 gnome-extra/junction/metadata.xml          | 14 +++++++++++
 4 files changed, 91 insertions(+)

diff --git a/gnome-extra/junction/Manifest b/gnome-extra/junction/Manifest
new file mode 100644
index 000000000..0d414455c
--- /dev/null
+++ b/gnome-extra/junction/Manifest
@@ -0,0 +1 @@
+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.5.0.ebuild
new file mode 100644
index 000000000..8048f64c4
--- /dev/null
+++ b/gnome-extra/junction/junction-1.5.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit 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"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${P/j/J}"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_configure() {
+	meson_src_configure \
+		--datadir=/usr/share
+}
+
+src_install() {
+	meson_src_compile
+}
+
+src_install() {
+	meson_src_install
+}

diff --git a/gnome-extra/junction/junction-9999.ebuild b/gnome-extra/junction/junction-9999.ebuild
new file mode 100644
index 000000000..8048f64c4
--- /dev/null
+++ b/gnome-extra/junction/junction-9999.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit 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"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${P/j/J}"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_configure() {
+	meson_src_configure \
+		--datadir=/usr/share
+}
+
+src_install() {
+	meson_src_compile
+}
+
+src_install() {
+	meson_src_install
+}

diff --git a/gnome-extra/junction/metadata.xml b/gnome-extra/junction/metadata.xml
new file mode 100644
index 000000000..6fe292a30
--- /dev/null
+++ b/gnome-extra/junction/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>ran.dall@icloud.com</email>
+    <name>Randall Vasquez</name>
+  </maintainer>
+  <longdescription lang="en">
+    Application/browser chooser 
+  </longdescription>
+  <upstream>
+    <remote-id type="github">sonnyp/Junction</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/
@ 2022-08-21 21:17 Randall Vasquez
  0 siblings, 0 replies; 14+ messages in thread
From: Randall Vasquez @ 2022-08-21 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     681c807ad9cc99a958c8abc4566f75bd41d316ce
Author:     Randall T. Vasquez <ran.dall <AT> icloud <DOT> com>
AuthorDate: Sun Aug 21 21:06:12 2022 +0000
Commit:     Randall Vasquez <ran.dall <AT> icloud <DOT> com>
CommitDate: Sun Aug 21 21:06:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=681c807a

gnome-extra/junction: optimize ebuilds

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

 gnome-extra/junction/junction-1.5.0.ebuild | 10 ----------
 gnome-extra/junction/junction-9999.ebuild  | 10 ----------
 gnome-extra/junction/metadata.xml          |  2 +-
 3 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/gnome-extra/junction/junction-1.5.0.ebuild b/gnome-extra/junction/junction-1.5.0.ebuild
index 8048f64c4..0f00bb9d7 100644
--- a/gnome-extra/junction/junction-1.5.0.ebuild
+++ b/gnome-extra/junction/junction-1.5.0.ebuild
@@ -20,19 +20,9 @@ fi
 LICENSE="GPL-3+"
 SLOT="0"
 
-DEPEND=""
 RDEPEND="${DEPEND}"
-BDEPEND=""
 
 src_configure() {
 	meson_src_configure \
 		--datadir=/usr/share
 }
-
-src_install() {
-	meson_src_compile
-}
-
-src_install() {
-	meson_src_install
-}

diff --git a/gnome-extra/junction/junction-9999.ebuild b/gnome-extra/junction/junction-9999.ebuild
index 8048f64c4..0f00bb9d7 100644
--- a/gnome-extra/junction/junction-9999.ebuild
+++ b/gnome-extra/junction/junction-9999.ebuild
@@ -20,19 +20,9 @@ fi
 LICENSE="GPL-3+"
 SLOT="0"
 
-DEPEND=""
 RDEPEND="${DEPEND}"
-BDEPEND=""
 
 src_configure() {
 	meson_src_configure \
 		--datadir=/usr/share
 }
-
-src_install() {
-	meson_src_compile
-}
-
-src_install() {
-	meson_src_install
-}

diff --git a/gnome-extra/junction/metadata.xml b/gnome-extra/junction/metadata.xml
index 6fe292a30..10ee887c6 100644
--- a/gnome-extra/junction/metadata.xml
+++ b/gnome-extra/junction/metadata.xml
@@ -6,7 +6,7 @@
     <name>Randall Vasquez</name>
   </maintainer>
   <longdescription lang="en">
-    Application/browser chooser 
+    Junction lets you choose the application to open files and links. 
   </longdescription>
   <upstream>
     <remote-id type="github">sonnyp/Junction</remote-id>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/
@ 2022-08-22  0:27 Randall Vasquez
  0 siblings, 0 replies; 14+ messages in thread
From: Randall Vasquez @ 2022-08-22  0:27 UTC (permalink / raw
  To: gentoo-commits

commit:     7fc350d6beb1037edd7de92a90d8768acb218ea4
Author:     Randall T. Vasquez <ran.dall <AT> icloud <DOT> com>
AuthorDate: Mon Aug 22 00:26:38 2022 +0000
Commit:     Randall Vasquez <ran.dall <AT> icloud <DOT> com>
CommitDate: Mon Aug 22 00:26:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7fc350d6

gnome-extra/junction: optimize ebuilds

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

 gnome-extra/junction/junction-1.5.0.ebuild | 2 --
 gnome-extra/junction/junction-9999.ebuild  | 2 --
 2 files changed, 4 deletions(-)

diff --git a/gnome-extra/junction/junction-1.5.0.ebuild b/gnome-extra/junction/junction-1.5.0.ebuild
index 0f00bb9d7..6d3272d07 100644
--- a/gnome-extra/junction/junction-1.5.0.ebuild
+++ b/gnome-extra/junction/junction-1.5.0.ebuild
@@ -20,8 +20,6 @@ fi
 LICENSE="GPL-3+"
 SLOT="0"
 
-RDEPEND="${DEPEND}"
-
 src_configure() {
 	meson_src_configure \
 		--datadir=/usr/share

diff --git a/gnome-extra/junction/junction-9999.ebuild b/gnome-extra/junction/junction-9999.ebuild
index 0f00bb9d7..6d3272d07 100644
--- a/gnome-extra/junction/junction-9999.ebuild
+++ b/gnome-extra/junction/junction-9999.ebuild
@@ -20,8 +20,6 @@ fi
 LICENSE="GPL-3+"
 SLOT="0"
 
-RDEPEND="${DEPEND}"
-
 src_configure() {
 	meson_src_configure \
 		--datadir=/usr/share


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/
@ 2022-09-08 10:24 Andrew Ammerlaan
  2022-09-08 10:24 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  0 siblings, 1 reply; 14+ messages in thread
From: Andrew Ammerlaan @ 2022-09-08 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     0c1fb69fcb23bb597867dc6542591a0f26a0dde6
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 10:14:10 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 10:14:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c1fb69f

gnome-extra/junction: drop RedundantLongDescription

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 gnome-extra/junction/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnome-extra/junction/metadata.xml b/gnome-extra/junction/metadata.xml
index 10ee887c6..73205a9b5 100644
--- a/gnome-extra/junction/metadata.xml
+++ b/gnome-extra/junction/metadata.xml
@@ -5,9 +5,6 @@
     <email>ran.dall@icloud.com</email>
     <name>Randall Vasquez</name>
   </maintainer>
-  <longdescription lang="en">
-    Junction lets you choose the application to open files and links. 
-  </longdescription>
   <upstream>
     <remote-id type="github">sonnyp/Junction</remote-id>
   </upstream>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gnome-extra/junction/
  2022-09-08 10:24 [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/ Andrew Ammerlaan
@ 2022-09-08 10:24 ` Andrew Ammerlaan
  0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2022-09-08 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     0c1fb69fcb23bb597867dc6542591a0f26a0dde6
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 10:14:10 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 10:14:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c1fb69f

gnome-extra/junction: drop RedundantLongDescription

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 gnome-extra/junction/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnome-extra/junction/metadata.xml b/gnome-extra/junction/metadata.xml
index 10ee887c6..73205a9b5 100644
--- a/gnome-extra/junction/metadata.xml
+++ b/gnome-extra/junction/metadata.xml
@@ -5,9 +5,6 @@
     <email>ran.dall@icloud.com</email>
     <name>Randall Vasquez</name>
   </maintainer>
-  <longdescription lang="en">
-    Junction lets you choose the application to open files and links. 
-  </longdescription>
   <upstream>
     <remote-id type="github">sonnyp/Junction</remote-id>
   </upstream>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/
@ 2022-11-26 21:03 Randall Vasquez
  0 siblings, 0 replies; 14+ messages in thread
From: Randall Vasquez @ 2022-11-26 21:03 UTC (permalink / raw
  To: gentoo-commits

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+"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/
@ 2022-11-28 14:20 Anna Vyalkova
  0 siblings, 0 replies; 14+ messages in thread
From: Anna Vyalkova @ 2022-11-28 14:20 UTC (permalink / raw
  To: gentoo-commits

commit:     c7a762fcc33d514ceeccfc94177eed41445fbde3
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Nov 27 20:38:21 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Nov 28 14:20:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7a762fc

gnome-extra/junction: fix VisibleVcsPkg

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 gnome-extra/junction/junction-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnome-extra/junction/junction-9999.ebuild b/gnome-extra/junction/junction-9999.ebuild
index 861fdd457..561a653dc 100644
--- a/gnome-extra/junction/junction-9999.ebuild
+++ b/gnome-extra/junction/junction-9999.ebuild
@@ -16,6 +16,7 @@ if [[ ${PV} != *9999 ]]; then
 fi
 
 LICENSE="GPL-3+"
+KEYWORDS=""
 SLOT="0"
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/
@ 2022-11-29 15:02 Anna Vyalkova
  0 siblings, 0 replies; 14+ messages in thread
From: Anna Vyalkova @ 2022-11-29 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     94c83418cf3446b81be3b65e3cc081659a8006d5
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Nov 29 15:00:04 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Nov 29 15:00:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=94c83418

gnome-extra/junction: fix a broken ebuild

Closes: https://bugs.gentoo.org/866467
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 gnome-extra/junction/Manifest               |  2 +
 gnome-extra/junction/junction-1.6-r1.ebuild | 58 +++++++++++++++++++++++++++++
 gnome-extra/junction/junction-1.6.ebuild    | 24 ------------
 gnome-extra/junction/junction-9999.ebuild   | 25 -------------
 4 files changed, 60 insertions(+), 49 deletions(-)

diff --git a/gnome-extra/junction/Manifest b/gnome-extra/junction/Manifest
new file mode 100644
index 000000000..39d62007d
--- /dev/null
+++ b/gnome-extra/junction/Manifest
@@ -0,0 +1,2 @@
+DIST junction-1.6.tar.gz 1882299 BLAKE2B ff4e51f65eea7fd12de4cade632762d4cc752df2de80057fc0bb1bd711e4802e812f2358fbe19d249e19e0c1c32e5e81cdf125a4e6b0e7730442ca56d375114a SHA512 c92207496ade1c49f2d4ab5846839c8f4afaf777d77a59285a7b9eea139736aa77618fe5cb0b2386b9d1a821ef6a27b23eb4abd2b4d094222211430cca76949b
+DIST troll-junction-1.6.tar.gz 469179 BLAKE2B cbbfd7be194f286149e673ea7fd5b314dcc99ca6cf1490012cffcd00645e0fa126cd32ab1b0162bfccdd3065c4dbb11edff0cea0b570335ebb03a170eb1d14a3 SHA512 4b9ea85d826f3a030d432b333e6c64bc59a9f1f8d48474e4d5a3edb9c1e528da1acd556055e430465ba66e338ac00fca0a782e4f995c9946f22063a1051f6c61

diff --git a/gnome-extra/junction/junction-1.6-r1.ebuild b/gnome-extra/junction/junction-1.6-r1.ebuild
new file mode 100644
index 000000000..d7d8303e6
--- /dev/null
+++ b/gnome-extra/junction/junction-1.6-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+TROLL_COMMIT="8d7c2be66a4bf1cbb2081121997a33662fc19cd0"
+DESCRIPTION="Application/browser chooser"
+HOMEPAGE="
+	https://apps.gnome.org/app/re.sonny.Junction/
+	https://github.com/sonnyp/Junction
+"
+SRC_URI="
+	https://github.com/sonnyp/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/sonnyp/troll/archive/${TROLL_COMMIT}.tar.gz -> troll-${P}.tar.gz
+"
+S="${WORKDIR}/${PN^}-${PV}"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64"
+SLOT="0"
+
+DEPEND="
+	dev-libs/gjs
+	dev-libs/glib:2
+"
+RDEPEND="${DEPEND}
+	dev-libs/gobject-introspection
+	dev-libs/libportal[introspection]
+	gui-libs/gtk:4[introspection]
+	gui-libs/libadwaita:1[introspection]
+	net-libs/libsoup:3.0[introspection]
+"
+BDEPEND="
+	dev-util/blueprint-compiler
+	sys-devel/gettext
+"
+
+src_unpack() {
+	default
+
+	rmdir "${S}"/troll || die
+	mv "${WORKDIR}"/troll-${TROLL_COMMIT} "${S}"/troll || die
+}
+
+src_configure() {
+	local mymesonargs=(
+		--datadir=/usr/share
+	)
+
+	meson_src_configure
+}
+
+# only data files validators, skip them
+src_test() {
+	:
+}

diff --git a/gnome-extra/junction/junction-1.6.ebuild b/gnome-extra/junction/junction-1.6.ebuild
deleted file mode 100644
index 533490046..000000000
--- a/gnome-extra/junction/junction-1.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit git-r3 meson
-
-DESCRIPTION="Application/browser chooser"
-HOMEPAGE="https://apps.gnome.org/app/re.sonny.Junction/"
-
-EGIT_REPO_URI="https://github.com/sonnyp/Junction.git"
-
-if [[ ${PV} != *9999 ]]; then
-	EGIT_COMMIT="v${PV}"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-src_configure() {
-	meson_src_configure \
-		--datadir=/usr/share
-}

diff --git a/gnome-extra/junction/junction-9999.ebuild b/gnome-extra/junction/junction-9999.ebuild
deleted file mode 100644
index 561a653dc..000000000
--- a/gnome-extra/junction/junction-9999.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit git-r3 meson
-
-DESCRIPTION="Application/browser chooser"
-HOMEPAGE="https://apps.gnome.org/app/re.sonny.Junction/"
-
-EGIT_REPO_URI="https://github.com/sonnyp/Junction.git"
-
-if [[ ${PV} != *9999 ]]; then
-	EGIT_TAG="v${PV}"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3+"
-KEYWORDS=""
-SLOT="0"
-
-src_configure() {
-	meson_src_configure \
-		--datadir=/usr/share
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/
@ 2024-04-06 18:41 Ronaldo V. Lobato
  0 siblings, 0 replies; 14+ messages in thread
From: Ronaldo V. Lobato @ 2024-04-06 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     2f65fa4b33b8dbf56229019599134d18fae75631
Author:     Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
AuthorDate: Sat Apr  6 18:39:32 2024 +0000
Commit:     Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
CommitDate: Sat Apr  6 18:39:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f65fa4b

gnome-extra/junction: add 1.7

Signed-off-by: Ronaldo V. Lobato <vieira.lobato <AT> gmail.com>

 gnome-extra/junction/Manifest            |  2 ++
 gnome-extra/junction/junction-1.7.ebuild | 58 ++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/gnome-extra/junction/Manifest b/gnome-extra/junction/Manifest
index 39d62007da..a498f1d2fd 100644
--- a/gnome-extra/junction/Manifest
+++ b/gnome-extra/junction/Manifest
@@ -1,2 +1,4 @@
 DIST junction-1.6.tar.gz 1882299 BLAKE2B ff4e51f65eea7fd12de4cade632762d4cc752df2de80057fc0bb1bd711e4802e812f2358fbe19d249e19e0c1c32e5e81cdf125a4e6b0e7730442ca56d375114a SHA512 c92207496ade1c49f2d4ab5846839c8f4afaf777d77a59285a7b9eea139736aa77618fe5cb0b2386b9d1a821ef6a27b23eb4abd2b4d094222211430cca76949b
+DIST junction-1.7.tar.gz 1883600 BLAKE2B 261a94864f5cba08d15ce688b23edab75840dbb273d9a897e6c28ce5b828fabf17ea27ee801232a5efd03b18f8c75a37aac3c2c8de01ef253f8b8626e08cd0c0 SHA512 82bc0bb7d9a0c0c5bf3151c27727673c0bbf998cdc8f6a87a15087d3fbfca320420e5b929816481a12a1c6d1cf75a7a5b8d2b717aadc60a2e3b0c6a3328acc16
 DIST troll-junction-1.6.tar.gz 469179 BLAKE2B cbbfd7be194f286149e673ea7fd5b314dcc99ca6cf1490012cffcd00645e0fa126cd32ab1b0162bfccdd3065c4dbb11edff0cea0b570335ebb03a170eb1d14a3 SHA512 4b9ea85d826f3a030d432b333e6c64bc59a9f1f8d48474e4d5a3edb9c1e528da1acd556055e430465ba66e338ac00fca0a782e4f995c9946f22063a1051f6c61
+DIST troll-junction-1.7.tar.gz 474867 BLAKE2B f934616326e288e8b35109c2b001fd02af4bd9a2349b4fe4989ceed01909cf2e95344e556977513c39c66cd862157150d92cddb237f1b4414725c7c07ec9ad85 SHA512 0788b314f49111cfa7d3c6f9c67189b60e61de8bf1adbd6f974f94ca45343a6d0127e9621eafb0f732e5cb46b1a0f0e26059eb65b35c44a7e3e7c67f31429c80

diff --git a/gnome-extra/junction/junction-1.7.ebuild b/gnome-extra/junction/junction-1.7.ebuild
new file mode 100644
index 0000000000..63b1d90505
--- /dev/null
+++ b/gnome-extra/junction/junction-1.7.ebuild
@@ -0,0 +1,58 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+TROLL_COMMIT="94ced56f1b08e6955f6c8325a04c74736d39b823"
+DESCRIPTION="Application/browser chooser"
+HOMEPAGE="
+	https://apps.gnome.org/app/re.sonny.Junction/
+	https://github.com/sonnyp/Junction
+"
+SRC_URI="
+	https://github.com/sonnyp/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/sonnyp/troll/archive/${TROLL_COMMIT}.tar.gz -> troll-${P}.tar.gz
+"
+S="${WORKDIR}/${PN^}-${PV}"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64"
+SLOT="0"
+
+DEPEND="
+	dev-libs/gjs
+	dev-libs/glib:2
+"
+RDEPEND="${DEPEND}
+	dev-libs/gobject-introspection
+	dev-libs/libportal[introspection]
+	gui-libs/gtk:4[introspection]
+	gui-libs/libadwaita:1[introspection]
+	net-libs/libsoup:3.0[introspection]
+"
+BDEPEND="
+	dev-util/blueprint-compiler
+	sys-devel/gettext
+"
+
+src_unpack() {
+	default
+
+	rmdir "${S}"/troll || die
+	mv "${WORKDIR}"/troll-${TROLL_COMMIT} "${S}"/troll || die
+}
+
+src_configure() {
+	local mymesonargs=(
+		--datadir=/usr/share
+	)
+
+	meson_src_configure
+}
+
+# only data files validators, skip them
+src_test() {
+	:
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/
@ 2024-04-06 19:13 Ronaldo V. Lobato
  0 siblings, 0 replies; 14+ messages in thread
From: Ronaldo V. Lobato @ 2024-04-06 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     b1acf715fc1194406cf6df4ab1e9239b81738a0a
Author:     Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
AuthorDate: Sat Apr  6 19:11:25 2024 +0000
Commit:     Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
CommitDate: Sat Apr  6 19:11:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1acf715

gnome-extra/junction:

Update ebuilds to follow QA Notice warnings:

Signed-off-by: Ronaldo V. Lobato <vieira.lobato <AT> gmail.com>

 gnome-extra/junction/junction-1.6-r1.ebuild | 14 +++++++++++++-
 gnome-extra/junction/junction-1.7.ebuild    | 14 +++++++++++++-
 2 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/junction/junction-1.6-r1.ebuild b/gnome-extra/junction/junction-1.6-r1.ebuild
index d7d8303e6f..359c485fb8 100644
--- a/gnome-extra/junction/junction-1.6-r1.ebuild
+++ b/gnome-extra/junction/junction-1.6-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit meson
+inherit xdg gnome2-utils meson
 
 TROLL_COMMIT="8d7c2be66a4bf1cbb2081121997a33662fc19cd0"
 DESCRIPTION="Application/browser chooser"
@@ -56,3 +56,15 @@ src_configure() {
 src_test() {
 	:
 }
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+	gnome2_schemas_update
+}

diff --git a/gnome-extra/junction/junction-1.7.ebuild b/gnome-extra/junction/junction-1.7.ebuild
index 63b1d90505..bf28970ab7 100644
--- a/gnome-extra/junction/junction-1.7.ebuild
+++ b/gnome-extra/junction/junction-1.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit meson
+inherit xdg gnome2-utils meson
 
 TROLL_COMMIT="94ced56f1b08e6955f6c8325a04c74736d39b823"
 DESCRIPTION="Application/browser chooser"
@@ -56,3 +56,15 @@ src_configure() {
 src_test() {
 	:
 }
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+	gnome2_schemas_update
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/
@ 2024-04-06 23:47 Lucio Sauer
  0 siblings, 0 replies; 14+ messages in thread
From: Lucio Sauer @ 2024-04-06 23:47 UTC (permalink / raw
  To: gentoo-commits

commit:     3297a17695e363513e0f5857142d56c31fe377a9
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sat Apr  6 23:43:09 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sat Apr  6 23:43:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3297a176

gnome-extra/junction: fix startup issues

- missing library (928867)
- upstream doesn't honor fallback for XDG_DATA_DIRS
https://github.com/sonnyp/Junction/issues/115#issuecomment-2041227264

Closes: https://bugs.gentoo.org/928867
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 gnome-extra/junction/junction-1.7-r1.ebuild | 67 +++++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)

diff --git a/gnome-extra/junction/junction-1.7-r1.ebuild b/gnome-extra/junction/junction-1.7-r1.ebuild
new file mode 100644
index 0000000000..fade9b0557
--- /dev/null
+++ b/gnome-extra/junction/junction-1.7-r1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg gnome2-utils meson
+
+TROLL_COMMIT="94ced56f1b08e6955f6c8325a04c74736d39b823"
+DESCRIPTION="Application/browser chooser"
+HOMEPAGE="
+	https://apps.gnome.org/app/re.sonny.Junction/
+	https://github.com/sonnyp/Junction
+"
+SRC_URI="
+	https://github.com/sonnyp/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/sonnyp/troll/archive/${TROLL_COMMIT}.tar.gz -> troll-${P}.tar.gz
+"
+S="${WORKDIR}/${PN^}-${PV}"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64"
+SLOT="0"
+
+DEPEND="
+	dev-libs/gjs
+	dev-libs/glib:2
+"
+RDEPEND="${DEPEND}
+	dev-libs/gobject-introspection
+	dev-libs/libportal[introspection,gtk]
+	gui-libs/gtk:4[introspection]
+	gui-libs/libadwaita:1[introspection]
+	net-libs/libsoup:3.0[introspection]
+"
+BDEPEND="
+	dev-util/blueprint-compiler
+	sys-devel/gettext
+"
+
+src_prepare() {
+	default
+
+	rmdir "${S}"/troll || die
+	mv "${WORKDIR}"/troll-${TROLL_COMMIT} "${S}"/troll || die
+
+	# https://github.com/sonnyp/Junction/issues/115
+	sed \
+		's#XDG_DATA_DIRS=\(.*\) gjs#XDG_DATA_DIRS=\1:/usr/local/share/:/usr/share/ gjs#' \
+		-i src/bin.js || die
+}
+
+# only data files validators, skip them
+src_test() {
+	:
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+	gnome2_schemas_update
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/
@ 2024-04-07  0:09 Lucio Sauer
  0 siblings, 0 replies; 14+ messages in thread
From: Lucio Sauer @ 2024-04-07  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     047f182af7e74d85a87133a948172fffa8dc4626
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sat Apr  6 23:57:18 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sat Apr  6 23:57:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=047f182a

gnome-extra/junction: remove redundant eclass inherit

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 gnome-extra/junction/junction-1.6-r1.ebuild | 2 +-
 gnome-extra/junction/junction-1.7-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/junction/junction-1.6-r1.ebuild b/gnome-extra/junction/junction-1.6-r1.ebuild
index 359c485fb8..4fb95d962a 100644
--- a/gnome-extra/junction/junction-1.6-r1.ebuild
+++ b/gnome-extra/junction/junction-1.6-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit xdg gnome2-utils meson
+inherit gnome2-utils meson
 
 TROLL_COMMIT="8d7c2be66a4bf1cbb2081121997a33662fc19cd0"
 DESCRIPTION="Application/browser chooser"

diff --git a/gnome-extra/junction/junction-1.7-r1.ebuild b/gnome-extra/junction/junction-1.7-r1.ebuild
index fade9b0557..d47f929f4c 100644
--- a/gnome-extra/junction/junction-1.7-r1.ebuild
+++ b/gnome-extra/junction/junction-1.7-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit xdg gnome2-utils meson
+inherit gnome2-utils meson
 
 TROLL_COMMIT="94ced56f1b08e6955f6c8325a04c74736d39b823"
 DESCRIPTION="Application/browser chooser"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/
@ 2024-04-07  0:09 Lucio Sauer
  0 siblings, 0 replies; 14+ messages in thread
From: Lucio Sauer @ 2024-04-07  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     b68eaef227c8e289f69c6a8f1991ccae74b741af
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sat Apr  6 23:51:27 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sat Apr  6 23:51:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b68eaef2

gnome-extra/junction: drop 1.7

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 gnome-extra/junction/junction-1.7.ebuild | 70 --------------------------------
 1 file changed, 70 deletions(-)

diff --git a/gnome-extra/junction/junction-1.7.ebuild b/gnome-extra/junction/junction-1.7.ebuild
deleted file mode 100644
index bf28970ab7..0000000000
--- a/gnome-extra/junction/junction-1.7.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg gnome2-utils meson
-
-TROLL_COMMIT="94ced56f1b08e6955f6c8325a04c74736d39b823"
-DESCRIPTION="Application/browser chooser"
-HOMEPAGE="
-	https://apps.gnome.org/app/re.sonny.Junction/
-	https://github.com/sonnyp/Junction
-"
-SRC_URI="
-	https://github.com/sonnyp/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
-	https://github.com/sonnyp/troll/archive/${TROLL_COMMIT}.tar.gz -> troll-${P}.tar.gz
-"
-S="${WORKDIR}/${PN^}-${PV}"
-
-LICENSE="GPL-3+"
-KEYWORDS="~amd64"
-SLOT="0"
-
-DEPEND="
-	dev-libs/gjs
-	dev-libs/glib:2
-"
-RDEPEND="${DEPEND}
-	dev-libs/gobject-introspection
-	dev-libs/libportal[introspection]
-	gui-libs/gtk:4[introspection]
-	gui-libs/libadwaita:1[introspection]
-	net-libs/libsoup:3.0[introspection]
-"
-BDEPEND="
-	dev-util/blueprint-compiler
-	sys-devel/gettext
-"
-
-src_unpack() {
-	default
-
-	rmdir "${S}"/troll || die
-	mv "${WORKDIR}"/troll-${TROLL_COMMIT} "${S}"/troll || die
-}
-
-src_configure() {
-	local mymesonargs=(
-		--datadir=/usr/share
-	)
-
-	meson_src_configure
-}
-
-# only data files validators, skip them
-src_test() {
-	:
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-	gnome2_schemas_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-	gnome2_schemas_update
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/
@ 2024-04-10 20:54 Lucio Sauer
  0 siblings, 0 replies; 14+ messages in thread
From: Lucio Sauer @ 2024-04-10 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     4111e7d029618f1e1080d50ea6055d3ecbd991dd
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed Apr 10 20:39:10 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed Apr 10 20:52:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4111e7d0

gnome-extra/junction: drop 1.6-r1

Bug: https://bugs.gentoo.org/883823
Bug: https://bugs.gentoo.org/883821
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 gnome-extra/junction/Manifest               |  2 -
 gnome-extra/junction/junction-1.6-r1.ebuild | 70 -----------------------------
 2 files changed, 72 deletions(-)

diff --git a/gnome-extra/junction/Manifest b/gnome-extra/junction/Manifest
index a498f1d2fd..eb93090f92 100644
--- a/gnome-extra/junction/Manifest
+++ b/gnome-extra/junction/Manifest
@@ -1,4 +1,2 @@
-DIST junction-1.6.tar.gz 1882299 BLAKE2B ff4e51f65eea7fd12de4cade632762d4cc752df2de80057fc0bb1bd711e4802e812f2358fbe19d249e19e0c1c32e5e81cdf125a4e6b0e7730442ca56d375114a SHA512 c92207496ade1c49f2d4ab5846839c8f4afaf777d77a59285a7b9eea139736aa77618fe5cb0b2386b9d1a821ef6a27b23eb4abd2b4d094222211430cca76949b
 DIST junction-1.7.tar.gz 1883600 BLAKE2B 261a94864f5cba08d15ce688b23edab75840dbb273d9a897e6c28ce5b828fabf17ea27ee801232a5efd03b18f8c75a37aac3c2c8de01ef253f8b8626e08cd0c0 SHA512 82bc0bb7d9a0c0c5bf3151c27727673c0bbf998cdc8f6a87a15087d3fbfca320420e5b929816481a12a1c6d1cf75a7a5b8d2b717aadc60a2e3b0c6a3328acc16
-DIST troll-junction-1.6.tar.gz 469179 BLAKE2B cbbfd7be194f286149e673ea7fd5b314dcc99ca6cf1490012cffcd00645e0fa126cd32ab1b0162bfccdd3065c4dbb11edff0cea0b570335ebb03a170eb1d14a3 SHA512 4b9ea85d826f3a030d432b333e6c64bc59a9f1f8d48474e4d5a3edb9c1e528da1acd556055e430465ba66e338ac00fca0a782e4f995c9946f22063a1051f6c61
 DIST troll-junction-1.7.tar.gz 474867 BLAKE2B f934616326e288e8b35109c2b001fd02af4bd9a2349b4fe4989ceed01909cf2e95344e556977513c39c66cd862157150d92cddb237f1b4414725c7c07ec9ad85 SHA512 0788b314f49111cfa7d3c6f9c67189b60e61de8bf1adbd6f974f94ca45343a6d0127e9621eafb0f732e5cb46b1a0f0e26059eb65b35c44a7e3e7c67f31429c80

diff --git a/gnome-extra/junction/junction-1.6-r1.ebuild b/gnome-extra/junction/junction-1.6-r1.ebuild
deleted file mode 100644
index 4fb95d962a..0000000000
--- a/gnome-extra/junction/junction-1.6-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson
-
-TROLL_COMMIT="8d7c2be66a4bf1cbb2081121997a33662fc19cd0"
-DESCRIPTION="Application/browser chooser"
-HOMEPAGE="
-	https://apps.gnome.org/app/re.sonny.Junction/
-	https://github.com/sonnyp/Junction
-"
-SRC_URI="
-	https://github.com/sonnyp/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
-	https://github.com/sonnyp/troll/archive/${TROLL_COMMIT}.tar.gz -> troll-${P}.tar.gz
-"
-S="${WORKDIR}/${PN^}-${PV}"
-
-LICENSE="GPL-3+"
-KEYWORDS="~amd64"
-SLOT="0"
-
-DEPEND="
-	dev-libs/gjs
-	dev-libs/glib:2
-"
-RDEPEND="${DEPEND}
-	dev-libs/gobject-introspection
-	dev-libs/libportal[introspection]
-	gui-libs/gtk:4[introspection]
-	gui-libs/libadwaita:1[introspection]
-	net-libs/libsoup:3.0[introspection]
-"
-BDEPEND="
-	dev-util/blueprint-compiler
-	sys-devel/gettext
-"
-
-src_unpack() {
-	default
-
-	rmdir "${S}"/troll || die
-	mv "${WORKDIR}"/troll-${TROLL_COMMIT} "${S}"/troll || die
-}
-
-src_configure() {
-	local mymesonargs=(
-		--datadir=/usr/share
-	)
-
-	meson_src_configure
-}
-
-# only data files validators, skip them
-src_test() {
-	:
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-	gnome2_schemas_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-	gnome2_schemas_update
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-04-10 20:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-08 10:24 [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/junction/ Andrew Ammerlaan
2022-09-08 10:24 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-04-10 20:54 [gentoo-commits] repo/proj/guru:dev " 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-11-26 21:03 Randall Vasquez
2022-08-22  0:27 Randall Vasquez
2022-08-21 21:17 Randall Vasquez
2022-08-20 12:54 Randall Vasquez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox