Gentoo Archives: gentoo-commits

From: John Helmert III <ajak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/tsmuxer/
Date: Thu, 01 Sep 2022 17:46:36
Message-Id: 1662054373.e88ac3aeaa3200e608c55bb95d408e2da74790c8.ajak@gentoo
1 commit: e88ac3aeaa3200e608c55bb95d408e2da74790c8
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 31 19:40:24 2022 +0000
4 Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 17:46:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88ac3ae
7
8 media-video/tsmuxer: drop 2.6.11-r1
9
10 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/14665
12 Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
13
14 media-video/tsmuxer/Manifest | 1 -
15 media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild | 38 ----------------------------
16 2 files changed, 39 deletions(-)
17
18 diff --git a/media-video/tsmuxer/Manifest b/media-video/tsmuxer/Manifest
19 index 2ccc03ae6c61..82cf9cdec615 100644
20 --- a/media-video/tsmuxer/Manifest
21 +++ b/media-video/tsmuxer/Manifest
22 @@ -1,2 +1 @@
23 -DIST tsmuxer-2.6.11.tar.gz 538798 BLAKE2B 18f5f9002e356664ae84343afbadcddd447743404bcdcca709ba039ebb2ab05e5fba7eda0f30c86c29e18040d646004d1aec7dec34ed008ddbdb15228c63f09d SHA512 25b552153b76231ac1b88858d2178564d22edd18c6b08dc872765ac214ca6fd1ff6df5c5fff0f24647ea35f3f990e364bfb8adff5dd79c69cc12875fafb4f137
24 DIST tsmuxer-2.6.16_p20220706.tar.gz 699612 BLAKE2B 101f97b0846a1051c7920878c304e62d6e4d42a3c85c0d1e0fe8cd7cf2ebfd49ad0c75966c0b5e171a6e878d19ff6a03481b29bac4d0b1994285c24893597349 SHA512 96ffaf04a02a0f7cc643a49b54d299648bff551aa03263547d17abeb7871cdb867d98d13becea6e69d1d5691afffc9011ce502a3e7e9bd78f5025bff79d3ad76
25
26 diff --git a/media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild b/media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild
27 deleted file mode 100644
28 index 4ddb8bb9da41..000000000000
29 --- a/media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -DESCRIPTION="Utility to create and demux TS and M2TS files"
38 -HOMEPAGE="http://forum.doom9.org/showthread.php?t=168539"
39 -SRC_URI="https://drive.google.com/uc?export=download&id=0B0VmPcEZTp8NekJxLUVJRWMwejQ -> ${P}.tar.gz"
40 -
41 -LICENSE="SmartLabs"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -IUSE=""
45 -
46 -QA_FLAGS_IGNORED="opt/${PN}/bin/tsMuxeR opt/${PN}/bin/tsMuxerGUI"
47 -
48 -DEPEND="|| (
49 - >=app-arch/upx-3.01[lzma]
50 - >=app-arch/upx-bin-3.01
51 -)"
52 -RDEPEND="
53 - >=media-libs/freetype-2.5.0.1:2[abi_x86_32(-)]
54 -"
55 -
56 -S="${WORKDIR}"
57 -
58 -src_prepare() {
59 - default
60 - upx -d tsMuxeR tsMuxerGUI || die
61 -}
62 -
63 -src_install() {
64 - dodir /opt/bin
65 - exeinto /opt/${PN}/bin
66 -
67 - doexe tsMuxeR
68 - dosym ../${PN}/bin/tsMuxeR /opt/bin/tsMuxeR
69 -}