pacho       14/11/23 20:24:35

  Modified:             ChangeLog
  Added:                monster-masher-1.8.1-r2.ebuild
  Removed:              monster-masher-1.8.1-r1.ebuild
  Log:
  Bump eapi, fix desktop file, amd64 stable
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key A188FBD4)

Revision  Changes    Path
1.29                 games-arcade/monster-masher/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/monster-masher/ChangeLog?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/monster-masher/ChangeLog?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/monster-masher/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   30 Jun 2012 22:17:34 -0000      1.28
+++ ChangeLog   23 Nov 2014 20:24:35 -0000      1.29
@@ -1,6 +1,13 @@
 # ChangeLog for games-arcade/monster-masher
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 
1.28 2012/06/30 22:17:34 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 
1.29 2014/11/23 20:24:35 pacho Exp $
+
+*monster-masher-1.8.1-r2 (23 Nov 2014)
+
+  23 Nov 2014; Pacho Ramos <[email protected]>
+  +files/monster-masher-1.8.1-desktop.patch, +monster-masher-1.8.1-r2.ebuild,
+  -monster-masher-1.8.1-r1.ebuild:
+  Bump eapi, fix desktop file, amd64 stable
 
   30 Jun 2012; Michael Sterrett <[email protected]>
   monster-masher-1.8.1-r1.ebuild:



1.1                  games-arcade/monster-masher/monster-masher-1.8.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/monster-masher/monster-masher-1.8.1-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/monster-masher/monster-masher-1.8.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: monster-masher-1.8.1-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/monster-masher/monster-masher-1.8.1-r2.ebuild,v
 1.1 2014/11/23 20:24:35 pacho Exp $

EAPI=5
GCONF_DEBUG="no"

inherit autotools eutils gnome2

DESCRIPTION="Squash the monsters with your levitation worker gnome"
HOMEPAGE="http://people.iola.dk/olau/monster-masher/";
SRC_URI="http://people.iola.dk/olau/monster-masher/source/${P}.tar.bz2";

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

RDEPEND="
        x11-libs/libSM
        >=dev-cpp/gtkmm-2.6:2.4
        >=dev-cpp/gconfmm-2.6
        >=dev-cpp/libglademm-2.4:2.4
        >=dev-cpp/libgnomecanvasmm-2.6:2.6
        gnome-base/libgnome
        media-libs/libcanberra
"
DEPEND="${RDEPEND}
        dev-util/intltool
        virtual/pkgconfig
        sys-devel/gettext
"

src_prepare() {
        # Port to libcanberra, bug #348605
        epatch "${FILESDIR}"/${P}-libcanberra.patch

        # Fix .desktop file
        epatch "${FILESDIR}"/${P}-desktop.patch

        # build with newer glib - bug #424313
        sed -i -e 's:glib/gtypes:glib:' src/pixbuf-drawing.hpp || die

        eautoreconf
        gnome2_src_prepare
}




Reply via email to