public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-wireless/rfkill: ChangeLog rfkill-0.2.ebuild
@ 2009-08-26  8:11 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Vroon (chainsaw) @ 2009-08-26  8:11 UTC (permalink / raw
  To: gentoo-commits

chainsaw    09/08/26 08:11:39

  Modified:             ChangeLog
  Added:                rfkill-0.2.ebuild
  Log:
  New version, adds a manpage, support for the GPS device type and for block/unblock all switches.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-wireless/rfkill/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	21 Jul 2009 12:41:09 -0000	1.1
+++ ChangeLog	26 Aug 2009 08:11:39 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for net-wireless/rfkill
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v 1.1 2009/07/21 12:41:09 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v 1.2 2009/08/26 08:11:39 chainsaw Exp $
+
+*rfkill-0.2 (26 Aug 2009)
+
+  26 Aug 2009; <chainsaw@gentoo.org> +rfkill-0.2.ebuild:
+  New version, adds a manpage, support for the GPS device type and for
+  block/unblock all switches.
 
 *rfkill-0.1 (21 Jul 2009)
 



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

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

Index: rfkill-0.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/rfkill-0.2.ebuild,v 1.1 2009/08/26 08:11:39 chainsaw Exp $

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="http://wireless.kernel.org/download/${PN}/${P}.tar.bz2"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND=""
DEPEND="sys-devel/make"

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

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

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






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

* [gentoo-commits] gentoo-x86 commit in net-wireless/rfkill: ChangeLog rfkill-0.2.ebuild
@ 2009-12-01 19:02 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-01 19:02 UTC (permalink / raw
  To: gentoo-commits

fauli       09/12/01 19:02:58

  Modified:             ChangeLog rfkill-0.2.ebuild
  Log:
  add ~x86, bug 293143
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.3                  net-wireless/rfkill/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	26 Aug 2009 08:11:39 -0000	1.2
+++ ChangeLog	1 Dec 2009 19:02:58 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for net-wireless/rfkill
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v 1.2 2009/08/26 08:11:39 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/ChangeLog,v 1.3 2009/12/01 19:02:58 fauli Exp $
+
+  01 Dec 2009; Christian Faulhammer <fauli@gentoo.org> rfkill-0.2.ebuild:
+  add ~x86, bug 293143
 
 *rfkill-0.2 (26 Aug 2009)
 



1.2                  net-wireless/rfkill/rfkill-0.2.ebuild

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

Index: rfkill-0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/rfkill/rfkill-0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rfkill-0.2.ebuild	26 Aug 2009 08:11:39 -0000	1.1
+++ rfkill-0.2.ebuild	1 Dec 2009 19:02:58 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/rfkill-0.2.ebuild,v 1.1 2009/08/26 08:11:39 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/rfkill-0.2.ebuild,v 1.2 2009/12/01 19:02:58 fauli Exp $
 
 inherit toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND=""






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

end of thread, other threads:[~2009-12-01 19:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-26  8:11 [gentoo-commits] gentoo-x86 commit in net-wireless/rfkill: ChangeLog rfkill-0.2.ebuild Tony Vroon (chainsaw)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-01 19:02 Christian Faulhammer (fauli)

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