summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Miess <Philip_Miess@yahoo.com>2017-10-24 16:34:20 -0400
committerPhilip Miess <Philip_Miess@yahoo.com>2017-10-24 16:34:20 -0400
commitd9177582441cc010d450d96b2e47eb18d72e7a3a (patch)
treece52a03616d66d403c0a5b39b3eff829b6ca0df2 /app-text
parentcopy directory (diff)
downloadsuperposition-d9177582441cc010d450d96b2e47eb18d72e7a3a.tar.gz
superposition-d9177582441cc010d450d96b2e47eb18d72e7a3a.tar.bz2
superposition-d9177582441cc010d450d96b2e47eb18d72e7a3a.zip
use patch to generate new patch
Diffstat (limited to 'app-text')
-rw-r--r--app-text/presage/Manifest2
-rw-r--r--app-text/presage/files/presage-0.8.9-automagic.patch34
2 files changed, 18 insertions, 18 deletions
diff --git a/app-text/presage/Manifest b/app-text/presage/Manifest
index f7aaccf..45cb716 100644
--- a/app-text/presage/Manifest
+++ b/app-text/presage/Manifest
@@ -1,3 +1,3 @@
-AUX presage-0.8.9-automagic.patch 4344 SHA256 01108beee4b326604bb07a86b686caa3633d039aee4c23ec229f245ac86b7730 SHA512 02e2d7f47e8f7eda0dce2c8f3911bd93a2372a2f4761f84201399cf103927a9c1cc9f7a408ec64e415c221fb3915ba1f8c2d045f6f99ee9af64abfe8adfc756d WHIRLPOOL b6f47942cc1732aee0cbe4229d96bd4b7bf2c4be4a0591f46d207bbc922a07d9223203520518d9c6a4361064ec33f797eece79bc121239c1a994fedf9b62a5b5
+AUX presage-0.8.9-automagic.patch 4425 SHA256 21e95d42cc08aaf89a686989f0e7d55c22868fd7603c8c76cd31bf1fbc9ed354 SHA512 e57ec49b442f8eb08c9a0a62572acab60b5aa0bfe88a0f8552a7959cbf38fa296d00a83c96e82e727bd21fc5ab07a4b3296b51b7929fea4ca69e4922ddfd3e3a WHIRLPOOL e568e83ecc6d24f7d9ce9b4aa93a45e3316501afba8e946ede2f3b012abae3fe1f935ac1ff09b293ced5858dec1b876c560e20803869b75eb59e9ff54aa165dc
DIST presage-0.8.9.tar.gz 2568505 SHA256 5541e9b350cc603a8d412704dcfa21342369b5b07c6da91947c7523c51678cd0 SHA512 62206497283b3d7d29546399ea94c5b82d95c91f09c14e48098e1a8791018ccfdda26c46227195cdf706c0097e02bf382360e0a9c7e824edcd86fdfa5f4c3db1 WHIRLPOOL 029d3366c94fc52ba0a8337197158cc53d6aba8c276d2ddd52f5f58b864a7da2388af5d67342ece1817a7863fea2f6b675e76bb1e3555df4a1ddd67296a65188
EBUILD presage-0.8.9.ebuild 1086 SHA256 ba32954e5bd98bbce17f0af5ea3f3453b483a148021cefaf172ad20e362d3203 SHA512 5a7c72bcf3eddae357e6360cab98b400540d4674293229963575d837a03f9ed5cd924206424406dc2e47c6fb8b23168fccea525ebfc963547071f42541a5cdbd WHIRLPOOL 0545a601864581de0ccd61cfa11de0d2b53e685e0f50ad106a4db9187d949181cd2d58a63fd1e7ac07a68253c803292fac86f88a391c378ab724d006215301e8
diff --git a/app-text/presage/files/presage-0.8.9-automagic.patch b/app-text/presage/files/presage-0.8.9-automagic.patch
index dcaf379..d821528 100644
--- a/app-text/presage/files/presage-0.8.9-automagic.patch
+++ b/app-text/presage/files/presage-0.8.9-automagic.patch
@@ -1,5 +1,5 @@
---- a/configure.ac
-+++ b/configure.ac
+--- configure.ac 2017-10-24 16:21:02.605268927 -0400
++++ configure.patched.ac 2017-10-24 16:29:24.098226985 -0400
@@ -23,7 +23,7 @@
@@ -9,7 +9,7 @@
AC_CONFIG_SRCDIR([src/lib/presage.cpp])
AC_CONFIG_HEADERS([config.h:config.hin])
-@@ -105,6 +105,13 @@
+@@ -106,6 +106,13 @@
dnl ==================
dnl Checks for ncurses
dnl ==================
@@ -23,7 +23,7 @@
AC_CHECK_LIB([curses],
[initscr],
[have_curses_library=true],
-@@ -113,12 +120,19 @@
+@@ -114,12 +121,19 @@
[have_curses_header=true],
[AC_MSG_WARN([curses header file not found. curses demo programs will not be built.])],
[])
@@ -44,7 +44,7 @@
AC_CHECK_LIB([tinyxml],
[main],
[have_tinyxml_library=true],
-@@ -127,6 +141,7 @@
+@@ -128,6 +142,7 @@
[have_tinyxml_header=true],
[AC_MSG_WARN([tinyxml library not found. Embedded tinyxml library will be built.])],
[])
@@ -52,7 +52,7 @@
if test "x$have_tinyxml_library" != "xtrue" -o "x$have_tinyxml_header" != "xtrue"
then
build_tinyxml=yes
-@@ -134,7 +149,7 @@
+@@ -135,7 +150,7 @@
build_tinyxml=no
AC_DEFINE([TIXML_USE_STL], [1], [Define to 1 to use STL string in TinyXML])
fi
@@ -61,7 +61,7 @@
dnl =================
-@@ -203,10 +218,15 @@
+@@ -204,10 +219,15 @@
dnl ==================
dnl Checks for CppUnit
dnl ==================
@@ -78,7 +78,7 @@
dnl ============================
-@@ -216,6 +236,7 @@
+@@ -217,6 +237,7 @@
dnl ===============
dnl Checks for SWIG
dnl ===============
@@ -86,7 +86,7 @@
AC_PATH_PROG([SWIG], [swig])
if test ! "$SWIG"
then
-@@ -227,6 +248,11 @@
+@@ -228,6 +249,11 @@
dnl =================
dnl Checks for Python
dnl =================
@@ -98,7 +98,7 @@
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])])
-@@ -239,7 +264,7 @@
+@@ -239,7 +265,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
@@ -107,18 +107,18 @@
AC_ARG_ENABLE([python-binding],
-@@ -262,6 +288,7 @@
+@@ -263,6 +289,7 @@
dnl ======================
dnl Checks for dbus python
dnl ======================
+
have_dbus_python=no
-if test "$PYTHON" != :
-then
-@@ -275,7 +299,7 @@
- fi
- AC_MSG_RESULT($have_dbus_python)
-fi
+ if test "$PYTHON" != :
+ then
+@@ -276,7 +303,7 @@
+ 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"])