public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/autogen: autogen-5.18.1.ebuild ChangeLog
@ 2013-12-02 10:18 Tim Harder (radhermit)
  0 siblings, 0 replies; 10+ messages in thread
From: Tim Harder (radhermit) @ 2013-12-02 10:18 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/12/02 10:18:43

  Modified:             ChangeLog
  Added:                autogen-5.18.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.98                 sys-devel/autogen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog	27 May 2013 09:56:36 -0000	1.97
+++ ChangeLog	2 Dec 2013 10:18:43 -0000	1.98
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/autogen
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.97 2013/05/27 09:56:36 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.98 2013/12/02 10:18:43 radhermit Exp $
+
+*autogen-5.18.1 (02 Dec 2013)
+
+  02 Dec 2013; Tim Harder <radhermit@gentoo.org> +autogen-5.18.1.ebuild:
+  Version bump.
 
 *autogen-5.17.4 (27 May 2013)
 



1.1                  sys-devel/autogen/autogen-5.18.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild?rev=1.1&content-type=text/plain

Index: autogen-5.18.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.1 2013/12/02 10:18:43 radhermit Exp $

EAPI="4"

inherit eutils

DESCRIPTION="Program and text file generation"
HOMEPAGE="http://www.gnu.org/software/autogen/"
SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="libopts static-libs"

RDEPEND=">=dev-scheme/guile-1.8
	dev-libs/libxml2"
DEPEND="${RDEPEND}"

src_configure() {
	# suppress possibly incorrect -R flag
	export ag_cv_test_ldflags=

	econf $(use_enable static-libs static)
}

