summaryrefslogtreecommitdiff
path: root/games-arcade/ceferino
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-16 16:47:37 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-16 16:47:37 +0100
commit8aebb228036d5e2863b7eaa6e319ab41c1669269 (patch)
tree00f4b90ce32462dc8e99ae54a31d6462ea2c3ac6 /games-arcade/ceferino
parent76cba73c47c8694e74377004634daca18f2d9c08 (diff)
gentoo resync : 16.04.2018
Diffstat (limited to 'games-arcade/ceferino')
-rw-r--r--games-arcade/ceferino/Manifest2
-rw-r--r--games-arcade/ceferino/ceferino-0.97.8-r2.ebuild (renamed from games-arcade/ceferino/ceferino-0.97.8-r1.ebuild)23
2 files changed, 14 insertions, 11 deletions
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-r2.ebuild
index b4c9c5d4ba3a..736477bbe141 100644
--- a/games-arcade/ceferino/ceferino-0.97.8-r1.ebuild
+++ b/games-arcade/ceferino/ceferino-0.97.8-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit autotools eutils games
+EAPI=6
+inherit autotools desktop
DESCRIPTION="Super-Pang clone (destroy bouncing balloons with your grapnel)"
HOMEPAGE="http://www.loosersjuegos.com.ar/juegos/ceferino"
@@ -13,16 +13,21 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
-RDEPEND=">=media-libs/libsdl-1.2[video]
+RDEPEND="
+ >=media-libs/libsdl-1.2[video]
>=media-libs/sdl-image-1.2
>=media-libs/sdl-mixer-1.2
- nls? ( virtual/libintl )"
+ nls? ( virtual/libintl )
+"
DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
+ nls? ( sys-devel/gettext )
+"
-S=${WORKDIR}/${P}+svn37
+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
@@ -30,18 +35,16 @@ src_prepare() {
}
src_configure() {
- egamesconf $(use_enable nls)
+ econf $(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"