public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-video/orion/, profiles/
@ 2021-05-17 21:10 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2021-05-17 21:10 UTC (permalink / raw
  To: gentoo-commits

commit:     1b651e42d64613eee8b80d7d349079cb0013b671
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon May 17 11:37:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 17 21:09:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b651e42

media-video/orion: Remove last-rited pkg

Closes: https://bugs.gentoo.org/782601
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-video/orion/Manifest           |  1 -
 media-video/orion/metadata.xml       | 16 ------------
 media-video/orion/orion-1.6.7.ebuild | 47 ------------------------------------
 profiles/package.mask                |  6 -----
 4 files changed, 70 deletions(-)

diff --git a/media-video/orion/Manifest b/media-video/orion/Manifest
deleted file mode 100644
index 38bc6c5c4cb..00000000000
--- a/media-video/orion/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST orion-1.6.7.tar.gz 644899 BLAKE2B 7aa188bc5eaf1f1781735416152a9324a2945f10b2c1ccd55fa5a2b557c31e4bdad55d282c4efc0552dbf998db7193bc19ec0679034ec53cbd97f688b572f74c SHA512 dc4c4d364423cae52f95c4ad2d241e311d6947066c2a7b02b5754df2b69a7bb7aeed54d4515afe31b4437b8e47057e939e9444e7812ca0125ba3a8c65678d3d0

diff --git a/media-video/orion/metadata.xml b/media-video/orion/metadata.xml
deleted file mode 100644
index 6c00b2de8dd..00000000000
--- a/media-video/orion/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>voyageur@gentoo.org</email>
-		<name>Bernard Cafarelli</name>
-	</maintainer>
-	<use>
-		<flag name="mpv">Use the <pkg>media-video/mpv</pkg> player (upstream default)</flag>
-		<flag name="qtav">Use the <pkg>media-libs/qtav</pkg> player</flag>
-		<flag name="qtmedia">Use the <pkg>dev-qt/qtmultimedia</pkg></flag>
-	</use>
-	<upstream>
-		<remote-id type="github">alamminsalo/orion</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/media-video/orion/orion-1.6.7.ebuild b/media-video/orion/orion-1.6.7.ebuild
deleted file mode 100644
index 095b3c005cf..00000000000
--- a/media-video/orion/orion-1.6.7.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit desktop qmake-utils xdg
-
-DESCRIPTION="Cross-platform Twitch client"
-HOMEPAGE="https://alamminsalo.github.io/orion/"
-SRC_URI="https://github.com/alamminsalo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mpv qtav qtmedia"
-
-DEPEND=">=dev-qt/qtdbus-5.8:5
-	>=dev-qt/qtquickcontrols-5.8:5
-	>=dev-qt/qtquickcontrols2-5.8:5
-	>=dev-qt/qtsvg-5.8:5
-	>=dev-qt/qtwebengine-5.8:5
-	mpv? ( media-video/mpv[libmpv] )
-	qtav? ( media-libs/qtav )
-	qtmedia? ( >=dev-qt/qtmultimedia-5.8:5 )"
-RDEPEND="${DEPEND}
-	!mpv? ( media-plugins/gst-plugins-hls )"
-
-REQUIRED_USE="^^ ( mpv qtav qtmedia )"
-
-src_configure() {
-	local PLAYER
-	if use mpv; then
-		PLAYER=mpv
-	elif use qtav; then
-		PLAYER=qtav
-	else
-		PLAYER=multimedia
-	fi
-	eqmake5 ${PN}.pro CONFIG+=${PLAYER}
-}
-
-src_install() {
-	dobin ${PN}
-	domenu distfiles/*.desktop
-
-	insinto /usr/share/icons/hicolor/scalable/apps
-	doins distfiles/${PN}.svg
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index c5608b22591..43d5a824929 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -697,12 +697,6 @@ dev-python/pep8
 # Removal on 2021-05-17.  Bug #783366.
 dev-python/pytest-pep8
 
-# Bernard Cafarelli <voyageur@gentoo.org> (2021-04-15)
-# Abandoned upstream, does not work with current API,
-# does not compile with current mpv
-# Removal on 2021-05-15, bug #782601
-media-video/orion
-
 # Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-04-15)
 # dev-java/jcodings-1.0.55 depends on masked >=virtual/{jdk,jre}-11
 # dev-java/joni-2.1.41 depends on masked >=virtual/{jdk,jre}-11


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-17 21:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-17 21:10 [gentoo-commits] repo/gentoo:master commit in: media-video/orion/, profiles/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox