From b5bd2a53838139eb816710940a09bd2ca966a45a Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Wed, 11 Jul 2018 12:41:45 +0200 Subject: games-board/chessproblem: Version bump --- games-board/chessproblem/Manifest | 2 +- games-board/chessproblem/chessproblem-2.10.ebuild | 45 ----------------------- games-board/chessproblem/chessproblem-2.11.ebuild | 45 +++++++++++++++++++++++ 3 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 games-board/chessproblem/chessproblem-2.10.ebuild create mode 100644 games-board/chessproblem/chessproblem-2.11.ebuild (limited to 'games-board') diff --git a/games-board/chessproblem/Manifest b/games-board/chessproblem/Manifest index db224f47..7691a767 100644 --- a/games-board/chessproblem/Manifest +++ b/games-board/chessproblem/Manifest @@ -1,2 +1,2 @@ DIST chessproblem-1.9.tar.gz 38971 SHA512 01e5fcdb8a1bf06370d9bbaec1fe095230dccf8d6ec06ebdb66b494226c1d7910c4c03ee68d2878c3694bb624e2bee25e391ea4c3e93ddc09a6e609fbe668b32 -DIST chessproblem-2.10.tar.gz 43388 SHA512 5c73549ef6a70967153c63dfc0e488aaad4e76060f22d5d52f76a3c1b712c1d40cdc36af39604dd5c620a7273f5c837ea53704957c5ba260d303fa76d0fbfd01 +DIST chessproblem-2.11.tar.gz 43426 SHA512 0d3c8d48bca09fad8e0fe6ff2800ac96bf19959b1117e91a64c61294b22ecdf2ab2b56da2d16ee955ac296880f09c8c6febe37e78bd29f5e959a21597b1c06a5 diff --git a/games-board/chessproblem/chessproblem-2.10.ebuild b/games-board/chessproblem/chessproblem-2.10.ebuild deleted file mode 100644 index 997fa5e7..00000000 --- a/games-board/chessproblem/chessproblem-2.10.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2017-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -RESTRICT="mirror" -WANT_LIBTOOL=none -AT_NOELIBTOOLIZE=yes -inherit autotools vcs-snapshot - -DESCRIPTION="Find solutions of chess problems (mate, selfmate, and helpmate) with cooks" -HOMEPAGE="https://github.com/vaeth/chessproblem/" -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 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" -IUSE="debug +multithreading optimization propagate-signal strong-optimization unlimited" - -DEPEND="dev-libs/osformat" -RDEPEND=$DEPEND - -src_prepare() { - use prefix || sed -i \ - -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ - -- contrib/test.pl || die - default - eautoreconf -} - -src_configure() { - econf \ - $(use_with multithreading) \ - $(use_enable propagate-signal) \ - $(use_enable unlimited) \ - $(use_enable debug debugging) \ - $(use_enable optimization) \ - $(use_enable strong-optimization) -} - -src_install() { - default - exeinto "/usr/share/doc/${PF}/" - doexe contrib/test.pl - docompress -x "/usr/share/doc/${PF}/test.pl" -} diff --git a/games-board/chessproblem/chessproblem-2.11.ebuild b/games-board/chessproblem/chessproblem-2.11.ebuild new file mode 100644 index 00000000..997fa5e7 --- /dev/null +++ b/games-board/chessproblem/chessproblem-2.11.ebuild @@ -0,0 +1,45 @@ +# Copyright 2017-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +RESTRICT="mirror" +WANT_LIBTOOL=none +AT_NOELIBTOOLIZE=yes +inherit autotools vcs-snapshot + +DESCRIPTION="Find solutions of chess problems (mate, selfmate, and helpmate) with cooks" +HOMEPAGE="https://github.com/vaeth/chessproblem/" +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 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +IUSE="debug +multithreading optimization propagate-signal strong-optimization unlimited" + +DEPEND="dev-libs/osformat" +RDEPEND=$DEPEND + +src_prepare() { + use prefix || sed -i \ + -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ + -- contrib/test.pl || die + default + eautoreconf +} + +src_configure() { + econf \ + $(use_with multithreading) \ + $(use_enable propagate-signal) \ + $(use_enable unlimited) \ + $(use_enable debug debugging) \ + $(use_enable optimization) \ + $(use_enable strong-optimization) +} + +src_install() { + default + exeinto "/usr/share/doc/${PF}/" + doexe contrib/test.pl + docompress -x "/usr/share/doc/${PF}/test.pl" +} -- cgit v1.2.3-65-gdbad