summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-04-08 02:20:41 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-04-08 02:20:41 +0000
commit89d5ea314555619f0def75c3ae6387dbdaa5ae4f (patch)
tree5478a402cc94fc2a97696cd97b32a3c0cae1fb7d /app-emulation/vice
parentUpdate metadata. Putting myself as the direct maintainer (diff)
downloadgentoo-2-89d5ea314555619f0def75c3ae6387dbdaa5ae4f.tar.gz
gentoo-2-89d5ea314555619f0def75c3ae6387dbdaa5ae4f.tar.bz2
gentoo-2-89d5ea314555619f0def75c3ae6387dbdaa5ae4f.zip
patch location for files - sed patch from Marcin Deranek via bug #313741
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'app-emulation/vice')
-rw-r--r--app-emulation/vice/ChangeLog5
-rw-r--r--app-emulation/vice/vice-2.2.ebuild7
2 files changed, 10 insertions, 2 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog
index 1f875266aadf..a21539365407 100644
--- a/app-emulation/vice/ChangeLog
+++ b/app-emulation/vice/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/vice
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.70 2010/03/24 14:15:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.71 2010/04/08 02:20:41 mr_bones_ Exp $
+
+ 08 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> vice-2.2.ebuild:
+ patch location for files - sed patch from Marcin Deranek via bug #313741
24 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
files/vice-2.2-xshm.patch:
diff --git a/app-emulation/vice/vice-2.2.ebuild b/app-emulation/vice/vice-2.2.ebuild
index 584209f7ef85..c7d1b6709834 100644
--- a/app-emulation/vice/vice-2.2.ebuild
+++ b/app-emulation/vice/vice-2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v 1.2 2010/03/23 23:58:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v 1.3 2010/04/08 02:20:41 mr_bones_ Exp $
EAPI=2
inherit autotools eutils games
@@ -69,6 +69,11 @@ src_prepare() {
-e "/VICEDIR=/s:=.*:=\"${GAMES_DATADIR}/${PN}\";:" \
configure.in \
|| die "sed failed"
+ sed -i \
+ -e "s:\(#define LIBDIR \).*:\1\"${GAMES_DATADIR}/${PN}\":" \
+ -e "s:\(#define DOCDIR \).*:\1\"/usr/share/doc/${PF}\":" \
+ src/arch/unix/archdep.h \
+ src/arch/sdl/archdep_unix.h
AT_NO_RECURSIVE=1 eautoreconf
}