summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-02-12 08:30:37 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-02-12 08:30:37 +0000
commit20d403233608083ee9941fc73124a96eda5e2a99 (patch)
tree938a7f8803d016ac50c7e8c8df7508f231595178 /games-rpg
parentVersion Bump (diff)
downloadgentoo-2-20d403233608083ee9941fc73124a96eda5e2a99.tar.gz
gentoo-2-20d403233608083ee9941fc73124a96eda5e2a99.tar.bz2
gentoo-2-20d403233608083ee9941fc73124a96eda5e2a99.zip
tidy
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/gwiz/ChangeLog7
-rw-r--r--games-rpg/gwiz/gwiz-0.8.ebuild14
2 files changed, 13 insertions, 8 deletions
diff --git a/games-rpg/gwiz/ChangeLog b/games-rpg/gwiz/ChangeLog
index 9be4e9299c47..5357d6ddf62c 100644
--- a/games-rpg/gwiz/ChangeLog
+++ b/games-rpg/gwiz/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-rpg/gwiz
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/ChangeLog,v 1.10 2013/02/13 21:08:32 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/ChangeLog,v 1.11 2015/02/12 08:30:37 mr_bones_ Exp $
+
+ 12 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> gwiz-0.8.ebuild:
+ tidy
13 Feb 2013; Michael Sterrett <mr_bones_@gentoo.org>
+files/gwiz-0.8-buffer.patch, gwiz-0.8.ebuild:
diff --git a/games-rpg/gwiz/gwiz-0.8.ebuild b/games-rpg/gwiz/gwiz-0.8.ebuild
index 33b2cf59e593..b9076c4e7646 100644
--- a/games-rpg/gwiz/gwiz-0.8.ebuild
+++ b/games-rpg/gwiz/gwiz-0.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v 1.11 2013/02/13 21:08:32 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/gwiz/gwiz-0.8.ebuild,v 1.12 2015/02/12 08:30:37 mr_bones_ Exp $
EAPI=5
inherit eutils games
@@ -17,13 +17,15 @@ IUSE=""
DEPEND=">=media-libs/libsdl-1.2.3[joystick,video]
>=media-libs/sdl-image-1.2.1-r1[png]
>=media-libs/sdl-ttf-2.0.4"
-RDEPEND="${DEPEND}"
+RDEPEND=${DEPEND}
-PATCHES=( "${FILESDIR}"/${P}-buffer.patch )
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-buffer.patch
+}
src_install() {
- default
- dodoc AUTHORS ChangeLog README doc/HOWTO-PLAY
+ DOCS="AUTHORS ChangeLog README doc/HOWTO-PLAY" \
+ default
newicon pixmaps/gwiz_icon.xpm ${PN}.xpm
make_desktop_entry gwiz Gwiz
}