src_install() {
	default
	prune_libtool_files

	if ! use libopts ; then
		rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in sys-devel/autogen: autogen-5.18.1.ebuild ChangeLog
@ 2014-05-03 14:18 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2014-05-03 14:18 UTC (permalink / raw
  To: gentoo-commits

maekke      14/05/03 14:18:32

  Modified:             autogen-5.18.1.ebuild ChangeLog
  Log:
  arm stable, bug #509056
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.3                  sys-devel/autogen/autogen-5.18.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild?r1=1.2&r2=1.3

Index: autogen-5.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- autogen-5.18.1.ebuild	29 Apr 2014 20:42:52 -0000	1.2
+++ autogen-5.18.1.ebuild	3 May 2014 14:18:32 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.2 2014/04/29 20:42:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.3 2014/05/03 14:18:32 maekke Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="libopts static-libs"
 
 RDEPEND=">=dev-scheme/guile-1.8



1.101                sys-devel/autogen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog	29 Apr 2014 20:42:52 -0000	1.100
+++ ChangeLog	3 May 2014 14:18:32 -0000	1.101
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autogen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.100 2014/04/29 20:42:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.101 2014/05/03 14:18:32 maekke Exp $
+
+  03 May 2014; Markus Meier <maekke@gentoo.org> autogen-5.18.1.ebuild:
+  arm stable, bug #509056
 
   29 Apr 2014; Jeroen Roovers <jer@gentoo.org> autogen-5.18.1.ebuild:
   Stable for HPPA (bug #509056).





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

* [gentoo-commits] gentoo-x86 commit in sys-devel/autogen: autogen-5.18.1.ebuild ChangeLog
@ 2014-06-08 16:53 Akinori Hattori (hattya)
  0 siblings, 0 replies; 10+ messages in thread
From: Akinori Hattori (hattya) @ 2014-06-08 16:53 UTC (permalink / raw
  To: gentoo-commits

hattya      14/06/08 16:53:01

  Modified:             autogen-5.18.1.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #509056
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key EC917A6D)

Revision  Changes    Path
1.4                  sys-devel/autogen/autogen-5.18.1.ebuild

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

Index: autogen-5.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- autogen-5.18.1.ebuild	3 May 2014 14:18:32 -0000	1.3
+++ autogen-5.18.1.ebuild	8 Jun 2014 16:53:01 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.3 2014/05/03 14:18:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.4 2014/06/08 16:53:01 hattya Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="libopts static-libs"
 
 RDEPEND=">=dev-scheme/guile-1.8



1.102                sys-devel/autogen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog	3 May 2014 14:18:32 -0000	1.101
+++ ChangeLog	8 Jun 2014 16:53:01 -0000	1.102
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autogen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.101 2014/05/03 14:18:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.102 2014/06/08 16:53:01 hattya Exp $
+
+  08 Jun 2014; Akinori Hattori <hattya@gentoo.org> autogen-5.18.1.ebuild:
+  ia64 stable wrt bug #509056
 
   03 May 2014; Markus Meier <maekke@gentoo.org> autogen-5.18.1.ebuild:
   arm stable, bug #509056





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

* [gentoo-commits] gentoo-x86 commit in sys-devel/autogen: autogen-5.18.1.ebuild ChangeLog
@ 2014-06-10  0:37 Mike Frysinger (vapier)
  0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2014-06-10  0:37 UTC (permalink / raw
  To: gentoo-commits

vapier      14/06/10 00:37:51

  Modified:             autogen-5.18.1.ebuild ChangeLog
  Log:
  Mark m68k/s390/sh stable.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.6                  sys-devel/autogen/autogen-5.18.1.ebuild

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

Index: autogen-5.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- autogen-5.18.1.ebuild	10 Jun 2014 00:37:10 -0000	1.5
+++ autogen-5.18.1.ebuild	10 Jun 2014 00:37:51 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.5 2014/06/10 00:37:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.6 2014/06/10 00:37:51 vapier Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="libopts static-libs"
 
 RDEPEND=">=dev-scheme/guile-1.8



1.104                sys-devel/autogen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog	10 Jun 2014 00:37:10 -0000	1.103
+++ ChangeLog	10 Jun 2014 00:37:51 -0000	1.104
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/autogen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.103 2014/06/10 00:37:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.104 2014/06/10 00:37:51 vapier Exp $
+
+  10 Jun 2014; Mike Frysinger <vapier@gentoo.org> autogen-5.18.1.ebuild,
+  autogen-5.18.2.ebuild:
+  Mark m68k/s390/sh stable.
 
   10 Jun 2014; Mike Frysinger <vapier@gentoo.org> autogen-5.18.1.ebuild,
   autogen-5.18.2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in sys-devel/autogen: autogen-5.18.1.ebuild ChangeLog
@ 2014-06-14  9:59 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 10+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-06-14  9:59 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    14/06/14 09:59:20

  Modified:             autogen-5.18.1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #509056
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)

Revision  Changes    Path
1.7                  sys-devel/autogen/autogen-5.18.1.ebuild

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

Index: autogen-5.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- autogen-5.18.1.ebuild	10 Jun 2014 00:37:51 -0000	1.6
+++ autogen-5.18.1.ebuild	14 Jun 2014 09:59:20 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.6 2014/06/10 00:37:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.7 2014/06/14 09:59:20 phajdan.jr Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="libopts static-libs"
 
 RDEPEND=">=dev-scheme/guile-1.8



1.105                sys-devel/autogen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog	10 Jun 2014 00:37:51 -0000	1.104
+++ ChangeLog	14 Jun 2014 09:59:20 -0000	1.105
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autogen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.104 2014/06/10 00:37:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.105 2014/06/14 09:59:20 phajdan.jr Exp $
+
+  14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> autogen-5.18.1.ebuild:
+  x86 stable wrt bug #509056
 
   10 Jun 2014; Mike Frysinger <vapier@gentoo.org> autogen-5.18.1.ebuild,
   autogen-5.18.2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in sys-devel/autogen: autogen-5.18.1.ebuild ChangeLog
@ 2014-06-14 10:20 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-06-14 10:20 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/06/14 10:20:46

  Modified:             autogen-5.18.1.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #509056
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.8                  sys-devel/autogen/autogen-5.18.1.ebuild

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

Index: autogen-5.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- autogen-5.18.1.ebuild	14 Jun 2014 09:59:20 -0000	1.7
+++ autogen-5.18.1.ebuild	14 Jun 2014 10:20:46 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.7 2014/06/14 09:59:20 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.8 2014/06/14 10:20:46 zlogene Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="libopts static-libs"
 
 RDEPEND=">=dev-scheme/guile-1.8



1.106                sys-devel/autogen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog	14 Jun 2014 09:59:20 -0000	1.105
+++ ChangeLog	14 Jun 2014 10:20:46 -0000	1.106
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autogen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.105 2014/06/14 09:59:20 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.106 2014/06/14 10:20:46 zlogene Exp $
+
+  14 Jun 2014; Mikle Kolyada <zlogene@gentoo.org> autogen-5.18.1.ebuild:
+  amd64 stable wrt bug #509056
 
   14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> autogen-5.18.1.ebuild:
   x86 stable wrt bug #509056





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

* [gentoo-commits] gentoo-x86 commit in sys-devel/autogen: autogen-5.18.1.ebuild ChangeLog
@ 2014-07-13 10:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-13 10:02 UTC (permalink / raw
  To: gentoo-commits

ago         14/07/13 10:02:19

  Modified:             autogen-5.18.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #509056
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  sys-devel/autogen/autogen-5.18.1.ebuild

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

Index: autogen-5.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- autogen-5.18.1.ebuild	14 Jun 2014 10:20:46 -0000	1.8
+++ autogen-5.18.1.ebuild	13 Jul 2014 10:02:19 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.8 2014/06/14 10:20:46 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.9 2014/07/13 10:02:19 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="libopts static-libs"
 
 RDEPEND=">=dev-scheme/guile-1.8



1.107                sys-devel/autogen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog	14 Jun 2014 10:20:46 -0000	1.106
+++ ChangeLog	13 Jul 2014 10:02:19 -0000	1.107
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autogen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.106 2014/06/14 10:20:46 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.107 2014/07/13 10:02:19 ago Exp $
+
+  13 Jul 2014; Agostino Sarubbo <ago@gentoo.org> autogen-5.18.1.ebuild:
+  Stable for ppc, wrt bug #509056
 
   14 Jun 2014; Mikle Kolyada <zlogene@gentoo.org> autogen-5.18.1.ebuild:
   amd64 stable wrt bug #509056





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

* [gentoo-commits] gentoo-x86 commit in sys-devel/autogen: autogen-5.18.1.ebuild ChangeLog
@ 2014-07-20 11:27 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann (klausman) @ 2014-07-20 11:27 UTC (permalink / raw
  To: gentoo-commits

klausman    14/07/20 11:27:45

  Modified:             autogen-5.18.1.ebuild ChangeLog
  Log:
  Stable on alpha, bug #509056
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)

Revision  Changes    Path
1.10                 sys-devel/autogen/autogen-5.18.1.ebuild

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

Index: autogen-5.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- autogen-5.18.1.ebuild	13 Jul 2014 10:02:19 -0000	1.9
+++ autogen-5.18.1.ebuild	20 Jul 2014 11:27:45 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.9 2014/07/13 10:02:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.10 2014/07/20 11:27:45 klausman Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="libopts static-libs"
 
 RDEPEND=">=dev-scheme/guile-1.8



1.108                sys-devel/autogen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog	13 Jul 2014 10:02:19 -0000	1.107
+++ ChangeLog	20 Jul 2014 11:27:45 -0000	1.108
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autogen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.107 2014/07/13 10:02:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.108 2014/07/20 11:27:45 klausman Exp $
+
+  20 Jul 2014; Tobias Klausmann <klausman@gentoo.org> autogen-5.18.1.ebuild:
+  Stable on alpha, bug #509056
 
   13 Jul 2014; Agostino Sarubbo <ago@gentoo.org> autogen-5.18.1.ebuild:
   Stable for ppc, wrt bug #509056





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

* [gentoo-commits] gentoo-x86 commit in sys-devel/autogen: autogen-5.18.1.ebuild ChangeLog
@ 2014-08-01 11:32 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2014-08-01 11:32 UTC (permalink / raw
  To: gentoo-commits

armin76     14/08/01 11:32:30

  Modified:             autogen-5.18.1.ebuild ChangeLog
  Log:
  sparc stable wrt #509056
  
  (Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 0xF6AD3240)

Revision  Changes    Path
1.11                 sys-devel/autogen/autogen-5.18.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild?r1=1.10&r2=1.11

Index: autogen-5.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- autogen-5.18.1.ebuild	20 Jul 2014 11:27:45 -0000	1.10
+++ autogen-5.18.1.ebuild	1 Aug 2014 11:32:30 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.10 2014/07/20 11:27:45 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.11 2014/08/01 11:32:30 armin76 Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="libopts static-libs"
 
 RDEPEND=">=dev-scheme/guile-1.8



1.109                sys-devel/autogen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog	20 Jul 2014 11:27:45 -0000	1.108
+++ ChangeLog	1 Aug 2014 11:32:30 -0000	1.109
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autogen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.108 2014/07/20 11:27:45 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.109 2014/08/01 11:32:30 armin76 Exp $
+
+  01 Aug 2014; Raúl Porcel <armin76@gentoo.org> autogen-5.18.1.ebuild:
+  sparc stable wrt #509056
 
   20 Jul 2014; Tobias Klausmann <klausman@gentoo.org> autogen-5.18.1.ebuild:
   Stable on alpha, bug #509056





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

* [gentoo-commits] gentoo-x86 commit in sys-devel/autogen: autogen-5.18.1.ebuild ChangeLog
@ 2014-08-02 18:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-02 18:18 UTC (permalink / raw
  To: gentoo-commits

ago         14/08/02 18:18:33

  Modified:             autogen-5.18.1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #509056
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.12                 sys-devel/autogen/autogen-5.18.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild?r1=1.11&r2=1.12

Index: autogen-5.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- autogen-5.18.1.ebuild	1 Aug 2014 11:32:30 -0000	1.11
+++ autogen-5.18.1.ebuild	2 Aug 2014 18:18:33 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.11 2014/08/01 11:32:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.18.1.ebuild,v 1.12 2014/08/02 18:18:33 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="libopts static-libs"
 
 RDEPEND=">=dev-scheme/guile-1.8



1.110                sys-devel/autogen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	1 Aug 2014 11:32:30 -0000	1.109
+++ ChangeLog	2 Aug 2014 18:18:33 -0000	1.110
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autogen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.109 2014/08/01 11:32:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.110 2014/08/02 18:18:33 ago Exp $
+
+  02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> autogen-5.18.1.ebuild:
+  Stable for ppc64, wrt bug #509056
 
   01 Aug 2014; Raúl Porcel <armin76@gentoo.org> autogen-5.18.1.ebuild:
   sparc stable wrt #509056





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

end of thread, other threads:[~2014-08-02 18:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-14  9:59 [gentoo-commits] gentoo-x86 commit in sys-devel/autogen: autogen-5.18.1.ebuild ChangeLog PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-02 18:18 Agostino Sarubbo (ago)
2014-08-01 11:32 Raul Porcel (armin76)
2014-07-20 11:27 Tobias Klausmann (klausman)
2014-07-13 10:02 Agostino Sarubbo (ago)
2014-06-14 10:20 Mikle Kolyada (zlogene)
2014-06-10  0:37 Mike Frysinger (vapier)
2014-06-08 16:53 Akinori Hattori (hattya)
2014-05-03 14:18 Markus Meier (maekke)
2013-12-02 10:18 Tim Harder (radhermit)

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