Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/orion/
Date: Thu, 27 Sep 2018 17:52:04
Message-Id: 1538070713.10ae2212f3e609f7f9682a94ac5a02ac4f3ae47b.voyageur@gentoo
1 commit: 10ae2212f3e609f7f9682a94ac5a02ac4f3ae47b
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 27 17:26:13 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 17:51:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ae2212
7
8 media-video/orion: drop old
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11
12 media-video/orion/Manifest | 2 --
13 media-video/orion/orion-1.3.5.ebuild | 40 -----------------------------
14 media-video/orion/orion-1.4.0.ebuild | 49 ------------------------------------
15 3 files changed, 91 deletions(-)
16
17 diff --git a/media-video/orion/Manifest b/media-video/orion/Manifest
18 index f6b42a17f10..6168b4a52a5 100644
19 --- a/media-video/orion/Manifest
20 +++ b/media-video/orion/Manifest
21 @@ -1,3 +1 @@
22 -DIST orion-1.3.5.tar.gz 3213988 BLAKE2B e4786a277d92caf20ff4aa4f5a31a683e60fc7c163699375f953bfd05b5e4a32920d547e708c900574ad6860ef741bcc39b4e70440f9781f831eb0f052861870 SHA512 afd5540b2a61181c3db051fd39dd42f8a96799d19aab814f5846c5270f13bb0cb8305cd69e09e69cf215aeafb66682cc6d70379e791d6bffc551a38a8c751d0d
23 -DIST orion-1.4.0.tar.gz 3375433 BLAKE2B 8e3b83d89780c46bc8a29cd6e7cdf679f2be9e5176ccc9bc50fc6714bf5aa6178ea138c78d6cd427f6fa7c9977e2af06a54812b380e1a1cdf8321643969c14d6 SHA512 0dadd66f806d9f4bf464e855b38e35cb762ba9cbc1c51a135e5fd489f3a5ebf80117f502eaa8225d0a4a72f15bc8e4858b92866148dc73ecc0d18fd1e1717bed
24 DIST orion-1.6.1.tar.gz 614216 BLAKE2B 8fc0909c1dd433e72d4ed41046d38a861ec48cbe6e93e1a9cc48f31cb3ef381e1b5b998c501d20756883431464eef798859b9ba4d086b89575281dbc17afca69 SHA512 3db0b59a89d2364f2d0586c3f318fc793f73a17d767adb0f44b89830e397be6f24c2ab662b7c84e7d857bc42b952fdf7fa280090313f5e39e37205eb8fb6dc9e
25
26 diff --git a/media-video/orion/orion-1.3.5.ebuild b/media-video/orion/orion-1.3.5.ebuild
27 deleted file mode 100644
28 index 59d5d8702da..00000000000
29 --- a/media-video/orion/orion-1.3.5.ebuild
30 +++ /dev/null
31 @@ -1,40 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit qmake-utils
37 -
38 -DESCRIPTION="Cross-platform Twitch client"
39 -HOMEPAGE="https://alamminsalo.github.io/orion/"
40 -SRC_URI="https://github.com/alamminsalo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-3"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE="+mpv"
46 -
47 -DEPEND="dev-qt/qtquickcontrols:5
48 - dev-qt/qtsvg:5
49 - dev-qt/qtwebengine:5
50 - mpv? ( media-video/mpv[libmpv] )
51 - !mpv? ( dev-qt/qtmultimedia:5 )"
52 -RDEPEND="${DEPEND}"
53 -
54 -src_configure() {
55 - # TODO: also supports qtav, not yet in portage
56 - local PLAYER
57 - if use mpv; then
58 - PLAYER=mpv
59 - else
60 - PLAYER=multimedia
61 - fi
62 - eqmake5 ${PN}.pro CONFIG+=${PLAYER}
63 -}
64 -
65 -src_install() {
66 - dobin ${PN}
67 - domenu distfiles/*.desktop
68 -
69 - insinto /usr/share/icons/hicolor/scalable/apps
70 - doins distfiles/${PN}.svg
71 -}
72
73 diff --git a/media-video/orion/orion-1.4.0.ebuild b/media-video/orion/orion-1.4.0.ebuild
74 deleted file mode 100644
75 index 804460e26d8..00000000000
76 --- a/media-video/orion/orion-1.4.0.ebuild
77 +++ /dev/null
78 @@ -1,49 +0,0 @@
79 -# Copyright 1999-2017 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=6
83 -inherit qmake-utils eutils
84 -
85 -DESCRIPTION="Cross-platform Twitch client"
86 -HOMEPAGE="https://alamminsalo.github.io/orion/"
87 -SRC_URI="https://github.com/alamminsalo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
88 -
89 -LICENSE="GPL-3"
90 -SLOT="0"
91 -KEYWORDS="~amd64 ~x86"
92 -IUSE="+mpv"
93 -
94 -DEPEND="dev-qt/qtquickcontrols:5
95 - dev-qt/qtsvg:5
96 - dev-qt/qtwebengine:5
97 - mpv? ( media-video/mpv[libmpv] )
98 - !mpv? ( dev-qt/qtmultimedia:5 )"
99 -RDEPEND="${DEPEND}
100 - !mpv? ( media-plugins/gst-plugins-hls )"
101 -
102 -src_prepare() {
103 - sed -i \
104 - -e 's:^Icon=/usr/local/share/icons/orion.svg$:Icon=/usr/share/icons/hicolor/scalable/apps/orion.svg:' \
105 - -e 's:^Categories=Games$:Categories=Game;:' \
106 - distfiles/*.desktop
107 - eapply_user
108 -}
109 -
110 -src_configure() {
111 - # TODO: also supports qtav, not yet in portage
112 - local PLAYER
113 - if use mpv; then
114 - PLAYER=mpv
115 - else
116 - PLAYER=multimedia
117 - fi
118 - eqmake5 ${PN}.pro CONFIG+=${PLAYER}
119 -}
120 -
121 -src_install() {
122 - dobin ${PN}
123 - domenu distfiles/*.desktop
124 -
125 - insinto /usr/share/icons/hicolor/scalable/apps
126 - doins distfiles/${PN}.svg
127 -}