public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: ChangeLog automake-1.10.1-r1.ebuild
@ 2008-05-01 21:33 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-05-01 21:33 UTC (permalink / raw
  To: gentoo-commits

ulm         08/05/01 21:33:28

  Modified:             ChangeLog
  Added:                automake-1.10.1-r1.ebuild
  Log:
  Fix internal cross references in Info files, bug 183697.
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.117                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	17 Apr 2008 17:26:41 -0000	1.116
+++ ChangeLog	1 May 2008 21:33:27 -0000	1.117
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.116 2008/04/17 17:26:41 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.117 2008/05/01 21:33:27 ulm Exp $
+
+*automake-1.10.1-r1 (01 May 2008)
+
+  01 May 2008; Ulrich Mueller <ulm@gentoo.org> +automake-1.10.1-r1.ebuild:
+  Fix internal cross references in Info files, bug 183697. Thanks to
+  Alfredo Tupone <tupone@gentoo.org> for the patch.
 
   17 Apr 2008; nixnut <nixnut@gentoo.org> automake-1.10.1.ebuild:
   Stable on ppc wrt bug 217239



1.1                  sys-devel/automake/automake-1.10.1-r1.ebuild

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

Index: automake-1.10.1-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10.1-r1.ebuild,v 1.1 2008/05/01 21:33:27 ulm Exp $

inherit eutils

DESCRIPTION="Used to generate Makefile.in from Makefile.am"
HOMEPAGE="http://sources.redhat.com/automake/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"

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

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

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-tests.patch #217513
	chmod a+rx tests/*.test
	sed -i \
		-e "s|: (automake)| v${SLOT}: (automake${SLOT})|" \
		doc/automake.texi || die "sed failed"
	mv doc/automake{,${SLOT}}.texi
	sed -i \
		-e "s:automake.info:automake${SLOT}.info:" \
		-e "s:automake.texi:automake${SLOT}.texi:" \
		doc/Makefile.in || die "sed on Makefile.in failed"
	export WANT_AUTOCONF=2.5
}

src_compile() {
	econf --docdir=/usr/share/doc/${PF} || die
	emake || die
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc NEWS README THANKS TODO AUTHORS ChangeLog

	# SLOT the docs and junk
	local x
	for x in aclocal automake ; do
		help2man ./${x} > ${x}-${SLOT}.1
		doman ${x}-${SLOT}.1
		rm -f "${D}"/usr/bin/${x}
	done

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



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: ChangeLog automake-1.10.1-r1.ebuild
@ 2008-09-21 14:21 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2008-09-21 14:21 UTC (permalink / raw
  To: gentoo-commits

ranger      08/09/21 14:21:53

  Modified:             ChangeLog automake-1.10.1-r1.ebuild
  Log:
  stable ppc, bug 238268
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.118                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog	1 May 2008 21:33:27 -0000	1.117
+++ ChangeLog	21 Sep 2008 14:21:52 -0000	1.118
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.117 2008/05/01 21:33:27 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.118 2008/09/21 14:21:52 ranger Exp $
+
+  21 Sep 2008; Brent Baude <ranger@gentoo.org> automake-1.10.1-r1.ebuild:
+  stable ppc, bug 238268
 
 *automake-1.10.1-r1 (01 May 2008)
 



1.2                  sys-devel/automake/automake-1.10.1-r1.ebuild

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

Index: automake-1.10.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- automake-1.10.1-r1.ebuild	1 May 2008 21:33:27 -0000	1.1
+++ automake-1.10.1-r1.ebuild	21 Sep 2008 14:21:52 -0000	1.2
@@ -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/automake/automake-1.10.1-r1.ebuild,v 1.1 2008/05/01 21:33:27 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10.1-r1.ebuild,v 1.2 2008/09/21 14:21:52 ranger Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="${PV:0:4}"
-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=""
 
 RDEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: ChangeLog automake-1.10.1-r1.ebuild
@ 2008-09-21 15:43 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2008-09-21 15:43 UTC (permalink / raw
  To: gentoo-commits

ranger      08/09/21 15:43:48

  Modified:             ChangeLog automake-1.10.1-r1.ebuild
  Log:
  stable ppc64, bug 238268
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.119                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog	21 Sep 2008 14:21:52 -0000	1.118
+++ ChangeLog	21 Sep 2008 15:43:47 -0000	1.119
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.118 2008/09/21 14:21:52 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.119 2008/09/21 15:43:47 ranger Exp $
+
+  21 Sep 2008; Brent Baude <ranger@gentoo.org> automake-1.10.1-r1.ebuild:
+  stable ppc64, bug 238268
 
   21 Sep 2008; Brent Baude <ranger@gentoo.org> automake-1.10.1-r1.ebuild:
   stable ppc, bug 238268



1.3                  sys-devel/automake/automake-1.10.1-r1.ebuild

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

Index: automake-1.10.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- automake-1.10.1-r1.ebuild	21 Sep 2008 14:21:52 -0000	1.2
+++ automake-1.10.1-r1.ebuild	21 Sep 2008 15:43:47 -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/automake/automake-1.10.1-r1.ebuild,v 1.2 2008/09/21 14:21:52 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10.1-r1.ebuild,v 1.3 2008/09/21 15:43:47 ranger Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="${PV:0:4}"
-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=""
 
 RDEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: ChangeLog automake-1.10.1-r1.ebuild
@ 2008-09-21 18:44 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2008-09-21 18:44 UTC (permalink / raw
  To: gentoo-commits

armin76     08/09/21 18:44:27

  Modified:             ChangeLog automake-1.10.1-r1.ebuild
  Log:
  alpha/ia64/sparc/x86 stable wrt #238268
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.120                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	21 Sep 2008 15:43:47 -0000	1.119
+++ ChangeLog	21 Sep 2008 18:44:26 -0000	1.120
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.119 2008/09/21 15:43:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.120 2008/09/21 18:44:26 armin76 Exp $
+
+  21 Sep 2008; Raúl Porcel <armin76@gentoo.org> automake-1.10.1-r1.ebuild:
+  alpha/ia64/sparc/x86 stable wrt #238268
 
   21 Sep 2008; Brent Baude <ranger@gentoo.org> automake-1.10.1-r1.ebuild:
   stable ppc64, bug 238268



1.4                  sys-devel/automake/automake-1.10.1-r1.ebuild

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

Index: automake-1.10.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- automake-1.10.1-r1.ebuild	21 Sep 2008 15:43:47 -0000	1.3
+++ automake-1.10.1-r1.ebuild	21 Sep 2008 18:44:26 -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/automake/automake-1.10.1-r1.ebuild,v 1.3 2008/09/21 15:43:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10.1-r1.ebuild,v 1.4 2008/09/21 18:44:26 armin76 Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="${PV:0:4}"
-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=""
 
 RDEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: ChangeLog automake-1.10.1-r1.ebuild
@ 2008-09-21 19:28 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2008-09-21 19:28 UTC (permalink / raw
  To: gentoo-commits

maekke      08/09/21 19:28:37

  Modified:             ChangeLog automake-1.10.1-r1.ebuild
  Log:
  amd64 stable, bug #238268
  (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc6 i686)

Revision  Changes    Path
1.121                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	21 Sep 2008 18:44:26 -0000	1.120
+++ ChangeLog	21 Sep 2008 19:28:36 -0000	1.121
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.120 2008/09/21 18:44:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.121 2008/09/21 19:28:36 maekke Exp $
+
+  21 Sep 2008; Markus Meier <maekke@gentoo.org> automake-1.10.1-r1.ebuild:
+  amd64 stable, bug #238268
 
   21 Sep 2008; Raúl Porcel <armin76@gentoo.org> automake-1.10.1-r1.ebuild:
   alpha/ia64/sparc/x86 stable wrt #238268



1.5                  sys-devel/automake/automake-1.10.1-r1.ebuild

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

Index: automake-1.10.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- automake-1.10.1-r1.ebuild	21 Sep 2008 18:44:26 -0000	1.4
+++ automake-1.10.1-r1.ebuild	21 Sep 2008 19:28:36 -0000	1.5
@@ -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/automake/automake-1.10.1-r1.ebuild,v 1.4 2008/09/21 18:44:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10.1-r1.ebuild,v 1.5 2008/09/21 19:28:36 maekke Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="${PV:0:4}"
-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=""
 
 RDEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: ChangeLog automake-1.10.1-r1.ebuild
@ 2008-09-22  4:16 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2008-09-22  4:16 UTC (permalink / raw
  To: gentoo-commits

jer         08/09/22 04:16:30

  Modified:             ChangeLog automake-1.10.1-r1.ebuild
  Log:
  Stable for HPPA (bug #238268).
  (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.122                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	21 Sep 2008 19:28:36 -0000	1.121
+++ ChangeLog	22 Sep 2008 04:16:29 -0000	1.122
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.121 2008/09/21 19:28:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.122 2008/09/22 04:16:29 jer Exp $
+
+  22 Sep 2008; Jeroen Roovers <jer@gentoo.org> automake-1.10.1-r1.ebuild:
+  Stable for HPPA (bug #238268).
 
   21 Sep 2008; Markus Meier <maekke@gentoo.org> automake-1.10.1-r1.ebuild:
   amd64 stable, bug #238268



1.6                  sys-devel/automake/automake-1.10.1-r1.ebuild

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

Index: automake-1.10.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- automake-1.10.1-r1.ebuild	21 Sep 2008 19:28:36 -0000	1.5
+++ automake-1.10.1-r1.ebuild	22 Sep 2008 04:16:29 -0000	1.6
@@ -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/automake/automake-1.10.1-r1.ebuild,v 1.5 2008/09/21 19:28:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.10.1-r1.ebuild,v 1.6 2008/09/22 04:16:29 jer Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="${PV:0:4}"
-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=""
 
 RDEPEND="dev-lang/perl






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

end of thread, other threads:[~2008-09-22  4:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-21 15:43 [gentoo-commits] gentoo-x86 commit in sys-devel/automake: ChangeLog automake-1.10.1-r1.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2008-09-22  4:16 Jeroen Roovers (jer)
2008-09-21 19:28 Markus Meier (maekke)
2008-09-21 18:44 Raul Porcel (armin76)
2008-09-21 14:21 Brent Baude (ranger)
2008-05-01 21:33 Ulrich Mueller (ulm)

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