summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2018-05-07 23:17:25 +0200
committerMartin Väth <martin@mvath.de>2018-05-07 23:17:25 +0200
commit094d1baa446a429adf4d090893acf7f7c7dd1c49 (patch)
treea7e50c7135cecf533bb6895a0a1df8cbfe8d0d09 /games-board
parentx11-libs/gtk+: Version bump. Remove old (diff)
downloadmv-094d1baa446a429adf4d090893acf7f7c7dd1c49.tar.gz
mv-094d1baa446a429adf4d090893acf7f7c7dd1c49.tar.bz2
mv-094d1baa446a429adf4d090893acf7f7c7dd1c49.zip
Minor cleanups/EAPI bumps
Diffstat (limited to 'games-board')
-rw-r--r--games-board/chessproblem/Manifest4
-rw-r--r--games-board/chessproblem/chessproblem-1.8.ebuild4
-rw-r--r--games-board/chessproblem/chessproblem-2.9.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/games-board/chessproblem/Manifest b/games-board/chessproblem/Manifest
index 93a1cbb4..58b66759 100644
--- a/games-board/chessproblem/Manifest
+++ b/games-board/chessproblem/Manifest
@@ -1,2 +1,2 @@
-DIST chessproblem-1.8.tar.gz 38915 SHA256 383397979dec94e1e36214be1e817a67585c6aa7b733f187c659d10dad19520f SHA512 bf2eae53ba4d0d36877e9b93236f16895c06a94f252d3b1ed15d6282177c0309cf7ca588922c48d4203e196abf5c82a9a777a3b78199c72e295d258563496d1d
-DIST chessproblem-2.9.tar.gz 43151 SHA256 9e5d7913dee01632aa2a7a1924cf2f576c0bb4f08d64ced17c8ab2e504f6af9b SHA512 be285fab02e49876ec286fd7554f410ad51680d794a3f8c0bb0aa7a1d57b404aac1c3d417c9eb5ed02cdce69dca5d42f020c6465a9083446a9b5f185915e0f33
+DIST chessproblem-1.8.tar.gz 38915 SHA512 bf2eae53ba4d0d36877e9b93236f16895c06a94f252d3b1ed15d6282177c0309cf7ca588922c48d4203e196abf5c82a9a777a3b78199c72e295d258563496d1d
+DIST chessproblem-2.9.tar.gz 43151 SHA512 be285fab02e49876ec286fd7554f410ad51680d794a3f8c0bb0aa7a1d57b404aac1c3d417c9eb5ed02cdce69dca5d42f020c6465a9083446a9b5f185915e0f33
diff --git a/games-board/chessproblem/chessproblem-1.8.ebuild b/games-board/chessproblem/chessproblem-1.8.ebuild
index 16b52dac..7496d539 100644
--- a/games-board/chessproblem/chessproblem-1.8.ebuild
+++ b/games-board/chessproblem/chessproblem-1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018 Gentoo Foundation
+# Copyright 2017-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,7 +20,7 @@ src_prepare() {
use prefix || sed -i \
-e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \
-- contrib/test.pl || die
- eapply_user
+ default
eautoreconf
}
diff --git a/games-board/chessproblem/chessproblem-2.9.ebuild b/games-board/chessproblem/chessproblem-2.9.ebuild
index 99909d1a..2bcb6bf4 100644
--- a/games-board/chessproblem/chessproblem-2.9.ebuild
+++ b/games-board/chessproblem/chessproblem-2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018 Gentoo Foundation
+# Copyright 2017-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -23,7 +23,7 @@ src_prepare() {
use prefix || sed -i \
-e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \
-- contrib/test.pl || die
- eapply_user
+ default
eautoreconf
}