public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/binutils-hppa64: binutils-hppa64-2.20.1.ebuild ChangeLog
@ 2010-07-15  3:20 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2010-07-15  3:20 UTC (permalink / raw
  To: gentoo-commits

jer         10/07/15 03:20:13

  Modified:             ChangeLog
  Added:                binutils-hppa64-2.20.1.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.17                 sys-devel/binutils-hppa64/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	15 Jul 2010 03:13:56 -0000	1.16
+++ ChangeLog	15 Jul 2010 03:20:13 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/binutils-hppa64
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.16 2010/07/15 03:13:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.17 2010/07/15 03:20:13 jer Exp $
+
+*binutils-hppa64-2.20.1 (15 Jul 2010)
+
+  15 Jul 2010; Jeroen Roovers <jer@gentoo.org>
+  +binutils-hppa64-2.20.1.ebuild:
+  Version bump.
 
   15 Jul 2010; Jeroen Roovers <jer@gentoo.org>
   binutils-hppa64-2.19.1.ebuild:



1.1                  sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild?rev=1.1&content-type=text/plain

Index: binutils-hppa64-2.20.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild,v 1.1 2010/07/15 03:20:13 jer Exp $

export CTARGET=hppa64-${CHOST#*-}

PATCHVER="1.1"
ELF2FLT_VER=""
inherit toolchain-binutils

DESCRIPTION="binutils package for building 64bit kernels on HPPA"

KEYWORDS="-* ~hppa"

src_install() {
	toolchain-binutils_src_install

	# tweak the default fake list a little bit
	cd "${D}"/etc/env.d/binutils
	sed -i '/FAKE_TARGETS=/s:"$: hppa64-linux":' ${CTARGET}-${BVER} || die
}






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/binutils-hppa64: binutils-hppa64-2.20.1.ebuild ChangeLog
@ 2010-08-02 23:24 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2010-08-02 23:24 UTC (permalink / raw
  To: gentoo-commits

jer         10/08/02 23:24:36

  Modified:             binutils-hppa64-2.20.1.ebuild ChangeLog
  Log:
  Mark -hppa as it cannot build a kernel (bug #330933).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.2                  sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild?r1=1.1&r2=1.2

Index: binutils-hppa64-2.20.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- binutils-hppa64-2.20.1.ebuild	15 Jul 2010 03:20:13 -0000	1.1
+++ binutils-hppa64-2.20.1.ebuild	2 Aug 2010 23:24:35 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild,v 1.1 2010/07/15 03:20:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild,v 1.2 2010/08/02 23:24:35 jer Exp $
 
 export CTARGET=hppa64-${CHOST#*-}
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="binutils package for building 64bit kernels on HPPA"
 
-KEYWORDS="-* ~hppa"
+KEYWORDS="-* -hppa"
 
 src_install() {
 	toolchain-binutils_src_install



1.18                 sys-devel/binutils-hppa64/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	15 Jul 2010 03:20:13 -0000	1.17
+++ ChangeLog	2 Aug 2010 23:24:35 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/binutils-hppa64
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.17 2010/07/15 03:20:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.18 2010/08/02 23:24:35 jer Exp $
+
+  02 Aug 2010; Jeroen Roovers <jer@gentoo.org>
+  binutils-hppa64-2.20.1.ebuild:
+  Mark -hppa as it cannot build a kernel (bug #330933).
 
 *binutils-hppa64-2.20.1 (15 Jul 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/binutils-hppa64: binutils-hppa64-2.20.1.ebuild ChangeLog
@ 2010-09-17 17:41 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2010-09-17 17:41 UTC (permalink / raw
  To: gentoo-commits

jer         10/09/17 17:41:51

  Modified:             binutils-hppa64-2.20.1.ebuild ChangeLog
  Log:
  Stable for HPPA too.
  
  (Portage version: 2.2_rc83/cvs/Linux i686)

Revision  Changes    Path
1.3                  sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild?r1=1.2&r2=1.3

Index: binutils-hppa64-2.20.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- binutils-hppa64-2.20.1.ebuild	2 Aug 2010 23:24:35 -0000	1.2
+++ binutils-hppa64-2.20.1.ebuild	17 Sep 2010 17:41:51 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild,v 1.2 2010/08/02 23:24:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild,v 1.3 2010/09/17 17:41:51 jer Exp $
 
 export CTARGET=hppa64-${CHOST#*-}
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="binutils package for building 64bit kernels on HPPA"
 
-KEYWORDS="-* -hppa"
+KEYWORDS="-* hppa"
 
 src_install() {
 	toolchain-binutils_src_install



1.19                 sys-devel/binutils-hppa64/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	2 Aug 2010 23:24:35 -0000	1.18
+++ ChangeLog	17 Sep 2010 17:41:51 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/binutils-hppa64
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.18 2010/08/02 23:24:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.19 2010/09/17 17:41:51 jer Exp $
+
+  17 Sep 2010; Jeroen Roovers <jer@gentoo.org>
+  binutils-hppa64-2.20.1.ebuild:
+  Stable for HPPA too.
 
   02 Aug 2010; Jeroen Roovers <jer@gentoo.org>
   binutils-hppa64-2.20.1.ebuild:






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

end of thread, other threads:[~2010-09-17 17:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-17 17:41 [gentoo-commits] gentoo-x86 commit in sys-devel/binutils-hppa64: binutils-hppa64-2.20.1.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-02 23:24 Jeroen Roovers (jer)
2010-07-15  3:20 Jeroen Roovers (jer)

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