public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-wireless/rfkill: rfkill-0.5.ebuild ChangeLog
@ 2013-05-04 16:29 Richard Farina (zerochaos)
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Farina (zerochaos) @ 2013-05-04 16:29 UTC (permalink / raw
  To: gentoo-commits

zerochaos    13/05/04 16:29:29

  Modified:             ChangeLog
  Added:                rfkill-0.5.ebuild
  Log:
  new NFC support
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

Revision  Changes    Path
1.15                 net-wireless/rfkill/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	2 Feb 2013 04:36:16 -0000	1.14
+++ ChangeLog	4 May 2013 16:29:29 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for net-wireless/rfkill
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v 1.14 2013/02/02 04:36:16 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v 1.15 2013/05/04 16:29:29 zerochaos Exp $
+
+*rfkill-0.5 (04 May 2013)
+
+  04 May 2013; Rick Farina <zerochaos@gentoo.org> +rfkill-0.5.ebuild:
+  new NFC support
 
   02 Feb 2013; Rick Farina <zerochaos@gentoo.org> rfkill-0.4.ebuild:
   upstream moved locations, and I prefer XZ while we are at it



1.1                  net-wireless/rfkill/rfkill-0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild?rev=1.1&content-type=text/plain

Index: rfkill-0.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild,v 1.1 2013/05/04 16:29:29 zerochaos Exp $

EAPI=5

inherit toolchain-funcs

DESCRIPTION="Tool to read and control rfkill status through /dev/rfkill"
HOMEPAGE="http://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 ~x86"
IUSE=""

RDEPEND=""
DEPEND=""

CC=$(tc-getCC)
LD=$(tc-getLD)

src_compile() {
	emake V=1 || die "Failed to compile"
}

src_install() {
	emake install V=1 DESTDIR="${D}" || die "Failed to install"
}





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

* [gentoo-commits] gentoo-x86 commit in net-wireless/rfkill: rfkill-0.5.ebuild ChangeLog
@ 2013-06-25 11:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 11:38 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/25 11:38:38

  Modified:             rfkill-0.5.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #474294
  
  (Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  net-wireless/rfkill/rfkill-0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild?r1=1.1&r2=1.2

Index: rfkill-0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rfkill-0.5.ebuild	4 May 2013 16:29:29 -0000	1.1
+++ rfkill-0.5.ebuild	25 Jun 2013 11:38:38 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild,v 1.1 2013/05/04 16:29:29 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild,v 1.2 2013/06/25 11:38:38 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~x86"
+KEYWORDS="~amd64 ~arm ~mips x86"
 IUSE=""
 
 RDEPEND=""



1.16                 net-wireless/rfkill/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	4 May 2013 16:29:29 -0000	1.15
+++ ChangeLog	25 Jun 2013 11:38:38 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for net-wireless/rfkill
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v 1.15 2013/05/04 16:29:29 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v 1.16 2013/06/25 11:38:38 ago Exp $
+
+  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> rfkill-0.5.ebuild:
+  Stable for x86, wrt bug #474294
 
 *rfkill-0.5 (04 May 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in net-wireless/rfkill: rfkill-0.5.ebuild ChangeLog
@ 2013-06-25 12:50 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 12:50 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/25 12:50:16

  Modified:             rfkill-0.5.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #474294
  
  (Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  net-wireless/rfkill/rfkill-0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild?r1=1.2&r2=1.3

Index: rfkill-0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rfkill-0.5.ebuild	25 Jun 2013 11:38:38 -0000	1.2
+++ rfkill-0.5.ebuild	25 Jun 2013 12:50:16 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild,v 1.2 2013/06/25 11:38:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild,v 1.3 2013/06/25 12:50:16 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips x86"
+KEYWORDS="amd64 ~arm ~mips x86"
 IUSE=""
 
 RDEPEND=""



1.17                 net-wireless/rfkill/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	25 Jun 2013 11:38:38 -0000	1.16
+++ ChangeLog	25 Jun 2013 12:50:16 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for net-wireless/rfkill
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v 1.16 2013/06/25 11:38:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v 1.17 2013/06/25 12:50:16 ago Exp $
+
+  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> rfkill-0.5.ebuild:
+  Stable for amd64, wrt bug #474294
 
   25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> rfkill-0.5.ebuild:
   Stable for x86, wrt bug #474294





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

* [gentoo-commits] gentoo-x86 commit in net-wireless/rfkill: rfkill-0.5.ebuild ChangeLog
@ 2013-06-26 11:59 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-26 11:59 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/26 11:59:04

  Modified:             rfkill-0.5.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #474294
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  net-wireless/rfkill/rfkill-0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild?r1=1.3&r2=1.4

Index: rfkill-0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rfkill-0.5.ebuild	25 Jun 2013 12:50:16 -0000	1.3
+++ rfkill-0.5.ebuild	26 Jun 2013 11:59:04 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild,v 1.3 2013/06/25 12:50:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild,v 1.4 2013/06/26 11:59:04 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips x86"
+KEYWORDS="amd64 arm ~mips x86"
 IUSE=""
 
 RDEPEND=""



1.18                 net-wireless/rfkill/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/rfkill/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	25 Jun 2013 12:50:16 -0000	1.17
+++ ChangeLog	26 Jun 2013 11:59:04 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for net-wireless/rfkill
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v 1.17 2013/06/25 12:50:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v 1.18 2013/06/26 11:59:04 ago Exp $
+
+  26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> rfkill-0.5.ebuild:
+  Stable for arm, wrt bug #474294
 
   25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> rfkill-0.5.ebuild:
   Stable for amd64, wrt bug #474294





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

end of thread, other threads:[~2013-06-26 11:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-04 16:29 [gentoo-commits] gentoo-x86 commit in net-wireless/rfkill: rfkill-0.5.ebuild ChangeLog Richard Farina (zerochaos)
  -- strict thread matches above, loose matches on Subject: below --
2013-06-25 11:38 Agostino Sarubbo (ago)
2013-06-25 12:50 Agostino Sarubbo (ago)
2013-06-26 11:59 Agostino Sarubbo (ago)

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