summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-10-13 15:06:31 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-10-13 15:06:31 +0000
commit18c6872e52f955c93324b46637564f5d78ee59cd (patch)
tree05138799a2bcb1c672ceca230d732a7787b79523 /games-emulation/sdlmame
parentRevision bump. Address QA issues in bug 330289 and bug 298461. (diff)
downloadgentoo-2-18c6872e52f955c93324b46637564f5d78ee59cd.tar.gz
gentoo-2-18c6872e52f955c93324b46637564f5d78ee59cd.tar.bz2
gentoo-2-18c6872e52f955c93324b46637564f5d78ee59cd.zip
Only convert files that are mentioned in the patchs and only do it for _p ebuilds.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-emulation/sdlmame')
-rw-r--r--games-emulation/sdlmame/ChangeLog7
-rw-r--r--games-emulation/sdlmame/sdlmame-0.139_p3.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/games-emulation/sdlmame/ChangeLog b/games-emulation/sdlmame/ChangeLog
index 1a4fca2c32a0..71a02c256eab 100644
--- a/games-emulation/sdlmame/ChangeLog
+++ b/games-emulation/sdlmame/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-emulation/sdlmame
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/ChangeLog,v 1.35 2010/10/12 18:50:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/ChangeLog,v 1.36 2010/10/13 15:06:31 mr_bones_ Exp $
+
+ 13 Oct 2010; Michael Sterrett <mr_bones_@gentoo.org>
+ sdlmame-0.139_p3.ebuild:
+ Only convert files that are mentioned in the patchs and only do it for _p
+ ebuilds.
12 Oct 2010; Michael Sterrett <mr_bones_@gentoo.org>
-sdlmame-0.139_p2.ebuild, sdlmame-0.139_p3.ebuild:
diff --git a/games-emulation/sdlmame/sdlmame-0.139_p3.ebuild b/games-emulation/sdlmame/sdlmame-0.139_p3.ebuild
index b65257a5a011..96a785f4c38f 100644
--- a/games-emulation/sdlmame/sdlmame-0.139_p3.ebuild
+++ b/games-emulation/sdlmame/sdlmame-0.139_p3.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/games-emulation/sdlmame/sdlmame-0.139_p3.ebuild,v 1.2 2010/10/12 18:50:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.139_p3.ebuild,v 1.3 2010/10/13 15:06:31 mr_bones_ Exp $
EAPI=2
inherit eutils flag-o-matic games
@@ -58,8 +58,8 @@ src_unpack() {
}
src_prepare() {
- edos2unix $(find . -type f)
if [[ $PV == *_p* ]] ; then
+ edos2unix $(grep +++ *diff | awk '{ print $2 }' | sort -u) *diff 2> /dev/null
einfo "Patching release with source updates"
epatch ${MY_PV%%_p*}*.diff
fi