public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-dosbox/
Date: Wed,  6 Jan 2021 14:58:21 +0000 (UTC)	[thread overview]
Message-ID: <1609945095.2072fc992b6dd887c8f0a378658ac7e8d130f54e.candrews@gentoo> (raw)

commit:     2072fc992b6dd887c8f0a378658ac7e8d130f54e
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 14:47:42 2021 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 14:58:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2072fc99

media-plugins/kodi-game-libretro-dosbox: Cleanup old version

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 media-plugins/kodi-game-libretro-dosbox/Manifest   |  1 -
 .../kodi-game-libretro-dosbox-0.74.0.7.ebuild      | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/media-plugins/kodi-game-libretro-dosbox/Manifest b/media-plugins/kodi-game-libretro-dosbox/Manifest
index 37e4a498cc1..eb736f100ba 100644
--- a/media-plugins/kodi-game-libretro-dosbox/Manifest
+++ b/media-plugins/kodi-game-libretro-dosbox/Manifest
@@ -1,2 +1 @@
-DIST kodi-game-libretro-dosbox-0.74.0.7.tar.gz 54723 BLAKE2B 589359e22653f984af1d0b953d895a27a7b87ae1313a59be7882bc200c654bcdf81680eceed673830c8abe598359b8769814adbcf5d9a8f59e392845cd3a78b3 SHA512 6bc6d685173950a5e99107ec7824966f05e975a68e55a3124aa2f24d547f30f804e07e48aed9aabab1dd6debdd3ef77ba9f74dd048a133ef9fb40edfd7e394b9
 DIST kodi-game-libretro-dosbox-0.74.0.8.tar.gz 54726 BLAKE2B 0011ae050ef2bbd75fbaa72cc18a12a219ded14f79ec1205a83304c7a1ee13328dc51d8f7b1b79b597e648a49c72e9933df7871bee03adca0ab3bb4c2f46e51d SHA512 1034dfce9dea276b1c26c6f6247236134d14ffcf1dc3eb00d57be6f08506fdc7d5b0782a24bca84cbc67d1f9ba3d380b1dc9d7cd956eda98c285cb7e0a0570f7

diff --git a/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-0.74.0.7.ebuild b/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-0.74.0.7.ebuild
deleted file mode 100644
index 8f1c8500487..00000000000
--- a/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-0.74.0.7.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="DOSBox GameClient for Kodi"
-HOMEPAGE="https://github.com/kodi-game/game.libretro.dosbox"
-SRC_URI=""
-
-if [[ ${PV} == *9999 ]]; then
-	SRC_URI=""
-	EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.dosbox.git"
-	inherit git-r3
-else
-	KEYWORDS="~amd64 ~x86"
-	CODENAME="Leia"
-	SRC_URI="https://github.com/kodi-game/game.libretro.dosbox/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/game.libretro.dosbox-${PV}-${CODENAME}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-	=media-tv/kodi-18*
-	games-emulation/libretro-dosbox
-	"
-RDEPEND="
-	media-plugins/kodi-game-libretro
-	${DEPEND}
-	"
-src_prepare() {
-	echo 'find_library(DOSBOX_LIB NAMES dosbox_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > "${S}/Findlibretro-dosbox.cmake" || die
-	default
-}


             reply	other threads:[~2021-01-06 14:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-06 14:58 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-17  5:48 [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-dosbox/ Craig Andrews
2021-05-17  5:48 Craig Andrews
2021-01-06 14:58 Craig Andrews
2020-10-13  4:30 Craig Andrews
2020-03-30  1:21 Craig Andrews
2019-11-28 17:11 Craig Andrews
2019-09-03  1:28 Craig Andrews
2019-08-27 17:57 Craig Andrews
2019-07-02 21:16 Craig Andrews
2018-08-15  0:22 Craig Andrews

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1609945095.2072fc992b6dd887c8f0a378658ac7e8d130f54e.candrews@gentoo \
    --to=candrews@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox