summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-07-07 19:10:44 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-07-07 19:10:44 +0000
commitf43e39024a02a30d0a4226d5877b8fe84dad6281 (patch)
tree328ca17d3d55a14be7c379ad38e8b71a49cef844 /games-arcade
parentppc64 stable wrt #314015 (diff)
downloadgentoo-2-f43e39024a02a30d0a4226d5877b8fe84dad6281.tar.gz
gentoo-2-f43e39024a02a30d0a4226d5877b8fe84dad6281.tar.bz2
gentoo-2-f43e39024a02a30d0a4226d5877b8fe84dad6281.zip
version bump
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/sdl-sopwith/ChangeLog8
-rw-r--r--games-arcade/sdl-sopwith/sdl-sopwith-1.7.3.ebuild27
2 files changed, 34 insertions, 1 deletions
diff --git a/games-arcade/sdl-sopwith/ChangeLog b/games-arcade/sdl-sopwith/ChangeLog
index df2b9c16d944..dd2027c47f50 100644
--- a/games-arcade/sdl-sopwith/ChangeLog
+++ b/games-arcade/sdl-sopwith/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-arcade/sdl-sopwith
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.9 2010/06/03 20:40:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.10 2010/07/07 19:10:44 mr_bones_ Exp $
+
+*sdl-sopwith-1.7.3 (07 Jul 2010)
+
+ 07 Jul 2010; Michael Sterrett <mr_bones_@gentoo.org>
+ +sdl-sopwith-1.7.3.ebuild:
+ version bump
*sdl-sopwith-1.7.2 (03 Jun 2010)
diff --git a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.3.ebuild b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.3.ebuild
new file mode 100644
index 000000000000..3fac4eb59498
--- /dev/null
+++ b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.3.ebuild,v 1.1 2010/07/07 19:10:44 mr_bones_ Exp $
+
+EAPI=2
+inherit eutils games
+
+MY_P=${P/sdl-/}
+DESCRIPTION="Port of the classic Sopwith game using LibSDL"
+HOMEPAGE="http://sdl-sopwith.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+IUSE=""
+
+S=${WORKDIR}/${MY_P}
+
+DEPEND=">=media-libs/libsdl-1.1.3[video]"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog FAQ NEWS README TODO doc/*txt
+ rm -rf "${D}/usr/games/share/"
+ prepgamesdirs
+}