From 6651e4350eef521406b86b87ee4509ff48aba659 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 26 Feb 2017 10:37:32 +0100 Subject: games-board/chessproblem: Version bump --- games-board/chessproblem/Manifest | 2 +- games-board/chessproblem/chessproblem-2.2.ebuild | 41 ------------------------ games-board/chessproblem/chessproblem-2.3.ebuild | 41 ++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 games-board/chessproblem/chessproblem-2.2.ebuild create mode 100644 games-board/chessproblem/chessproblem-2.3.ebuild (limited to 'games-board') diff --git a/games-board/chessproblem/Manifest b/games-board/chessproblem/Manifest index 53294b67..e2b51fdb 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.2.tar.gz 44191 SHA256 0ce35011f3e715fd88728a92fc7caea02131f0caea76553490000506f9f6d0c1 +DIST chessproblem-2.3.tar.gz 44468 SHA256 05b8caa44d6c2e59a7cd71bba2390608d0977d478f1020ffb2a99043af7d87aa diff --git a/games-board/chessproblem/chessproblem-2.2.ebuild b/games-board/chessproblem/chessproblem-2.2.ebuild deleted file mode 100644 index 883c3f98..00000000 --- a/games-board/chessproblem/chessproblem-2.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2017 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 ~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 propagate-signal strong-optimization" - -src_prepare() { - use prefix || sed -i \ - -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ - -- contrib/test.pl || die - eapply_user - eautoreconf -} - -src_configure() { - econf \ - $(use_with multithreading) \ - $(use_enable propagate-signal) \ - $(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.3.ebuild b/games-board/chessproblem/chessproblem-2.3.ebuild new file mode 100644 index 00000000..883c3f98 --- /dev/null +++ b/games-board/chessproblem/chessproblem-2.3.ebuild @@ -0,0 +1,41 @@ +# Copyright 2017 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 ~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 propagate-signal strong-optimization" + +src_prepare() { + use prefix || sed -i \ + -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ + -- contrib/test.pl || die + eapply_user + eautoreconf +} + +src_configure() { + econf \ + $(use_with multithreading) \ + $(use_enable propagate-signal) \ + $(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