public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-radio/grig/
@ 2015-12-27 17:11 Thomas Beierlein
  0 siblings, 0 replies; 13+ messages in thread
From: Thomas Beierlein @ 2015-12-27 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     20ad42111ebe59be6a29ef5859138b5a83ed270d
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 17:10:55 2015 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 17:10:55 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ad4211

media-radio/grig: Version bump. Fixes bug #561544. Thanks Toralf

Package-Manager: portage-2.2.26

 media-radio/grig/Manifest          |  1 +
 media-radio/grig/grig-0.8.1.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/media-radio/grig/Manifest b/media-radio/grig/Manifest
index 6a7c79b..3d5092d 100644
--- a/media-radio/grig/Manifest
+++ b/media-radio/grig/Manifest
@@ -1 +1,2 @@
 DIST grig-0.8.0.tar.gz 514072 SHA256 d621a3400b7720d6671d18bff2e7627cc1442d58df161cc8789851300495d3f3 SHA512 204256a382dd2faf5c380d036d5c75748a24d683e1f3625cc75d5f41a3e73a57c5720cc6db3ad8968c741835516a241680af4e83c32dc0e0951731548fb82357 WHIRLPOOL 2cf6c9f51febdbcb1e3f7caffdb76084a8198c067bead507e9ff9fc61ebacaa787e07b96b702e941725c1e3dcbbc95e4d7acbc0953acc577697b053f8949e506
+DIST grig-0.8.1.tar.gz 621728 SHA256 be8687418fb23efa0468674c3fdd15340fed06eef09be9de21106cc17e033c25 SHA512 84eda8db5d18324f26f0775483c8272296aad05dd75f0572c01a3c7af6dbd14bff7b98cc6a61fe3c43d25193866be4b3dafdc4e68dfc37217e88b53ca53266f9 WHIRLPOOL 21b70d145a7c7b0901cc74748f4ec24ba719a398a3c59e78eb231d0b886e62222477be9e612d21eec411426ba8f520b900ad03ef5c65ff81dcf3f6dd45e05068

