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 B91CF138334 for ; Mon, 28 Oct 2019 14:52:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D526E09B4; Mon, 28 Oct 2019 14:52:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D96F4E09B4 for ; Mon, 28 Oct 2019 14:52:34 +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 D13AE34C4C1 for ; Mon, 28 Oct 2019 14:52:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AA6C899 for ; Mon, 28 Oct 2019 14:52:32 +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: <1572274346.91ac4778262f9d07a61b1ed074a673e8c0fcbaf4.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-game-libretro/Manifest media-plugins/kodi-game-libretro/kodi-game-libretro-1.1.1.ebuild X-VCS-Directories: media-plugins/kodi-game-libretro/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 91ac4778262f9d07a61b1ed074a673e8c0fcbaf4 X-VCS-Branch: master Date: Mon, 28 Oct 2019 14:52:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 580001ab-95b9-4e40-b371-ebf08250182e X-Archives-Hash: 2fcad0a82bd457b259ad34a5f000f194 commit: 91ac4778262f9d07a61b1ed074a673e8c0fcbaf4 Author: Craig Andrews gentoo org> AuthorDate: Mon Oct 28 14:42:14 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Oct 28 14:52:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ac4778 media-plugins/kodi-game-libretro: 1.1.1 version bump Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Craig Andrews gentoo.org> media-plugins/kodi-game-libretro/Manifest | 1 + .../kodi-game-libretro-1.1.1.ebuild | 37 ++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/media-plugins/kodi-game-libretro/Manifest b/media-plugins/kodi-game-libretro/Manifest index 1e8e87c4dcc..f6fbead0180 100644 --- a/media-plugins/kodi-game-libretro/Manifest +++ b/media-plugins/kodi-game-libretro/Manifest @@ -1 +1,2 @@ DIST kodi-game-libretro-1.1.0.tar.gz 101454 BLAKE2B 8fcd65c8221b0ec4d24a41361eebcf1a144906e86b46749625462d507ca2813b6fdd0cb63ef0fcbe29b1f11039dc5b9cdf3d24eae788e4c275200c93855eed7b SHA512 80cc868d57d4284085a7cd736930da6f1b2440cbd8667a20634c329c282e7f0b79158d4d510504a230427fae4d84d9ae29c7a76fab5e2a23820bfa72d75a8e91 +DIST kodi-game-libretro-1.1.1.tar.gz 102246 BLAKE2B a158a0148845dcdaf563b84739b73fc72f29f5795e66c748aae6a761da7765fdd3f70f2cdf572c4c987cfda6ef7ec50bedb7b0a1c20e72e9f3157b333cf5c832 SHA512 f26776eba765a010a86994a02658045ca0c1e887481a31d90ae388765620fb1a0cbd4da79285ae161e99feb311ca9ddccd25193a73a22e7c5f19a78ff1164920 diff --git a/media-plugins/kodi-game-libretro/kodi-game-libretro-1.1.1.ebuild b/media-plugins/kodi-game-libretro/kodi-game-libretro-1.1.1.ebuild new file mode 100644 index 00000000000..54e24230f46 --- /dev/null +++ b/media-plugins/kodi-game-libretro/kodi-game-libretro-1.1.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils kodi-addon + +DESCRIPTION="Libretro compatibility layer for the Kodi Game API" +HOMEPAGE="https://github.com/kodi-game/game.libretro" +SRC_URI="" + +case ${PV} in +9999) + SRC_URI="" + EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.git" + inherit git-r3 + ;; +*) + KEYWORDS="~amd64 ~x86" + CODENAME="Leia" + SRC_URI="https://github.com/kodi-game/game.libretro/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/game.libretro-${PV}-${CODENAME}" + ;; +esac + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =media-tv/kodi-18* + =media-libs/kodi-platform-18* + =dev-libs/libplatform-2* + " +RDEPEND=" + ${DEPEND} + "