public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/spnavcfg/
@ 2016-04-19 19:50 Ian Stakenvicius
  0 siblings, 0 replies; 14+ messages in thread
From: Ian Stakenvicius @ 2016-04-19 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     967532b0562bb20618360a149095316aa3f9dc75
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 19:49:04 2016 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 19:50:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967532b0

fix <pkg/> reference in metadata.xml

Package-Manager: portage-2.2.26

 x11-misc/spnavcfg/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/spnavcfg/metadata.xml b/x11-misc/spnavcfg/metadata.xml
index 32ac237..d8bdf8e 100644
--- a/x11-misc/spnavcfg/metadata.xml
+++ b/x11-misc/spnavcfg/metadata.xml
@@ -15,7 +15,7 @@
 	</maintainer>
 	<longdescription>
 		The spnavcfg is the GTK-based configuration GUI for
-		<pkg>sys-libs/spacenavd</pkg>.
+		<pkg>app-misc/spacenavd</pkg>.
 	</longdescription>
 	<upstream>
 		<remote-id type="sourceforge">spacenav</remote-id>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/spnavcfg/
@ 2017-02-06  8:15 David Seifert
  0 siblings, 0 replies; 14+ messages in thread
From: David Seifert @ 2017-02-06  8:15 UTC (permalink / raw
  To: gentoo-commits

commit:     b689e7f9b3d3296bb4899d29a7c525f3ed7a1422
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  6 08:15:16 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb  6 08:15:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b689e7f9

x11-misc/spnavcfg: EAPI 6, clean up

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-misc/spnavcfg/spnavcfg-0.3.ebuild | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/x11-misc/spnavcfg/spnavcfg-0.3.ebuild b/x11-misc/spnavcfg/spnavcfg-0.3.ebuild
index 62c0ff4..4af7bbb 100644
--- a/x11-misc/spnavcfg/spnavcfg-0.3.ebuild
+++ b/x11-misc/spnavcfg/spnavcfg-0.3.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI=6
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="GTK-based GUI to configure a space navigator device"
 HOMEPAGE="http://spacenav.sourceforge.net/"
@@ -21,15 +21,8 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	app-misc/spacenavd[X]"
 
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-custom-flags.patch
-}
+PATCHES=( "${FILESDIR}"/${P}-custom-flags.patch )
 
 src_compile() {
-	emake CC=$(tc-getCC) || die "Make failed."
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "Install failed"
-	dodoc README || die
+	emake CC=$(tc-getCC)
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/spnavcfg/
@ 2017-10-26 18:54 Thomas Deutschmann
  0 siblings, 0 replies; 14+ messages in thread
From: Thomas Deutschmann @ 2017-10-26 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     99337643d97fd3eceda9f1dcd84ae14b79692683
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 18:49:01 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 18:53:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99337643

x11-misc/spnavcfg: x86 stable (bug #617590)

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 x11-misc/spnavcfg/spnavcfg-0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/spnavcfg/spnavcfg-0.3.ebuild b/x11-misc/spnavcfg/spnavcfg-0.3.ebuild
index b6cb667f0d7..c8c438c0150 100644
--- a/x11-misc/spnavcfg/spnavcfg-0.3.ebuild
+++ b/x11-misc/spnavcfg/spnavcfg-0.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/spacenav/spacenavd%20config%20gui/${PN}%20
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 COMMON_DEPEND="x11-libs/gtk+:2"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/spnavcfg/
@ 2018-08-19  8:18 Jonas Stein
  0 siblings, 0 replies; 14+ messages in thread
From: Jonas Stein @ 2018-08-19  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     4a43ba662c882613050a1add82720cb57f0e7c1b
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 19 08:16:39 2018 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Aug 19 08:18:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a43ba66

x11-misc/spnavcfg: Maintainer retired

Proxied maintainer retired due to inactivity.
Bug: https://bugs.gentoo.org/633188
Package-Manager: Portage-2.3.47, Repoman-2.3.10

 x11-misc/spnavcfg/metadata.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/x11-misc/spnavcfg/metadata.xml b/x11-misc/spnavcfg/metadata.xml
index d8bdf8ef87b..6367108ce05 100644
--- a/x11-misc/spnavcfg/metadata.xml
+++ b/x11-misc/spnavcfg/metadata.xml
@@ -1,18 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>anthoine.bourgeois@gmail.com</email>
-		<name>Anthoine Bourgeois</name>
-	</maintainer>
 	<maintainer type="person">
 		<email>sping@gentoo.org</email>
 		<name>Sebastian Pipping</name>
 	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
 	<longdescription>
 		The spnavcfg is the GTK-based configuration GUI for
 		<pkg>app-misc/spacenavd</pkg>.


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/spnavcfg/
@ 2020-01-31 18:33 Sebastian Pipping
  0 siblings, 0 replies; 14+ messages in thread
From: Sebastian Pipping @ 2020-01-31 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     79a14df99fb3169ed7c8f4b2a10d8c0b6451d5a2
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 18:33:00 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 18:33:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a14df9

x11-misc/spnavcfg: De-warn RedundantLongDescription

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20

 x11-misc/spnavcfg/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-misc/spnavcfg/metadata.xml b/x11-misc/spnavcfg/metadata.xml
index 6367108ce05..6dca9970b45 100644
--- a/x11-misc/spnavcfg/metadata.xml
+++ b/x11-misc/spnavcfg/metadata.xml
@@ -6,8 +6,9 @@
 		<name>Sebastian Pipping</name>
 	</maintainer>
 	<longdescription>
-		The spnavcfg is the GTK-based configuration GUI for
+		spnavcfg is a GTK-based configuration GUI for
 		<pkg>app-misc/spacenavd</pkg>.
+		It allows convenient configuration of a space navigator device.
 	</longdescription>
 	<upstream>
 		<remote-id type="sourceforge">spacenav</remote-id>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/spnavcfg/
@ 2020-12-01 13:55 Sebastian Pipping
  0 siblings, 0 replies; 14+ messages in thread
From: Sebastian Pipping @ 2020-12-01 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     64dc247235edca8e453f15c4fde0759ab3c75aae
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  1 13:43:36 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Dec  1 13:55:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64dc2472

x11-misc/spnavcfg: 0.3.1

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.0, Repoman-2.3.23

 x11-misc/spnavcfg/Manifest              |  1 +
 x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/x11-misc/spnavcfg/Manifest b/x11-misc/spnavcfg/Manifest
index 4b3f7fb47ab..5ca4eeab33d 100644
--- a/x11-misc/spnavcfg/Manifest
+++ b/x11-misc/spnavcfg/Manifest
@@ -1 +1,2 @@
+DIST spnavcfg-0.3.1.tar.gz 215460 BLAKE2B f2bd35022399ec085d5c8b08c7514fdac8e974b33e9923a79446fa9552827d5986abf136fdb95ed31d7dbec419eb34ce13039955c6255cff971ffedcd3cc8a02 SHA512 b5e0ef2036eebc971298d95e8a91bd89ade956933919a4a5dc062fd977ff159bba392b0092ac36142fb317a9758c26319b07680b473f9957eda0163146be5408
 DIST spnavcfg-0.3.tar.gz 214774 BLAKE2B aee45a796bd95761e4a7fe922cc5b65185c894e2fa366dea6d7677fc5ac3b7e0345b89eedef7bf8e446c598d66f161bb66fa695c07b433f5a6b7dce5055b6256 SHA512 a3411c32a6c7de2fd1cfa7960e1b0dade88e8c37435a39ded864b4b6f12fd3c8f518dad7a4ac5b465517484e74b3586f12d47e780f655fd7e4c3fea8d6186c80

diff --git a/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild b/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild
new file mode 100644
index 00000000000..3f3ca2c51ac
--- /dev/null
+++ b/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="GTK-based GUI to configure a space navigator device"
+HOMEPAGE="http://spacenav.sourceforge.net/"
+SRC_URI="mirror://sourceforge/project/spacenav/spacenavd%20config%20gui/${PN}%20${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="x11-libs/gtk+:2"
+DEPEND="${COMMON_DEPEND}
+	virtual/pkgconfig"
+RDEPEND="${COMMON_DEPEND}
+	app-misc/spacenavd[X]"
+
+src_configure() {
+	econf --disable-debug --disable-opt
+}
+
+src_compile() {
+	emake CC=$(tc-getCC)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/spnavcfg/
@ 2021-03-13 11:36 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-03-13 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     e40087de80cfb323ea55174b5ba8dcc05cae97c1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 11:35:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 11:35:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40087de

x11-misc/spnavcfg: Stabilize 0.3.1 amd64, #775695

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

 x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild b/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild
index 3f3ca2c51ac..1d69b37b1d5 100644
--- a/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild
+++ b/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/spacenav/spacenavd%20config%20gui/${PN}%20
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 COMMON_DEPEND="x11-libs/gtk+:2"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/spnavcfg/
@ 2021-03-13 11:37 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-03-13 11:37 UTC (permalink / raw
  To: gentoo-commits

commit:     edf4eb624d94c56e8bf1dcd01a0e89bb2727663d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 11:36:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 11:37:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf4eb62

x11-misc/spnavcfg: Stabilize 0.3.1 x86, #775695

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

 x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild b/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild
index 1d69b37b1d5..ae66b229878 100644
--- a/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild
+++ b/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/project/spacenav/spacenavd%20config%20gui/${PN}%20
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 COMMON_DEPEND="x11-libs/gtk+:2"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/spnavcfg/
@ 2022-03-20  0:16 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2022-03-20  0:16 UTC (permalink / raw
  To: gentoo-commits

commit:     43e4662d4c0ac31555331211ae9bf048b27af28f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 00:13:37 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 00:13:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e4662d

x11-misc/spnavcfg: [QA] fix tc-get* quoting

This can cause build problems for e.g. 32-bit (gcc -m32 ...)

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

 x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild b/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild
index ae66b2298782..3cec1650f544 100644
--- a/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild
+++ b/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,5 +25,5 @@ src_configure() {
 }
 
 src_compile() {
-	emake CC=$(tc-getCC)
+	emake CC="$(tc-getCC)"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/spnavcfg/
@ 2022-04-06 17:29 Sebastian Pipping
  0 siblings, 0 replies; 14+ messages in thread
From: Sebastian Pipping @ 2022-04-06 17:29 UTC (permalink / raw
  To: gentoo-commits

commit:     8aa0fbe3a8ebc0ef5c2737156e519351560b74f1
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  6 17:26:43 2022 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Apr  6 17:29:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa0fbe3

x11-misc/spnavcfg: 1.0

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 x11-misc/spnavcfg/Manifest            |  1 +
 x11-misc/spnavcfg/spnavcfg-1.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/x11-misc/spnavcfg/Manifest b/x11-misc/spnavcfg/Manifest
index 37c190bfda17..2f8e6a85d95d 100644
--- a/x11-misc/spnavcfg/Manifest
+++ b/x11-misc/spnavcfg/Manifest
@@ -1 +1,2 @@
 DIST spnavcfg-0.3.1.tar.gz 215460 BLAKE2B f2bd35022399ec085d5c8b08c7514fdac8e974b33e9923a79446fa9552827d5986abf136fdb95ed31d7dbec419eb34ce13039955c6255cff971ffedcd3cc8a02 SHA512 b5e0ef2036eebc971298d95e8a91bd89ade956933919a4a5dc062fd977ff159bba392b0092ac36142fb317a9758c26319b07680b473f9957eda0163146be5408
+DIST spnavcfg-1.0.tar.gz 496695 BLAKE2B 59d79cc1707881ba50e809c73a41cb94dbfd15e5e184114190efa2394fe4b53f25960a828611007a200687a3e9827bc4df30d3d06ca3764b23573a1f51fb2974 SHA512 271d1d66fdfb4aff9faa521c51c776dbccf77320b0783a5dbdcc4a28d4190ef3ba6c3d277d706dafc35e2e6ceed1d244d346d4a91cf8e1f5ba3141c24d065ea8

diff --git a/x11-misc/spnavcfg/spnavcfg-1.0.ebuild b/x11-misc/spnavcfg/spnavcfg-1.0.ebuild
new file mode 100644
index 000000000000..f2b2fbed5906
--- /dev/null
+++ b/x11-misc/spnavcfg/spnavcfg-1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="GTK-based GUI to configure a space navigator device"
+HOMEPAGE="http://spacenav.sourceforge.net/"
+SRC_URI="mirror://sourceforge/project/spacenav/spacenavd%20config%20gui/${PN}%20${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND=">=dev-libs/libspnav-1[X]
+	dev-qt/qtcore
+	dev-qt/qtgui
+	dev-qt/qtwidgets
+	x11-libs/libX11"
+DEPEND="${COMMON_DEPEND}
+	virtual/pkgconfig"
+RDEPEND="${COMMON_DEPEND}
+	>=app-misc/spacenavd-1[X]"
+
+src_configure() {
+	econf --disable-debug --disable-opt
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/spnavcfg/
@ 2022-04-06 20:45 Sebastian Pipping
  0 siblings, 0 replies; 14+ messages in thread
From: Sebastian Pipping @ 2022-04-06 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     bd348c2ca05bc5201e5fc40e5b358ab04e522e31
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  6 20:41:52 2022 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Apr  6 20:43:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd348c2c

x11-misc/spnavcfg: Make 1.0 compile without qtchooser installed

Closes: https://bugs.gentoo.org/836948
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 x11-misc/spnavcfg/spnavcfg-1.0.ebuild | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/x11-misc/spnavcfg/spnavcfg-1.0.ebuild b/x11-misc/spnavcfg/spnavcfg-1.0.ebuild
index f2b2fbed5906..d49c3125f96a 100644
--- a/x11-misc/spnavcfg/spnavcfg-1.0.ebuild
+++ b/x11-misc/spnavcfg/spnavcfg-1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit toolchain-funcs
+inherit toolchain-funcs qmake-utils
 
 DESCRIPTION="GTK-based GUI to configure a space navigator device"
 HOMEPAGE="http://spacenav.sourceforge.net/"
@@ -29,5 +29,11 @@ src_configure() {
 }
 
 src_compile() {
-	emake CC="$(tc-getCC)"
+	local args=(
+		CC="$(tc-getCC)"
+		MOC="$(qt5_get_bindir)/moc"
+		RCC="$(qt5_get_bindir)/rcc"
+		UIC="$(qt5_get_bindir)/uic"
+	)
+	emake "${args[@]}"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/spnavcfg/
@ 2024-10-09 15:27 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2024-10-09 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     ddebef6e171734eaae66358912a7e3af896ce82c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  9 15:26:50 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  9 15:26:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddebef6e

x11-misc/spnavcfg: Stabilize 1.1 x86, #941202

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

 x11-misc/spnavcfg/spnavcfg-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/spnavcfg/spnavcfg-1.1.ebuild b/x11-misc/spnavcfg/spnavcfg-1.1.ebuild
index f134cc7f2e11..55e90acf9512 100644
--- a/x11-misc/spnavcfg/spnavcfg-1.1.ebuild
+++ b/x11-misc/spnavcfg/spnavcfg-1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/spacenav/spacenavd%20config%2
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 COMMON_DEPEND=">=dev-libs/libspnav-1[X]


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/spnavcfg/
@ 2024-10-09 15:27 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2024-10-09 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     34f260b52306571ad075685489f08cb81305b06e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  9 15:26:43 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  9 15:26:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f260b5

x11-misc/spnavcfg: Stabilize 1.1 amd64, #941202

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

 x11-misc/spnavcfg/spnavcfg-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/spnavcfg/spnavcfg-1.1.ebuild b/x11-misc/spnavcfg/spnavcfg-1.1.ebuild
index 0cfb5b301c56..f134cc7f2e11 100644
--- a/x11-misc/spnavcfg/spnavcfg-1.1.ebuild
+++ b/x11-misc/spnavcfg/spnavcfg-1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/project/spacenav/spacenavd%20config%2
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 COMMON_DEPEND=">=dev-libs/libspnav-1[X]


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/spnavcfg/
@ 2024-10-09 15:54 Sebastian Pipping
  0 siblings, 0 replies; 14+ messages in thread
From: Sebastian Pipping @ 2024-10-09 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     7488d41bf81121dc6730c46f4c6d575bab6a1d67
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  9 15:54:15 2024 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Oct  9 15:54:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7488d41b

x11-misc/spnavcfg: Drop old

Bug: https://bugs.gentoo.org/941202
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 x11-misc/spnavcfg/Manifest              |  2 --
 x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild | 29 ------------------------
 x11-misc/spnavcfg/spnavcfg-1.0.ebuild   | 39 ---------------------------------
 3 files changed, 70 deletions(-)

diff --git a/x11-misc/spnavcfg/Manifest b/x11-misc/spnavcfg/Manifest
index 77bc7b18b217..600db8ab3ad1 100644
--- a/x11-misc/spnavcfg/Manifest
+++ b/x11-misc/spnavcfg/Manifest
@@ -1,3 +1 @@
-DIST spnavcfg-0.3.1.tar.gz 215460 BLAKE2B f2bd35022399ec085d5c8b08c7514fdac8e974b33e9923a79446fa9552827d5986abf136fdb95ed31d7dbec419eb34ce13039955c6255cff971ffedcd3cc8a02 SHA512 b5e0ef2036eebc971298d95e8a91bd89ade956933919a4a5dc062fd977ff159bba392b0092ac36142fb317a9758c26319b07680b473f9957eda0163146be5408
-DIST spnavcfg-1.0.tar.gz 496695 BLAKE2B 59d79cc1707881ba50e809c73a41cb94dbfd15e5e184114190efa2394fe4b53f25960a828611007a200687a3e9827bc4df30d3d06ca3764b23573a1f51fb2974 SHA512 271d1d66fdfb4aff9faa521c51c776dbccf77320b0783a5dbdcc4a28d4190ef3ba6c3d277d706dafc35e2e6ceed1d244d346d4a91cf8e1f5ba3141c24d065ea8
 DIST spnavcfg-1.1.tar.gz 497896 BLAKE2B 874489904970182f6f56d0a7bd63cc3847f101729b2c6866677fc0c17fab4bad42132ac0f93a39ef9a35654acde8ef6cd42a462756dd7f0c3914424a5fc54dd2 SHA512 4d5c9dc37d1906dbc99535a758554d9419e20ad773adcf2d2062795a8e194a88b68c360341a08e3ac236df08a2e389c4475f341b5bac662a4526dada0bb891a6

diff --git a/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild b/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild
deleted file mode 100644
index d4804079dfe0..000000000000
--- a/x11-misc/spnavcfg/spnavcfg-0.3.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="GTK-based GUI to configure a space navigator device"
-HOMEPAGE="http://spacenav.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/project/spacenav/spacenavd%20config%20gui/${PN}%20${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND="x11-libs/gtk+:2"
-DEPEND="${COMMON_DEPEND}
-	virtual/pkgconfig"
-RDEPEND="${COMMON_DEPEND}
-	app-misc/spacenavd[X]"
-
-src_configure() {
-	econf --disable-debug --disable-opt
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)"
-}

diff --git a/x11-misc/spnavcfg/spnavcfg-1.0.ebuild b/x11-misc/spnavcfg/spnavcfg-1.0.ebuild
deleted file mode 100644
index 9d9d3706b87d..000000000000
--- a/x11-misc/spnavcfg/spnavcfg-1.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs qmake-utils
-
-DESCRIPTION="GTK-based GUI to configure a space navigator device"
-HOMEPAGE="http://spacenav.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/project/spacenav/spacenavd%20config%20gui/${PN}%20${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND=">=dev-libs/libspnav-1[X]
-	dev-qt/qtcore
-	dev-qt/qtgui
-	dev-qt/qtwidgets
-	x11-libs/libX11"
-DEPEND="${COMMON_DEPEND}
-	virtual/pkgconfig"
-RDEPEND="${COMMON_DEPEND}
-	>=app-misc/spacenavd-1[X]"
-
-src_configure() {
-	econf --disable-debug --disable-opt
-}
-
-src_compile() {
-	local args=(
-		CC="$(tc-getCC)"
-		MOC="$(qt5_get_bindir)/moc"
-		RCC="$(qt5_get_bindir)/rcc"
-		UIC="$(qt5_get_bindir)/uic"
-	)
-	emake "${args[@]}"
-}


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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-09 15:27 [gentoo-commits] repo/gentoo:master commit in: x11-misc/spnavcfg/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-10-09 15:54 Sebastian Pipping
2024-10-09 15:27 Sam James
2022-04-06 20:45 Sebastian Pipping
2022-04-06 17:29 Sebastian Pipping
2022-03-20  0:16 Sam James
2021-03-13 11:37 Sam James
2021-03-13 11:36 Sam James
2020-12-01 13:55 Sebastian Pipping
2020-01-31 18:33 Sebastian Pipping
2018-08-19  8:18 Jonas Stein
2017-10-26 18:54 Thomas Deutschmann
2017-02-06  8:15 David Seifert
2016-04-19 19:50 Ian Stakenvicius

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