creffett    15/04/19 01:23:29

  Modified:             glosung-3.6.2-r1.ebuild ChangeLog
  Log:
  Fix build with newer scons wrt bug 544130
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xD1BAB6B528DB029C)

Revision  Changes    Path
1.4                  app-text/glosung/glosung-3.6.2-r1.ebuild

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

Index: glosung-3.6.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/glosung/glosung-3.6.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glosung-3.6.2-r1.ebuild     30 Jan 2013 19:02:07 -0000      1.3
+++ glosung-3.6.2-r1.ebuild     19 Apr 2015 01:23:29 -0000      1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/glosung/glosung-3.6.2-r1.ebuild,v 
1.3 2013/01/30 19:02:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/glosung/glosung-3.6.2-r1.ebuild,v 
1.4 2015/04/19 01:23:29 creffett Exp $
 
 EAPI=5
 
@@ -32,7 +32,11 @@
 
 src_prepare() {
        epatch "${FILESDIR}/${PN}-3.6.2-glib-includes.patch"
-       epatch "${FILESDIR}/${PN}-3.6.2-scons-respectflags.patch"
+       if has_version '>=dev-util/scons-2.3.2'; then
+               epatch "${FILESDIR}/${PN}-3.6.2-scons-2.3.2-respectflags.patch"
+       else
+               epatch "${FILESDIR}/${PN}-3.6.2-scons-respectflags.patch"
+       fi
 }
 
 src_compile() {



1.18                 app-text/glosung/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glosung/ChangeLog?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glosung/ChangeLog?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/glosung/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/glosung/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   31 Jan 2013 20:26:36 -0000      1.17
+++ ChangeLog   19 Apr 2015 01:23:29 -0000      1.18
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/glosung
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/glosung/ChangeLog,v 1.17 
2013/01/31 20:26:36 creffett Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/glosung/ChangeLog,v 1.18 
2015/04/19 01:23:29 creffett Exp $
+
+  19 Apr 2015; Chris Reffett <creff...@gentoo.org>
+  +files/glosung-3.6.2-scons-2.3.2-respectflags.patch, glosung-3.6.2-r1.ebuild:
+  Fix build with newer scons wrt bug 544130
 
   31 Jan 2013; Chris Reffett <creff...@gentoo.org> -glosung-2.1.3.ebuild,
   -glosung-3.2.2.ebuild, -glosung-3.4.2.ebuild, -glosung-3.5.2.ebuild:




Reply via email to