public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/rfkill/
@ 2017-10-23 12:47 Lars Wendler
  0 siblings, 0 replies; 8+ messages in thread
From: Lars Wendler @ 2017-10-23 12:47 UTC (permalink / raw
  To: gentoo-commits

commit:     49d8805990194db614108d3519d7397c4f1c9c63
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 12:45:00 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 12:47:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d88059

net-wireless/rfkill: Revbumps to fix QA moaning.

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 net-wireless/rfkill/{rfkill-0.5.ebuild => rfkill-0.5-r2.ebuild}    | 0
 net-wireless/rfkill/{rfkill-0.5-r1.ebuild => rfkill-0.5-r3.ebuild} | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-wireless/rfkill/rfkill-0.5.ebuild b/net-wireless/rfkill/rfkill-0.5-r2.ebuild
similarity index 100%
rename from net-wireless/rfkill/rfkill-0.5.ebuild
rename to net-wireless/rfkill/rfkill-0.5-r2.ebuild

diff --git a/net-wireless/rfkill/rfkill-0.5-r1.ebuild b/net-wireless/rfkill/rfkill-0.5-r3.ebuild
similarity index 100%
rename from net-wireless/rfkill/rfkill-0.5-r1.ebuild
rename to net-wireless/rfkill/rfkill-0.5-r3.ebuild


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/rfkill/
@ 2022-03-20  0:38 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-03-20  0:38 UTC (permalink / raw
  To: gentoo-commits

commit:     c6c241d3c499ac3668ee2d416c5c3d5b36b125e3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 00:31:18 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 00:31:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c241d3

net-wireless/rfkill: [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>

 net-wireless/rfkill/rfkill-0.5-r2.ebuild | 4 ++--
 net-wireless/rfkill/rfkill-0.5-r3.ebuild | 4 ++--
 net-wireless/rfkill/rfkill-1.0.ebuild    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-wireless/rfkill/rfkill-0.5-r2.ebuild b/net-wireless/rfkill/rfkill-0.5-r2.ebuild
index ac0d53456b95..0087846dc2c3 100644
--- a/net-wireless/rfkill/rfkill-0.5-r2.ebuild
+++ b/net-wireless/rfkill/rfkill-0.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ RDEPEND="!>=sys-apps/util-linux-2.31_rc1"
 DEPEND=""
 
 src_compile() {
-	emake CC=$(tc-getCC) LD=$(tc-getLD) V=1
+	emake CC="$(tc-getCC)" LD="$(tc-getLD)" V=1
 }
 
 src_install() {

diff --git a/net-wireless/rfkill/rfkill-0.5-r3.ebuild b/net-wireless/rfkill/rfkill-0.5-r3.ebuild
index dad893b293f8..8398d76864e7 100644
--- a/net-wireless/rfkill/rfkill-0.5-r3.ebuild
+++ b/net-wireless/rfkill/rfkill-0.5-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,7 +24,7 @@ src_prepare() {
 }
 
 src_compile() {
-	emake CC=$(tc-getCC) LD=$(tc-getLD) V=1
+	emake CC="$(tc-getCC)" LD="$(tc-getLD)" V=1
 }
 
 src_install() {

diff --git a/net-wireless/rfkill/rfkill-1.0.ebuild b/net-wireless/rfkill/rfkill-1.0.ebuild
index 2dcc85799b0b..ab501bd65735 100644
--- a/net-wireless/rfkill/rfkill-1.0.ebuild
+++ b/net-wireless/rfkill/rfkill-1.0.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=6
@@ -23,7 +23,7 @@ src_prepare() {
 }
 
 src_compile() {
-	emake CC=$(tc-getCC) LD=$(tc-getLD) V=1
+	emake CC="$(tc-getCC)" LD="$(tc-getLD)" V=1
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/rfkill/
@ 2021-05-31 20:45 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2021-05-31 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     281e430d2863a3064aaba874ee603e99ee3f84db
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 20:44:18 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon May 31 20:44:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=281e430d

net-wireless/rfkill: drop inactive maintainer

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-wireless/rfkill/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/net-wireless/rfkill/metadata.xml b/net-wireless/rfkill/metadata.xml
index c41c87f63b1..4ce4d8942db 100644
--- a/net-wireless/rfkill/metadata.xml
+++ b/net-wireless/rfkill/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>chainsaw@gentoo.org</email>
-		<name>Tony Vroon</name>
-	</maintainer>
 	<maintainer type="person">
 		<email>zerochaos@gentoo.org</email>
 		<name> Rick Farina</name>


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/rfkill/
@ 2021-02-17 19:13 Rick Farina
  0 siblings, 0 replies; 8+ messages in thread
From: Rick Farina @ 2021-02-17 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     bbff0173fbaa4ebc2daaf6001e9af3ee3e16b973
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 19:13:29 2021 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 19:13:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbff0173

net-wireless/rfkill: bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/rfkill/Manifest          |  1 +
 net-wireless/rfkill/rfkill-1.0.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/net-wireless/rfkill/Manifest b/net-wireless/rfkill/Manifest
index a0d4839dc50..7047a19da2e 100644
--- a/net-wireless/rfkill/Manifest
+++ b/net-wireless/rfkill/Manifest
@@ -1 +1,2 @@
 DIST rfkill-0.5.tar.xz 7776 BLAKE2B 7f8d2e4d6b9433236de7c2e57035d39ece8b9a0c99c572aa8b0365dad35087f5594b21dcea3e6ea47e73c8471f172ef2d16193ce2ceb1fcc0490b61ddf11b765 SHA512 6ad4d28e7bf7ec69ec6a600cd774b7b3c60e85849ae3fca0f5509ed6a283ed5656d37cfd770df45ff1ceca59edd814807d116b30e199fca303baf496441419d7
+DIST rfkill-1.0.tar.xz 7228 BLAKE2B 045bcb83f5d6b89945846d5d80b1c45e8c18227ad73f4f05cdd73ffbb8e8076b8b14ce60a8f419c39db3c6543856ad47e1308f81e1621332faa64e80abc78342 SHA512 55055f47574f9589ee3739675f784c1ea286bef0ffb32f33a7ee9e319bd7ac61df6e22c6ecd1deada8ad451a8ee1f5284e4cbf5628a6d4fdedbd8ca8c7da5276

diff --git a/net-wireless/rfkill/rfkill-1.0.ebuild b/net-wireless/rfkill/rfkill-1.0.ebuild
new file mode 100644
index 00000000000..2dcc85799b0
--- /dev/null
+++ b/net-wireless/rfkill/rfkill-1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Tool to read and control rfkill status through /dev/rfkill"
+HOMEPAGE="https://wireless.kernel.org/en/users/Documentation/rfkill"
+SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="!>=sys-apps/util-linux-2.31_rc1"
+DEPEND=""
+
+src_prepare() {
+	sed -i 's#rfkill.8.gz#rfkill.8#' Makefile
+	default
+}
+
+src_compile() {
+	emake CC=$(tc-getCC) LD=$(tc-getLD) V=1
+}
+
+src_install() {
+	emake install V=1 DESTDIR="${D}"
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/rfkill/
@ 2017-10-23 11:17 Lars Wendler
  0 siblings, 0 replies; 8+ messages in thread
From: Lars Wendler @ 2017-10-23 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e8526888ced1f604c05c1020a087cdf87bbe727c
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 11:17:23 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 11:17:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8526888

net-wireless/rfkill: >=sys-apps/util-linux-2.31_rc1 also provides rfkill.

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 net-wireless/rfkill/rfkill-0.5-r1.ebuild | 4 ++--
 net-wireless/rfkill/rfkill-0.5.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-wireless/rfkill/rfkill-0.5-r1.ebuild b/net-wireless/rfkill/rfkill-0.5-r1.ebuild
index 65a79620fa8..dad893b293f 100644
--- a/net-wireless/rfkill/rfkill-0.5-r1.ebuild
+++ b/net-wireless/rfkill/rfkill-0.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
 IUSE=""
 
-RDEPEND=""
+RDEPEND="!>=sys-apps/util-linux-2.31_rc1"
 DEPEND=""
 
 src_prepare() {

diff --git a/net-wireless/rfkill/rfkill-0.5.ebuild b/net-wireless/rfkill/rfkill-0.5.ebuild
index 86d4f3feaa8..ab6b3fa74fa 100644
--- a/net-wireless/rfkill/rfkill-0.5.ebuild
+++ b/net-wireless/rfkill/rfkill-0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="amd64 arm ~mips ppc ppc64 x86"
 IUSE=""
 
-RDEPEND=""
+RDEPEND="!>=sys-apps/util-linux-2.31_rc1"
 DEPEND=""
 
 src_compile() {


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/rfkill/
@ 2016-10-14  6:50 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2016-10-14  6:50 UTC (permalink / raw
  To: gentoo-commits

commit:     2dc3aa5b996e008741c8b1fa324fc52a8dd19d2b
Author:     tharvik <tharvik <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Mon Oct 10 15:40:31 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 06:50:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc3aa5b

net-wireless/rfkill: remove git polling.

Acked-by: Tony Vroon <chainsaw <AT> gentoo.org>
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2525

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 net-wireless/rfkill/rfkill-0.5-r1.ebuild | 33 ++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/net-wireless/rfkill/rfkill-0.5-r1.ebuild b/net-wireless/rfkill/rfkill-0.5-r1.ebuild
new file mode 100644
index 00000000..6a8f42c
--- /dev/null
+++ b/net-wireless/rfkill/rfkill-0.5-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Tool to read and control rfkill status through /dev/rfkill"
+HOMEPAGE="https://wireless.kernel.org/en/users/Documentation/rfkill"
+SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+	default
+
+	sed -i "s|^SUFFIX=$|SUFFIX=-${PR}|" version.sh || die
+}
+
+src_compile() {
+	emake CC=$(tc-getCC) LD=$(tc-getLD) V=1
+}
+
+src_install() {
+	emake install V=1 DESTDIR="${D}"
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/rfkill/
@ 2016-10-05 19:35 Jeroen Roovers
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers @ 2016-10-05 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     1174a3f4255ac0d7d659034e6a7bf536a9c9af84
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  5 19:35:09 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Oct  5 19:35:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1174a3f4

net-wireless/rfkill: Stable for PPC PPC64 (bug #596152).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

 net-wireless/rfkill/rfkill-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/rfkill/rfkill-0.5.ebuild b/net-wireless/rfkill/rfkill-0.5.ebuild
index 4453dc7..a07f442 100644
--- a/net-wireless/rfkill/rfkill-0.5.ebuild
+++ b/net-wireless/rfkill/rfkill-0.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz"
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips x86"
+KEYWORDS="amd64 arm ~mips ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/rfkill/
@ 2016-09-27 13:13 Tony Vroon
  0 siblings, 0 replies; 8+ messages in thread
From: Tony Vroon @ 2016-09-27 13:13 UTC (permalink / raw
  To: gentoo-commits

commit:     68aa66b89f2d32b8bff55056ac18befaa1d2a74a
Author:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 27 13:13:19 2016 +0000
Commit:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 13:13:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68aa66b8

net-wireless/rfkill: Do not set toolchain variables in global scope; closes bug #593408 by Michał Górny.

Package-Manager: portage-2.3.1

 net-wireless/rfkill/rfkill-0.5.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/net-wireless/rfkill/rfkill-0.5.ebuild b/net-wireless/rfkill/rfkill-0.5.ebuild
index 248b232..4453dc7 100644
--- a/net-wireless/rfkill/rfkill-0.5.ebuild
+++ b/net-wireless/rfkill/rfkill-0.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit toolchain-funcs
 
@@ -18,11 +18,8 @@ IUSE=""
 RDEPEND=""
 DEPEND=""
 
-CC=$(tc-getCC)
-LD=$(tc-getLD)
-
 src_compile() {
-	emake V=1 || die "Failed to compile"
+	emake CC=$(tc-getCC) LD=$(tc-getLD) V=1 || die "Failed to compile"
 }
 
 src_install() {


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

end of thread, other threads:[~2022-03-20  0:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-23 12:47 [gentoo-commits] repo/gentoo:master commit in: net-wireless/rfkill/ Lars Wendler
  -- strict thread matches above, loose matches on Subject: below --
2022-03-20  0:38 Sam James
2021-05-31 20:45 David Seifert
2021-02-17 19:13 Rick Farina
2017-10-23 11:17 Lars Wendler
2016-10-14  6:50 Patrice Clement
2016-10-05 19:35 Jeroen Roovers
2016-09-27 13:13 Tony Vroon

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