public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: automake-1.12.6.ebuild ChangeLog
@ 2012-12-16 22:19 Mike Frysinger (vapier)
  0 siblings, 0 replies; 13+ messages in thread
From: Mike Frysinger (vapier) @ 2012-12-16 22:19 UTC (permalink / raw
  To: gentoo-commits

vapier      12/12/16 22:19:37

  Modified:             ChangeLog
  Added:                automake-1.12.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.176                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- ChangeLog	17 Nov 2012 18:22:47 -0000	1.175
+++ ChangeLog	16 Dec 2012 22:19:37 -0000	1.176
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.175 2012/11/17 18:22:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.176 2012/12/16 22:19:37 vapier Exp $
+
+*automake-1.12.6 (16 Dec 2012)
+
+  16 Dec 2012; Mike Frysinger <vapier@gentoo.org> +automake-1.12.6.ebuild:
+  Version bump.
 
 *automake-1.12.5 (17 Nov 2012)
 



1.1                  sys-devel/automake/automake-1.12.6.ebuild

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

Index: automake-1.12.6.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.1 2012/12/16 22:19:37 vapier Exp $

inherit eutils versionator unpacker

if [[ ${PV/_beta} == ${PV} ]]; then
	MY_P=${P}
	SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
		ftp://alpha.gnu.org/pub/gnu/${PN}/${MY_P}.tar.xz"
else
	MY_PV="$(get_major_version).$(($(get_version_component_range 2)-1))b"
	MY_P="${PN}-${MY_PV}"

	# Alpha/beta releases are not distributed on the usual mirrors.
	SRC_URI="ftp://alpha.gnu.org/pub/gnu/${PN}/${MY_P}.tar.xz"
fi

DESCRIPTION="Used to generate Makefile.in from Makefile.am"
HOMEPAGE="http://www.gnu.org/software/automake/"

LICENSE="GPL-2"
# Use Gentoo versioning for slotting.
SLOT="${PV:0:4}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE=""

RDEPEND="dev-lang/perl
	>=sys-devel/automake-wrapper-7
	>=sys-devel/autoconf-2.62
	>=sys-apps/texinfo-4.7
	sys-devel/gnuconfig"
DEPEND="${RDEPEND}
	sys-apps/help2man"

S="${WORKDIR}/${MY_P}"

src_unpack() {
	unpacker_src_unpack
	cd "${S}"
	sed -i \
		-e "s|: (automake)| v${SLOT}: (automake${SLOT})|" \
		doc/automake.texi || die
	local f
	for f in doc/automake.{texi,info*} ; do
		mv ${f} ${f%.*}${SLOT}.${f#*.} || die
	done
	touch -r configure doc/*.{texi,info}*
	sed -i -r \
		-e "s:(automake)(.info|.texi):\1${SLOT}\2:g" \
		Makefile.in || die
	export WANT_AUTOCONF=2.5
}

src_compile() {
	econf --docdir=/usr/share/doc/${PF} HELP2MAN=true || die
	emake APIVERSION="${SLOT}" pkgvdatadir="/usr/share/${PN}-${SLOT}" || die
}

src_install() {
	emake DESTDIR="${D}" install \
		APIVERSION="${SLOT}" pkgvdatadir="/usr/share/${PN}-${SLOT}" || die
	dodoc AUTHORS ChangeLog NEWS README THANKS

	rm \
		"${D}"/usr/bin/{aclocal,automake} \
		"${D}"/usr/share/man/man1/{aclocal,automake}.1 || die

	# remove all config.guess and config.sub files replacing them
	# w/a symlink to a specific gnuconfig version
	local x
	for x in guess sub ; do
		dosym ../gnuconfig/config.${x} /usr/share/${PN}-${SLOT}/config.${x}
	done
}





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: automake-1.12.6.ebuild ChangeLog
@ 2013-04-05 11:00 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-05 11:00 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/05 11:00:50

  Modified:             automake-1.12.6.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #459962
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  sys-devel/automake/automake-1.12.6.ebuild

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

Index: automake-1.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- automake-1.12.6.ebuild	4 Apr 2013 22:15:06 -0000	1.4
+++ automake-1.12.6.ebuild	5 Apr 2013 11:00:50 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.4 2013/04/04 22:15:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.5 2013/04/05 11:00:50 ago Exp $
 
 inherit eutils versionator unpacker
 
@@ -22,7 +22,7 @@
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-lang/perl



1.183                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- ChangeLog	4 Apr 2013 22:15:06 -0000	1.182
+++ ChangeLog	5 Apr 2013 11:00:50 -0000	1.183
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.182 2013/04/04 22:15:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.183 2013/04/05 11:00:50 ago Exp $
+
+  05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
+  Stable for amd64, wrt bug #459962
 
   04 Apr 2013; Mike Frysinger <vapier@gentoo.org> -automake-1.11.1.ebuild,
   -automake-1.12.2.ebuild, -automake-1.12.3.ebuild, -automake-1.12.4.ebuild,





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: automake-1.12.6.ebuild ChangeLog
@ 2013-04-05 11:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-05 11:05 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/05 11:05:05

  Modified:             automake-1.12.6.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #459962
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  sys-devel/automake/automake-1.12.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?r1=1.5&r2=1.6

Index: automake-1.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- automake-1.12.6.ebuild	5 Apr 2013 11:00:50 -0000	1.5
+++ automake-1.12.6.ebuild	5 Apr 2013 11:05:05 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.5 2013/04/05 11:00:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.6 2013/04/05 11:05:05 ago Exp $
 
 inherit eutils versionator unpacker
 
@@ -22,7 +22,7 @@
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-lang/perl



1.184                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- ChangeLog	5 Apr 2013 11:00:50 -0000	1.183
+++ ChangeLog	5 Apr 2013 11:05:05 -0000	1.184
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.183 2013/04/05 11:00:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.184 2013/04/05 11:05:05 ago Exp $
+
+  05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
+  Stable for x86, wrt bug #459962
 
   05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
   Stable for amd64, wrt bug #459962





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: automake-1.12.6.ebuild ChangeLog
@ 2013-04-05 17:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-05 17:08 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/05 17:08:24

  Modified:             automake-1.12.6.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #459962
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  sys-devel/automake/automake-1.12.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?r1=1.6&r2=1.7

Index: automake-1.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- automake-1.12.6.ebuild	5 Apr 2013 11:05:05 -0000	1.6
+++ automake-1.12.6.ebuild	5 Apr 2013 17:08:24 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.6 2013/04/05 11:05:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.7 2013/04/05 17:08:24 ago Exp $
 
 inherit eutils versionator unpacker
 
@@ -22,7 +22,7 @@
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-lang/perl



1.185                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- ChangeLog	5 Apr 2013 11:05:05 -0000	1.184
+++ ChangeLog	5 Apr 2013 17:08:24 -0000	1.185
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.184 2013/04/05 11:05:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.185 2013/04/05 17:08:24 ago Exp $
+
+  05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
+  Stable for ppc, wrt bug #459962
 
   05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
   Stable for x86, wrt bug #459962





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: automake-1.12.6.ebuild ChangeLog
@ 2013-04-05 18:17 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-05 18:17 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/05 18:17:17

  Modified:             automake-1.12.6.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #459962
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  sys-devel/automake/automake-1.12.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?r1=1.7&r2=1.8

Index: automake-1.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- automake-1.12.6.ebuild	5 Apr 2013 17:08:24 -0000	1.7
+++ automake-1.12.6.ebuild	5 Apr 2013 18:17:17 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.7 2013/04/05 17:08:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.8 2013/04/05 18:17:17 ago Exp $
 
 inherit eutils versionator unpacker
 
@@ -22,7 +22,7 @@
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-lang/perl



1.186                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- ChangeLog	5 Apr 2013 17:08:24 -0000	1.185
+++ ChangeLog	5 Apr 2013 18:17:17 -0000	1.186
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.185 2013/04/05 17:08:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.186 2013/04/05 18:17:17 ago Exp $
+
+  05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
+  Stable for ppc64, wrt bug #459962
 
   05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
   Stable for ppc, wrt bug #459962





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: automake-1.12.6.ebuild ChangeLog
@ 2013-04-05 20:32 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-05 20:32 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/05 20:32:44

  Modified:             automake-1.12.6.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #459962
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  sys-devel/automake/automake-1.12.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?r1=1.8&r2=1.9

Index: automake-1.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- automake-1.12.6.ebuild	5 Apr 2013 18:17:17 -0000	1.8
+++ automake-1.12.6.ebuild	5 Apr 2013 20:32:44 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.8 2013/04/05 18:17:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.9 2013/04/05 20:32:44 ago Exp $
 
 inherit eutils versionator unpacker
 
@@ -22,7 +22,7 @@
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-lang/perl



1.187                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- ChangeLog	5 Apr 2013 18:17:17 -0000	1.186
+++ ChangeLog	5 Apr 2013 20:32:44 -0000	1.187
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.186 2013/04/05 18:17:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.187 2013/04/05 20:32:44 ago Exp $
+
+  05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
+  Stable for arm, wrt bug #459962
 
   05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
   Stable for ppc64, wrt bug #459962





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: automake-1.12.6.ebuild ChangeLog
@ 2013-04-10 17:11 Jeroen Roovers (jer)
  0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers (jer) @ 2013-04-10 17:11 UTC (permalink / raw
  To: gentoo-commits

jer         13/04/10 17:11:12

  Modified:             automake-1.12.6.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #459962).
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.10                 sys-devel/automake/automake-1.12.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?r1=1.9&r2=1.10

Index: automake-1.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- automake-1.12.6.ebuild	5 Apr 2013 20:32:44 -0000	1.9
+++ automake-1.12.6.ebuild	10 Apr 2013 17:11:12 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.9 2013/04/05 20:32:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.10 2013/04/10 17:11:12 jer Exp $
 
 inherit eutils versionator unpacker
 
@@ -22,7 +22,7 @@
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-lang/perl



1.188                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- ChangeLog	5 Apr 2013 20:32:44 -0000	1.187
+++ ChangeLog	10 Apr 2013 17:11:12 -0000	1.188
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.187 2013/04/05 20:32:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.188 2013/04/10 17:11:12 jer Exp $
+
+  10 Apr 2013; Jeroen Roovers <jer@gentoo.org> automake-1.12.6.ebuild:
+  Stable for HPPA (bug #459962).
 
   05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
   Stable for arm, wrt bug #459962





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: automake-1.12.6.ebuild ChangeLog
@ 2013-04-12  9:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-12  9:09 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/12 09:09:36

  Modified:             automake-1.12.6.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #459962
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 sys-devel/automake/automake-1.12.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?r1=1.10&r2=1.11

Index: automake-1.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- automake-1.12.6.ebuild	10 Apr 2013 17:11:12 -0000	1.10
+++ automake-1.12.6.ebuild	12 Apr 2013 09:09:36 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.10 2013/04/10 17:11:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.11 2013/04/12 09:09:36 ago Exp $
 
 inherit eutils versionator unpacker
 
@@ -22,7 +22,7 @@
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-lang/perl



1.189                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- ChangeLog	10 Apr 2013 17:11:12 -0000	1.188
+++ ChangeLog	12 Apr 2013 09:09:36 -0000	1.189
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.188 2013/04/10 17:11:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.189 2013/04/12 09:09:36 ago Exp $
+
+  12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
+  Stable for alpha, wrt bug #459962
 
   10 Apr 2013; Jeroen Roovers <jer@gentoo.org> automake-1.12.6.ebuild:
   Stable for HPPA (bug #459962).





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: automake-1.12.6.ebuild ChangeLog
@ 2013-04-12 17:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-12 17:24 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/12 17:24:06

  Modified:             automake-1.12.6.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #459962
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.12                 sys-devel/automake/automake-1.12.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?r1=1.11&r2=1.12

Index: automake-1.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- automake-1.12.6.ebuild	12 Apr 2013 09:09:36 -0000	1.11
+++ automake-1.12.6.ebuild	12 Apr 2013 17:24:06 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.11 2013/04/12 09:09:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.12 2013/04/12 17:24:06 ago Exp $
 
 inherit eutils versionator unpacker
 
@@ -22,7 +22,7 @@
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-lang/perl



1.190                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- ChangeLog	12 Apr 2013 09:09:36 -0000	1.189
+++ ChangeLog	12 Apr 2013 17:24:06 -0000	1.190
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.189 2013/04/12 09:09:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.190 2013/04/12 17:24:06 ago Exp $
+
+  12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
+  Stable for ia64, wrt bug #459962
 
   12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
   Stable for alpha, wrt bug #459962





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: automake-1.12.6.ebuild ChangeLog
@ 2013-04-13  7:39 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-13  7:39 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/13 07:39:30

  Modified:             automake-1.12.6.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #459962
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.13                 sys-devel/automake/automake-1.12.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?r1=1.12&r2=1.13

Index: automake-1.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- automake-1.12.6.ebuild	12 Apr 2013 17:24:06 -0000	1.12
+++ automake-1.12.6.ebuild	13 Apr 2013 07:39:30 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.12 2013/04/12 17:24:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.13 2013/04/13 07:39:30 ago Exp $
 
 inherit eutils versionator unpacker
 
@@ -22,7 +22,7 @@
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-lang/perl



1.191                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- ChangeLog	12 Apr 2013 17:24:06 -0000	1.190
+++ ChangeLog	13 Apr 2013 07:39:30 -0000	1.191
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.190 2013/04/12 17:24:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.191 2013/04/13 07:39:30 ago Exp $
+
+  13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
+  Stable for sparc, wrt bug #459962
 
   12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
   Stable for ia64, wrt bug #459962





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: automake-1.12.6.ebuild ChangeLog
@ 2013-04-13 20:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-13 20:51 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/13 20:51:00

  Modified:             automake-1.12.6.ebuild ChangeLog
  Log:
  Stable for s390, wrt bug #459962
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.14                 sys-devel/automake/automake-1.12.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?r1=1.13&r2=1.14

Index: automake-1.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- automake-1.12.6.ebuild	13 Apr 2013 07:39:30 -0000	1.13
+++ automake-1.12.6.ebuild	13 Apr 2013 20:51:00 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.13 2013/04/13 07:39:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.14 2013/04/13 20:51:00 ago Exp $
 
 inherit eutils versionator unpacker
 
@@ -22,7 +22,7 @@
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-lang/perl



1.192                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- ChangeLog	13 Apr 2013 07:39:30 -0000	1.191
+++ ChangeLog	13 Apr 2013 20:51:00 -0000	1.192
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.191 2013/04/13 07:39:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.192 2013/04/13 20:51:00 ago Exp $
+
+  13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
+  Stable for s390, wrt bug #459962
 
   13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
   Stable for sparc, wrt bug #459962





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: automake-1.12.6.ebuild ChangeLog
@ 2013-04-14 11:49 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-14 11:49 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/14 11:49:29

  Modified:             automake-1.12.6.ebuild ChangeLog
  Log:
  Stable for sh, wrt bug #459962
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.15                 sys-devel/automake/automake-1.12.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?r1=1.14&r2=1.15

Index: automake-1.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- automake-1.12.6.ebuild	13 Apr 2013 20:51:00 -0000	1.14
+++ automake-1.12.6.ebuild	14 Apr 2013 11:49:29 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.14 2013/04/13 20:51:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.15 2013/04/14 11:49:29 ago Exp $
 
 inherit eutils versionator unpacker
 
@@ -22,7 +22,7 @@
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-lang/perl



1.193                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- ChangeLog	13 Apr 2013 20:51:00 -0000	1.192
+++ ChangeLog	14 Apr 2013 11:49:29 -0000	1.193
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.192 2013/04/13 20:51:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.193 2013/04/14 11:49:29 ago Exp $
+
+  14 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
+  Stable for sh, wrt bug #459962
 
   13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
   Stable for s390, wrt bug #459962





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: automake-1.12.6.ebuild ChangeLog
@ 2013-04-15 21:44 Mike Frysinger (vapier)
  0 siblings, 0 replies; 13+ messages in thread
From: Mike Frysinger (vapier) @ 2013-04-15 21:44 UTC (permalink / raw
  To: gentoo-commits

vapier      13/04/15 21:44:36

  Modified:             automake-1.12.6.ebuild ChangeLog
  Log:
  Mark m68k stable.
  
  (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.16                 sys-devel/automake/automake-1.12.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?r1=1.15&r2=1.16

Index: automake-1.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- automake-1.12.6.ebuild	14 Apr 2013 11:49:29 -0000	1.15
+++ automake-1.12.6.ebuild	15 Apr 2013 21:44:36 -0000	1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.15 2013/04/14 11:49:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.16 2013/04/15 21:44:36 vapier Exp $
 
 inherit eutils versionator unpacker
 
@@ -22,7 +22,7 @@
 LICENSE="GPL-2"
 # Use Gentoo versioning for slotting.
 SLOT="${PV:0:4}"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-lang/perl



1.194                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- ChangeLog	14 Apr 2013 11:49:29 -0000	1.193
+++ ChangeLog	15 Apr 2013 21:44:36 -0000	1.194
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.193 2013/04/14 11:49:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.194 2013/04/15 21:44:36 vapier Exp $
+
+  15 Apr 2013; Mike Frysinger <vapier@gentoo.org> automake-1.12.6.ebuild:
+  Mark m68k stable.
 
   14 Apr 2013; Agostino Sarubbo <ago@gentoo.org> automake-1.12.6.ebuild:
   Stable for sh, wrt bug #459962





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

end of thread, other threads:[~2013-04-15 21:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-16 22:19 [gentoo-commits] gentoo-x86 commit in sys-devel/automake: automake-1.12.6.ebuild ChangeLog Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-05 11:00 Agostino Sarubbo (ago)
2013-04-05 11:05 Agostino Sarubbo (ago)
2013-04-05 17:08 Agostino Sarubbo (ago)
2013-04-05 18:17 Agostino Sarubbo (ago)
2013-04-05 20:32 Agostino Sarubbo (ago)
2013-04-10 17:11 Jeroen Roovers (jer)
2013-04-12  9:09 Agostino Sarubbo (ago)
2013-04-12 17:24 Agostino Sarubbo (ago)
2013-04-13  7:39 Agostino Sarubbo (ago)
2013-04-13 20:51 Agostino Sarubbo (ago)
2013-04-14 11:49 Agostino Sarubbo (ago)
2013-04-15 21:44 Mike Frysinger (vapier)

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