From 8aebb228036d5e2863b7eaa6e319ab41c1669269 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 16 Apr 2018 16:47:37 +0100 Subject: gentoo resync : 16.04.2018 --- games-arcade/ceferino/Manifest | 2 +- games-arcade/ceferino/ceferino-0.97.8-r1.ebuild | 51 ----------------------- games-arcade/ceferino/ceferino-0.97.8-r2.ebuild | 54 +++++++++++++++++++++++++ 3 files changed, 55 insertions(+), 52 deletions(-) delete mode 100644 games-arcade/ceferino/ceferino-0.97.8-r1.ebuild create mode 100644 games-arcade/ceferino/ceferino-0.97.8-r2.ebuild (limited to 'games-arcade/ceferino') diff --git a/games-arcade/ceferino/Manifest b/games-arcade/ceferino/Manifest index 4c7b90e2b23b..1f30ebe0fb64 100644 --- a/games-arcade/ceferino/Manifest +++ b/games-arcade/ceferino/Manifest @@ -1,3 +1,3 @@ DIST ceferino_0.97.8+svn37.orig.tar.gz 2104956 BLAKE2B b3cb68d37e383223def569a333950511e4506b1bea1337189dda36e4c04fd6261c45d532bb2ad3691e73989e8ce5544f7d5e750d035081441f8241401d62217b SHA512 83bccb39f0ecd9f41767c4d94cebb3266c77f11eb22d6cf517f6488af384bad88bdd538b5746e0a3c6e1a57481a4c946ec03afb97a000cd21664d3f179e1a9b6 -EBUILD ceferino-0.97.8-r1.ebuild 1160 BLAKE2B a6028ad3deec634d5aaaac58d80bca1bc2fc32a19d1380d28faf4085e2beb29413f71393bc952df1b48a766edb58e4ddcae6b24871ce2e8e237341e1b36d056d SHA512 6ecc039c38b64f7aa1764cef14874f0aa56b7a519841bdcc4051fad0a7207583cf305a066e754d4ef0dcae6444ddbbb3443eed5c2a6d3d39b0d36f3edf7c2329 +EBUILD ceferino-0.97.8-r2.ebuild 1170 BLAKE2B e39d6e3ec277c2f9ae1af4e3e770d43b980e8c34af8a3640a5606c7f20d7ef44b0334b5b1ed149821037199bdb7cd2597b74272e5a7b27486b896f2a7f842659 SHA512 3cbfe58c7ee27c3cd10a0bc3b8fb21a282eaa5bd42c8a6f4e3a66754408c08953fafda36d513d272762f4faa80377d884671e6ba0e2339d4071d85fd2eacd7ff MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-arcade/ceferino/ceferino-0.97.8-r1.ebuild b/games-arcade/ceferino/ceferino-0.97.8-r1.ebuild deleted file mode 100644 index b4c9c5d4ba3a..000000000000 --- a/games-arcade/ceferino/ceferino-0.97.8-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils games - -DESCRIPTION="Super-Pang clone (destroy bouncing balloons with your grapnel)" -HOMEPAGE="http://www.loosersjuegos.com.ar/juegos/ceferino" -SRC_URI="mirror://debian/pool/main/c/ceferino/${PN}_${PV}+svn37.orig.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -RDEPEND=">=media-libs/libsdl-1.2[video] - >=media-libs/sdl-image-1.2 - >=media-libs/sdl-mixer-1.2 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -S=${WORKDIR}/${P}+svn37 - -src_prepare() { - sed -i \ - -e '/^INCLUDES/s:\$(datadir)/locale:/usr/share/locale:' \ - src/Makefile.am || die - eautoreconf -} - -src_configure() { - egamesconf $(use_enable nls) -} - -src_install() { - default - newicon data/ima/icono.png ${PN}.png - make_desktop_entry ceferino "Don Ceferino Hazaña" - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - if ! has_version "media-libs/sdl-mixer[mod]" ; then - ewarn - ewarn "To hear music, you will have to rebuild media-libs/sdl-mixer" - ewarn "with the \"mod\" USE flag turned on." - ewarn - fi -} diff --git a/games-arcade/ceferino/ceferino-0.97.8-r2.ebuild b/games-arcade/ceferino/ceferino-0.97.8-r2.ebuild new file mode 100644 index 000000000000..736477bbe141 --- /dev/null +++ b/games-arcade/ceferino/ceferino-0.97.8-r2.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit autotools desktop + +DESCRIPTION="Super-Pang clone (destroy bouncing balloons with your grapnel)" +HOMEPAGE="http://www.loosersjuegos.com.ar/juegos/ceferino" +SRC_URI="mirror://debian/pool/main/c/ceferino/${PN}_${PV}+svn37.orig.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="nls" + +RDEPEND=" + >=media-libs/libsdl-1.2[video] + >=media-libs/sdl-image-1.2 + >=media-libs/sdl-mixer-1.2 + nls? ( virtual/libintl ) +" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) +" + +S="${WORKDIR}/${P}+svn37" + +src_prepare() { + default + eapply "${FILESDIR}"/${P}-latin1.patch + sed -i \ + -e '/^INCLUDES/s:\$(datadir)/locale:/usr/share/locale:' \ + src/Makefile.am || die + eautoreconf +} + +src_configure() { + econf $(use_enable nls) +} + +src_install() { + default + newicon data/ima/icono.png ${PN}.png + make_desktop_entry ceferino "Don Ceferino Hazaña" +} + +pkg_postinst() { + if ! has_version "media-libs/sdl-mixer[mod]" ; then + ewarn + ewarn "To hear music, you will have to rebuild media-libs/sdl-mixer" + ewarn "with the \"mod\" USE flag turned on." + ewarn + fi +} -- cgit v1.2.3