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/openbubbles/Manifest | 4 +-- .../files/openbubbles-1.2-glibc2.10.patch | 4 +-- games-arcade/openbubbles/openbubbles-1.2-r1.ebuild | 27 +++++++++++++++++++ games-arcade/openbubbles/openbubbles-1.2.ebuild | 30 ---------------------- 4 files changed, 31 insertions(+), 34 deletions(-) create mode 100644 games-arcade/openbubbles/openbubbles-1.2-r1.ebuild delete mode 100644 games-arcade/openbubbles/openbubbles-1.2.ebuild (limited to 'games-arcade/openbubbles') diff --git a/games-arcade/openbubbles/Manifest b/games-arcade/openbubbles/Manifest index 5ff22ab612e8..fc3cd29a3617 100644 --- a/games-arcade/openbubbles/Manifest +++ b/games-arcade/openbubbles/Manifest @@ -1,4 +1,4 @@ -AUX openbubbles-1.2-glibc2.10.patch 682 BLAKE2B 7bb1f4be5fcfb2993d32d3a0bc5fcd37a6f04c540345ba2bc254ea334ea1ae954704e009844ffb4ed33aa0cb17154447c0b3233c7be8020ef629afbd91ff237a SHA512 f0c912d3b337dc0ccd51ea2b68c24bfc6e3f585dd328b3bdfd5907765e8120e85a56843ce9072aabcce6a783dd1397fa93a222062dd56a5324e039559fb750e2 +AUX openbubbles-1.2-glibc2.10.patch 686 BLAKE2B a4d0cf9ecc4d4a84b6d0370fd4634bdfce74c3916927c769298bff76ab51fa74cbcc0bdf79f26fa952b6ec46e9846500652193d1611ebecb7cb13c6fdf584154 SHA512 e84d23518dac940a761f8beea750117324d2b01a50c7efef551e14f886b7ec021e6a246f0292a173d6d08c972b0a6a6904bf7e481366bcb0c010f3862e2333bd DIST openbubbles-1.2.tar.bz2 1090220 BLAKE2B 8ff4a8b877f2834aded15cf3f60706485f0c9534036ea008b74628185af6035769cba3589b54b24f8fa62fc1397944bbe1b0ad55fef01e0f5471696634a05c4c SHA512 fe546f12e6d045cb37f4c9f88dd42fc627d614933525066bd3eb867e5d8732f2f23fe117ff1a444fc3c33d471ae51099c865d9082134e0e8a051ce8a3df58244 -EBUILD openbubbles-1.2.ebuild 757 BLAKE2B 68190a77555f79e7a50e2d3c3276583c4f09a3dad2dce778b45c7d1a488662812465454bf59fb10542dd31d99e6580817d6b16a2d18aa4ca2e246b386d2f07cb SHA512 f03bc00a5aeac9a817da3cf000d1d536284e375b89c3f893a0ed9ecd3b8c858d8270c64432aaf84b46c1b7effe1aa463f3bd4d8d1c9c04568c1476eb11ccdf87 +EBUILD openbubbles-1.2-r1.ebuild 725 BLAKE2B c00b5b3aef12ae71df577fdf0c1ac5a8da53f77257205f2a2ed942b2bc668685472cc4d18c19fe389b11acaa484c75dc66a61cb653bf7930fa4000fdc983bc7d SHA512 7bed861d04f5b66f1ab87142ae0bc31a39525b8488f2c460266c33fe7b2b14ff5270b6dc40982423daae27679b13e654d55e3b20f7adf499635250cf8c9291a8 MISC metadata.xml 1193 BLAKE2B 619aa83309d60272fe979af37d6597814ea9de739570b74cd9d99948be95d44e95a77d3503da692953fe6cca569b9799d51da094af6e616cdbbe94c377bb1b94 SHA512 ebd0c3dd44e4adc2a0c3ce8dc43a17766e8d7487e9087e823872e4d8cac5ff09562892460fe4c332b939a195eb700df95fdd1128b13f03f36b7f5a4a8a53a438 diff --git a/games-arcade/openbubbles/files/openbubbles-1.2-glibc2.10.patch b/games-arcade/openbubbles/files/openbubbles-1.2-glibc2.10.patch index d511734da28f..df2bcebc58b8 100644 --- a/games-arcade/openbubbles/files/openbubbles-1.2-glibc2.10.patch +++ b/games-arcade/openbubbles/files/openbubbles-1.2-glibc2.10.patch @@ -1,5 +1,5 @@ ---- src/BFont.cpp -+++ src/BFont.cpp +--- a/src/BFont.cpp ++++ b/src/BFont.cpp @@ -319,7 +319,7 @@ int i = 0; diff --git a/games-arcade/openbubbles/openbubbles-1.2-r1.ebuild b/games-arcade/openbubbles/openbubbles-1.2-r1.ebuild new file mode 100644 index 000000000000..d1381cd3c74d --- /dev/null +++ b/games-arcade/openbubbles/openbubbles-1.2-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit desktop + +DESCRIPTION="A clone of Evan Bailey's game Bubbles" +HOMEPAGE="https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/" +SRC_URI="https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="media-libs/libsdl[sound,video] + media-libs/sdl-image[png] + media-libs/sdl-gfx" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}"/${P}-glibc2.10.patch ) + +src_install() { + default + newicon data/bubble.png ${PN}.png + make_desktop_entry ${PN} "OpenBubbles" +} diff --git a/games-arcade/openbubbles/openbubbles-1.2.ebuild b/games-arcade/openbubbles/openbubbles-1.2.ebuild deleted file mode 100644 index 69515aa06555..000000000000 --- a/games-arcade/openbubbles/openbubbles-1.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="A clone of Evan Bailey's game Bubbles" -HOMEPAGE="https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/" -SRC_URI="https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="media-libs/libsdl[sound,video] - media-libs/sdl-image[png] - media-libs/sdl-gfx" -RDEPEND=${DEPEND} - -src_prepare() { - epatch "${FILESDIR}"/${P}-glibc2.10.patch -} - -src_install() { - default - newicon data/bubble.png ${PN}.png - make_desktop_entry ${PN} "OpenBubbles" - prepgamesdirs -} -- cgit v1.2.3