summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-09-08 19:17:19 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-09-08 19:17:19 +0000
commit0914752547bfa0734146e6a6a4b39d1b42194d31 (patch)
tree8cc203f33a4c9f2abce9abf859ce1906ad10d65c
parentSecurity bump (diff)
downloadgentoo-2-0914752547bfa0734146e6a6a4b39d1b42194d31.tar.gz
gentoo-2-0914752547bfa0734146e6a6a4b39d1b42194d31.tar.bz2
gentoo-2-0914752547bfa0734146e6a6a4b39d1b42194d31.zip
version bump
(Portage version: 2.1.8.3/cvs/Linux i686)
-rw-r--r--games-arcade/sdl-sopwith/ChangeLog8
-rw-r--r--games-arcade/sdl-sopwith/sdl-sopwith-1.7.4.ebuild27
2 files changed, 34 insertions, 1 deletions
diff --git a/games-arcade/sdl-sopwith/ChangeLog b/games-arcade/sdl-sopwith/ChangeLog
index b8d49784509a..132710fab66a 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.11 2010/08/12 03:46:25 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.12 2010/09/08 19:17:19 mr_bones_ Exp $
+
+*sdl-sopwith-1.7.4 (08 Sep 2010)
+
+ 08 Sep 2010; Michael Sterrett <mr_bones_@gentoo.org>
+ +sdl-sopwith-1.7.4.ebuild:
+ version bump
12 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
sdl-sopwith-1.7.3.ebuild:
diff --git a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.4.ebuild b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.4.ebuild
new file mode 100644
index 000000000000..191a931c59f1
--- /dev/null
+++ b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.4.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.4.ebuild,v 1.1 2010/09/08 19:17:19 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=""
+
+DEPEND=">=media-libs/libsdl-1.1.3[video]"
+
+S=${WORKDIR}/${MY_P}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog FAQ NEWS README TODO doc/*txt
+ rm -rf "${D}/usr/games/share/"
+ prepgamesdirs
+}