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 8EEEB138335 for ; Wed, 15 Aug 2018 00:23:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90E6FE08F4; Wed, 15 Aug 2018 00:22:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50647E08F0 for ; Wed, 15 Aug 2018 00:22:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6BC67335CC2 for ; Wed, 15 Aug 2018 00:22:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E04163AF for ; Wed, 15 Aug 2018 00:22:52 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1534292564.b38be659d301b55fc7a6a7fe268ea75e09c05e43.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-fceumm/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-game-libretro-fceumm/kodi-game-libretro-fceumm-9999.ebuild media-plugins/kodi-game-libretro-fceumm/metadata.xml X-VCS-Directories: media-plugins/kodi-game-libretro-fceumm/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: b38be659d301b55fc7a6a7fe268ea75e09c05e43 X-VCS-Branch: master Date: Wed, 15 Aug 2018 00:22:52 +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: 3488212c-3ce5-40bd-aa92-b88aa031f745 X-Archives-Hash: 4212896fe8b5e23627c5680526825e87 commit: b38be659d301b55fc7a6a7fe268ea75e09c05e43 Author: Craig Andrews gentoo org> AuthorDate: Tue Jul 24 05:27:19 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Wed Aug 15 00:22:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38be659 media-plugins/kodi-game-libretro-fceumm: FCEU-Next for Kodi Package-Manager: Portage-2.3.43, Repoman-2.3.10 .../kodi-game-libretro-fceumm-9999.ebuild | 37 ++++++++++++++++++++++ .../kodi-game-libretro-fceumm/metadata.xml | 12 +++++++ 2 files changed, 49 insertions(+) diff --git a/media-plugins/kodi-game-libretro-fceumm/kodi-game-libretro-fceumm-9999.ebuild b/media-plugins/kodi-game-libretro-fceumm/kodi-game-libretro-fceumm-9999.ebuild new file mode 100644 index 00000000000..803fb82b6ea --- /dev/null +++ b/media-plugins/kodi-game-libretro-fceumm/kodi-game-libretro-fceumm-9999.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils kodi-addon + +DESCRIPTION="FCEU-Next GameClient for Kodi" +HOMEPAGE="https://github.com/kodi-game/game.libretro.fceumm" +SRC_URI="" + +if [[ ${PV} == *9999 ]]; then + SRC_URI="" + EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.fceumm.git" + inherit git-r3 +else + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/kodi-game/game.libretro.fceumm/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/game.libretro.fceumm-${PV}" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + ~media-tv/kodi-9999 + games-emulation/libretro-fceumm + " +RDEPEND=" + media-plugins/kodi-game-libretro + ${DEPEND} + " +src_prepare() { + echo 'find_library(FCEUMM_LIB NAMES fceumm_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > "${S}/Findlibretro-fceumm.cmake" || die + default +} diff --git a/media-plugins/kodi-game-libretro-fceumm/metadata.xml b/media-plugins/kodi-game-libretro-fceumm/metadata.xml new file mode 100644 index 00000000000..e2d50d8d2fe --- /dev/null +++ b/media-plugins/kodi-game-libretro-fceumm/metadata.xml @@ -0,0 +1,12 @@ + + + + + candrews@gentoo.org + Craig Andrews + + FCEU-Next GameClient for Kodi + + kodi-game/game.libretro.fceumm + +