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.63.ebuild
@ 2008-09-20 17:52 Mike Frysinger (vapier)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger (vapier) @ 2008-09-20 17:52 UTC (permalink / raw
  To: gentoo-commits

vapier      08/09/20 17:52:35

  Modified:             ChangeLog
  Added:                autoconf-2.63.ebuild
  Log:
  Version bump #238003 by Arfrever Frehtes Taifersar Arahesis.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)

Revision  Changes    Path
1.121                sys-devel/autoconf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	29 Jun 2008 23:12:05 -0000	1.120
+++ ChangeLog	20 Sep 2008 17:52:34 -0000	1.121
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/autoconf
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.120 2008/06/29 23:12:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.121 2008/09/20 17:52:34 vapier Exp $
+
+*autoconf-2.63 (20 Sep 2008)
+
+  20 Sep 2008; Mike Frysinger <vapier@gentoo.org> +autoconf-2.63.ebuild:
+  Version bump #238003 by Arfrever Frehtes Taifersar Arahesis.
 
 *autoconf-2.62-r1 (29 Jun 2008)
 



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

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

Index: autoconf-2.63.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63.ebuild,v 1.1 2008/09/20 17:52:34 vapier Exp $

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

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-5"
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] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.63.ebuild
@ 2008-12-27 18:50 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2008-12-27 18:50 UTC (permalink / raw
  To: gentoo-commits

ranger      08/12/27 18:50:15

  Modified:             ChangeLog autoconf-2.63.ebuild
  Log:
  stable ppc64, bug 245067
  (Portage version: 2.1.6.1/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)

Revision  Changes    Path
1.123                sys-devel/autoconf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	25 Sep 2008 00:13:19 -0000	1.122
+++ ChangeLog	27 Dec 2008 18:50:15 -0000	1.123
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autoconf
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.122 2008/09/25 00:13:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.123 2008/12/27 18:50:15 ranger Exp $
+
+  27 Dec 2008; Brent Baude <ranger@gentoo.org> autoconf-2.63.ebuild:
+  stable ppc64, bug 245067
 
   25 Sep 2008; Mike Frysinger <vapier@gentoo.org> autoconf-2.63.ebuild:
   Make sure we pull in latest autoconf-wrapper #238368 by Josef Reidinger.



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

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

Index: autoconf-2.63.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- autoconf-2.63.ebuild	25 Sep 2008 00:13:19 -0000	1.2
+++ autoconf-2.63.ebuild	27 Dec 2008 18:50:15 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63.ebuild,v 1.2 2008/09/25 00:13:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63.ebuild,v 1.3 2008/12/27 18:50:15 ranger Exp $
 
 DESCRIPTION="Used to create autoconfiguration files"
 HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 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] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.63.ebuild
@ 2008-12-31 19:56 Friedrich Oslage (bluebird)
  0 siblings, 0 replies; 7+ messages in thread
From: Friedrich Oslage (bluebird) @ 2008-12-31 19:56 UTC (permalink / raw
  To: gentoo-commits

bluebird    08/12/31 19:56:31

  Modified:             ChangeLog autoconf-2.63.ebuild
  Log:
  Stable on sparc, bug #245067
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 sparc64)

Revision  Changes    Path
1.124                sys-devel/autoconf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog	27 Dec 2008 18:50:15 -0000	1.123
+++ ChangeLog	31 Dec 2008 19:56:31 -0000	1.124
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autoconf
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.123 2008/12/27 18:50:15 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.124 2008/12/31 19:56:31 bluebird Exp $
+
+  31 Dec 2008; Friedrich Oslage <bluebird@gentoo.org> autoconf-2.63.ebuild:
+  Stable on sparc, bug #245067
 
   27 Dec 2008; Brent Baude <ranger@gentoo.org> autoconf-2.63.ebuild:
   stable ppc64, bug 245067



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

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

Index: autoconf-2.63.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- autoconf-2.63.ebuild	27 Dec 2008 18:50:15 -0000	1.3
+++ autoconf-2.63.ebuild	31 Dec 2008 19:56:31 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63.ebuild,v 1.3 2008/12/27 18:50:15 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63.ebuild,v 1.4 2008/12/31 19:56:31 bluebird Exp $
 
 DESCRIPTION="Used to create autoconfiguration files"
 HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 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] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.63.ebuild
