From a4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 28 Apr 2018 20:02:04 +0100 Subject: gentoo resync : 28.04.2018 --- games-arcade/primateplunge/Manifest | 4 +-- .../files/primateplunge-1.1-AC_SUBST.patch | 4 +-- .../primateplunge/primateplunge-1.1-r1.ebuild | 32 ---------------------- .../primateplunge/primateplunge-1.1-r2.ebuild | 32 ++++++++++++++++++++++ 4 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 games-arcade/primateplunge/primateplunge-1.1-r1.ebuild create mode 100644 games-arcade/primateplunge/primateplunge-1.1-r2.ebuild (limited to 'games-arcade/primateplunge') diff --git a/games-arcade/primateplunge/Manifest b/games-arcade/primateplunge/Manifest index 688ffdf2d5f3..cb4060d693f0 100644 --- a/games-arcade/primateplunge/Manifest +++ b/games-arcade/primateplunge/Manifest @@ -1,4 +1,4 @@ -AUX primateplunge-1.1-AC_SUBST.patch 615 BLAKE2B 13358475ded92b3cf5e88c7f53bf06bf89e2c0fc17a4bd08ac01934c9e9291975c6c1e7c87ee2d3519059803a59a98c9ca712c5ebe082c686389e4a336f8b375 SHA512 4d0b228471ff977efe48ff8bc29feb46f9af1d124e89e49e512811b33d8f5d863f06f14d6abee9cd9dc03b344513d6fc6cb110d5e5b4ed3f2b2db6745659f99f +AUX primateplunge-1.1-AC_SUBST.patch 619 BLAKE2B 3252eb57e4c3352f3706abb6cf6ebc26fd8d8151548e8c4aa32eaace0dbcb0c5b90d313f9631f84e0eb46781143922da10638318e118925d95f2cf0a318c9fab SHA512 f8d584b8a305ac54b91a6746613361f60cb74e6c756f1067f6d3e6ffec71f3358c64f5901e44c3a1d423d5b8624e5c34086fe7f3d63df9cb86db0d558a08b7c2 DIST primateplunge-1.1.tar.gz 5245884 BLAKE2B a1496eea4c99dd52f301aa50b6831ce6efffa78e45b97be13e93f64d4c4dd814b87fac17612fb82f994ee125375c75a47d3968b379c7622d78c76cadf5567e3b SHA512 bdc6be0faf28375941e67895c498f59a529521ba46d6b23ea94d3b16ead1541738d7aa5cfa5fa5cf269e7e474ca9002180e7b0663e1b4531300d21564df41b8c -EBUILD primateplunge-1.1-r1.ebuild 791 BLAKE2B 010e35828cb32f32a79c38e00a876578a21d1bd76a5af5fc02156e78fc48a3cd40872ae94143d5035a498e6663f202f03323f463177f78c17b3cfc1ea83909a6 SHA512 dc318c8f6e83d934c4faedba781f06c5d13d5d55797bf1eba1061f94d782bb7c00801dcee4b19ea7704ce56e59e35be5bbd7dcc3854f95494f46fd421798d345 +EBUILD primateplunge-1.1-r2.ebuild 746 BLAKE2B 71a599054b1bbed857c16ee88d2a2ddc7557292c017c375b163accae381c962f05ddce0b7515426358f7978b179edd689b95cd45ceb7749df663610618471c61 SHA512 d8c9cfa96356ab6b932aa9bff4f2b6c9736aa38b1478519a31084b0e9900fe7e12eca6ce09bee4a0ccdd6fe938ef9ffd01fadb098540ce6202060378d5580c51 MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-arcade/primateplunge/files/primateplunge-1.1-AC_SUBST.patch b/games-arcade/primateplunge/files/primateplunge-1.1-AC_SUBST.patch index b5c50dcc701b..562f62f98585 100644 --- a/games-arcade/primateplunge/files/primateplunge-1.1-AC_SUBST.patch +++ b/games-arcade/primateplunge/files/primateplunge-1.1-AC_SUBST.patch @@ -1,5 +1,5 @@ ---- configure.ac.orig -+++ configure.ac +--- a/configure.ac.orig ++++ b/configure.ac @@ -7,12 +7,12 @@ AC_INIT([primateplunge], [1.1], [primateplunge@aelius.com]) diff --git a/games-arcade/primateplunge/primateplunge-1.1-r1.ebuild b/games-arcade/primateplunge/primateplunge-1.1-r1.ebuild deleted file mode 100644 index 33eee4b857b6..000000000000 --- a/games-arcade/primateplunge/primateplunge-1.1-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils games - -DESCRIPTION="Help poor Monkey navigate his way down through treacherous areas" -HOMEPAGE="https://www.aelius.com/primateplunge/" -SRC_URI="https://www.aelius.com/${PN}/${P}.tar.gz" - -LICENSE="Primate-Plunge" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="" -RESTRICT="mirror bindist" #465850 - -DEPEND="media-libs/libsdl[sound,video] - media-libs/sdl-mixer" -RDEPEND=${DEPEND} - -src_prepare() { - epatch "${FILESDIR}"/${P}-AC_SUBST.patch - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS README TIPS - newicon graphics/idle.bmp ${PN}.bmp - make_desktop_entry ${PN} "Primate Plunge" /usr/share/pixmaps/${PN}.bmp - prepgamesdirs -} diff --git a/games-arcade/primateplunge/primateplunge-1.1-r2.ebuild b/games-arcade/primateplunge/primateplunge-1.1-r2.ebuild new file mode 100644 index 000000000000..a2cab33ca840 --- /dev/null +++ b/games-arcade/primateplunge/primateplunge-1.1-r2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit autotools desktop + +DESCRIPTION="Help poor Monkey navigate his way down through treacherous areas" +HOMEPAGE="https://www.aelius.com/primateplunge/" +SRC_URI="https://www.aelius.com/${PN}/${P}.tar.gz" + +LICENSE="Primate-Plunge" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" +IUSE="" +RESTRICT="mirror bindist" #465850 + +DEPEND="media-libs/libsdl[sound,video] + media-libs/sdl-mixer" +RDEPEND="${DEPEND}" + +src_prepare() { + default + eapply "${FILESDIR}"/${P}-AC_SUBST.patch + eautoreconf +} + +src_install() { + default + dodoc TIPS + newicon graphics/idle.bmp ${PN}.bmp + make_desktop_entry ${PN} "Primate Plunge" /usr/share/pixmaps/${PN}.bmp +} -- cgit v1.2.3