Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/amoebax: amoebax-0.2.1.ebuild ChangeLog
Date: Mon, 07 Jul 2014 18:06:59
Message-Id: 20140707175832.5494D2004E@flycatcher.gentoo.org
1 mr_bones_ 14/07/07 17:58:32
2
3 Modified: ChangeLog
4 Added: amoebax-0.2.1.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.10 games-puzzle/amoebax/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/amoebax/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 15 May 2014 16:48:41 -0000 1.9
24 +++ ChangeLog 7 Jul 2014 17:58:32 -0000 1.10
25 @@ -1,6 +1,14 @@
26 # ChangeLog for games-puzzle/amoebax
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/amoebax/ChangeLog,v 1.9 2014/05/15 16:48:41 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/amoebax/ChangeLog,v 1.10 2014/07/07 17:58:32 mr_bones_ Exp $
30 +
31 +*amoebax-0.2.1 (07 Jul 2014)
32 +
33 + 07 Jul 2014; Michael Sterrett <mr_bones_@g.o> +amoebax-0.2.1.ebuild,
34 + +files/amoebax-0.2.1-aclocal.patch, +files/amoebax-0.2.1-compile.patch,
35 + files/amoebax-0.2.0-aclocal.patch, files/amoebax-0.2.0-gcc43.patch,
36 + files/amoebax-0.2.0-glibc2.10.patch:
37 + version bump
38
39 15 May 2014; Ulrich Müller <ulm@g.o> amoebax-0.2.0.ebuild:
40 Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
41 @@ -35,4 +43,3 @@
42 15 Aug 2007; Michael Sterrett <mr_bones_@g.o> +metadata.xml,
43 +amoebax-0.2.0.ebuild:
44 initial commit
45 -
46
47
48
49 1.1 games-puzzle/amoebax/amoebax-0.2.1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/amoebax-0.2.1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/amoebax-0.2.1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: amoebax-0.2.1.ebuild
55 ===================================================================
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/games-puzzle/amoebax/amoebax-0.2.1.ebuild,v 1.1 2014/07/07 17:58:32 mr_bones_ Exp $
59
60 EAPI=5
61 inherit autotools eutils games
62
63 DESCRIPTION="a cute and addictive action-puzzle game, similar to tetris"
64 HOMEPAGE="http://www.emma-soft.com/games/amoebax/"
65 SRC_URI="http://www.emma-soft.com/games/amoebax/download/${P}.tar.bz2"
66
67 LICENSE="FreeArt GPL-2"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 DEPEND="media-libs/libsdl[sound,joystick,video]
73 media-libs/sdl-image[png]
74 media-libs/sdl-mixer[vorbis]"
75 RDEPEND=${DEPEND}
76
77 src_prepare() {
78 epatch \
79 "${FILESDIR}"/${P}-aclocal.patch \
80 "${FILESDIR}"/${P}-compile.patch
81
82 sed -i \
83 -e "/^SUBDIRS/s:doc ::" \
84 Makefile.am || die
85 sed -i \
86 -e "/^iconsdir/s:=.*:=/usr/share/pixmaps:" \
87 -e "/^desktopdir/s:=.*:=/usr/share/applications:" \
88 data/Makefile.am || die
89 sed -i \
90 -e '/Encoding/d' \
91 -e '/Icon/s/.svg//' \
92 data/amoebax.desktop || die
93 AT_M4DIR=m4 eautoreconf
94 }
95
96 src_install() {
97 default
98 prepgamesdirs
99 }