Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Mike Frysinger (vapier)" <vapier@g.o>
|
|
Subject:
|
gentoo-x86 commit in sys-devel/automake-wrapper: ChangeLog automake-wrapper-5.ebuild
|
|
Date:
|
Thu, 20 Oct 2011 14:11:50 +0000 (UTC)
|
|
vapier 11/10/20 14:11:50
Modified: ChangeLog automake-wrapper-5.ebuild
Log:
Mark alpha/arm/ia64/m68k/s390/sh stable #387467.
(Portage version: 2.2.0_alpha65/cvs/Linux x86_64)
Revision Changes Path
1.52 sys-devel/automake-wrapper/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 19 Oct 2011 11:35:03 -0000 1.51
+++ ChangeLog 20 Oct 2011 14:11:50 -0000 1.52
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/automake-wrapper
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v 1.51 2011/10/19 11:35:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v 1.52 2011/10/20 14:11:50 vapier Exp $
+
+ 20 Oct 2011; Mike Frysinger <vapier@g.o> automake-wrapper-5.ebuild:
+ Mark alpha/arm/ia64/m68k/s390/sh stable #387467.
19 Oct 2011; Jeroen Roovers <jer@g.o> automake-wrapper-5.ebuild:
Stable for HPPA (bug #387467).
1.6 sys-devel/automake-wrapper/automake-wrapper-5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild?r1=1.5&r2=1.6
Index: automake-wrapper-5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- automake-wrapper-5.ebuild 19 Oct 2011 11:35:03 -0000 1.5
+++ automake-wrapper-5.ebuild 20 Oct 2011 14:11:50 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild,v 1.5 2011/10/19 11:35:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild,v 1.6 2011/10/20 14:11:50 vapier Exp $
inherit multilib
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
S=${WORKDIR}
|
|