diff --git a/media-radio/grig/grig-0.8.1.ebuild b/media-radio/grig/grig-0.8.1.ebuild
new file mode 100644
index 0000000..f2c3326
--- /dev/null
+++ b/media-radio/grig/grig-0.8.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="A tool for controlling amateur radios"
+HOMEPAGE="http://groundstation.sourceforge.net/grig/"
+SRC_URI="mirror://sourceforge/groundstation/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	dev-libs/glib:2
+	x11-libs/gtk+:2
+	media-libs/hamlib"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	econf --enable-hardware
+}
+
+src_install() {
+	default
+	make_desktop_entry ${PN} "GRig" "/usr/share/pixmaps/grig/grig-logo.png" "HamRadio"
+	rm -rf "${D}/usr/share/grig" || die "cleanup docs failed"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-radio/grig/
@ 2016-01-23 17:34 Agostino Sarubbo
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2016-01-23 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     97538e6e2db505894876275488c8f69cd6afe62a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 17:34:20 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 17:34:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97538e6e

media-radio/grig: amd64 stable wrt bug #572694

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-radio/grig/grig-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/grig/grig-0.8.1.ebuild b/media-radio/grig/grig-0.8.1.ebuild
index f2c3326..f431d7a 100644
--- a/media-radio/grig/grig-0.8.1.ebuild
+++ b/media-radio/grig/grig-0.8.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/groundstation/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-radio/grig/
@ 2016-05-01 14:19 Thomas Beierlein
  0 siblings, 0 replies; 13+ messages in thread
From: Thomas Beierlein @ 2016-05-01 14:19 UTC (permalink / raw
  To: gentoo-commits

commit:     4a77cafc5a31e608b68d3c3bb0667b200c6e4c0d
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sun May  1 14:18:55 2016 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sun May  1 14:18:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a77cafc

media-radio/grig: Drop old

Package-Manager: portage-2.2.28

 media-radio/grig/Manifest          |  1 -
 media-radio/grig/grig-0.8.0.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/media-radio/grig/Manifest b/media-radio/grig/Manifest
index 3d5092d..23f7a58 100644
--- a/media-radio/grig/Manifest
+++ b/media-radio/grig/Manifest
@@ -1,2 +1 @@
-DIST grig-0.8.0.tar.gz 514072 SHA256 d621a3400b7720d6671d18bff2e7627cc1442d58df161cc8789851300495d3f3 SHA512 204256a382dd2faf5c380d036d5c75748a24d683e1f3625cc75d5f41a3e73a57c5720cc6db3ad8968c741835516a241680af4e83c32dc0e0951731548fb82357 WHIRLPOOL 2cf6c9f51febdbcb1e3f7caffdb76084a8198c067bead507e9ff9fc61ebacaa787e07b96b702e941725c1e3dcbbc95e4d7acbc0953acc577697b053f8949e506
 DIST grig-0.8.1.tar.gz 621728 SHA256 be8687418fb23efa0468674c3fdd15340fed06eef09be9de21106cc17e033c25 SHA512 84eda8db5d18324f26f0775483c8272296aad05dd75f0572c01a3c7af6dbd14bff7b98cc6a61fe3c43d25193866be4b3dafdc4e68dfc37217e88b53ca53266f9 WHIRLPOOL 21b70d145a7c7b0901cc74748f4ec24ba719a398a3c59e78eb231d0b886e62222477be9e612d21eec411426ba8f520b900ad03ef5c65ff81dcf3f6dd45e05068

diff --git a/media-radio/grig/grig-0.8.0.ebuild b/media-radio/grig/grig-0.8.0.ebuild
deleted file mode 100644
index 1fe1f00..0000000
--- a/media-radio/grig/grig-0.8.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="A tool for controlling amateur radios"
-HOMEPAGE="http://groundstation.sourceforge.net/grig/"
-SRC_URI="mirror://sourceforge/groundstation/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-	dev-libs/glib:2
-	x11-libs/gtk+:2
-	media-libs/hamlib"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	sed -i -e "s/-DG_DISABLE_DEPRECATED//" src/Makefile.in || die
-}
-
-src_configure() {
-	econf --enable-hardware
-}
-
-src_install() {
-	default
-	make_desktop_entry ${PN} "GRig" "/usr/share/pixmaps/grig/grig-logo.png" "Application;HamRadio"
-	rm -rf "${D}/usr/share/grig" || die "cleanup docs failed"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-radio/grig/
@ 2020-09-26 13:33 Thomas Beierlein
  0 siblings, 0 replies; 13+ messages in thread
From: Thomas Beierlein @ 2020-09-26 13:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3f67f5c317712072ffb03f5572ae698f3c0a93f1
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 13:32:15 2020 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 13:32:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f67f5c3

media-radio/grig: Limit dependecy to <media-libs/hamlib-3.4

Newer hamlib made incompatible changes to the API. So grif only work
with the old one.

Closes: https://bugs.gentoo.org/742512
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 media-radio/grig/grig-0.8.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-radio/grig/grig-0.8.1.ebuild b/media-radio/grig/grig-0.8.1.ebuild
index f290930b0dd..198e5a7d5dd 100644
--- a/media-radio/grig/grig-0.8.1.ebuild
+++ b/media-radio/grig/grig-0.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ IUSE=""
 DEPEND="
 	dev-libs/glib:2
 	x11-libs/gtk+:2
-	media-libs/hamlib"
+	<media-libs/hamlib-3.4"
 RDEPEND="${DEPEND}"
 
 src_configure() {


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

* [gentoo-commits] repo/gentoo:master commit in: media-radio/grig/
@ 2021-04-12 22:50 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-04-12 22:50 UTC (permalink / raw
  To: gentoo-commits

commit:     5d982d3eddfad18b6655a65b3d7617645cb745dd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  2 06:02:26 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 22:50:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d982d3e

media-radio/grig: fix variable references

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-radio/grig/grig-0.8.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/grig/grig-0.8.1-r1.ebuild b/media-radio/grig/grig-0.8.1-r1.ebuild
index 723b903e9a3..f8d41c8ebd3 100644
--- a/media-radio/grig/grig-0.8.1-r1.ebuild
+++ b/media-radio/grig/grig-0.8.1-r1.ebuild
@@ -29,5 +29,5 @@ src_configure() {
 src_install() {
 	default
 	make_desktop_entry ${PN} "GRig" "/usr/share/pixmaps/grig/grig-logo.png" "HamRadio"
-	rm -rf "${D}/usr/share/grig" || die "cleanup docs failed"
+	rm -rf "${ED}/usr/share/grig" || die "cleanup docs failed"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-radio/grig/
@ 2021-05-01 18:19 Agostino Sarubbo
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2021-05-01 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     6c3a80d4b0c47441469977344a3383d165a488a9
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 18:18:17 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat May  1 18:19:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3a80d4

media-radio/grig: amd64 stable wrt bug #784908

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-radio/grig/grig-0.8.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/grig/grig-0.8.1-r1.ebuild b/media-radio/grig/grig-0.8.1-r1.ebuild
index f8d41c8ebd3..70174128eb4 100644
--- a/media-radio/grig/grig-0.8.1-r1.ebuild
+++ b/media-radio/grig/grig-0.8.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/groundstation/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-radio/grig/
@ 2021-05-09  9:17 Agostino Sarubbo
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2021-05-09  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     1d91e39289832f9e7bc3e20776af3d4f0af64b71
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun May  9 09:17:09 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun May  9 09:17:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d91e392

media-radio/grig: x86 stable wrt bug #784908

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-radio/grig/grig-0.8.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/grig/grig-0.8.1-r1.ebuild b/media-radio/grig/grig-0.8.1-r1.ebuild
index 70174128eb4..998b4e4fa86 100644
--- a/media-radio/grig/grig-0.8.1-r1.ebuild
+++ b/media-radio/grig/grig-0.8.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/groundstation/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: media-radio/grig/
@ 2021-05-25 15:54 Thomas Beierlein
  0 siblings, 0 replies; 13+ messages in thread
From: Thomas Beierlein @ 2021-05-25 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     05423d804968ce5715793c8d06bfe0c447e8a0dc
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Tue May 25 15:54:41 2021 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Tue May 25 15:54:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05423d80

media-radio/grig: Drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 media-radio/grig/grig-0.8.1.ebuild | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/media-radio/grig/grig-0.8.1.ebuild b/media-radio/grig/grig-0.8.1.ebuild
deleted file mode 100644
index 198e5a7d5dd..00000000000
--- a/media-radio/grig/grig-0.8.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="A tool for controlling amateur radios"
-HOMEPAGE="http://groundstation.sourceforge.net/grig/"
-SRC_URI="mirror://sourceforge/groundstation/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-	dev-libs/glib:2
-	x11-libs/gtk+:2
-	<media-libs/hamlib-3.4"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	econf --enable-hardware
-}
-
-src_install() {
-	default
-	make_desktop_entry ${PN} "GRig" "/usr/share/pixmaps/grig/grig-logo.png" "HamRadio"
-	rm -rf "${D}/usr/share/grig" || die "cleanup docs failed"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-radio/grig/
@ 2024-01-15 13:41 Thomas Beierlein
  0 siblings, 0 replies; 13+ messages in thread
From: Thomas Beierlein @ 2024-01-15 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     119fbe246e54fb067434fa7e109200b6faa0166b
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 13:35:18 2024 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 13:35:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119fbe24

media-radio/grig: Fix QA - drop empty IUSE

Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 media-radio/grig/grig-0.8.1-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-radio/grig/grig-0.8.1-r1.ebuild b/media-radio/grig/grig-0.8.1-r1.ebuild
index f4a97bae6a70..3b4afb6e2dc6 100644
--- a/media-radio/grig/grig-0.8.1-r1.ebuild
+++ b/media-radio/grig/grig-0.8.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,6 @@ SRC_URI="mirror://sourceforge/groundstation/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 DEPEND="
 	dev-libs/glib:2


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

* [gentoo-commits] repo/gentoo:master commit in: media-radio/grig/
@ 2025-02-07  9:58 Thomas Beierlein
  0 siblings, 0 replies; 13+ messages in thread
From: Thomas Beierlein @ 2025-02-07  9:58 UTC (permalink / raw
  To: gentoo-commits

commit:     e8c5e7f89c5e3c17bbe9e668508b413ee79f6fb1
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 09:57:56 2025 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Fri Feb  7 09:58:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c5e7f8

media-radio/grig: add 0.9.0

Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 media-radio/grig/Manifest          |  1 +
 media-radio/grig/grig-0.9.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++
 media-radio/grig/metadata.xml      |  1 +
 3 files changed, 42 insertions(+)

diff --git a/media-radio/grig/Manifest b/media-radio/grig/Manifest
index 2bccc3ecccba..6e7fc982f73a 100644
--- a/media-radio/grig/Manifest
+++ b/media-radio/grig/Manifest
@@ -1 +1,2 @@
 DIST grig-0.8.1.tar.gz 621728 BLAKE2B 096ac037d3e5871e32bbb80669e2bafdf061c28c420362e26aea9f01f2e399a4cb769e65aa8261b0726444d08006495de13c62ca9d9e094c44fd8cb28b36a3f1 SHA512 84eda8db5d18324f26f0775483c8272296aad05dd75f0572c01a3c7af6dbd14bff7b98cc6a61fe3c43d25193866be4b3dafdc4e68dfc37217e88b53ca53266f9
+DIST grig-0.9.0.tar.gz 636750 BLAKE2B 41332da0c1a9f1f938e94ad4624e2614e84829ca36d272566eeac16935de34a0b3d19c67163bda3d7c35b78158d1adb750f247709a8fa4978a45ff1daac0f7b9 SHA512 95ec5be163aaaa405ce4712f445e327fc18a0350e8a827bbed5ef0bbe22f28643e02bf352ab67dbbc4e25a1444f6097b96f31f2aba9069b47173c7450ba5d90a

diff --git a/media-radio/grig/grig-0.9.0.ebuild b/media-radio/grig/grig-0.9.0.ebuild
new file mode 100644
index 000000000000..9ec9c6e4e2ab
--- /dev/null
+++ b/media-radio/grig/grig-0.9.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop
+
+MY_P=${P^^//./_}
+
+DESCRIPTION="A tool for controlling amateur radios"
+HOMEPAGE="http://groundstation.sourceforge.net/grig/"
+SRC_URI="https://github.com/fillods/grig/releases/download//${MY_P}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	dev-libs/glib:2
+	x11-libs/gtk+:2
+	>=media-libs/hamlib-4:="
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/grig-0.8.1-hamlib46.patch )
+
+src_configure() {
+	econf --enable-hardware
+}
+
+src_prepare() {
+	eapply ${PATCHES[@]}
+
+	eapply_user
+}
+
+src_install() {
+	default
+	make_desktop_entry ${PN} "GRig" "/usr/share/pixmaps/grig/grig-logo.png" "HamRadio"
+	rm -rf "${ED}/usr/share/grig" || die "cleanup docs failed"
+}

diff --git a/media-radio/grig/metadata.xml b/media-radio/grig/metadata.xml
index a0b9bf0dfeb4..57ec3fe60612 100644
--- a/media-radio/grig/metadata.xml
+++ b/media-radio/grig/metadata.xml
@@ -6,6 +6,7 @@
 		<name>Thomas Beierlein</name>
 	</maintainer>
 	<upstream>
+		<remote-id type="github">fillods/grig</remote-id>
 		<remote-id type="sourceforge">groundstation</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-radio/grig/
@ 2025-02-09 18:42 Thomas Beierlein
  0 siblings, 0 replies; 13+ messages in thread
From: Thomas Beierlein @ 2025-02-09 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     1bb30abef7a8ba43047ce43513526de1de863ab1
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  9 18:40:36 2025 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 18:41:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb30abe

media-radio/grig: Fixes SRC_URI

Closes: https://bugs.gentoo.org/949529
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 media-radio/grig/grig-0.9.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-radio/grig/grig-0.9.0.ebuild b/media-radio/grig/grig-0.9.0.ebuild
index 9ec9c6e4e2ab..969add3622f4 100644
--- a/media-radio/grig/grig-0.9.0.ebuild
+++ b/media-radio/grig/grig-0.9.0.ebuild
@@ -5,7 +5,8 @@ EAPI=8
 
 inherit desktop
 
-MY_P=${P^^//./_}
+MY_P1=${P^^}
+MY_P=${MY_P1//./_}
 
 DESCRIPTION="A tool for controlling amateur radios"
 HOMEPAGE="http://groundstation.sourceforge.net/grig/"


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

* [gentoo-commits] repo/gentoo:master commit in: media-radio/grig/
@ 2025-02-24  4:55 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-02-24  4:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e9632a52a2db88344233f017554df0f183f439bc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 04:46:34 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 04:54:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9632a52

media-radio/grig: don't open-code default_src_prepare

This matches the default impl.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-radio/grig/grig-0.8.1-r1.ebuild | 5 +----
 media-radio/grig/grig-0.9.0.ebuild    | 6 ------
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/media-radio/grig/grig-0.8.1-r1.ebuild b/media-radio/grig/grig-0.8.1-r1.ebuild
index 7d8dd1f84b6d..b5e669691d9f 100644
--- a/media-radio/grig/grig-0.8.1-r1.ebuild
+++ b/media-radio/grig/grig-0.8.1-r1.ebuild
@@ -32,10 +32,7 @@ src_prepare() {
 	if has_version '>=media-libs/hamlib-4.2' ; then
 		eapply -p1 "${FILESDIR}"/${P}-hamlib42.patch
 	fi
-
-	eapply ${PATCHES[@]}
-
-	eapply_user
+	default
 }
 
 src_install() {

diff --git a/media-radio/grig/grig-0.9.0.ebuild b/media-radio/grig/grig-0.9.0.ebuild
index 969add3622f4..5955fb9a96b1 100644
--- a/media-radio/grig/grig-0.9.0.ebuild
+++ b/media-radio/grig/grig-0.9.0.ebuild
@@ -28,12 +28,6 @@ src_configure() {
 	econf --enable-hardware
 }
 
-src_prepare() {
-	eapply ${PATCHES[@]}
-
-	eapply_user
-}
-
 src_install() {
 	default
 	make_desktop_entry ${PN} "GRig" "/usr/share/pixmaps/grig/grig-logo.png" "HamRadio"


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

* [gentoo-commits] repo/gentoo:master commit in: media-radio/grig/
@ 2025-02-24  4:55 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-02-24  4:55 UTC (permalink / raw
  To: gentoo-commits

commit:     920752b2a54f8a7de0fd64b73fd170cde9d63397
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 04:47:07 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 04:54:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=920752b2

media-radio/grig: change phase definition order

... to match execution order.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-radio/grig/grig-0.8.1-r1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-radio/grig/grig-0.8.1-r1.ebuild b/media-radio/grig/grig-0.8.1-r1.ebuild
index b5e669691d9f..592c39641f2f 100644
--- a/media-radio/grig/grig-0.8.1-r1.ebuild
+++ b/media-radio/grig/grig-0.8.1-r1.ebuild
@@ -23,10 +23,6 @@ PATCHES=( "${FILESDIR}"/grig-0.8.1-hamlib4.patch
 		  "${FILESDIR}"/grig-0.8.1-hamlib45.patch
 		  "${FILESDIR}"/grig-0.8.1-hamlib46.patch )
 
-src_configure() {
-	econf --enable-hardware
-}
-
 src_prepare() {
 	# prepare for media-radio/hamlib-4.2 change of API
 	if has_version '>=media-libs/hamlib-4.2' ; then
@@ -35,6 +31,10 @@ src_prepare() {
 	default
 }
 
+src_configure() {
+	econf --enable-hardware
+}
+
 src_install() {
 	default
 	make_desktop_entry ${PN} "GRig" "/usr/share/pixmaps/grig/grig-logo.png" "HamRadio"


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

end of thread, other threads:[~2025-02-24  4:55 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-12 22:50 [gentoo-commits] repo/gentoo:master commit in: media-radio/grig/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-02-24  4:55 Sam James
2025-02-24  4:55 Sam James
2025-02-09 18:42 Thomas Beierlein
2025-02-07  9:58 Thomas Beierlein
2024-01-15 13:41 Thomas Beierlein
2021-05-25 15:54 Thomas Beierlein
2021-05-09  9:17 Agostino Sarubbo
2021-05-01 18:19 Agostino Sarubbo
2020-09-26 13:33 Thomas Beierlein
2016-05-01 14:19 Thomas Beierlein
2016-01-23 17:34 Agostino Sarubbo
2015-12-27 17:11 Thomas Beierlein

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