public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/hal-info: ChangeLog hal-info-20080508.ebuild
@ 2008-06-26  1:54 Olivier Crete (tester)
  0 siblings, 0 replies; 10+ messages in thread
From: Olivier Crete (tester) @ 2008-06-26  1:54 UTC (permalink / raw
  To: gentoo-commits

tester      08/06/26 01:54:10

  Modified:             ChangeLog
  Added:                hal-info-20080508.ebuild
  Log:
  Version bump, bug #225873
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.36                 app-misc/hal-info/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	23 Jun 2008 16:15:16 -0000	1.35
+++ ChangeLog	26 Jun 2008 01:54:10 -0000	1.36
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/hal-info
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.35 2008/06/23 16:15:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.36 2008/06/26 01:54:10 tester Exp $
+
+*hal-info-20080508 (26 Jun 2008)
+
+  26 Jun 2008; Olivier Crête <tester@gentoo.org> +hal-info-20080508.ebuild:
+  Version bump, bug #225873
 
   23 Jun 2008; Jeroen Roovers <jer@gentoo.org> hal-info-20080310.ebuild:
   Stable for HPPA (bug #222219).



1.1                  app-misc/hal-info/hal-info-20080508.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.1&content-type=text/plain

Index: hal-info-20080508.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.1 2008/06/26 01:54:10 tester Exp $

inherit eutils

DESCRIPTION="The fdi scripts that HAL uses"
HOMEPAGE="http://hal.freedesktop.org/"
SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~sparc ~x86"
IUSE=""

RDEPEND=">=sys-apps/hal-0.5.10"
DEPEND="${RDEPEND}"

src_compile() {
	econf || die "configure failed"
	emake || die "make failed"
}

src_install() {
	make DESTDIR="${D}" install || die "install failed."
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-misc/hal-info: ChangeLog hal-info-20080508.ebuild
@ 2008-07-26 21:07 Olivier Crete (tester)
  0 siblings, 0 replies; 10+ messages in thread
From: Olivier Crete (tester) @ 2008-07-26 21:07 UTC (permalink / raw
  To: gentoo-commits

tester      08/07/26 21:07:40

  Modified:             ChangeLog hal-info-20080508.ebuild
  Log:
  Stable on amd64, bug #222219
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.37                 app-misc/hal-info/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	26 Jun 2008 01:54:10 -0000	1.36
+++ ChangeLog	26 Jul 2008 21:07:40 -0000	1.37
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/hal-info
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.36 2008/06/26 01:54:10 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.37 2008/07/26 21:07:40 tester Exp $
+
+  26 Jul 2008; Olivier Crête <tester@gentoo.org> hal-info-20080508.ebuild:
+  Stable on amd64, bug #222219
+
+  26 Jul 2008; Olivier Crête <tester@gentoo.org> hal-info-20080508.ebuild:
+  Stable on amd64, bug #222219
 
 *hal-info-20080508 (26 Jun 2008)
 



1.2                  app-misc/hal-info/hal-info-20080508.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?r1=1.1&r2=1.2

Index: hal-info-20080508.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hal-info-20080508.ebuild	26 Jun 2008 01:54:10 -0000	1.1
+++ hal-info-20080508.ebuild	26 Jul 2008 21:07:40 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.1 2008/06/26 01:54:10 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.2 2008/07/26 21:07:40 tester Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=sys-apps/hal-0.5.10"






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

* [gentoo-commits] gentoo-x86 commit in app-misc/hal-info: ChangeLog hal-info-20080508.ebuild
@ 2008-07-27 17:09 Friedrich Oslage (bluebird)
  0 siblings, 0 replies; 10+ messages in thread
From: Friedrich Oslage (bluebird) @ 2008-07-27 17:09 UTC (permalink / raw
  To: gentoo-commits

bluebird    08/07/27 17:09:11

  Modified:             ChangeLog hal-info-20080508.ebuild
  Log:
  Stable on sparc, bug #222219
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r7 sparc64)

Revision  Changes    Path
1.38                 app-misc/hal-info/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	26 Jul 2008 21:07:40 -0000	1.37
+++ ChangeLog	27 Jul 2008 17:09:10 -0000	1.38
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/hal-info
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.37 2008/07/26 21:07:40 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.38 2008/07/27 17:09:10 bluebird Exp $
+
+  27 Jul 2008; Friedrich Oslage <bluebird@gentoo.org>
+  hal-info-20080508.ebuild:
+  Stable on sparc, bug #222219
 
   26 Jul 2008; Olivier Crête <tester@gentoo.org> hal-info-20080508.ebuild:
   Stable on amd64, bug #222219



1.3                  app-misc/hal-info/hal-info-20080508.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?r1=1.2&r2=1.3

Index: hal-info-20080508.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hal-info-20080508.ebuild	26 Jul 2008 21:07:40 -0000	1.2
+++ hal-info-20080508.ebuild	27 Jul 2008 17:09:10 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.2 2008/07/26 21:07:40 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.3 2008/07/27 17:09:10 bluebird Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips sparc ~x86"
 IUSE=""
 
 RDEPEND=">=sys-apps/hal-0.5.10"






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

* [gentoo-commits] gentoo-x86 commit in app-misc/hal-info: ChangeLog hal-info-20080508.ebuild
@ 2008-07-28 14:10 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2008-07-28 14:10 UTC (permalink / raw
  To: gentoo-commits

armin76     08/07/28 14:10:58

  Modified:             ChangeLog hal-info-20080508.ebuild
  Log:
  ia64/x86 stable wrt #222219
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.39                 app-misc/hal-info/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	27 Jul 2008 17:09:10 -0000	1.38
+++ ChangeLog	28 Jul 2008 14:10:57 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/hal-info
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.38 2008/07/27 17:09:10 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.39 2008/07/28 14:10:57 armin76 Exp $
+
+  28 Jul 2008; Raúl Porcel <armin76@gentoo.org> hal-info-20080508.ebuild:
+  ia64/x86 stable wrt #222219
 
   27 Jul 2008; Friedrich Oslage <bluebird@gentoo.org>
   hal-info-20080508.ebuild:



1.4                  app-misc/hal-info/hal-info-20080508.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?r1=1.3&r2=1.4

Index: hal-info-20080508.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hal-info-20080508.ebuild	27 Jul 2008 17:09:10 -0000	1.3
+++ hal-info-20080508.ebuild	28 Jul 2008 14:10:57 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.3 2008/07/27 17:09:10 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.4 2008/07/28 14:10:57 armin76 Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ia64 ~mips sparc x86"
 IUSE=""
 
 RDEPEND=">=sys-apps/hal-0.5.10"






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

* [gentoo-commits] gentoo-x86 commit in app-misc/hal-info: ChangeLog hal-info-20080508.ebuild
@ 2008-08-05 20:10 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann (klausman) @ 2008-08-05 20:10 UTC (permalink / raw
  To: gentoo-commits

klausman    08/08/05 20:10:16

  Modified:             ChangeLog hal-info-20080508.ebuild
  Log:
  Stable on alpha, bug #222219
  (Portage version: 2.2_rc6/cvs/Linux 2.6.26.1 x86_64)

Revision  Changes    Path
1.40                 app-misc/hal-info/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	28 Jul 2008 14:10:57 -0000	1.39
+++ ChangeLog	5 Aug 2008 20:10:15 -0000	1.40
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/hal-info
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.39 2008/07/28 14:10:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.40 2008/08/05 20:10:15 klausman Exp $
+
+  05 Aug 2008; Tobias Klausmann <klausman@gentoo.org>
+  hal-info-20080508.ebuild:
+  Stable on alpha, bug #222219
 
   28 Jul 2008; Raúl Porcel <armin76@gentoo.org> hal-info-20080508.ebuild:
   ia64/x86 stable wrt #222219



1.5                  app-misc/hal-info/hal-info-20080508.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?r1=1.4&r2=1.5

Index: hal-info-20080508.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hal-info-20080508.ebuild	28 Jul 2008 14:10:57 -0000	1.4
+++ hal-info-20080508.ebuild	5 Aug 2008 20:10:15 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.4 2008/07/28 14:10:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.5 2008/08/05 20:10:15 klausman Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ia64 ~mips sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips sparc x86"
 IUSE=""
 
 RDEPEND=">=sys-apps/hal-0.5.10"






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

* [gentoo-commits] gentoo-x86 commit in app-misc/hal-info: ChangeLog hal-info-20080508.ebuild
@ 2008-08-25  0:06 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2008-08-25  0:06 UTC (permalink / raw
  To: gentoo-commits

jer         08/08/25 00:06:19

  Modified:             ChangeLog hal-info-20080508.ebuild
  Log:
  Stable for HPPA (bug #222219).
  (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.41                 app-misc/hal-info/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	5 Aug 2008 20:10:15 -0000	1.40
+++ ChangeLog	25 Aug 2008 00:06:19 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/hal-info
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.40 2008/08/05 20:10:15 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.41 2008/08/25 00:06:19 jer Exp $
+
+  25 Aug 2008; Jeroen Roovers <jer@gentoo.org> hal-info-20080508.ebuild:
+  Stable for HPPA (bug #222219).
 
   05 Aug 2008; Tobias Klausmann <klausman@gentoo.org>
   hal-info-20080508.ebuild:



1.6                  app-misc/hal-info/hal-info-20080508.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?r1=1.5&r2=1.6

Index: hal-info-20080508.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hal-info-20080508.ebuild	5 Aug 2008 20:10:15 -0000	1.5
+++ hal-info-20080508.ebuild	25 Aug 2008 00:06:19 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.5 2008/08/05 20:10:15 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.6 2008/08/25 00:06:19 jer Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips sparc x86"
 IUSE=""
 
 RDEPEND=">=sys-apps/hal-0.5.10"






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

* [gentoo-commits] gentoo-x86 commit in app-misc/hal-info: ChangeLog hal-info-20080508.ebuild
@ 2008-09-21 12:49 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 10+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-09-21 12:49 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/09/21 12:49:01

  Modified:             ChangeLog hal-info-20080508.ebuild
  Log:
  added ~ppc
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.42                 app-misc/hal-info/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	25 Aug 2008 00:06:19 -0000	1.41
+++ ChangeLog	21 Sep 2008 12:49:01 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/hal-info
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.41 2008/08/25 00:06:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.42 2008/09/21 12:49:01 nixnut Exp $
+
+  21 Sep 2008; nixnut <nixnut@gentoo.org> hal-info-20080508.ebuild:
+  Added ~ppc
 
   25 Aug 2008; Jeroen Roovers <jer@gentoo.org> hal-info-20080508.ebuild:
   Stable for HPPA (bug #222219).



1.7                  app-misc/hal-info/hal-info-20080508.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?r1=1.6&r2=1.7

Index: hal-info-20080508.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hal-info-20080508.ebuild	25 Aug 2008 00:06:19 -0000	1.6
+++ hal-info-20080508.ebuild	21 Sep 2008 12:49:01 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.6 2008/08/25 00:06:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.7 2008/09/21 12:49:01 nixnut Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc sparc x86"
 IUSE=""
 
 RDEPEND=">=sys-apps/hal-0.5.10"






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

* [gentoo-commits] gentoo-x86 commit in app-misc/hal-info: ChangeLog hal-info-20080508.ebuild
@ 2008-10-18 14:30 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2008-10-18 14:30 UTC (permalink / raw
  To: gentoo-commits

ranger      08/10/18 14:30:43

  Modified:             ChangeLog hal-info-20080508.ebuild
  Log:
  Marking hal-info-20080508 ppc because nixnut said so
  (Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)

Revision  Changes    Path
1.43                 app-misc/hal-info/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	21 Sep 2008 12:49:01 -0000	1.42
+++ ChangeLog	18 Oct 2008 14:30:43 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/hal-info
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.42 2008/09/21 12:49:01 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.43 2008/10/18 14:30:43 ranger Exp $
+
+  18 Oct 2008; Brent Baude <ranger@gentoo.org> hal-info-20080508.ebuild:
+  Marking hal-info-20080508 ppc because nixnut said so
 
   21 Sep 2008; nixnut <nixnut@gentoo.org> hal-info-20080508.ebuild:
   Added ~ppc



1.8                  app-misc/hal-info/hal-info-20080508.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?r1=1.7&r2=1.8

Index: hal-info-20080508.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hal-info-20080508.ebuild	21 Sep 2008 12:49:01 -0000	1.7
+++ hal-info-20080508.ebuild	18 Oct 2008 14:30:43 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.7 2008/09/21 12:49:01 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.8 2008/10/18 14:30:43 ranger Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86"
 IUSE=""
 
 RDEPEND=">=sys-apps/hal-0.5.10"






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

* [gentoo-commits] gentoo-x86 commit in app-misc/hal-info: ChangeLog hal-info-20080508.ebuild
@ 2008-10-26  8:11 Markus Rothe (corsair)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Rothe (corsair) @ 2008-10-26  8:11 UTC (permalink / raw
  To: gentoo-commits

corsair     08/10/26 08:11:45

  Modified:             ChangeLog hal-info-20080508.ebuild
  Log:
  Add ~ppc64
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.44                 app-misc/hal-info/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	18 Oct 2008 14:30:43 -0000	1.43
+++ ChangeLog	26 Oct 2008 08:11:45 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/hal-info
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.43 2008/10/18 14:30:43 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.44 2008/10/26 08:11:45 corsair Exp $
+
+  26 Oct 2008; Markus Rothe <corsair@gentoo.org> hal-info-20080508.ebuild:
+  Add ~ppc64
 
   18 Oct 2008; Brent Baude <ranger@gentoo.org> hal-info-20080508.ebuild:
   Marking hal-info-20080508 ppc because nixnut said so



1.9                  app-misc/hal-info/hal-info-20080508.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?r1=1.8&r2=1.9

Index: hal-info-20080508.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hal-info-20080508.ebuild	18 Oct 2008 14:30:43 -0000	1.8
+++ hal-info-20080508.ebuild	26 Oct 2008 08:11:45 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.8 2008/10/18 14:30:43 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.9 2008/10/26 08:11:45 corsair Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86"
 IUSE=""
 
 RDEPEND=">=sys-apps/hal-0.5.10"






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

* [gentoo-commits] gentoo-x86 commit in app-misc/hal-info: ChangeLog hal-info-20080508.ebuild
@ 2008-10-28 17:04 Markus Rothe (corsair)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Rothe (corsair) @ 2008-10-28 17:04 UTC (permalink / raw
  To: gentoo-commits

corsair     08/10/28 17:04:53

  Modified:             ChangeLog hal-info-20080508.ebuild
  Log:
  Stable on ppc64
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.45                 app-misc/hal-info/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	26 Oct 2008 08:11:45 -0000	1.44
+++ ChangeLog	28 Oct 2008 17:04:52 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/hal-info
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.44 2008/10/26 08:11:45 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.45 2008/10/28 17:04:52 corsair Exp $
+
+  28 Oct 2008; Markus Rothe <corsair@gentoo.org> hal-info-20080508.ebuild:
+  Stable on ppc64
 
   26 Oct 2008; Markus Rothe <corsair@gentoo.org> hal-info-20080508.ebuild:
   Add ~ppc64



1.10                 app-misc/hal-info/hal-info-20080508.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?r1=1.9&r2=1.10

Index: hal-info-20080508.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hal-info-20080508.ebuild	26 Oct 2008 08:11:45 -0000	1.9
+++ hal-info-20080508.ebuild	28 Oct 2008 17:04:52 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.9 2008/10/26 08:11:45 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.10 2008/10/28 17:04:52 corsair Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND=">=sys-apps/hal-0.5.10"






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

end of thread, other threads:[~2008-10-28 17:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-26  8:11 [gentoo-commits] gentoo-x86 commit in app-misc/hal-info: ChangeLog hal-info-20080508.ebuild Markus Rothe (corsair)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-28 17:04 Markus Rothe (corsair)
2008-10-18 14:30 Brent Baude (ranger)
2008-09-21 12:49 Gysbert Wassenaar (nixnut)
2008-08-25  0:06 Jeroen Roovers (jer)
2008-08-05 20:10 Tobias Klausmann (klausman)
2008-07-28 14:10 Raul Porcel (armin76)
2008-07-27 17:09 Friedrich Oslage (bluebird)
2008-07-26 21:07 Olivier Crete (tester)
2008-06-26  1:54 Olivier Crete (tester)

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