commit:     ad01aa4c15f743d582e877de42d48600cf189589
Author:     Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Tue Oct 10 01:31:58 2017 +0000
Commit:     Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Tue Oct 10 01:31:58 2017 +0000
URL:        
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=ad01aa4c

modify patch file

 app-text/presage/Manifest                               |  2 +-
 ....8-automagic.patch => presage-0.8.9-automagic.patch} | 17 +++++++++--------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/app-text/presage/Manifest b/app-text/presage/Manifest
index 1eb7d53..499697a 100644
--- a/app-text/presage/Manifest
+++ b/app-text/presage/Manifest
@@ -1,3 +1,3 @@
-AUX presage-0.8.8-automagic.patch 4399 SHA256 
1ae5e85214dc400189cbb07ab4b34c16e778f6942fcea129fdb5397b5c5743ad SHA512 
622883949554935c3fd12a08b1e117121ae38e5f958b4847eb83b29352df9831f4397a518372829be881bd0157a8e03fc1744e5e0585072869518e64a186bad5
 WHIRLPOOL 
bdb531a6a66fc617d0e7ac73fb92979539d4cd134cd1ac9c3116473d0f2a6cdf39b0300e02f8974c24b708335952d4aaf669a32eee6b0c44c51c0fc872b86695
+AUX presage-0.8.9-automagic.patch 4418 SHA256 
f3b50e67b664af763bffaf36e945ec30db4a8c8d0f4b0d12d7b8b2b3c576dafd SHA512 
d44c0b5f11a86266a6ca6ee572bfdfa5e14b865abe7bf85164d419910a3b075ceaaeb1c172dee6fd37847eada6ce5846fd32163424b984e17eeefc22f07dec44
 WHIRLPOOL 
436778ba58f2c83fb71438129cd61559d34cc0f454e278f69ef1360f353cf7874b0fb943a2464350f0456c6ac979916f2fcb730bdaecf1db2c5763d2bf47d356
 DIST presage-0.8.9.tar.gz 2568505 SHA256 
5541e9b350cc603a8d412704dcfa21342369b5b07c6da91947c7523c51678cd0 SHA512 
62206497283b3d7d29546399ea94c5b82d95c91f09c14e48098e1a8791018ccfdda26c46227195cdf706c0097e02bf382360e0a9c7e824edcd86fdfa5f4c3db1
 WHIRLPOOL 
029d3366c94fc52ba0a8337197158cc53d6aba8c276d2ddd52f5f58b864a7da2388af5d67342ece1817a7863fea2f6b675e76bb1e3555df4a1ddd67296a65188
 EBUILD presage-0.8.9.ebuild 1086 SHA256 
d20d982a6fd1f089fae2b4bef549c8a75ba14fe16e44ccfe54ea55ac06dd63b5 SHA512 
a94a98f9405fed474d36ea22733da99011846a68c6a698a5df0d7eedfe5f465f782d90e562623a2b1b9f301590eba015292397b5faf8cd314b2ec5943e93445b
 WHIRLPOOL 
3e968a2dc84b46580892a3617381209ca3d74d8d660b25cb87c2db282aee2e8f3e4faed75f3cbaf7b2b2046bb87e0b547eeb459ed689c30ffc5764be6fdbb27c

diff --git a/app-text/presage/files/presage-0.8.8-automagic.patch 
b/app-text/presage/files/presage-0.8.9-automagic.patch
similarity index 91%
rename from app-text/presage/files/presage-0.8.8-automagic.patch
rename to app-text/presage/files/presage-0.8.9-automagic.patch
index dfb454b..ac7f503 100644
--- a/app-text/presage/files/presage-0.8.8-automagic.patch
+++ b/app-text/presage/files/presage-0.8.9-automagic.patch
@@ -3,7 +3,7 @@
 @@ -23,7 +23,7 @@
  
  
- AC_INIT([presage],[0.8.8],[matteo.vesc...@yahoo.co.uk])
+ AC_INIT([presage],[0.8.9],[matteo.vesc...@yahoo.co.uk])
 -AM_INIT_AUTOMAKE([-Wall -Werror])
 +AM_INIT_AUTOMAKE([-Wall])
  
@@ -98,12 +98,12 @@
  AM_PATH_PYTHON([2.0],
                 [],
                 [AC_MSG_WARN([Python not found. Python is required to build 
presage python binding. Python can be obtained from http://www.python.org])])
-@@ -238,7 +264,7 @@
+@@ -239,7 +264,7 @@
                       [AC_MSG_WARN([Python.h header file not found. Python 
development files are required to build presage python binding. Python can be 
obtained from http://www.python.org])],
                       [])
  fi
--AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" -a "x$have_python_header" = 
"xtrue"])
-+AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" -a "x$have_python_header" = 
"xtrue" -a "x$enable_python" = "xyes"])
+-AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != : -a "x$have_python_header" 
= "xtrue"])
++AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != : -a "x$have_python_header" 
= "xtrue" -a "x$enable_python" = "xyes"])
  
  
  AC_ARG_ENABLE([python-binding],
@@ -115,10 +115,11 @@
  have_dbus_python=no
  AC_MSG_CHECKING(for python dbus module)
  $PYTHON -c "import dbus" 2&>/dev/null
-@@ -272,7 +299,7 @@
-       have_dbus_python=no
- fi
- AC_MSG_RESULT($have_dbus_python)
+@@ -275,7 +299,7 @@
+       have_dbus_python=no
+   fi
+   AC_MSG_RESULT($have_dbus_python)
+fi
 -AM_CONDITIONAL([HAVE_DBUS_PYTHON], [test "x$have_dbus_python" = "xyes"])
 +AM_CONDITIONAL([HAVE_DBUS_PYTHON], [test "x$have_dbus_python" = "xyes" -a 
"x$enable_python" = "xyes"])
  

Reply via email to