maekke      15/01/02 18:36:29

  Modified:             hugin-2014.0.0.ebuild ChangeLog
                        hugin-2014.0.0-r1.ebuild
  Log:
  fix building with dev-libs/boost-1.56, bug #525400
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
072AD062)

Revision  Changes    Path
1.6                  media-gfx/hugin/hugin-2014.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/hugin-2014.0.0.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/hugin-2014.0.0.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/hugin-2014.0.0.ebuild?r1=1.5&r2=1.6

Index: hugin-2014.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2014.0.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hugin-2014.0.0.ebuild       22 Dec 2014 10:09:17 -0000      1.5
+++ hugin-2014.0.0.ebuild       2 Jan 2015 18:36:29 -0000       1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2014.0.0.ebuild,v 1.5 
2014/12/22 10:09:17 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2014.0.0.ebuild,v 1.6 
2015/01/02 18:36:29 maekke Exp $
 
 EAPI=5
 
@@ -51,7 +51,10 @@
 
 S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)
 
-PATCHES=( "${FILESDIR}"/${P}-lensfun-0.3.0.patch )
+PATCHES=(
+       "${FILESDIR}"/${P}-lensfun-0.3.0.patch
+       "${FILESDIR}"/${P}-ParseExp.patch
+)
 
 pkg_setup() {
        DOCS="authors.txt README TODO"



1.156                media-gfx/hugin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.156&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/ChangeLog?rev=1.156&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/ChangeLog?r1=1.155&r2=1.156

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog   22 Dec 2014 10:09:17 -0000      1.155
+++ ChangeLog   2 Jan 2015 18:36:29 -0000       1.156
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/hugin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.155 
2014/12/22 10:09:17 pinkbyte Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/ChangeLog,v 1.156 
2015/01/02 18:36:29 maekke Exp $
+
+  02 Jan 2015; Markus Meier <mae...@gentoo.org> hugin-2014.0.0.ebuild,
+  hugin-2014.0.0-r1.ebuild, +files/hugin-2014.0.0-ParseExp.patch:
+  fix building with dev-libs/boost-1.56, bug #525400
 
   22 Dec 2014; Sergey Popov <pinkb...@gentoo.org> hugin-2014.0.0.ebuild:
   Stable on amd64 and x86, wrt bug #528330



1.4                  media-gfx/hugin/hugin-2014.0.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/hugin-2014.0.0-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/hugin-2014.0.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/hugin/hugin-2014.0.0-r1.ebuild?r1=1.3&r2=1.4

Index: hugin-2014.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2014.0.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hugin-2014.0.0-r1.ebuild    20 Dec 2014 16:36:16 -0000      1.3
+++ hugin-2014.0.0-r1.ebuild    2 Jan 2015 18:36:29 -0000       1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2014.0.0-r1.ebuild,v 
1.3 2014/12/20 16:36:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2014.0.0-r1.ebuild,v 
1.4 2015/01/02 18:36:29 maekke Exp $
 
 EAPI=5
 
@@ -51,7 +51,10 @@
 
 S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)
 
-PATCHES=( "${FILESDIR}"/${P}-lensfun-0.3.0.patch )
+PATCHES=(
+       "${FILESDIR}"/${P}-lensfun-0.3.0.patch
+       "${FILESDIR}"/${P}-ParseExp.patch
+)
 
 pkg_setup() {
        DOCS="authors.txt README TODO"




Reply via email to