Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: media-libs/avbin-bin/
Date: Sun, 27 Sep 2020 10:25:32
Message-Id: 1601202246.33c4cf0fe7ff400005999eb9ff536ea96b115dd8.chymera@gentoo
1 commit: 33c4cf0fe7ff400005999eb9ff536ea96b115dd8
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sun Sep 27 10:24:06 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 27 10:24:06 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=33c4cf0f
7
8 media-libs/avbin-bin: removed deprecated package
9
10 https://github.com/gentoo/sci/issues/663
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
14
15 media-libs/avbin-bin/avbin-bin-8.1.ebuild | 28 ----------------------------
16 media-libs/avbin-bin/metadata.xml | 13 -------------
17 2 files changed, 41 deletions(-)
18
19 diff --git a/media-libs/avbin-bin/avbin-bin-8.1.ebuild b/media-libs/avbin-bin/avbin-bin-8.1.ebuild
20 deleted file mode 100644
21 index d46f511f8..000000000
22 --- a/media-libs/avbin-bin/avbin-bin-8.1.ebuild
23 +++ /dev/null
24 @@ -1,28 +0,0 @@
25 -# Copyright 2019 Gentoo Authors
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=7
29 -
30 -DESCRIPTION="A thin wrapper around FFmpeg"
31 -HOMEPAGE="http://avbin.github.io/"
32 -SRC_URI="
33 - amd64? ( mirror://github/AVbin/AVbin/avbin-linux-x86-64-v${PV}.tar.bz2 )
34 - x86? ( mirror://github/AVbin/AVbin/avbin-linux-x86-32-v${PV}.tar.bz2 )"
35 -
36 -LICENSE="GPL-3 LGPL-3"
37 -SLOT="0"
38 -KEYWORDS="-* ~amd64 ~x86"
39 -IUSE=""
40 -
41 -pkg_setup(){
42 - if [ "${ABI}" == "amd64" ]; then
43 - S="${WORKDIR}"/avbin-linux-x86-64-v${PV}
44 - elif [ "${ABI}" == "x86" ]; then
45 - S="${WORKDIR}"/avbin-linux-x86-32-v${PV}
46 - fi
47 -}
48 -
49 -src_install() {
50 - ln -s libavbin.so.${PV} libavbin.so || die
51 - dolib.so libavbin.so*
52 -}
53
54 diff --git a/media-libs/avbin-bin/metadata.xml b/media-libs/avbin-bin/metadata.xml
55 deleted file mode 100644
56 index 633797339..000000000
57 --- a/media-libs/avbin-bin/metadata.xml
58 +++ /dev/null
59 @@ -1,13 +0,0 @@
60 -<?xml version="1.0" encoding="UTF-8"?>
61 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 -<pkgmetadata>
63 - <maintainer type="person">
64 - <email>grozin@g.o</email>
65 - <name>Andrey Grozin</name>
66 - </maintainer>
67 - <maintainer type="project">
68 - <email>sci@g.o</email>
69 - <name>Gentoo Science Project</name>
70 - </maintainer>
71 - <longdescription>AVbin is a thin wrapper around FFmpeg</longdescription>
72 -</pkgmetadata>