mr_bones_    14/08/28 07:43:13

  Modified:             toppler-1.1.6.ebuild ChangeLog
  Log:
  tidy
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  games-puzzle/toppler/toppler-1.1.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/toppler/toppler-1.1.6.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/toppler/toppler-1.1.6.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/toppler/toppler-1.1.6.ebuild?r1=1.4&r2=1.5

Index: toppler-1.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/toppler/toppler-1.1.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- toppler-1.1.6.ebuild        24 Feb 2013 11:33:09 -0000      1.4
+++ toppler-1.1.6.ebuild        28 Aug 2014 07:43:13 -0000      1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/toppler/toppler-1.1.6.ebuild,v 
1.4 2013/02/24 11:33:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/toppler/toppler-1.1.6.ebuild,v 
1.5 2014/08/28 07:43:13 mr_bones_ Exp $
 
 EAPI=5
-inherit games
+inherit eutils games
 
 DESCRIPTION="Reimplementation of Nebulous using SDL"
 HOMEPAGE="http://toppler.sourceforge.net/";
@@ -20,14 +20,15 @@
 DEPEND="${RDEPEND}
        nls? ( sys-devel/gettext )"
 
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+src_prepare() {
+       epatch "${FILESDIR}"/${P}-gentoo.patch
+}
 
 src_configure() {
        egamesconf $(use_enable nls)
 }
 
 src_install() {
-       emake DESTDIR="${D}" install
-       dodoc AUTHORS ChangeLog README
+       default
        prepgamesdirs
 }



1.30                 games-puzzle/toppler/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/toppler/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   28 Aug 2014 06:49:45 -0000      1.29
+++ ChangeLog   28 Aug 2014 07:43:13 -0000      1.30
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/toppler
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/toppler/ChangeLog,v 1.29 
2014/08/28 06:49:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/toppler/ChangeLog,v 1.30 
2014/08/28 07:43:13 mr_bones_ Exp $
+
+  28 Aug 2014; Michael Sterrett <[email protected]> toppler-1.1.6.ebuild:
+  tidy
 
   28 Aug 2014; Michael Sterrett <[email protected]>
   -files/toppler-1.1.4-gentoo.patch, -toppler-1.1.4.ebuild:




Reply via email to