public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.65.ebuild
@ 2009-11-21 19:12 Mike Frysinger (vapier)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2009-11-21 19:12 UTC (permalink / raw
  To: gentoo-commits

vapier      09/11/21 19:12:48

  Modified:             ChangeLog
  Added:                autoconf-2.65.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.135                sys-devel/autoconf/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/ChangeLog?rev=1.135&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/ChangeLog?rev=1.135&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/ChangeLog?r1=1.134&r2=1.135

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog	18 Oct 2009 07:14:53 -0000	1.134
+++ ChangeLog	21 Nov 2009 19:12:48 -0000	1.135
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/autoconf
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.134 2009/10/18 07:14:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.135 2009/11/21 19:12:48 vapier Exp $
+
+*autoconf-2.65 (21 Nov 2009)
+
+  21 Nov 2009; Mike Frysinger <vapier@gentoo.org> +autoconf-2.65.ebuild:
+  Version bump.
 
   18 Oct 2009; Mike Frysinger <vapier@gentoo.org> autoconf-2.59-r7.ebuild:
   Backport manpage regen avoidance code.



1.1                  sys-devel/autoconf/autoconf-2.65.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild?rev=1.1&content-type=text/plain

Index: autoconf-2.65.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v 1.1 2009/11/21 19:12:48 vapier Exp $

DESCRIPTION="Used to create autoconfiguration files"
HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2
	ftp://alpha.gnu.org/pub/gnu/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="2.5"
#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="emacs"

DEPEND=">=sys-apps/texinfo-4.3
	>=sys-devel/m4-1.4.6
	dev-lang/perl"
RDEPEND="${DEPEND}
	>=sys-devel/autoconf-wrapper-8"
PDEPEND="emacs? ( app-emacs/autoconf-mode )"

src_compile() {
	# Disable Emacs in the build system since it is in a separate package.
	export EMACS=no
	econf --program-suffix="-${PV}" || die
	# econf updates config.{sub,guess} which forces the manpages
	# to be regenerated which we dont want to do #146621
	touch man/*.1
	# From configure output:
	# Parallel builds via `make -jN' do not work.
	emake -j1 || die
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS BUGS NEWS README TODO THANKS \
		ChangeLog ChangeLog.0 ChangeLog.1 ChangeLog.2
}






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.65.ebuild
@ 2009-12-26 18:00 Mike Frysinger (vapier)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2009-12-26 18:00 UTC (permalink / raw
  To: gentoo-commits

vapier      09/12/26 18:00:05

  Modified:             ChangeLog autoconf-2.65.ebuild
  Log:
  Move into unstable.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.137                sys-devel/autoconf/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/ChangeLog?rev=1.137&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/ChangeLog?rev=1.137&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/ChangeLog?r1=1.136&r2=1.137

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog	25 Nov 2009 00:06:41 -0000	1.136
+++ ChangeLog	26 Dec 2009 18:00:05 -0000	1.137
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autoconf
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.136 2009/11/25 00:06:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.137 2009/12/26 18:00:05 vapier Exp $
+
+  26 Dec 2009; Mike Frysinger <vapier@gentoo.org> autoconf-2.65.ebuild:
+  Move into unstable.
 
   25 Nov 2009; Mike Frysinger <vapier@gentoo.org> autoconf-2.64.ebuild:
   Move into unstable.



1.3                  sys-devel/autoconf/autoconf-2.65.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild?r1=1.2&r2=1.3

Index: autoconf-2.65.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- autoconf-2.65.ebuild	25 Nov 2009 00:06:20 -0000	1.2
+++ autoconf-2.65.ebuild	26 Dec 2009 18:00:05 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v 1.2 2009/11/25 00:06:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v 1.3 2009/12/26 18:00:05 vapier Exp $
 
 DESCRIPTION="Used to create autoconfiguration files"
 HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-3"
 SLOT="2.5"
-#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
 IUSE="emacs"
 
 DEPEND=">=sys-apps/texinfo-4.3






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.65.ebuild
@ 2010-04-21 17:59 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-04-21 17:59 UTC (permalink / raw
  To: gentoo-commits

fauli       10/04/21 17:59:00

  Modified:             ChangeLog autoconf-2.65.ebuild
  Log:
  stable x86, bug 311967
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.138                sys-devel/autoconf/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/ChangeLog?rev=1.138&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/ChangeLog?rev=1.138&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/ChangeLog?r1=1.137&r2=1.138

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog	26 Dec 2009 18:00:05 -0000	1.137
+++ ChangeLog	21 Apr 2010 17:59:00 -0000	1.138
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autoconf
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.137 2009/12/26 18:00:05 vapier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.138 2010/04/21 17:59:00 fauli Exp $
+
+  21 Apr 2010; Christian Faulhammer <fauli@gentoo.org> autoconf-2.65.ebuild:
+  stable x86, bug 311967
 
   26 Dec 2009; Mike Frysinger <vapier@gentoo.org> autoconf-2.65.ebuild:
   Move into unstable.



1.4                  sys-devel/autoconf/autoconf-2.65.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild?r1=1.3&r2=1.4

Index: autoconf-2.65.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- autoconf-2.65.ebuild	26 Dec 2009 18:00:05 -0000	1.3
+++ autoconf-2.65.ebuild	21 Apr 2010 17:59:00 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v 1.3 2009/12/26 18:00:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v 1.4 2010/04/21 17:59:00 fauli Exp $
 
 DESCRIPTION="Used to create autoconfiguration files"
 HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-3"
 SLOT="2.5"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="emacs"
 
 DEPEND=">=sys-apps/texinfo-4.3






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.65.ebuild
@ 2010-05-22 16:02 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-05-22 16:02 UTC (permalink / raw
  To: gentoo-commits

armin76     10/05/22 16:02:19

  Modified:             ChangeLog autoconf-2.65.ebuild
  Log:
  alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #313821
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.139                sys-devel/autoconf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog	21 Apr 2010 17:59:00 -0000	1.138
+++ ChangeLog	22 May 2010 16:02:19 -0000	1.139
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autoconf
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.138 2010/04/21 17:59:00 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.139 2010/05/22 16:02:19 armin76 Exp $
+
+  22 May 2010; Raúl Porcel <armin76@gentoo.org> autoconf-2.65.ebuild:
+  alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #313821
 
   21 Apr 2010; Christian Faulhammer <fauli@gentoo.org> autoconf-2.65.ebuild:
   stable x86, bug 311967



1.5                  sys-devel/autoconf/autoconf-2.65.ebuild

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

Index: autoconf-2.65.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- autoconf-2.65.ebuild	21 Apr 2010 17:59:00 -0000	1.4
+++ autoconf-2.65.ebuild	22 May 2010 16:02:19 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v 1.4 2010/04/21 17:59:00 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v 1.5 2010/05/22 16:02:19 armin76 Exp $
 
 DESCRIPTION="Used to create autoconfiguration files"
 HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-3"
 SLOT="2.5"
-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="emacs"
 
 DEPEND=">=sys-apps/texinfo-4.3






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.65.ebuild
@ 2010-05-24 15:02 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-05-24 15:02 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/05/24 15:02:52

  Modified:             ChangeLog autoconf-2.65.ebuild
  Log:
  ppc stable #311967
  (Portage version: 2.1.8.3/cvs/Linux ppc)

Revision  Changes    Path
1.140                sys-devel/autoconf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog	22 May 2010 16:02:19 -0000	1.139
+++ ChangeLog	24 May 2010 15:02:52 -0000	1.140
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autoconf
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.139 2010/05/22 16:02:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.140 2010/05/24 15:02:52 nixnut Exp $
+
+  23 May 2010; <nixnut@gentoo.org> autoconf-2.65.ebuild:
+  ppc stable #311967
 
   22 May 2010; Raúl Porcel <armin76@gentoo.org> autoconf-2.65.ebuild:
   alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #313821



1.6                  sys-devel/autoconf/autoconf-2.65.ebuild

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

Index: autoconf-2.65.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- autoconf-2.65.ebuild	22 May 2010 16:02:19 -0000	1.5
+++ autoconf-2.65.ebuild	24 May 2010 15:02:52 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v 1.5 2010/05/22 16:02:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v 1.6 2010/05/24 15:02:52 nixnut Exp $
 
 DESCRIPTION="Used to create autoconfiguration files"
 HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-3"
 SLOT="2.5"
-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="emacs"
 
 DEPEND=">=sys-apps/texinfo-4.3






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.65.ebuild
@ 2010-05-27  7:32 Christoph Mende (angelos)
  0 siblings, 0 replies; 8+ messages in thread
From: Christoph Mende (angelos) @ 2010-05-27  7:32 UTC (permalink / raw
  To: gentoo-commits

angelos     10/05/27 07:32:55

  Modified:             ChangeLog autoconf-2.65.ebuild
  Log:
  amd64 stable (bug 311967)
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.141                sys-devel/autoconf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog	24 May 2010 15:02:52 -0000	1.140
+++ ChangeLog	27 May 2010 07:32:55 -0000	1.141
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autoconf
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.140 2010/05/24 15:02:52 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.141 2010/05/27 07:32:55 angelos Exp $
+
+  27 May 2010; Christoph Mende <angelos@gentoo.org> autoconf-2.65.ebuild:
+  amd64 stable (bug 311967)
 
   23 May 2010; <nixnut@gentoo.org> autoconf-2.65.ebuild:
   ppc stable #311967



1.7                  sys-devel/autoconf/autoconf-2.65.ebuild

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

Index: autoconf-2.65.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- autoconf-2.65.ebuild	24 May 2010 15:02:52 -0000	1.6
+++ autoconf-2.65.ebuild	27 May 2010 07:32:55 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v 1.6 2010/05/24 15:02:52 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v 1.7 2010/05/27 07:32:55 angelos Exp $
 
 DESCRIPTION="Used to create autoconfiguration files"
 HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-3"
 SLOT="2.5"
-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="emacs"
 
 DEPEND=">=sys-apps/texinfo-4.3






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.65.ebuild
@ 2010-06-04  5:32 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2010-06-04  5:32 UTC (permalink / raw
  To: gentoo-commits

jer         10/06/04 05:32:54

  Modified:             ChangeLog autoconf-2.65.ebuild
  Log:
  Stable for HPPA (bug #311967).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.142                sys-devel/autoconf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog	27 May 2010 07:32:55 -0000	1.141
+++ ChangeLog	4 Jun 2010 05:32:54 -0000	1.142
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autoconf
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.141 2010/05/27 07:32:55 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.142 2010/06/04 05:32:54 jer Exp $
+
+  04 Jun 2010; Jeroen Roovers <jer@gentoo.org> autoconf-2.65.ebuild:
+  Stable for HPPA (bug #311967).
 
   27 May 2010; Christoph Mende <angelos@gentoo.org> autoconf-2.65.ebuild:
   amd64 stable (bug 311967)



1.8                  sys-devel/autoconf/autoconf-2.65.ebuild

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

Index: autoconf-2.65.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- autoconf-2.65.ebuild	27 May 2010 07:32:55 -0000	1.7
+++ autoconf-2.65.ebuild	4 Jun 2010 05:32:54 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v 1.7 2010/05/27 07:32:55 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v 1.8 2010/06/04 05:32:54 jer Exp $
 
 DESCRIPTION="Used to create autoconfiguration files"
 HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-3"
 SLOT="2.5"
-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="emacs"
 
 DEPEND=">=sys-apps/texinfo-4.3






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.65.ebuild
@ 2010-07-05  9:57 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-05  9:57 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/07/05 09:57:14

  Modified:             ChangeLog autoconf-2.65.ebuild
  Log:
  ppc64 stable wrt #311967
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.145                sys-devel/autoconf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog	3 Jul 2010 03:13:17 -0000	1.144
+++ ChangeLog	5 Jul 2010 09:57:13 -0000	1.145
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autoconf
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.144 2010/07/03 03:13:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.145 2010/07/05 09:57:13 ssuominen Exp $
+
+  05 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> autoconf-2.65.ebuild:
+  ppc64 stable wrt #311967
 
 *autoconf-2.66 (03 Jul 2010)
 



1.9                  sys-devel/autoconf/autoconf-2.65.ebuild

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

Index: autoconf-2.65.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- autoconf-2.65.ebuild	4 Jun 2010 05:32:54 -0000	1.8
+++ autoconf-2.65.ebuild	5 Jul 2010 09:57:14 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v 1.8 2010/06/04 05:32:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.65.ebuild,v 1.9 2010/07/05 09:57:14 ssuominen Exp $
 
 DESCRIPTION="Used to create autoconfiguration files"
 HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-3"
 SLOT="2.5"
-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="emacs"
 
 DEPEND=">=sys-apps/texinfo-4.3






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

end of thread, other threads:[~2010-07-05  9:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-05  9:57 [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.65.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-04  5:32 Jeroen Roovers (jer)
2010-05-27  7:32 Christoph Mende (angelos)
2010-05-24 15:02 Gysbert Wassenaar (nixnut)
2010-05-22 16:02 Raul Porcel (armin76)
2010-04-21 17:59 Christian Faulhammer (fauli)
2009-12-26 18:00 Mike Frysinger (vapier)
2009-11-21 19:12 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