public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libelf: libelf-0.8.13-r2.ebuild ChangeLog
@ 2013-08-16 12:36 Alexis Ballier (aballier)
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier (aballier) @ 2013-08-16 12:36 UTC (permalink / raw
  To: gentoo-commits

aballier    13/08/16 12:36:10

  Modified:             ChangeLog
  Added:                libelf-0.8.13-r2.ebuild
  Log:
  Convert to multilib, bug #479316. Stack it for emul-baselibs r12
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.44                 dev-libs/libelf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	29 Nov 2012 13:42:25 -0000	1.43
+++ ChangeLog	16 Aug 2013 12:36:10 -0000	1.44
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libelf
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.43 2012/11/29 13:42:25 blueness Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.44 2013/08/16 12:36:10 aballier Exp $
+
+*libelf-0.8.13-r2 (16 Aug 2013)
+
+  16 Aug 2013; Alexis Ballier <aballier@gentoo.org> +libelf-0.8.13-r2.ebuild:
+  Convert to multilib, bug #479316. Stack it for emul-baselibs r12
 
   29 Nov 2012; Anthony G. Basile <blueness@gentoo.org> libelf-0.8.13-r1.ebuild:
   Rapid stabilization arm and ppc64



1.1                  dev-libs/libelf/libelf-0.8.13-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild?rev=1.1&content-type=text/plain

Index: libelf-0.8.13-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild,v 1.1 2013/08/16 12:36:10 aballier Exp $

EAPI="5"

inherit eutils multilib autotools multilib-minimal

DESCRIPTION="A ELF object file access library"
HOMEPAGE="http://www.mr511.de/software/"
SRC_URI="http://www.mr511.de/software/${P}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="debug nls elibc_FreeBSD"

RDEPEND="!dev-libs/elfutils
	abi_x86_32? (
		!<=app-emulation/emul-linux-x86-baselibs-20130224-r11
		!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
	)"
DEPEND="nls? ( sys-devel/gettext )"

DOCS=( ChangeLog README )
MULTILIB_WRAPPED_HEADERS=( /usr/include/libelf/sys_elf.h )

src_prepare() {
	epatch "${FILESDIR}/${P}-build.patch"
	eautoreconf
}

multilib_src_configure() {
	# prefix might want to play with this; unfortunately the stupid
	# macro used to detect whether we're building ELF is so screwed up
	# that trying to fix it is just a waste of time.
	export mr_cv_target_elf=yes

	ECONF_SOURCE="${S}" econf \
		$(use_enable nls) \
		--enable-shared \
		$(use_enable debug)
}

multilib_src_install() {
	emake \
		prefix="${ED}usr" \
		libdir="${ED}usr/$(get_libdir)" \
		install \
		install-compat \
		-j1 || die

	# Stop libelf from stamping on the system nlist.h
	use elibc_FreeBSD && rm "${ED}"/usr/include/nlist.h
}





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libelf: libelf-0.8.13-r2.ebuild ChangeLog
@ 2014-10-18 15:33 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-10-18 15:33 UTC (permalink / raw
  To: gentoo-commits

blueness    14/10/18 15:33:29

  Modified:             libelf-0.8.13-r2.ebuild ChangeLog
  Log:
  Stable on arm, ppc and ppc64.  Bug #525746
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.2                  dev-libs/libelf/libelf-0.8.13-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild?r1=1.1&r2=1.2

Index: libelf-0.8.13-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libelf-0.8.13-r2.ebuild	16 Aug 2013 12:36:10 -0000	1.1
+++ libelf-0.8.13-r2.ebuild	18 Oct 2014 15:33:29 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild,v 1.1 2013/08/16 12:36:10 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild,v 1.2 2014/10/18 15:33:29 blueness Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~mips ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug nls elibc_FreeBSD"
 
 RDEPEND="!dev-libs/elfutils



1.45                 dev-libs/libelf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	16 Aug 2013 12:36:10 -0000	1.44
+++ ChangeLog	18 Oct 2014 15:33:29 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libelf
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.44 2013/08/16 12:36:10 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.45 2014/10/18 15:33:29 blueness Exp $
+
+  18 Oct 2014; Anthony G. Basile <blueness@gentoo.org> libelf-0.8.13-r2.ebuild:
+  Stable on arm, ppc and ppc64.  Bug #525746
 
 *libelf-0.8.13-r2 (16 Aug 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libelf: libelf-0.8.13-r2.ebuild ChangeLog
@ 2014-12-16 14:22 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 6+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-12-16 14:22 UTC (permalink / raw
  To: gentoo-commits

nimiux      14/12/16 14:22:57

  Modified:             libelf-0.8.13-r2.ebuild ChangeLog
  Log:
  Stable for amd64 wrt bug #525746
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key F253DB15)

Revision  Changes    Path
1.4                  dev-libs/libelf/libelf-0.8.13-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild?r1=1.3&r2=1.4

Index: libelf-0.8.13-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libelf-0.8.13-r2.ebuild	20 Oct 2014 13:42:34 -0000	1.3
+++ libelf-0.8.13-r2.ebuild	16 Dec 2014 14:22:57 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild,v 1.3 2014/10/20 13:42:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild,v 1.4 2014/12/16 14:22:57 nimiux Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~mips ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~mips ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug nls elibc_FreeBSD"
 
 RDEPEND="!dev-libs/elfutils



1.47                 dev-libs/libelf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	20 Oct 2014 13:42:34 -0000	1.46
+++ ChangeLog	16 Dec 2014 14:22:57 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libelf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.46 2014/10/20 13:42:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.47 2014/12/16 14:22:57 nimiux Exp $
+
+  16 Dec 2014; Chema Alonso <nimiux@gentoo.org> libelf-0.8.13-r2.ebuild:
+  Stable for amd64 wrt bug #525746
 
   20 Oct 2014; Jeroen Roovers <jer@gentoo.org> libelf-0.8.13-r2.ebuild:
   Stable for HPPA (bug #525746).





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libelf: libelf-0.8.13-r2.ebuild ChangeLog
@ 2014-12-23 15:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-23 15:58 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/23 15:58:27

  Modified:             libelf-0.8.13-r2.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #525746
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-libs/libelf/libelf-0.8.13-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild?r1=1.4&r2=1.5

Index: libelf-0.8.13-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libelf-0.8.13-r2.ebuild	16 Dec 2014 14:22:57 -0000	1.4
+++ libelf-0.8.13-r2.ebuild	23 Dec 2014 15:58:27 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild,v 1.4 2014/12/16 14:22:57 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild,v 1.5 2014/12/23 15:58:27 ago Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~mips ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug nls elibc_FreeBSD"
 
 RDEPEND="!dev-libs/elfutils



1.48                 dev-libs/libelf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	16 Dec 2014 14:22:57 -0000	1.47
+++ ChangeLog	23 Dec 2014 15:58:27 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libelf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.47 2014/12/16 14:22:57 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.48 2014/12/23 15:58:27 ago Exp $
+
+  23 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libelf-0.8.13-r2.ebuild:
+  Stable for alpha, wrt bug #525746
 
   16 Dec 2014; Chema Alonso <nimiux@gentoo.org> libelf-0.8.13-r2.ebuild:
   Stable for amd64 wrt bug #525746





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libelf: libelf-0.8.13-r2.ebuild ChangeLog
@ 2014-12-26 13:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-26 13:16 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/26 13:16:25

  Modified:             libelf-0.8.13-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #525746
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-libs/libelf/libelf-0.8.13-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild?r1=1.5&r2=1.6

Index: libelf-0.8.13-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libelf-0.8.13-r2.ebuild	23 Dec 2014 15:58:27 -0000	1.5
+++ libelf-0.8.13-r2.ebuild	26 Dec 2014 13:16:25 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild,v 1.5 2014/12/23 15:58:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild,v 1.6 2014/12/26 13:16:25 ago Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug nls elibc_FreeBSD"
 
 RDEPEND="!dev-libs/elfutils



1.49                 dev-libs/libelf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	23 Dec 2014 15:58:27 -0000	1.48
+++ ChangeLog	26 Dec 2014 13:16:25 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libelf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.48 2014/12/23 15:58:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.49 2014/12/26 13:16:25 ago Exp $
+
+  26 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libelf-0.8.13-r2.ebuild:
+  Stable for x86, wrt bug #525746
 
   23 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libelf-0.8.13-r2.ebuild:
   Stable for alpha, wrt bug #525746





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libelf: libelf-0.8.13-r2.ebuild ChangeLog
@ 2015-01-02 12:17 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-02 12:17 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/02 12:17:38

  Modified:             libelf-0.8.13-r2.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #525746
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-libs/libelf/libelf-0.8.13-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild?r1=1.6&r2=1.7

Index: libelf-0.8.13-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libelf-0.8.13-r2.ebuild	26 Dec 2014 13:16:25 -0000	1.6
+++ libelf-0.8.13-r2.ebuild	2 Jan 2015 12:17:38 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild,v 1.6 2014/12/26 13:16:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.13-r2.ebuild,v 1.7 2015/01/02 12:17:38 ago Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug nls elibc_FreeBSD"
 
 RDEPEND="!dev-libs/elfutils



1.50                 dev-libs/libelf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libelf/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	26 Dec 2014 13:16:25 -0000	1.49
+++ ChangeLog	2 Jan 2015 12:17:38 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libelf
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.49 2014/12/26 13:16:25 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/ChangeLog,v 1.50 2015/01/02 12:17:38 ago Exp $
+
+  02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libelf-0.8.13-r2.ebuild:
+  Stable for sparc, wrt bug #525746
 
   26 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libelf-0.8.13-r2.ebuild:
   Stable for x86, wrt bug #525746





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

end of thread, other threads:[~2015-01-02 12:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-18 15:33 [gentoo-commits] gentoo-x86 commit in dev-libs/libelf: libelf-0.8.13-r2.ebuild ChangeLog Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-02 12:17 Agostino Sarubbo (ago)
2014-12-26 13:16 Agostino Sarubbo (ago)
2014-12-23 15:58 Agostino Sarubbo (ago)
2014-12-16 14:22 JosA MarAa Alonso (nimiux)
2013-08-16 12:36 Alexis Ballier (aballier)

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