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-inputstream-ffmpegdirect/
Date: Sun,  2 May 2021 20:56:14 +0000 (UTC)	[thread overview]
Message-ID: <1619988968.df53ebb123438015d79bbf9e64e5b1b6fe82bea5.candrews@gentoo> (raw)

commit:     df53ebb123438015d79bbf9e64e5b1b6fe82bea5
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 20:51:27 2021 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sun May  2 20:56:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df53ebb1

media-plugins/kodi-inputstream-ffmpegdirect: Cleanup old version

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

 .../kodi-inputstream-ffmpegdirect/Manifest         |  1 -
 .../kodi-inputstream-ffmpegdirect-1.21.1.ebuild    | 53 ----------------------
 2 files changed, 54 deletions(-)

diff --git a/media-plugins/kodi-inputstream-ffmpegdirect/Manifest b/media-plugins/kodi-inputstream-ffmpegdirect/Manifest
index e3a5374cc8e..6cf2bde13dd 100644
--- a/media-plugins/kodi-inputstream-ffmpegdirect/Manifest
+++ b/media-plugins/kodi-inputstream-ffmpegdirect/Manifest
@@ -1,2 +1 @@
-DIST kodi-inputstream-ffmpegdirect-1.21.1.tar.gz 251780 BLAKE2B 7f556a43e5a198fbfc1e9d43eb0a5ecf1cf4efce566b62607907b07165d492e18a1df520326e5d0496c42d87e3c11dab2d1a1f7ad245770ecb0e552f46e2d864 SHA512 506574a90e96d2a5935bdd5e1413e4be974c05eedb9ef74ed1e1dfe9f65f1988fa747f6d4174b3820e7127701bf24b266dd4cd35602b8144ce9eb888a627d0d7
 DIST kodi-inputstream-ffmpegdirect-1.21.2.tar.gz 251804 BLAKE2B ea175882fd88f59655aad795d1bf17f6ab7b1d7c87a6d7709c9ee0b7a060feff6af2cbf26011d704bd245acf698e05fbde99cf16bb6dc2f68e22ca5359146a1d SHA512 fff88a6432bc2fc921faa8d5c5991fddbe5fedc3cd61041422a955d6d39a742f00a7dc9452ae2a3e3f4c5c9c566e9c9caf76ac7e84f99bb515d33c6a6ebc5b04

diff --git a/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-1.21.1.ebuild b/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-1.21.1.ebuild
deleted file mode 100644
index cd932215b4d..00000000000
--- a/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-1.21.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake kodi-addon
-
-DESCRIPTION="Kodi's FFMpeg Direct Inputstream addon"
-HOMEPAGE="https://github.com/xbmc/inputstream.ffmpegdirect"
-SRC_URI=""
-
-case ${PV} in
-9999)
-	SRC_URI=""
-	EGIT_REPO_URI="https://github.com/xbmc/inputstream.ffmpegdirect.git"
-	EGIT_BRANCH="Matrix"
-	inherit git-r3
-	;;
-*)
-	KEYWORDS="~amd64"
-	CODENAME="Matrix"
-	SRC_URI="https://github.com/xbmc/inputstream.ffmpegdirect/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/inputstream.ffmpegdirect-${PV}-${CODENAME}"
-	;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-BDEPEND="
-	virtual/pkgconfig
-	"
-
-COMMON_DEPEND="
-	media-video/ffmpeg[encode,libxml2,zlib]
-	virtual/libiconv
-	app-arch/bzip2
-	=media-tv/kodi-19*
-	"
-
-DEPEND="
-	${COMMON_DEPEND}
-	"
-
-RDEPEND="
-	${COMMON_DEPEND}
-	"
-
-src_prepare() {
-	[ -d depends ] && rm -rf depends || die
-	cmake_src_prepare
-}


             reply	other threads:[~2021-05-02 20:56 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-02 20:56 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-10 20:40 [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-ffmpegdirect/ Sam James
2021-09-14 18:15 Craig Andrews
2021-09-14 18:15 Craig Andrews
2021-07-28  1:08 Sam James
2021-07-07 23:30 Craig Andrews
2021-07-06  1:10 Craig Andrews
2021-07-05 15:46 Craig Andrews
2021-05-15  2:08 Sam James
2021-05-10 14:03 Craig Andrews
2021-05-10 14:03 Craig Andrews
2021-05-02 20:56 Craig Andrews
2021-04-28 21:37 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=1619988968.df53ebb123438015d79bbf9e64e5b1b6fe82bea5.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