summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@gentoo.org>2015-03-09 21:07:44 +0000
committerDevan Franchini <twitch153@gentoo.org>2015-03-09 21:07:44 +0000
commit729e73485fa8b5a0ef3a753dd0bd9717439999f4 (patch)
treefeec09ae47c94ef94af4e50540f7c08f8a51ea65 /games-emulation
parentPreserves enet bundled libs, bug #542608 (diff)
downloadgentoo-2-729e73485fa8b5a0ef3a753dd0bd9717439999f4.tar.gz
gentoo-2-729e73485fa8b5a0ef3a753dd0bd9717439999f4.tar.bz2
gentoo-2-729e73485fa8b5a0ef3a753dd0bd9717439999f4.zip
Removes preservation of polarssl bundled libs, it's no longer necessary
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key A8C8FBCF)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/dolphin/ChangeLog5
-rw-r--r--games-emulation/dolphin/dolphin-9999.ebuild5
2 files changed, 5 insertions, 5 deletions
diff --git a/games-emulation/dolphin/ChangeLog b/games-emulation/dolphin/ChangeLog
index 8541f35bc0d8..3d5052b9c51b 100644
--- a/games-emulation/dolphin/ChangeLog
+++ b/games-emulation/dolphin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/dolphin
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.31 2015/03/09 21:00:42 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.32 2015/03/09 21:07:44 twitch153 Exp $
+
+ 09 Mar 2015; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild:
+ Removes preservation of polarssl bundled libs, it's no longer necessary
09 Mar 2015; Devan Franchini <twitch153@gentoo.org> dolphin-9999.ebuild:
Preserves enet bundled libs, bug #542608
diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild
index faf3eef022bd..8160c88679a7 100644
--- a/games-emulation/dolphin/dolphin-9999.ebuild
+++ b/games-emulation/dolphin/dolphin-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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.22 2015/03/09 21:00:42 twitch153 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.23 2015/03/09 21:07:44 twitch153 Exp $
EAPI=5
@@ -93,12 +93,10 @@ src_prepare() {
# - Bochs-disasm: Don't know what it is.
# - GL: A custom gl.h file is used.
# - enet: Not fully supported yet.
- # - polarssl: Not fully supported yet.
# - gtest: Their build set up solely relies on the build in gtest.
# - xxhash: Not on the tree.
mv Externals/SOIL . || die
mv Externals/Bochs_disasm . || die
- mv Externals/polarssl . || die
mv Externals/GL . || die
mv Externals/enet . || die
mv Externals/gtest . || die
@@ -106,7 +104,6 @@ src_prepare() {
rm -r Externals/* || die "Failed to delete Externals dir."
mv Bochs_disasm Externals || die
mv SOIL Externals || die
- mv polarssl Externals || die
mv GL Externals || die
mv enet Externals || die
mv gtest Externals || die