public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/automake-wrapper: ChangeLog automake-wrapper-5.ebuild
@ 2010-03-07 15:45 Mike Frysinger (vapier)
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger (vapier) @ 2010-03-07 15:45 UTC (permalink / raw
  To: gentoo-commits

vapier      10/03/07 15:45:40

  Modified:             ChangeLog
  Added:                automake-wrapper-5.ebuild
  Log:
  Merge updates from autoconf-wrapper to get POSIX-only code.
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.39                 sys-devel/automake-wrapper/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	24 Feb 2010 08:08:27 -0000	1.38
+++ ChangeLog	7 Mar 2010 15:45:39 -0000	1.39
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/automake-wrapper
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v 1.38 2010/02/24 08:08:27 mduft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v 1.39 2010/03/07 15:45:39 vapier Exp $
+
+*automake-wrapper-5 (07 Mar 2010)
+
+  07 Mar 2010; Mike Frysinger <vapier@gentoo.org>
+  +automake-wrapper-5.ebuild, +files/am-wrapper-5.sh:
+  Merge updates from autoconf-wrapper to get POSIX-only code.
 
   24 Feb 2010; Markus Duft <mduft@gentoo.org> files/am-wrapper-4.sh:
   use /usr/bin/env bash instead of /bin/bash to support prefix



1.1                  sys-devel/automake-wrapper/automake-wrapper-5.ebuild

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

Index: automake-wrapper-5.ebuild
===================================================================
# Copyright 1999-2010 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.1 2010/03/07 15:45:39 vapier Exp $

inherit multilib

DESCRIPTION="wrapper for automake to manage multiple automake versions"
HOMEPAGE="http://www.gentoo.org/"
SRC_URI=""

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"
IUSE=""

S=${WORKDIR}

src_install() {
	exeinto /usr/$(get_libdir)/misc
	newexe "${FILESDIR}"/am-wrapper-${PV}.sh am-wrapper.sh || die

	keepdir /usr/share/aclocal

	dodir /usr/bin
	local x=
	for x in aclocal automake ; do
		dosym ../$(get_libdir)/misc/am-wrapper.sh /usr/bin/${x}
	done
}






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/automake-wrapper: ChangeLog automake-wrapper-5.ebuild
@ 2010-04-30 17:16 Fabian Groffen (grobian)
  0 siblings, 0 replies; 9+ messages in thread
From: Fabian Groffen (grobian) @ 2010-04-30 17:16 UTC (permalink / raw
  To: gentoo-commits

grobian     10/04/30 17:16:47

  Modified:             ChangeLog automake-wrapper-5.ebuild
  Log:
  Change shebang of am-wrapper script from /bin/sh to bin/sh from the offset for Prefix installs, since /bin/sh rarely is a POSIX shell out there.
  (Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.45                 sys-devel/automake-wrapper/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	18 Apr 2010 12:36:13 -0000	1.44
+++ ChangeLog	30 Apr 2010 17:16:47 -0000	1.45
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/automake-wrapper
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v 1.44 2010/04/18 12:36:13 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v 1.45 2010/04/30 17:16:47 grobian Exp $
+
+  30 Apr 2010; Fabian Groffen <grobian@gentoo.org>
+  automake-wrapper-5.ebuild:
+  Change shebang of am-wrapper script from /bin/sh to bin/sh from the offset
+  for Prefix installs, since /bin/sh rarely is a POSIX shell out there.
 
   18 Apr 2010; <nixnut@gentoo.org> automake-wrapper-4.ebuild:
   ppc stable #295947



1.2                  sys-devel/automake-wrapper/automake-wrapper-5.ebuild

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

Index: automake-wrapper-5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- automake-wrapper-5.ebuild	7 Mar 2010 15:45:39 -0000	1.1
+++ automake-wrapper-5.ebuild	30 Apr 2010 17:16:47 -0000	1.2
@@ -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/automake-wrapper/automake-wrapper-5.ebuild,v 1.1 2010/03/07 15:45:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild,v 1.2 2010/04/30 17:16:47 grobian Exp $
 
 inherit multilib
 
@@ -15,9 +15,17 @@
 
 S=${WORKDIR}
 
+src_unpack() {
+	cp "${FILESDIR}"/am-wrapper-${PV}.sh "${T}"/
+	# usr/bin/aclocal: bad substitution -> /bin/sh != POSIX shell
+	if use prefix ; then
+		sed -i -e '1c\#!'"${EPREFIX}"'/bin/sh' "${T}"/am-wrapper-${PV}.sh || die
+	fi
+}
+
 src_install() {
 	exeinto /usr/$(get_libdir)/misc
-	newexe "${FILESDIR}"/am-wrapper-${PV}.sh am-wrapper.sh || die
+	newexe "${T}"/am-wrapper-${PV}.sh am-wrapper.sh || die
 
 	keepdir /usr/share/aclocal
 






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/automake-wrapper: ChangeLog automake-wrapper-5.ebuild
@ 2011-10-18  6:43 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 9+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-10-18  6:43 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/10/18 06:43:54

  Modified:             ChangeLog automake-wrapper-5.ebuild
  Log:
  x86 stable wrt bug #387467
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.49                 sys-devel/automake-wrapper/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	2 Oct 2011 19:51:17 -0000	1.48
+++ ChangeLog	18 Oct 2011 06:43:54 -0000	1.49
@@ -1,6 +1,10 @@
 # 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.48 2011/10/02 19:51:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v 1.49 2011/10/18 06:43:54 phajdan.jr Exp $
+
+  18 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  automake-wrapper-5.ebuild:
+  x86 stable wrt bug #387467
 
 *automake-wrapper-6 (02 Oct 2011)
 



1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild?r1=1.2&r2=1.3

Index: automake-wrapper-5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- automake-wrapper-5.ebuild	30 Apr 2010 17:16:47 -0000	1.2
+++ automake-wrapper-5.ebuild	18 Oct 2011 06:43:54 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.2 2010/04/30 17:16:47 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild,v 1.3 2011/10/18 06:43:54 phajdan.jr 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}






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/automake-wrapper: ChangeLog automake-wrapper-5.ebuild
@ 2011-10-19 11:10 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 9+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-10-19 11:10 UTC (permalink / raw
  To: gentoo-commits

chainsaw    11/10/19 11:10:29

  Modified:             ChangeLog automake-wrapper-5.ebuild
  Log:
  Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian "idella4" Delaney in bug #387467.
  
  (Portage version: 2.1.10.29/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 sys-devel/automake-wrapper/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	18 Oct 2011 06:43:54 -0000	1.49
+++ ChangeLog	19 Oct 2011 11:10:29 -0000	1.50
@@ -1,6 +1,10 @@
 # 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.49 2011/10/18 06:43:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v 1.50 2011/10/19 11:10:29 chainsaw Exp $
+
+  19 Oct 2011; Tony Vroon <chainsaw@gentoo.org> automake-wrapper-5.ebuild:
+  Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian
+  "idella4" Delaney in bug #387467.
 
   18 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   automake-wrapper-5.ebuild:



1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild?r1=1.3&r2=1.4

Index: automake-wrapper-5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- automake-wrapper-5.ebuild	18 Oct 2011 06:43:54 -0000	1.3
+++ automake-wrapper-5.ebuild	19 Oct 2011 11:10:29 -0000	1.4
@@ -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.3 2011/10/18 06:43:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild,v 1.4 2011/10/19 11:10:29 chainsaw 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}






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/automake-wrapper: ChangeLog automake-wrapper-5.ebuild
@ 2011-10-19 11:35 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2011-10-19 11:35 UTC (permalink / raw
  To: gentoo-commits

jer         11/10/19 11:35:03

  Modified:             ChangeLog automake-wrapper-5.ebuild
  Log:
  Stable for HPPA (bug #387467).
  
  (Portage version: 2.2.0_alpha69/cvs/Linux x86_64)

Revision  Changes    Path
1.51                 sys-devel/automake-wrapper/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	19 Oct 2011 11:10:29 -0000	1.50
+++ ChangeLog	19 Oct 2011 11:35:03 -0000	1.51
@@ -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.50 2011/10/19 11:10:29 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v 1.51 2011/10/19 11:35:03 jer Exp $
+
+  19 Oct 2011; Jeroen Roovers <jer@gentoo.org> automake-wrapper-5.ebuild:
+  Stable for HPPA (bug #387467).
 
   19 Oct 2011; Tony Vroon <chainsaw@gentoo.org> automake-wrapper-5.ebuild:
   Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian



1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild?r1=1.4&r2=1.5

Index: automake-wrapper-5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- automake-wrapper-5.ebuild	19 Oct 2011 11:10:29 -0000	1.4
+++ automake-wrapper-5.ebuild	19 Oct 2011 11:35:03 -0000	1.5
@@ -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.4 2011/10/19 11:10:29 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild,v 1.5 2011/10/19 11:35:03 jer 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}






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/automake-wrapper: ChangeLog automake-wrapper-5.ebuild
@ 2011-10-20 14:11 Mike Frysinger (vapier)
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger (vapier) @ 2011-10-20 14:11 UTC (permalink / raw
  To: gentoo-commits

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@gentoo.org> automake-wrapper-5.ebuild:
+  Mark alpha/arm/ia64/m68k/s390/sh stable #387467.
 
   19 Oct 2011; Jeroen Roovers <jer@gentoo.org> 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}






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/automake-wrapper: ChangeLog automake-wrapper-5.ebuild
@ 2011-10-23  8:53 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 9+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2011-10-23  8:53 UTC (permalink / raw
  To: gentoo-commits

nixnut      11/10/23 08:53:22

  Modified:             ChangeLog automake-wrapper-5.ebuild
  Log:
  ppc stable #387467
  
  (Portage version: 2.1.10.11/cvs/Linux ppc)

Revision  Changes    Path
1.53                 sys-devel/automake-wrapper/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	20 Oct 2011 14:11:50 -0000	1.52
+++ ChangeLog	23 Oct 2011 08:53:21 -0000	1.53
@@ -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.52 2011/10/20 14:11:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v 1.53 2011/10/23 08:53:21 nixnut Exp $
+
+  23 Oct 2011; nixnut <nixnut@gentoo.org> automake-wrapper-5.ebuild:
+  ppc stable #387467
 
   20 Oct 2011; Mike Frysinger <vapier@gentoo.org> automake-wrapper-5.ebuild:
   Mark alpha/arm/ia64/m68k/s390/sh stable #387467.



1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild?r1=1.6&r2=1.7

Index: automake-wrapper-5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- automake-wrapper-5.ebuild	20 Oct 2011 14:11:50 -0000	1.6
+++ automake-wrapper-5.ebuild	23 Oct 2011 08:53:21 -0000	1.7
@@ -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.6 2011/10/20 14:11:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild,v 1.7 2011/10/23 08:53:21 nixnut 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}






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/automake-wrapper: ChangeLog automake-wrapper-5.ebuild
@ 2011-12-18 17:45 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2011-12-18 17:45 UTC (permalink / raw
  To: gentoo-commits

armin76     11/12/18 17:45:58

  Modified:             ChangeLog automake-wrapper-5.ebuild
  Log:
  sparc stable wrt #387467
  
  (Portage version: 2.1.10.38/cvs/Linux ia64)

Revision  Changes    Path
1.54                 sys-devel/automake-wrapper/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	23 Oct 2011 08:53:21 -0000	1.53
+++ ChangeLog	18 Dec 2011 17:45:58 -0000	1.54
@@ -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.53 2011/10/23 08:53:21 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v 1.54 2011/12/18 17:45:58 armin76 Exp $
+
+  18 Dec 2011; Raúl Porcel <armin76@gentoo.org> automake-wrapper-5.ebuild:
+  sparc stable wrt #387467
 
   23 Oct 2011; nixnut <nixnut@gentoo.org> automake-wrapper-5.ebuild:
   ppc stable #387467



1.8                  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.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild?r1=1.7&r2=1.8

Index: automake-wrapper-5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- automake-wrapper-5.ebuild	23 Oct 2011 08:53:21 -0000	1.7
+++ automake-wrapper-5.ebuild	18 Dec 2011 17:45:58 -0000	1.8
@@ -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.7 2011/10/23 08:53:21 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild,v 1.8 2011/12/18 17:45:58 armin76 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}






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/automake-wrapper: ChangeLog automake-wrapper-5.ebuild
@ 2012-02-02 16:07 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-02-02 16:07 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/02/02 16:07:20

  Modified:             ChangeLog automake-wrapper-5.ebuild
  Log:
  ppc64 stable wrt #387467
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.55                 sys-devel/automake-wrapper/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	18 Dec 2011 17:45:58 -0000	1.54
+++ ChangeLog	2 Feb 2012 16:07:20 -0000	1.55
@@ -1,6 +1,10 @@
 # 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.54 2011/12/18 17:45:58 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/ChangeLog,v 1.55 2012/02/02 16:07:20 ssuominen Exp $
+
+  02 Feb 2012; Samuli Suominen <ssuominen@gentoo.org>
+  automake-wrapper-5.ebuild:
+  ppc64 stable wrt #387467
 
   18 Dec 2011; Raúl Porcel <armin76@gentoo.org> automake-wrapper-5.ebuild:
   sparc stable wrt #387467



1.9                  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.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild?r1=1.8&r2=1.9

Index: automake-wrapper-5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- automake-wrapper-5.ebuild	18 Dec 2011 17:45:58 -0000	1.8
+++ automake-wrapper-5.ebuild	2 Feb 2012 16:07:20 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.8 2011/12/18 17:45:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake-wrapper/automake-wrapper-5.ebuild,v 1.9 2012/02/02 16:07:20 ssuominen 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}






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

end of thread, other threads:[~2012-02-02 16:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-19 11:10 [gentoo-commits] gentoo-x86 commit in sys-devel/automake-wrapper: ChangeLog automake-wrapper-5.ebuild Tony Vroon (chainsaw)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-02 16:07 Samuli Suominen (ssuominen)
2011-12-18 17:45 Raul Porcel (armin76)
2011-10-23  8:53 Gysbert Wassenaar (nixnut)
2011-10-20 14:11 Mike Frysinger (vapier)
2011-10-19 11:35 Jeroen Roovers (jer)
2011-10-18  6:43 PaweA Hajdan (phajdan.jr)
2010-04-30 17:16 Fabian Groffen (grobian)
2010-03-07 15:45 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