axs         15/04/10 20:03:20

  Added:                4.3-bison-version.patch 4.3-unstrip.patch
  Log:
  Took over package maintainership and restored 4.3 version to the tree with 
nod from xarthisius. 4.3-r1 ebuild resolves file parsing bug introduced in 
4.2-r9 (bug 546066) and converts to distutils-r1 (bug 544920).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  Changes    Path
1.1                  sci-mathematics/snns/files/4.3-bison-version.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/files/4.3-bison-version.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/files/4.3-bison-version.patch?rev=1.1&content-type=text/plain

Index: 4.3-bison-version.patch
===================================================================
--- configure.old       2015-04-08 16:27:05.000000000 -0400
+++ configure   2015-04-08 16:26:41.000000000 -0400
@@ -5071,7 +5071,7 @@
 else
     { echo "$as_me:$LINENO: checking for version of bison" >&5
 echo $ECHO_N "checking for version of bison... $ECHO_C" >&6; }
-    bison_version=`$BISON --version`
+    bison_version=`$BISON --version |head -n 1`
     { echo "$as_me:$LINENO: result: $bison_version" >&5
 echo "${ECHO_T}$bison_version" >&6; }
     warn_bison=yes



1.1                  sci-mathematics/snns/files/4.3-unstrip.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/files/4.3-unstrip.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/files/4.3-unstrip.patch?rev=1.1&content-type=text/plain

Index: 4.3-unstrip.patch
===================================================================
--- a/configuration/install-sh  2008-04-21 03:55:33.000000000 -0400
+++ b/configuration/install-sh  2015-04-08 16:59:32.000000000 -0400
@@ -79,7 +79,7 @@
            shift
            continue;;
 
-       -s) stripcmd="$stripprog"
+       -s) stripcmd=""
            shift
            continue;;
 




Reply via email to