From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A719139695 for ; Tue, 23 May 2017 08:03:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 500F0E0D29; Tue, 23 May 2017 08:03:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 20490E0D29 for ; Tue, 23 May 2017 08:03:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D85F3341734 for ; Tue, 23 May 2017 08:03:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EB2D7465 for ; Tue, 23 May 2017 08:03:34 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1495526610.2391b4c73039f692f192a86894a7a03543eff9b4.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mgba/Manifest games-emulation/mgba/mgba-0.5.1.ebuild X-VCS-Directories: games-emulation/mgba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2391b4c73039f692f192a86894a7a03543eff9b4 X-VCS-Branch: master Date: Tue, 23 May 2017 08:03:34 +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: 90c42e58-2512-435e-9f2e-710ee34b32cc X-Archives-Hash: 6aa473486a650f5d77e45b81b55b1746 commit: 2391b4c73039f692f192a86894a7a03543eff9b4 Author: Lars Wendler gentoo org> AuthorDate: Tue May 23 08:03:12 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue May 23 08:03:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2391b4c7 games-emulation/mgba: Removed old. Package-Manager: Portage-2.3.6, Repoman-2.3.2 games-emulation/mgba/Manifest | 1 - games-emulation/mgba/mgba-0.5.1.ebuild | 100 --------------------------------- 2 files changed, 101 deletions(-) diff --git a/games-emulation/mgba/Manifest b/games-emulation/mgba/Manifest index 2d15f78317f..4784709a049 100644 --- a/games-emulation/mgba/Manifest +++ b/games-emulation/mgba/Manifest @@ -1,2 +1 @@ -DIST mgba-0.5.1.tar.gz 5342416 SHA256 d2173fbe69065ae1bd0abb323dcc3459d73c48ddc3d6934ef216cc50d1a0835d SHA512 a4c982028036d8bfb26053219421bcbfecd907cde102f5087076082dcf8f3c7d48aee0b22c22e7449708c3ad9886c3978556dba21cbfba46168ff5495ddd8354 WHIRLPOOL a079b7540f6692e006a1cc8d32e85182389758ee75167d1bc46416a91d78496cc5f86cabea57a65fcdf669affe5376f6a2f1c2e39b6a102cb4f8dca26612c82a DIST mgba-0.5.2.tar.gz 5343635 SHA256 3d9fda762e6e0dd26ffbd3cbaa5365dc7ca7ed324cee5c65b7c85eaa3c37c4f3 SHA512 8d3ef901bae9b503f8d5afff63c23be9af4b519f86cc6f3656c51374756107e4852bc0472cb7393cb04c8f0ff2f134367a81e32a5ff3dab8ae0c6cbd7d3858da WHIRLPOOL 977da5589b6e04fd67d32295befccf76988b3f23d13d0d92ab525deb51c58aae18ae1d40d0849b8bd2b3fc9e8c15703367458812404ca797b4f0eedbc26f1272 diff --git a/games-emulation/mgba/mgba-0.5.1.ebuild b/games-emulation/mgba/mgba-0.5.1.ebuild deleted file mode 100644 index da153928a36..00000000000 --- a/games-emulation/mgba/mgba-0.5.1.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit fdo-mime gnome2-utils cmake-utils - -DESCRIPTION="A new Game Boy Advance emulator written in C." -HOMEPAGE="https://mgba.io" -SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="ffmpeg imagemagick opengl qt5 +sdl" -REQUIRED_USE="|| ( qt5 sdl ) - qt5? ( opengl )" - -RDEPEND=" - media-libs/libpng:0= - sys-libs/zlib[minizip] - ffmpeg? ( virtual/ffmpeg ) - imagemagick? ( media-gfx/imagemagick:= ) - opengl? ( virtual/opengl ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5 - dev-qt/qtwidgets:5 - opengl? ( dev-qt/qtopengl:5 ) - ) - sdl? ( media-libs/libsdl2[X,sound,joystick,video,opengl?] )" -DEPEND="${RDEPEND} - >=dev-util/cmake-3.2.2" - -src_prepare() { - default - - # Get rid of any bundled stuff we don't want - for pkg in libpng lzma zlib ; do - rm -r "${S}"/src/third-party/${pkg} || die - done -} - -src_configure() { - local mycmakeargs=( - -DBUILD_GL="$(usex opengl)" - -DBUILD_QT="$(usex qt5)" - -DBUILD_SDL="$(usex sdl)" - -DUSE_FFMPEG="$(usex ffmpeg)" - -DUSE_MAGICK="$(usex imagemagick)" - -DUSE_EPOXY=OFF - -DUSE_LIBZIP=OFF - -DUSE_LZMA=OFF - -DUSE_MINIZIP=ON - -DM_CORE_GB=ON - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile -} - -src_install() { - if use qt5 ; then - for size in 16 24 32 48 64 96 128 256; do - newicon -s ${size} res/${PN}-${size}.png ${PN}.png - done - doman doc/${PN}-qt.6 - domenu res/${PN}-qt.desktop - dobin ../${P}_build/qt/${PN}-qt - fi - if use sdl ; then - doman doc/${PN}.6 - newbin ../${P}_build/sdl/${PN} ${PN}-sdl - fi - - dolib.so ../${P}_build/lib${PN}.so* -} - -pkg_preinst() { - if use qt5 ; then - gnome2_icon_savelist - fi -} - -pkg_postinst() { - if use qt5 ; then - fdo-mime_desktop_database_update - gnome2_icon_cache_update - fi -} - -pkg_postrm() { - if use qt5 ; then - fdo-mime_desktop_database_update - gnome2_icon_cache_update - fi -}