mr_bones_    14/07/07 17:58:32

  Modified:             ChangeLog
  Added:                amoebax-0.2.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.10                 games-puzzle/amoebax/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/amoebax/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   15 May 2014 16:48:41 -0000      1.9
+++ ChangeLog   7 Jul 2014 17:58:32 -0000       1.10
@@ -1,6 +1,14 @@
 # ChangeLog for games-puzzle/amoebax
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/amoebax/ChangeLog,v 1.9 
2014/05/15 16:48:41 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/amoebax/ChangeLog,v 1.10 
2014/07/07 17:58:32 mr_bones_ Exp $
+
+*amoebax-0.2.1 (07 Jul 2014)
+
+  07 Jul 2014; Michael Sterrett <[email protected]> +amoebax-0.2.1.ebuild,
+  +files/amoebax-0.2.1-aclocal.patch, +files/amoebax-0.2.1-compile.patch,
+  files/amoebax-0.2.0-aclocal.patch, files/amoebax-0.2.0-gcc43.patch,
+  files/amoebax-0.2.0-glibc2.10.patch:
+  version bump
 
   15 May 2014; Ulrich Müller <[email protected]> amoebax-0.2.0.ebuild:
   Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
@@ -35,4 +43,3 @@
   15 Aug 2007; Michael Sterrett <[email protected]> +metadata.xml,
   +amoebax-0.2.0.ebuild:
   initial commit
-



1.1                  games-puzzle/amoebax/amoebax-0.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/amoebax-0.2.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/amoebax/amoebax-0.2.1.ebuild?rev=1.1&content-type=text/plain

Index: amoebax-0.2.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

EAPI=5
inherit autotools eutils games

DESCRIPTION="a cute and addictive action-puzzle game, similar to tetris"
HOMEPAGE="http://www.emma-soft.com/games/amoebax/";
SRC_URI="http://www.emma-soft.com/games/amoebax/download/${P}.tar.bz2";

LICENSE="FreeArt GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="media-libs/libsdl[sound,joystick,video]
        media-libs/sdl-image[png]
        media-libs/sdl-mixer[vorbis]"
RDEPEND=${DEPEND}

src_prepare() {
        epatch \
                "${FILESDIR}"/${P}-aclocal.patch \
                "${FILESDIR}"/${P}-compile.patch

        sed -i \
                -e "/^SUBDIRS/s:doc ::" \
                Makefile.am || die
        sed -i \
                -e "/^iconsdir/s:=.*:=/usr/share/pixmaps:" \
                -e "/^desktopdir/s:=.*:=/usr/share/applications:" \
                data/Makefile.am || die
        sed -i \
                -e '/Encoding/d' \
                -e '/Icon/s/.svg//' \
                data/amoebax.desktop || die
        AT_M4DIR=m4 eautoreconf
}

src_install() {
        default
        prepgamesdirs
}




Reply via email to