diff options
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/sdl-sopwith/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-arcade/sdl-sopwith/ChangeLog b/games-arcade/sdl-sopwith/ChangeLog index 34700dc75185..4b448a45b96b 100644 --- a/games-arcade/sdl-sopwith/ChangeLog +++ b/games-arcade/sdl-sopwith/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/sdl-sopwith # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.22 2013/02/28 03:12:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.23 2013/05/13 03:49:13 mr_bones_ Exp $ + + 13 May 2013; Michael Sterrett <mr_bones_@gentoo.org> + sdl-sopwith-1.7.5-r1.ebuild: + tidy 28 Feb 2013; Michael Sterrett <mr_bones_@gentoo.org> sdl-sopwith-1.7.5-r1.ebuild: diff --git a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild index 50a0e09c5cf7..48f6b8d89859 100644 --- a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild +++ b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.5-r1.ebuild,v 1.5 2013/02/28 03:12:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5-r1.ebuild,v 1.6 2013/05/13 03:49:12 mr_bones_ Exp $ EAPI=5 inherit eutils autotools toolchain-funcs games @@ -16,9 +16,9 @@ KEYWORDS="amd64 ppc x86 ~x86-fbsd" IUSE="" DEPEND=">=media-libs/libsdl-1.1.3[video]" -RDEPEND="${DEPEND}" +RDEPEND=${DEPEND} -S="${WORKDIR}/${MY_P}" +S=${WORKDIR}/${MY_P} src_prepare() { rm acconfig.h @@ -32,7 +32,6 @@ src_compile() { emake AR="$(tc-getAR)" } - src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog FAQ NEWS README TODO doc/*txt |