public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: texinfo-4.13-r2.ebuild ChangeLog
@ 2012-05-24  2:02 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 13+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-05-24  2:02 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/05/24 02:02:37

  Modified:             ChangeLog
  Added:                texinfo-4.13-r2.ebuild
  Log:
  Add a patch to fix docbook output; will be sent upstream as soon as I have the form signed.
  
  (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)

Revision  Changes    Path
1.116                sys-apps/texinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.116&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.115&r2=1.116

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog	23 May 2012 23:05:28 -0000	1.115
+++ ChangeLog	24 May 2012 02:02:37 -0000	1.116
@@ -1,6 +1,13 @@
 # ChangeLog for sys-apps/texinfo
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.115 2012/05/23 23:05:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.116 2012/05/24 02:02:37 flameeyes Exp $
+
+*texinfo-4.13-r2 (24 May 2012)
+
+  24 May 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+  +files/texinfo-4.13-docbook.patch, +texinfo-4.13-r2.ebuild:
+  Add a patch to fix docbook output; will be sent upstream as soon as I have the
+  form signed.
 
   23 May 2012; Mike Frysinger <vapier@gentoo.org> texinfo-4.13-r1.ebuild:
   Inherit eutils eclass for epatch.



1.1                  sys-apps/texinfo/texinfo-4.13-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild?rev=1.1&content-type=text/plain

Index: texinfo-4.13-r2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.1 2012/05/24 02:02:37 flameeyes Exp $

EAPI="2"

inherit flag-o-matic eutils

DESCRIPTION="The GNU info program and utilities"
HOMEPAGE="http://www.gnu.org/software/texinfo/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.lzma"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="nls static"

RDEPEND="!=app-text/tetex-2*
	>=sys-libs/ncurses-5.2-r2
	nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
	app-arch/xz-utils
	nls? ( sys-devel/gettext )"

src_prepare() {
	epatch "${FILESDIR}"/${P}-xz.patch #269742
	touch doc/install-info.1 #354589
	epatch "${FILESDIR}"/${P}-texi2dvi-regexp-range.patch #311885
	touch doc/{texi2dvi,texi2pdf,pdftexi2dvi}.1 #354589
	epatch "${FILESDIR}"/${P}-accentenc-test.patch
	# waiting to be sent upstream for my copyright assignment form to be
	# ready - Flameeyes
	epatch "${FILESDIR}"/${P}-docbook.patch
}

src_configure() {
	use static && append-ldflags -static
	econf $(use_enable nls)
}

src_compile() {
	# Make cross-compiler safe (#196041)
	if tc-is-cross-compiler ; then
		emake -C tools/gnulib/lib || die
	fi

	emake || die
}

src_install() {
	emake DESTDIR="${D}" install || die

	dodoc AUTHORS ChangeLog INTRODUCTION NEWS README TODO
	newdoc info/README README.info
	newdoc makeinfo/README README.makeinfo
}






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: texinfo-4.13-r2.ebuild ChangeLog
@ 2013-03-31 11:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-31 11:18 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/31 11:18:25

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

Revision  Changes    Path
1.3                  sys-apps/texinfo/texinfo-4.13-r2.ebuild

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

Index: texinfo-4.13-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- texinfo-4.13-r2.ebuild	3 Mar 2013 14:57:57 -0000	1.2
+++ texinfo-4.13-r2.ebuild	31 Mar 2013 11:18:25 -0000	1.3
@@ -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-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.2 2013/03/03 14:57:57 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.3 2013/03/31 11:18:25 ago Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static"
 
 RDEPEND="!=app-text/tetex-2*



