summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-08-28 07:43:13 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-08-28 07:43:13 +0000
commit5bb23cca967afee4ef6b26fc351d57677307c97a (patch)
treeb136500b4dc32dd1d701e170cb9be1fdd9368782 /games-puzzle
parentClean up CVE patch #520688 by Agostino Sarubbo. (diff)
downloadgentoo-2-5bb23cca967afee4ef6b26fc351d57677307c97a.tar.gz
gentoo-2-5bb23cca967afee4ef6b26fc351d57677307c97a.tar.bz2
gentoo-2-5bb23cca967afee4ef6b26fc351d57677307c97a.zip
tidy
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/toppler/ChangeLog5
-rw-r--r--games-puzzle/toppler/toppler-1.1.6.ebuild13
2 files changed, 11 insertions, 7 deletions
diff --git a/games-puzzle/toppler/ChangeLog b/games-puzzle/toppler/ChangeLog
index d2e710335b55..6c926ed23357 100644
--- a/games-puzzle/toppler/ChangeLog
+++ b/games-puzzle/toppler/ChangeLog
@@ -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 <mr_bones_@gentoo.org> toppler-1.1.6.ebuild:
+ tidy
28 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org>
-files/toppler-1.1.4-gentoo.patch, -toppler-1.1.4.ebuild:
diff --git a/games-puzzle/toppler/toppler-1.1.6.ebuild b/games-puzzle/toppler/toppler-1.1.6.ebuild
index 661fc5cde084..9c9cee554cd6 100644
--- a/games-puzzle/toppler/toppler-1.1.6.ebuild
+++ b/games-puzzle/toppler/toppler-1.1.6.ebuild
@@ -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 @@ RDEPEND="media-libs/libsdl[video]
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
}