diff options
author | 2010-10-15 00:07:28 +0000 | |
---|---|---|
committer | 2010-10-15 00:07:28 +0000 | |
commit | 8209745da920bced39863c2753ce1abb5aca297d (patch) | |
tree | 49793e2dca837d46f7830794564e073c25708ee8 /app-emulation | |
parent | Added dependency on >=dev-lang/perl-5.10.1, fixes bug 336702 (diff) | |
download | gentoo-2-8209745da920bced39863c2753ce1abb5aca297d.tar.gz gentoo-2-8209745da920bced39863c2753ce1abb5aca297d.tar.bz2 gentoo-2-8209745da920bced39863c2753ce1abb5aca297d.zip |
remove unused FILESDIR
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/aranym/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/aranym/files/aranym-0.9.0_beta2-fix.patch | 19 |
2 files changed, 5 insertions, 20 deletions
diff --git a/app-emulation/aranym/ChangeLog b/app-emulation/aranym/ChangeLog index 2d2c47795d2e..d8f4626d301c 100644 --- a/app-emulation/aranym/ChangeLog +++ b/app-emulation/aranym/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/aranym # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/aranym/ChangeLog,v 1.17 2010/09/01 15:00:03 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/aranym/ChangeLog,v 1.18 2010/10/15 00:07:28 xmw Exp $ + + 15 Oct 2010; Michael Weber <xmw@gentoo.org> + -files/aranym-0.9.0_beta2-fix.patch: + remove unused FILESDIR (wrt bug 340713 by jalan) *aranym-0.9.10 (01 Sep 2010) diff --git a/app-emulation/aranym/files/aranym-0.9.0_beta2-fix.patch b/app-emulation/aranym/files/aranym-0.9.0_beta2-fix.patch deleted file mode 100644 index 5b5f3d5e2ffa..000000000000 --- a/app-emulation/aranym/files/aranym-0.9.0_beta2-fix.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -Naur aranym-0.9.0.orig/src/natfeat/nfcdrom_linux.cpp aranym-0.9.0/src/natfeat/nfcdrom_linux.cpp ---- aranym-0.9.0.orig/src/natfeat/nfcdrom_linux.cpp 2005-07-20 14:05:13.011801440 +0200 -+++ aranym-0.9.0/src/natfeat/nfcdrom_linux.cpp 2005-07-20 14:06:10.331087584 +0200 -@@ -18,7 +18,6 @@ - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - --#include <linux/cdrom.h> - - #include <SDL_cdrom.h> - #include <SDL_endian.h> -@@ -31,6 +30,7 @@ - - #define DEBUG 0 - #include "debug.h" -+#include <linux/cdrom.h> - - /*--- Defines ---*/ - |