1.119                sys-apps/texinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.118&r2=1.119

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog	31 Mar 2013 05:59:41 -0000	1.118
+++ ChangeLog	31 Mar 2013 11:18:25 -0000	1.119
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/texinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.118 2013/03/31 05:59:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.119 2013/03/31 11:18:25 ago Exp $
+
+  31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild:
+  Stable for amd64, wrt bug #432282
 
 *texinfo-5.1 (31 Mar 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: texinfo-4.13-r2.ebuild ChangeLog
@ 2013-03-31 11:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-31 11:19 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/31 11:19:20

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

Revision  Changes    Path
1.4                  sys-apps/texinfo/texinfo-4.13-r2.ebuild

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

Index: texinfo-4.13-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- texinfo-4.13-r2.ebuild	31 Mar 2013 11:18:25 -0000	1.3
+++ texinfo-4.13-r2.ebuild	31 Mar 2013 11:19:20 -0000	1.4
@@ -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-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.3 2013/03/31 11:18:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.4 2013/03/31 11:19:20 ago Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static"
 
 RDEPEND="!=app-text/tetex-2*



1.120                sys-apps/texinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.119&r2=1.120

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	31 Mar 2013 11:18:25 -0000	1.119
+++ ChangeLog	31 Mar 2013 11:19:20 -0000	1.120
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/texinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.119 2013/03/31 11:18:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.120 2013/03/31 11:19:20 ago Exp $
+
+  31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild:
+  Stable for x86, wrt bug #432282
 
   31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild:
   Stable for amd64, wrt bug #432282





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: texinfo-4.13-r2.ebuild ChangeLog
@ 2013-03-31 15:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-31 15:02 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/31 15:02:43

  Modified:             texinfo-4.13-r2.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #432282
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  sys-apps/texinfo/texinfo-4.13-r2.ebuild

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

Index: texinfo-4.13-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- texinfo-4.13-r2.ebuild	31 Mar 2013 11:19:20 -0000	1.4
+++ texinfo-4.13-r2.ebuild	31 Mar 2013 15:02:43 -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-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.4 2013/03/31 11:19:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.5 2013/03/31 15:02:43 ago Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static"
 
 RDEPEND="!=app-text/tetex-2*



1.121                sys-apps/texinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.120&r2=1.121

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	31 Mar 2013 11:19:20 -0000	1.120
+++ ChangeLog	31 Mar 2013 15:02:43 -0000	1.121
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/texinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.120 2013/03/31 11:19:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.121 2013/03/31 15:02:43 ago Exp $
+
+  31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild:
+  Stable for sparc, wrt bug #432282
 
   31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild:
   Stable for x86, wrt bug #432282





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: texinfo-4.13-r2.ebuild ChangeLog
@ 2013-04-01 19:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-01 19:54 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/01 19:54:23

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

Revision  Changes    Path
1.6                  sys-apps/texinfo/texinfo-4.13-r2.ebuild

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

Index: texinfo-4.13-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- texinfo-4.13-r2.ebuild	31 Mar 2013 15:02:43 -0000	1.5
+++ texinfo-4.13-r2.ebuild	1 Apr 2013 19:54:23 -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-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.5 2013/03/31 15:02:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.6 2013/04/01 19:54:23 ago Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static"
 
 RDEPEND="!=app-text/tetex-2*



1.122                sys-apps/texinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.121&r2=1.122

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	31 Mar 2013 15:02:43 -0000	1.121
+++ ChangeLog	1 Apr 2013 19:54:23 -0000	1.122
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/texinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.121 2013/03/31 15:02:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.122 2013/04/01 19:54:23 ago Exp $
+
+  01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild:
+  Stable for alpha, wrt bug #432282
 
   31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild:
   Stable for sparc, wrt bug #432282





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: texinfo-4.13-r2.ebuild ChangeLog
@ 2013-04-02 10:34 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-02 10:34 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/02 10:34:50

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

Revision  Changes    Path
1.7                  sys-apps/texinfo/texinfo-4.13-r2.ebuild

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

Index: texinfo-4.13-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- texinfo-4.13-r2.ebuild	1 Apr 2013 19:54:23 -0000	1.6
+++ texinfo-4.13-r2.ebuild	2 Apr 2013 10:34:50 -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-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.6 2013/04/01 19:54:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.7 2013/04/02 10:34:50 ago Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static"
 
 RDEPEND="!=app-text/tetex-2*



1.123                sys-apps/texinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.122&r2=1.123

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	1 Apr 2013 19:54:23 -0000	1.122
+++ ChangeLog	2 Apr 2013 10:34:50 -0000	1.123
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/texinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.122 2013/04/01 19:54:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.123 2013/04/02 10:34:50 ago Exp $
+
+  02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild:
+  Stable for sh, wrt bug #432282
 
   01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild:
   Stable for alpha, wrt bug #432282





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: texinfo-4.13-r2.ebuild ChangeLog
@ 2013-04-02 12:13 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-02 12:13 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/02 12:13:14

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

Revision  Changes    Path
1.8                  sys-apps/texinfo/texinfo-4.13-r2.ebuild

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

Index: texinfo-4.13-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- texinfo-4.13-r2.ebuild	2 Apr 2013 10:34:50 -0000	1.7
+++ texinfo-4.13-r2.ebuild	2 Apr 2013 12:13:14 -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-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.7 2013/04/02 10:34:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.8 2013/04/02 12:13:14 ago Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static"
 
 RDEPEND="!=app-text/tetex-2*



1.124                sys-apps/texinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.123&r2=1.124

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog	2 Apr 2013 10:34:50 -0000	1.123
+++ ChangeLog	2 Apr 2013 12:13:14 -0000	1.124
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/texinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.123 2013/04/02 10:34:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.124 2013/04/02 12:13:14 ago Exp $
+
+  02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild:
+  Stable for arm, wrt bug #432282
 
   02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild:
   Stable for sh, wrt bug #432282





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: texinfo-4.13-r2.ebuild ChangeLog
@ 2013-04-02 13:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-02 13:18 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/02 13:18:41

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

Revision  Changes    Path
1.9                  sys-apps/texinfo/texinfo-4.13-r2.ebuild

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

Index: texinfo-4.13-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- texinfo-4.13-r2.ebuild	2 Apr 2013 12:13:14 -0000	1.8
+++ texinfo-4.13-r2.ebuild	2 Apr 2013 13:18:41 -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-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.8 2013/04/02 12:13:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.9 2013/04/02 13:18:41 ago Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static"
 
 RDEPEND="!=app-text/tetex-2*



1.125                sys-apps/texinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.124&r2=1.125

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog	2 Apr 2013 12:13:14 -0000	1.124
+++ ChangeLog	2 Apr 2013 13:18:41 -0000	1.125
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/texinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.124 2013/04/02 12:13:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.125 2013/04/02 13:18:41 ago Exp $
+
+  02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild:
+  Stable for s390, wrt bug #432282
 
   02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild:
   Stable for arm, wrt bug #432282





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: texinfo-4.13-r2.ebuild ChangeLog
@ 2013-04-04  5:37 Zac Medico (zmedico)
  0 siblings, 0 replies; 13+ messages in thread
From: Zac Medico (zmedico) @ 2013-04-04  5:37 UTC (permalink / raw
  To: gentoo-commits

zmedico     13/04/04 05:37:22

  Modified:             texinfo-4.13-r2.ebuild ChangeLog
  Log:
  Fix timestamp interaction between patch from bug #457556 and touch all for bug #354589.
  
  (Portage version: 2.2.0_alpha171/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)

Revision  Changes    Path
1.10                 sys-apps/texinfo/texinfo-4.13-r2.ebuild

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

Index: texinfo-4.13-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- texinfo-4.13-r2.ebuild	2 Apr 2013 13:18:41 -0000	1.9
+++ texinfo-4.13-r2.ebuild	4 Apr 2013 05:37:22 -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-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.9 2013/04/02 13:18:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.10 2013/04/04 05:37:22 zmedico Exp $
 
 EAPI="2"
 
@@ -26,12 +26,13 @@
 	epatch "${FILESDIR}"/${P}-xz.patch #269742
 	touch doc/install-info.1 #354589
 	epatch "${FILESDIR}"/${P}-texi2dvi-regexp-range.patch #311885
-	touch doc/{texi2dvi,texi2pdf,pdftexi2dvi}.1 #354589
 	epatch "${FILESDIR}"/${P}-accentenc-test.patch
 	# waiting to be sent upstream for my copyright assignment form to be
 	# ready - Flameeyes
 	epatch "${FILESDIR}"/${P}-docbook.patch
 	epatch "${FILESDIR}"/${P}-tinfo.patch #457556
+	# timestamps must be newer than configure.ac touched by ${P}-tinfo.patch
+	touch doc/{texi2dvi,texi2pdf,pdftexi2dvi}.1 #354589
 }
 
 src_configure() {



1.126                sys-apps/texinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.126&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.126&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.125&r2=1.126

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog	2 Apr 2013 13:18:41 -0000	1.125
+++ ChangeLog	4 Apr 2013 05:37:22 -0000	1.126
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/texinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.125 2013/04/02 13:18:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.126 2013/04/04 05:37:22 zmedico Exp $
+
+  04 Apr 2013; Zac Medico <zmedico@gentoo.org> texinfo-4.13-r2.ebuild:
+  Fix timestamp interaction between patch from bug #457556 and touch all for bug
+  #354589.
 
   02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild:
   Stable for s390, wrt bug #432282





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: texinfo-4.13-r2.ebuild ChangeLog
@ 2013-04-05 17:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-05 17:04 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/05 17:04:56

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

Revision  Changes    Path
1.11                 sys-apps/texinfo/texinfo-4.13-r2.ebuild

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

Index: texinfo-4.13-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- texinfo-4.13-r2.ebuild	4 Apr 2013 05:37:22 -0000	1.10
+++ texinfo-4.13-r2.ebuild	5 Apr 2013 17:04:56 -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-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.10 2013/04/04 05:37:22 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.11 2013/04/05 17:04:56 ago Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static"
 
 RDEPEND="!=app-text/tetex-2*



1.128                sys-apps/texinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.128&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.128&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.127&r2=1.128

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog	4 Apr 2013 18:29:11 -0000	1.127
+++ ChangeLog	5 Apr 2013 17:04:56 -0000	1.128
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/texinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.127 2013/04/04 18:29:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.128 2013/04/05 17:04:56 ago Exp $
+
+  05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild:
+  Stable for ppc, wrt bug #432282
 
   04 Apr 2013; Mike Frysinger <vapier@gentoo.org>
   files/texinfo-4.13-tinfo.patch:





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: texinfo-4.13-r2.ebuild ChangeLog
@ 2013-04-05 18:13 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-05 18:13 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/05 18:13:51

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

Revision  Changes    Path
1.12                 sys-apps/texinfo/texinfo-4.13-r2.ebuild

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

Index: texinfo-4.13-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- texinfo-4.13-r2.ebuild	5 Apr 2013 17:04:56 -0000	1.11
+++ texinfo-4.13-r2.ebuild	5 Apr 2013 18:13:51 -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-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.11 2013/04/05 17:04:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.12 2013/04/05 18:13:51 ago Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static"
 
 RDEPEND="!=app-text/tetex-2*



1.129                sys-apps/texinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.129&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.129&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.128&r2=1.129

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog	5 Apr 2013 17:04:56 -0000	1.128
+++ ChangeLog	5 Apr 2013 18:13:51 -0000	1.129
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/texinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.128 2013/04/05 17:04:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.129 2013/04/05 18:13:51 ago Exp $
+
+  05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild:
+  Stable for ppc64, wrt bug #432282
 
   05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild:
   Stable for ppc, wrt bug #432282





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: texinfo-4.13-r2.ebuild ChangeLog
@ 2013-04-12 17:20 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-12 17:20 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/12 17:20:30

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

Revision  Changes    Path
1.14                 sys-apps/texinfo/texinfo-4.13-r2.ebuild

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

Index: texinfo-4.13-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- texinfo-4.13-r2.ebuild	9 Apr 2013 13:41:46 -0000	1.13
+++ texinfo-4.13-r2.ebuild	12 Apr 2013 17:20:30 -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-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.13 2013/04/09 13:41:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.14 2013/04/12 17:20:30 ago Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static"
 
 RDEPEND="!=app-text/tetex-2*



1.131                sys-apps/texinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.131&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.130&r2=1.131

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog	9 Apr 2013 13:41:46 -0000	1.130
+++ ChangeLog	12 Apr 2013 17:20:30 -0000	1.131
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/texinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.130 2013/04/09 13:41:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.131 2013/04/12 17:20:30 ago Exp $
+
+  12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild:
+  Stable for ia64, wrt bug #432282
 
   09 Apr 2013; Jeroen Roovers <jer@gentoo.org> texinfo-4.13-r2.ebuild:
   Stable for HPPA (bug #432282).





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: texinfo-4.13-r2.ebuild ChangeLog
@ 2013-09-05  9:55 Mike Frysinger (vapier)
  0 siblings, 0 replies; 13+ messages in thread
From: Mike Frysinger (vapier) @ 2013-09-05  9:55 UTC (permalink / raw
  To: gentoo-commits

vapier      13/09/05 09:55:24

  Modified:             texinfo-4.13-r2.ebuild ChangeLog
  Log:
  Mark m68k stable #432282.
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.15                 sys-apps/texinfo/texinfo-4.13-r2.ebuild

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

Index: texinfo-4.13-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- texinfo-4.13-r2.ebuild	12 Apr 2013 17:20:30 -0000	1.14
+++ texinfo-4.13-r2.ebuild	5 Sep 2013 09:55:24 -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-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.14 2013/04/12 17:20:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.15 2013/09/05 09:55:24 vapier Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static"
 
 RDEPEND="!=app-text/tetex-2*



1.132                sys-apps/texinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.132&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.132&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.131&r2=1.132

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog	12 Apr 2013 17:20:30 -0000	1.131
+++ ChangeLog	5 Sep 2013 09:55:24 -0000	1.132
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/texinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.131 2013/04/12 17:20:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.132 2013/09/05 09:55:24 vapier Exp $
+
+  05 Sep 2013; Mike Frysinger <vapier@gentoo.org> texinfo-4.13-r2.ebuild:
+  Mark m68k stable #432282.
 
   12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild:
   Stable for ia64, wrt bug #432282





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

end of thread, other threads:[~2013-09-05  9:55 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-05  9:55 [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: texinfo-4.13-r2.ebuild ChangeLog Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-12 17:20 Agostino Sarubbo (ago)
2013-04-05 18:13 Agostino Sarubbo (ago)
2013-04-05 17:04 Agostino Sarubbo (ago)
2013-04-04  5:37 Zac Medico (zmedico)
2013-04-02 13:18 Agostino Sarubbo (ago)
2013-04-02 12:13 Agostino Sarubbo (ago)
2013-04-02 10:34 Agostino Sarubbo (ago)
2013-04-01 19:54 Agostino Sarubbo (ago)
2013-03-31 15:02 Agostino Sarubbo (ago)
2013-03-31 11:19 Agostino Sarubbo (ago)
2013-03-31 11:18 Agostino Sarubbo (ago)
2012-05-24  2:02 Diego Petteno (flameeyes)

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