@ 2009-01-01 17:19 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2009-01-01 17:19 UTC (permalink / raw
  To: gentoo-commits

jer         09/01/01 17:19:11

  Modified:             ChangeLog autoconf-2.63.ebuild
  Log:
  Stable for HPPA (bug #245067).
  (Portage version: 2.2_rc20/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.125                sys-devel/autoconf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog	31 Dec 2008 19:56:31 -0000	1.124
+++ ChangeLog	1 Jan 2009 17:19:11 -0000	1.125
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autoconf
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.124 2008/12/31 19:56:31 bluebird Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.125 2009/01/01 17:19:11 jer Exp $
+
+  01 Jan 2009; Jeroen Roovers <jer@gentoo.org> autoconf-2.63.ebuild:
+  Stable for HPPA (bug #245067).
 
   31 Dec 2008; Friedrich Oslage <bluebird@gentoo.org> autoconf-2.63.ebuild:
   Stable on sparc, bug #245067



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

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

Index: autoconf-2.63.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- autoconf-2.63.ebuild	31 Dec 2008 19:56:31 -0000	1.4
+++ autoconf-2.63.ebuild	1 Jan 2009 17:19:11 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.63.ebuild,v 1.4 2008/12/31 19:56:31 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63.ebuild,v 1.5 2009/01/01 17:19:11 jer Exp $
 
 DESCRIPTION="Used to create autoconfiguration files"
 HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 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] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.63.ebuild
@ 2009-01-03 14:25 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-01-03 14:25 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/01/03 14:25:34

  Modified:             ChangeLog autoconf-2.63.ebuild
  Log:
  ppc stable #245067
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-hardened-r3 ppc)

Revision  Changes    Path
1.126                sys-devel/autoconf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog	1 Jan 2009 17:19:11 -0000	1.125
+++ ChangeLog	3 Jan 2009 14:25:34 -0000	1.126
@@ -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.125 2009/01/01 17:19:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.126 2009/01/03 14:25:34 nixnut Exp $
+
+  03 Jan 2009; nixnut <nixnut@gentoo.org> autoconf-2.63.ebuild:
+  ppc stable #245067
 
   01 Jan 2009; Jeroen Roovers <jer@gentoo.org> autoconf-2.63.ebuild:
   Stable for HPPA (bug #245067).



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

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

Index: autoconf-2.63.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- autoconf-2.63.ebuild	1 Jan 2009 17:19:11 -0000	1.5
+++ autoconf-2.63.ebuild	3 Jan 2009 14:25:34 -0000	1.6
@@ -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.63.ebuild,v 1.5 2009/01/01 17:19:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63.ebuild,v 1.6 2009/01/03 14:25:34 nixnut Exp $
 
 DESCRIPTION="Used to create autoconfiguration files"
 HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 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] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.63.ebuild
@ 2009-01-04  2:25 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-01-04  2:25 UTC (permalink / raw
  To: gentoo-commits

maekke      09/01/04 02:25:53

  Modified:             ChangeLog autoconf-2.63.ebuild
  Log:
  amd64/x86 stable, bug #245067
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27.10 x86_64)

Revision  Changes    Path
1.127                sys-devel/autoconf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog	3 Jan 2009 14:25:34 -0000	1.126
+++ ChangeLog	4 Jan 2009 02:25:53 -0000	1.127
@@ -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.126 2009/01/03 14:25:34 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.127 2009/01/04 02:25:53 maekke Exp $
+
+  04 Jan 2009; Markus Meier <maekke@gentoo.org> autoconf-2.63.ebuild:
+  amd64/x86 stable, bug #245067
 
   03 Jan 2009; nixnut <nixnut@gentoo.org> autoconf-2.63.ebuild:
   ppc stable #245067



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

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

Index: autoconf-2.63.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- autoconf-2.63.ebuild	3 Jan 2009 14:25:34 -0000	1.6
+++ autoconf-2.63.ebuild	4 Jan 2009 02:25:53 -0000	1.7
@@ -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.63.ebuild,v 1.6 2009/01/03 14:25:34 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63.ebuild,v 1.7 2009/01/04 02:25:53 maekke Exp $
 
 DESCRIPTION="Used to create autoconfiguration files"
 HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 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] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.63.ebuild
@ 2009-01-07 20:03 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2009-01-07 20:03 UTC (permalink / raw
  To: gentoo-commits

armin76     09/01/07 20:03:32

  Modified:             ChangeLog autoconf-2.63.ebuild
  Log:
  alpha/ia64 stable wrt #2475067
  (Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)

Revision  Changes    Path
1.128                sys-devel/autoconf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog	4 Jan 2009 02:25:53 -0000	1.127
+++ ChangeLog	7 Jan 2009 20:03:32 -0000	1.128
@@ -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.127 2009/01/04 02:25:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.128 2009/01/07 20:03:32 armin76 Exp $
+
+  07 Jan 2009; Raúl Porcel <armin76@gentoo.org> autoconf-2.63.ebuild:
+  alpha/ia64 stable wrt #2475067
 
   04 Jan 2009; Markus Meier <maekke@gentoo.org> autoconf-2.63.ebuild:
   amd64/x86 stable, bug #245067



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

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

Index: autoconf-2.63.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- autoconf-2.63.ebuild	4 Jan 2009 02:25:53 -0000	1.7
+++ autoconf-2.63.ebuild	7 Jan 2009 20:03:32 -0000	1.8
@@ -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.63.ebuild,v 1.7 2009/01/04 02:25:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.63.ebuild,v 1.8 2009/01/07 20:03:32 armin76 Exp $
 
 DESCRIPTION="Used to create autoconfiguration files"
 HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 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] 7+ messages in thread

end of thread, other threads:[~2009-01-07 20:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-01 17:19 [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.63.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2009-01-07 20:03 Raul Porcel (armin76)
2009-01-04  2:25 Markus Meier (maekke)
2009-01-03 14:25 Gysbert Wassenaar (nixnut)
2008-12-31 19:56 Friedrich Oslage (bluebird)
2008-12-27 18:50 Brent Baude (ranger)
2008-09-20 17:52 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