From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 84C1A59CAF for ; Sat, 2 Apr 2016 19:42:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 932ECE0852; Sat, 2 Apr 2016 19:42:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4070E0852 for ; Sat, 2 Apr 2016 19:42:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08D0F340B81 for ; Sat, 2 Apr 2016 19:42:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EFF983 for ; Sat, 2 Apr 2016 19:42:53 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1459625833.d8232901b67b237a3f78d7845b0abbfc8d70363c.twitch153@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/dolphin/dolphin-9999.ebuild X-VCS-Directories: games-emulation/dolphin/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: d8232901b67b237a3f78d7845b0abbfc8d70363c X-VCS-Branch: master Date: Sat, 2 Apr 2016 19:42:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cb38945a-2fb0-453b-87fa-ed164db0467f X-Archives-Hash: bc8daf275d47ef772eeb6b970a533459 commit: d8232901b67b237a3f78d7845b0abbfc8d70363c Author: Devan Franchini gentoo org> AuthorDate: Sat Apr 2 19:35:52 2016 +0000 Commit: Devan Franchini gentoo org> CommitDate: Sat Apr 2 19:37:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8232901 Removes games eclass usage & changes desktop icon location, bug #561914 Package-Manager: portage-2.2.27 games-emulation/dolphin/dolphin-9999.ebuild | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 981b451..bb207fe 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -8,7 +8,7 @@ PLOCALES="ar ca cs de el en es fa fr he hu it ja ko nb nl pl pt_BR pt ru sr sv t PLOCALE_BACKUP="en" WX_GTK_VER="3.0" -inherit cmake-utils eutils l10n pax-utils toolchain-funcs versionator wxwidgets games +inherit cmake-utils eutils l10n pax-utils toolchain-funcs versionator wxwidgets if [[ ${PV} == 9999* ]] then @@ -153,10 +153,6 @@ src_configure() { fi local mycmakeargs=( - "-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}" - "-Dprefix=${GAMES_PREFIX}" - "-Ddatadir=${GAMES_DATADIR}/${PN}" - "-Dplugindir=$(games_get_libdir)/${PN}" "-DUSE_SHARED_ENET=ON" $( cmake-utils_use ffmpeg ENCODE_FRAMEDUMPS ) $( cmake-utils_use log FASTLOG ) @@ -187,11 +183,9 @@ src_install() { dodoc -r docs/ActionReplay docs/DSP docs/WiiMote fi - doicon -s 48 Installer/dolphin-emu.png - doicon -s scalable Installer/dolphin-emu.svg - make_desktop_entry "dolphin-emu" "Dolphin Emulator" "dolphin-emu" "Game;Emulator;" - - prepgamesdirs + doicon -s 48 Data/dolphin-emu.png + doicon -s scalable Data/dolphin-emu.svg + doicon Data/dolphin-emu.svg } pkg_postinst() {