diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-29 21:35:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-29 21:35:32 +0000 |
commit | ecdadecf3debc9e5ee510c69b499c5c60bb85cc2 (patch) | |
tree | bb024e476bbaf25a3e01e81f8c20452f0702b890 /games-arcade | |
parent | Marked ppc stable for bug #284745. (diff) | |
download | gentoo-2-ecdadecf3debc9e5ee510c69b499c5c60bb85cc2.tar.gz gentoo-2-ecdadecf3debc9e5ee510c69b499c5c60bb85cc2.tar.bz2 gentoo-2-ecdadecf3debc9e5ee510c69b499c5c60bb85cc2.zip |
upstream changed the file without changing the name; redigest; drop the now-unnecessary patch; EAPI=2 (bug #295074)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/digger/ChangeLog | 9 | ||||
-rw-r--r-- | games-arcade/digger/digger-20020314.ebuild | 13 | ||||
-rw-r--r-- | games-arcade/digger/files/20020314-gcc3.patch | 11 |
3 files changed, 11 insertions, 22 deletions
diff --git a/games-arcade/digger/ChangeLog b/games-arcade/digger/ChangeLog index 10ce755d272a..a626c9e078bd 100644 --- a/games-arcade/digger/ChangeLog +++ b/games-arcade/digger/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-arcade/digger -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/digger/ChangeLog,v 1.9 2007/04/09 21:58:46 welp Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/digger/ChangeLog,v 1.10 2009/11/29 21:35:32 mr_bones_ Exp $ + + 29 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org> + digger-20020314.ebuild: + upstream changed the file without changing the name; redigest; drop + the now-unnecessary patch; EAPI=2 (bug #295074) 09 Apr 2007; Peter Weller <welp@gentoo.org> digger-20020314.ebuild: Keyworded ~x86-fbsd wrt bug 173405 diff --git a/games-arcade/digger/digger-20020314.ebuild b/games-arcade/digger/digger-20020314.ebuild index aa6461120715..9c9810122b04 100644 --- a/games-arcade/digger/digger-20020314.ebuild +++ b/games-arcade/digger/digger-20020314.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/digger/digger-20020314.ebuild,v 1.11 2007/04/09 21:58:46 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/digger/digger-20020314.ebuild,v 1.12 2009/11/29 21:35:32 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="Digger Remastered" @@ -13,13 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -DEPEND="media-libs/libsdl" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PV}-gcc3.patch -} +DEPEND="media-libs/libsdl[video]" src_compile() { emake -f Makefile.sdl || die diff --git a/games-arcade/digger/files/20020314-gcc3.patch b/games-arcade/digger/files/20020314-gcc3.patch deleted file mode 100644 index 1cf683161a00..000000000000 --- a/games-arcade/digger/files/20020314-gcc3.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- alpha.c.orig 2003-11-14 03:27:26.465740624 -0500 -+++ alpha.c 2003-11-14 03:27:29.391295872 -0500 -@@ -1,7 +1,6 @@ - #include "def.h" - --char copyright[]="Portions Copyright(c) 1983 Windmill Software --Inc."; -+char copyright[]="Portions Copyright(c) 1983 Windmill Software Inc."; - - Sint textoffdat[16]={ - 72, 0, -72,-72, |