From 313cdd5d2f12c249cf1a44937cfc866e72faaf07 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 11 Feb 2017 23:54:04 +0100 Subject: games-board/chessproblem: Version bump --- games-board/chessproblem/Manifest | 2 +- games-board/chessproblem/chessproblem-1.1.ebuild | 42 ------------------------ games-board/chessproblem/chessproblem-1.2.ebuild | 42 ++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 43 deletions(-) delete mode 100644 games-board/chessproblem/chessproblem-1.1.ebuild create mode 100644 games-board/chessproblem/chessproblem-1.2.ebuild (limited to 'games-board') diff --git a/games-board/chessproblem/Manifest b/games-board/chessproblem/Manifest index e07c5c41..b3c055a7 100644 --- a/games-board/chessproblem/Manifest +++ b/games-board/chessproblem/Manifest @@ -1 +1 @@ -DIST chessproblem-1.1.tar.gz 34773 SHA256 a2bb6a184b6d2dbe2efaa4d23f0c26e7f54a6c9afefa703fb9d104d66f04b080 +DIST chessproblem-1.2.tar.gz 34963 SHA256 b43d02a304de41bc230e46d31bdf8cd98c6d7a0c788207ab9ff28fd18cbb4dd1 diff --git a/games-board/chessproblem/chessproblem-1.1.ebuild b/games-board/chessproblem/chessproblem-1.1.ebuild deleted file mode 100644 index 05bb690a..00000000 --- a/games-board/chessproblem/chessproblem-1.1.ebuild +++ /dev/null @@ -1,42 +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 optimization strong-optimization" - -src_prepare() { - if use prefix - then set -- - else set -- -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' - fi - sed -e 's!\./chessproblem!chessproblem!' \ - "${@}" -- contrib/test.pl >test.pl || die - eapply_user - eautoreconf -} - -src_configure() { - econf \ - $(use_enable debug debugging) \ - $(use_enable optimization) \ - $(use_enable strong-optimization) -} - -src_install() { - default - exeinto "/usr/share/doc/${PF}/" - doexe test.pl - docompress -x "/usr/share/doc/${PF}/test.pl" -} diff --git a/games-board/chessproblem/chessproblem-1.2.ebuild b/games-board/chessproblem/chessproblem-1.2.ebuild new file mode 100644 index 00000000..05bb690a --- /dev/null +++ b/games-board/chessproblem/chessproblem-1.2.ebuild @@ -0,0 +1,42 @@ +# 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 optimization strong-optimization" + +src_prepare() { + if use prefix + then set -- + else set -- -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' + fi + sed -e 's!\./chessproblem!chessproblem!' \ + "${@}" -- contrib/test.pl >test.pl || die + eapply_user + eautoreconf +} + +src_configure() { + econf \ + $(use_enable debug debugging) \ + $(use_enable optimization) \ + $(use_enable strong-optimization) +} + +src_install() { + default + exeinto "/usr/share/doc/${PF}/" + doexe test.pl + docompress -x "/usr/share/doc/${PF}/test.pl" +} -- cgit v1.2.3-65-gdbad