summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2017-02-21 12:30:05 +0100
committerMartin Väth <martin@mvath.de>2017-02-21 12:30:05 +0100
commit7a27fcb020586b31486d303c0e6994def5afb401 (patch)
tree8f31f203b19926337dbaa18e3fb62b846c37a2aa /games-board/chessproblem
parentmedia-tv/sundtek-tv: Version bump (diff)
downloadmv-7a27fcb020586b31486d303c0e6994def5afb401.tar.gz
mv-7a27fcb020586b31486d303c0e6994def5afb401.tar.bz2
mv-7a27fcb020586b31486d303c0e6994def5afb401.zip
games-board/chessproblem: Version bump
Diffstat (limited to 'games-board/chessproblem')
-rw-r--r--games-board/chessproblem/Manifest2
-rw-r--r--games-board/chessproblem/chessproblem-2.2.ebuild (renamed from games-board/chessproblem/chessproblem-2.1.ebuild)3
-rw-r--r--games-board/chessproblem/metadata.xml1
3 files changed, 4 insertions, 2 deletions
diff --git a/games-board/chessproblem/Manifest b/games-board/chessproblem/Manifest
index 864040e3..53294b67 100644
--- a/games-board/chessproblem/Manifest
+++ b/games-board/chessproblem/Manifest
@@ -1,2 +1,2 @@
DIST chessproblem-1.6.tar.gz 38634 SHA256 ac18c46754b0bc2af97ee42d94dbae5efb427f540efd04120c9858120ec9f97c
-DIST chessproblem-2.1.tar.gz 42658 SHA256 82b51cf0e030aa2a1f66c5cc537b493ebfdca39916b18f53f601a2bc86dbf5e0
+DIST chessproblem-2.2.tar.gz 44191 SHA256 0ce35011f3e715fd88728a92fc7caea02131f0caea76553490000506f9f6d0c1
diff --git a/games-board/chessproblem/chessproblem-2.1.ebuild b/games-board/chessproblem/chessproblem-2.2.ebuild
index 2c04c745..883c3f98 100644
--- a/games-board/chessproblem/chessproblem-2.1.ebuild
+++ b/games-board/chessproblem/chessproblem-2.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
-IUSE="debug +multithreading optimization strong-optimization"
+IUSE="debug +multithreading optimization propagate-signal strong-optimization"
src_prepare() {
use prefix || sed -i \
@@ -27,6 +27,7 @@ src_prepare() {
src_configure() {
econf \
$(use_with multithreading) \
+ $(use_enable propagate-signal) \
$(use_enable debug debugging) \
$(use_enable optimization) \
$(use_enable strong-optimization)
diff --git a/games-board/chessproblem/metadata.xml b/games-board/chessproblem/metadata.xml
index bfe1a9b8..d1a45d2c 100644
--- a/games-board/chessproblem/metadata.xml
+++ b/games-board/chessproblem/metadata.xml
@@ -17,6 +17,7 @@
<flag name="debug">Build with upstream's CXXFLAGS/LDFLAGS for debugging support; not recommended for normal use.</flag>
<flag name="multithreading">Install multithreading version</flag>
<flag name="optimization">Accept upstream's choices for CXXFLAGS/LDFLAGS for optimization. Absense of this USE flag does not strip user's *FLAGS</flag>
+ <flag name="propagate-signal">Use signal propagation for thread pruning. Requires more memory; it is faster in some cases, but slower in others</flag>
<flag name="strong-optimization">Adds several more agressive CXXFLAGS/LDFLAGS for optimization like graphite (if available). May cause trouble with some buggy compiler versions. Absense of this USE flag does not strip user's *FLAGS</flag>
</use>
</pkgmetadata>