diff options
author | Devan Franchini <twitch153@gentoo.org> | 2014-12-12 01:23:56 +0000 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2014-12-12 01:23:56 +0000 |
commit | ab7e1c29a5077df0eddd05be260072b33a8be33d (patch) | |
tree | 4329a640a0ad005bbfc116fc8dd4ccab1f8ddad0 /games-emulation/dolphin | |
parent | Version bump, bug 531378. Ebuild by Ferenc Erki. (diff) | |
download | gentoo-2-ab7e1c29a5077df0eddd05be260072b33a8be33d.tar.gz gentoo-2-ab7e1c29a5077df0eddd05be260072b33a8be33d.tar.bz2 gentoo-2-ab7e1c29a5077df0eddd05be260072b33a8be33d.zip |
Modifies FindALSA sed regex, bug 532212
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A8C8FBCF)
Diffstat (limited to 'games-emulation/dolphin')
-rw-r--r-- | games-emulation/dolphin/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-4.0.2-r1.ebuild (renamed from games-emulation/dolphin/dolphin-4.0.2.ebuild) | 4 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/games-emulation/dolphin/ChangeLog b/games-emulation/dolphin/ChangeLog index 177c8c415443..af4bb7bb8794 100644 --- a/games-emulation/dolphin/ChangeLog +++ b/games-emulation/dolphin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-emulation/dolphin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.23 2014/12/07 22:10:22 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.24 2014/12/12 01:23:56 twitch153 Exp $ + +*dolphin-4.0.2-r1 (12 Dec 2014) + + 12 Dec 2014; Devan Franchini <twitch153@gentoo.org> +dolphin-4.0.2-r1.ebuild, + -dolphin-4.0.2.ebuild, dolphin-9999.ebuild: + Modifies FindALSA sed regex, bug 532212 07 Dec 2014; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild: Updates libsfml version dependency to 2.1, bug #531262 diff --git a/games-emulation/dolphin/dolphin-4.0.2.ebuild b/games-emulation/dolphin/dolphin-4.0.2-r1.ebuild index ca50c06c7709..4a33be466906 100644 --- a/games-emulation/dolphin/dolphin-4.0.2.ebuild +++ b/games-emulation/dolphin/dolphin-4.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2.ebuild,v 1.1 2014/05/04 21:47:04 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r1.ebuild,v 1.1 2014/12/12 01:23:56 twitch153 Exp $ EAPI=5 @@ -64,7 +64,7 @@ src_prepare() { # Remove automatic dependencies to prevent building without flags enabled. if use !alsa; then - sed -i -e '^/include(FindALSA/d' CMakeLists.txt || die + sed -i -e '/^include(FindALSA/d' CMakeLists.txt || die fi if use !ao; then sed -i -e '/^check_lib(AO/d' CMakeLists.txt || die diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index f980a69005c3..72ea93d52bd9 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.15 2014/12/07 22:10:22 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.16 2014/12/12 01:23:56 twitch153 Exp $ EAPI=5 @@ -69,7 +69,7 @@ src_prepare() { # Remove automatic dependencies to prevent building without flags enabled. if use !alsa; then - sed -i -e '^/include(FindALSA/d' CMakeLists.txt || die + sed -i -e '/^include(FindALSA/d' CMakeLists.txt || die fi if use !ao; then sed -i -e '/^check_lib(AO/d' CMakeLists.txt || die |