public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/insight: ChangeLog insight-6.8.1.ebuild insight-6.8.1-r1.ebuild
@ 2013-11-03 17:09 Julian Ospald (hasufell)
  0 siblings, 0 replies; only message in thread
From: Julian Ospald (hasufell) @ 2013-11-03 17:09 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/11/03 17:09:14

  Modified:             ChangeLog insight-6.8.1.ebuild
                        insight-6.8.1-r1.ebuild
  Log:
  fix build with automake-1.13 wrt #486414
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.57                 dev-util/insight/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/insight/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/insight/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/insight/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	4 Feb 2013 07:16:04 -0000	1.56
+++ ChangeLog	3 Nov 2013 17:09:14 -0000	1.57
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/insight
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.56 2013/02/04 07:16:04 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.57 2013/11/03 17:09:14 hasufell Exp $
+
+  03 Nov 2013; Julian Ospald <hasufell@gentoo.org> insight-6.8.1.ebuild,
+  insight-6.8.1-r1.ebuild, +files/insight-6.8.1-automake-1.13.patch:
+  fix build with automake-1.13 wrt #486414
 
 *insight-6.8.1-r1 (04 Feb 2013)
 



1.8                  dev-util/insight/insight-6.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/insight/insight-6.8.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/insight/insight-6.8.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/insight/insight-6.8.1.ebuild?r1=1.7&r2=1.8

Index: insight-6.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- insight-6.8.1.ebuild	22 Aug 2012 23:23:16 -0000	1.7
+++ insight-6.8.1.ebuild	3 Nov 2013 17:09:14 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1.ebuild,v 1.7 2012/08/22 23:23:16 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1.ebuild,v 1.8 2013/11/03 17:09:14 hasufell Exp $
 
 EAPI=4
 
@@ -43,6 +43,8 @@
 	EPATCH_SUFFIX="patch" \
 	epatch
 
+	epatch "${FILESDIR}"/${P}-automake-1.13.patch
+
 	# remove bundled stuff
 	rm -rf "${S}"/{itcl,tcl,tk,readline} || die
 



1.2                  dev-util/insight/insight-6.8.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild?r1=1.1&r2=1.2

Index: insight-6.8.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- insight-6.8.1-r1.ebuild	4 Feb 2013 07:16:04 -0000	1.1
+++ insight-6.8.1-r1.ebuild	3 Nov 2013 17:09:14 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v 1.1 2013/02/04 07:16:04 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v 1.2 2013/11/03 17:09:14 hasufell Exp $
 
 EAPI=4
 
@@ -43,6 +43,8 @@
 	EPATCH_SUFFIX="patch" \
 	epatch
 
+	epatch "${FILESDIR}"/${P}-automake-1.13.patch
+
 	# remove bundled stuff
 	rm -rf "${S}"/{itcl,tcl,tk,readline} || die
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-03 17:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-03 17:09 [gentoo-commits] gentoo-x86 commit in dev-util/insight: ChangeLog insight-6.8.1.ebuild insight-6.8.1-r1.ebuild Julian Ospald (hasufell)

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