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.22.ebuild ChangeLog
@ 2012-02-08  0:14 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-08  0:14 UTC (permalink / raw
  To: gentoo-commits

jer         12/02/08 00:14:24

  Modified:             ChangeLog
  Added:                binutils-hppa64-2.22.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	19 Sep 2011 16:17:55 -0000	1.23
+++ ChangeLog	8 Feb 2012 00:14:24 -0000	1.24
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/binutils-hppa64
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.23 2011/09/19 16:17:55 vapier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.24 2012/02/08 00:14:24 jer Exp $
+
+*binutils-hppa64-2.22 (08 Feb 2012)
+
+  08 Feb 2012; Jeroen Roovers <jer@gentoo.org> +binutils-hppa64-2.22.ebuild:
+  Version bump.
 
   19 Sep 2011; Mike Frysinger <vapier@gentoo.org> Manifest:
   Regen 2.19.1/2.20.1 manifests too #381831.



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

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

Index: binutils-hppa64-2.22.ebuild
===================================================================
# Copyright 1999-2012 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.22.ebuild,v 1.1 2012/02/08 00:14:24 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"
IUSE=""

# 66_all_binutils-2.22-warn-textrel.patch fails to apply with                                                                       
# patch-2.5.9, so require a version that for sure works                                                                             
DEPEND+=" >=sys-devel/patch-2.6.1"

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.22.ebuild ChangeLog
@ 2012-03-05 21:18 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2012-03-05 21:18 UTC (permalink / raw
  To: gentoo-commits

jer         12/03/05 21:18:05

  Modified:             binutils-hppa64-2.22.ebuild ChangeLog
  Log:
  Bump PATCHVER.
  
  (Portage version: 2.2.0_alpha89/cvs/Linux i686)

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

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

Index: binutils-hppa64-2.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.22.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- binutils-hppa64-2.22.ebuild	8 Feb 2012 05:23:36 -0000	1.2
+++ binutils-hppa64-2.22.ebuild	5 Mar 2012 21:18:05 -0000	1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 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.22.ebuild,v 1.2 2012/02/08 05:23:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.22.ebuild,v 1.3 2012/03/05 21:18:05 jer Exp $
 
 export CTARGET=hppa64-${CHOST#*-}
 
-PATCHVER="1.1"
+PATCHVER="1.2"
 ELF2FLT_VER=""
 inherit toolchain-binutils
 



1.25                 sys-devel/binutils-hppa64/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	8 Feb 2012 00:14:24 -0000	1.24
+++ ChangeLog	5 Mar 2012 21:18:05 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/binutils-hppa64
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.24 2012/02/08 00:14:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.25 2012/03/05 21:18:05 jer Exp $
+
+  05 Mar 2012; Jeroen Roovers <jer@gentoo.org> binutils-hppa64-2.22.ebuild:
+  Bump PATCHVER.
 
 *binutils-hppa64-2.22 (08 Feb 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/binutils-hppa64: binutils-hppa64-2.22.ebuild ChangeLog
@ 2012-05-15 19:34 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2012-05-15 19:34 UTC (permalink / raw
  To: gentoo-commits

jer         12/05/15 19:34:38

  Modified:             binutils-hppa64-2.22.ebuild ChangeLog
  Log:
  Stable for HPPA too.
  
  (Portage version: 2.2.0_alpha105/cvs/Linux i686)

Revision  Changes    Path
1.4                  sys-devel/binutils-hppa64/binutils-hppa64-2.22.ebuild

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

Index: binutils-hppa64-2.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.22.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- binutils-hppa64-2.22.ebuild	5 Mar 2012 21:18:05 -0000	1.3
+++ binutils-hppa64-2.22.ebuild	15 May 2012 19:34:38 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.22.ebuild,v 1.3 2012/03/05 21:18:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.22.ebuild,v 1.4 2012/05/15 19:34:38 jer Exp $
 
 export CTARGET=hppa64-${CHOST#*-}
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="binutils package for building 64bit kernels on HPPA"
 
-KEYWORDS="-* ~hppa"
+KEYWORDS="-* hppa"
 IUSE=""
 
 # 66_all_binutils-2.22-warn-textrel.patch fails to apply with



1.26                 sys-devel/binutils-hppa64/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	5 Mar 2012 21:18:05 -0000	1.25
+++ ChangeLog	15 May 2012 19:34:38 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/binutils-hppa64
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.25 2012/03/05 21:18:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.26 2012/05/15 19:34:38 jer Exp $
+
+  15 May 2012; Jeroen Roovers <jer@gentoo.org> binutils-hppa64-2.22.ebuild:
+  Stable for HPPA too.
 
   05 Mar 2012; Jeroen Roovers <jer@gentoo.org> binutils-hppa64-2.22.ebuild:
   Bump PATCHVER.






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

end of thread, other threads:[~2012-05-15 19:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-05 21:18 [gentoo-commits] gentoo-x86 commit in sys-devel/binutils-hppa64: binutils-hppa64-2.22.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-15 19:34 Jeroen Roovers (jer)
2012-02-08  0:14 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