* [gentoo-commits] repo/gentoo:master commit in: media-radio/xdx/
@ 2015-09-19 15:06 Agostino Sarubbo
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2015-09-19 15:06 UTC (permalink / raw
To: gentoo-commits
commit: 213960ede86ae08c010a5e7f5dd92a79b6abf0e8
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 15:06:08 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 15:06:08 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213960ed
media-radio/xdx: amd64 stable wrt bug #559400
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
media-radio/xdx/xdx-2.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-radio/xdx/xdx-2.5.0.ebuild b/media-radio/xdx/xdx-2.5.0.ebuild
index b81c45e..f65701e 100644
--- a/media-radio/xdx/xdx-2.5.0.ebuild
+++ b/media-radio/xdx/xdx-2.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/xdxclusterclient/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="nls"
RDEPEND=">=x11-libs/gtk+-2.12:2"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/xdx/
@ 2023-05-12 13:38 Thomas Beierlein
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Beierlein @ 2023-05-12 13:38 UTC (permalink / raw
To: gentoo-commits
commit: eca7a09e2bb20061bde7251c52170aaff57a38c9
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 13:37:32 2023 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Fri May 12 13:38:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca7a09e
media-radio/xdx: add 2.91
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
media-radio/xdx/Manifest | 1 +
media-radio/xdx/xdx-2.91.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/media-radio/xdx/Manifest b/media-radio/xdx/Manifest
index 5e27e177194c..96525a961f85 100644
--- a/media-radio/xdx/Manifest
+++ b/media-radio/xdx/Manifest
@@ -1 +1,2 @@
DIST xdx-2.5.0.tar.gz 342548 BLAKE2B 58f0ab6740f77460d7fc6d19fa7d43a399de4a79d5647174491043eded515dc03e2fb97de8d10e5be16f5ff2b65dda96be78b5710e52c02d48ebcf23b575e6c4 SHA512 e03ac1fde04f921d33a7075a0f9ddc632336c2c4506e69c3e51386c25080c527eb7195729a89edb895308beff05e7544c93831ad03df6db376b9624063a2972a
+DIST xdx-2.91.tar.gz 346342 BLAKE2B 4f66801b5ad51bdee9daf9a0015f92ae9a1515ea8e2c8dc77d68163fb704e9e2390178b5d78f0277fb50588a41a329d63d58f1bb71ec3c2cc84db56da68abc66 SHA512 900837bd283085ff4183389a8f8d505a7208e3b0314deb3a2c674486c9e8cc09042e4d88d5956c6a6a8e67443eb1079ed40587476d4726416033fe83db8398a9
diff --git a/media-radio/xdx/xdx-2.91.ebuild b/media-radio/xdx/xdx-2.91.ebuild
new file mode 100644
index 000000000000..1ded92afeb98
--- /dev/null
+++ b/media-radio/xdx/xdx-2.91.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+DESCRIPTION="a GTK+ TCP/IP DX-cluster and ON4KST chat client"
+HOMEPAGE="https://sourceforge.net/projects/xdxclusterclient"
+SRC_URI="mirror://sourceforge/xdxclusterclient/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+RDEPEND="x11-libs/gtk+:3
+ dev-libs/glib
+ x11-libs/pango"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ nls? ( sys-devel/gettext )"
+
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
+
+src_configure() {
+ econf $(use_enable nls)
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+ einstalldocs
+}
+
+pkg_postinst() {
+ elog "To use the rig control feature, install media-libs/hamlib"
+ elog "and enable hamlib in the Preferences dialog. (no need for recompile)"
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/xdx/
@ 2023-12-15 8:41 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-12-15 8:41 UTC (permalink / raw
To: gentoo-commits
commit: a82bbd1bb75b8bbb1d81ab7e733a3056a98b1984
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 08:41:45 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 08:41:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82bbd1b
media-radio/xdx: Stabilize 2.91 amd64, #919978
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-radio/xdx/xdx-2.91.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-radio/xdx/xdx-2.91.ebuild b/media-radio/xdx/xdx-2.91.ebuild
index 1ded92afeb98..695ea19845fb 100644
--- a/media-radio/xdx/xdx-2.91.ebuild
+++ b/media-radio/xdx/xdx-2.91.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/xdxclusterclient/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="nls"
RDEPEND="x11-libs/gtk+:3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/xdx/
@ 2023-12-15 12:32 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2023-12-15 12:32 UTC (permalink / raw
To: gentoo-commits
commit: 29fde4af54e7e52108cc85b3a101cdb9675a940d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 12:32:36 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 12:32:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29fde4af
media-radio/xdx: Stabilize 2.91 x86, #919978
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-radio/xdx/xdx-2.91.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-radio/xdx/xdx-2.91.ebuild b/media-radio/xdx/xdx-2.91.ebuild
index 695ea19845fb..95b635f03c83 100644
--- a/media-radio/xdx/xdx-2.91.ebuild
+++ b/media-radio/xdx/xdx-2.91.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/xdxclusterclient/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="nls"
RDEPEND="x11-libs/gtk+:3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-radio/xdx/
@ 2024-01-05 15:32 Thomas Beierlein
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Beierlein @ 2024-01-05 15:32 UTC (permalink / raw
To: gentoo-commits
commit: 8b76ef3f0b10308564efebd736be8d3604a14e9d
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 15:31:56 2024 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 15:31:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b76ef3f
media-radio/xdx: drop 2.5.0
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
media-radio/xdx/Manifest | 1 -
media-radio/xdx/xdx-2.5.0.ebuild | 35 -----------------------------------
2 files changed, 36 deletions(-)
diff --git a/media-radio/xdx/Manifest b/media-radio/xdx/Manifest
index 96525a961f85..48a4e526f464 100644
--- a/media-radio/xdx/Manifest
+++ b/media-radio/xdx/Manifest
@@ -1,2 +1 @@
-DIST xdx-2.5.0.tar.gz 342548 BLAKE2B 58f0ab6740f77460d7fc6d19fa7d43a399de4a79d5647174491043eded515dc03e2fb97de8d10e5be16f5ff2b65dda96be78b5710e52c02d48ebcf23b575e6c4 SHA512 e03ac1fde04f921d33a7075a0f9ddc632336c2c4506e69c3e51386c25080c527eb7195729a89edb895308beff05e7544c93831ad03df6db376b9624063a2972a
DIST xdx-2.91.tar.gz 346342 BLAKE2B 4f66801b5ad51bdee9daf9a0015f92ae9a1515ea8e2c8dc77d68163fb704e9e2390178b5d78f0277fb50588a41a329d63d58f1bb71ec3c2cc84db56da68abc66 SHA512 900837bd283085ff4183389a8f8d505a7208e3b0314deb3a2c674486c9e8cc09042e4d88d5956c6a6a8e67443eb1079ed40587476d4726416033fe83db8398a9
diff --git a/media-radio/xdx/xdx-2.5.0.ebuild b/media-radio/xdx/xdx-2.5.0.ebuild
deleted file mode 100644
index 0078c84ed621..000000000000
--- a/media-radio/xdx/xdx-2.5.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-DESCRIPTION="a GTK+ TCP/IP DX-cluster and ON4KST chat client"
-HOMEPAGE="https://sourceforge.net/projects/xdxclusterclient"
-SRC_URI="mirror://sourceforge/xdxclusterclient/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-
-RDEPEND=">=x11-libs/gtk+-2.12:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-PATCHES=( "${FILESDIR}/"${P}-fno-common.patch )
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_configure() {
- econf $(use_enable nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- einstalldocs
-}
-
-pkg_postinst() {
- elog "To use the rig control feature, install media-libs/hamlib"
- elog "and enable hamlib in the Preferences dialog. (no need for recompile)"
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-01-05 15:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-12 13:38 [gentoo-commits] repo/gentoo:master commit in: media-radio/xdx/ Thomas Beierlein
-- strict thread matches above, loose matches on Subject: below --
2024-01-05 15:32 Thomas Beierlein
2023-12-15 12:32 Arthur Zamarin
2023-12-15 8:41 Sam James
2015-09-19 15:06 Agostino Sarubbo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox