Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: media-libs/avbin-bin/
Date: Sat, 27 Oct 2018 12:19:25
Message-Id: 1540642759.6f13a8e6110bc0b55c726d71819b1fc4aea5a996.jlec@gentoo
1 commit: 6f13a8e6110bc0b55c726d71819b1fc4aea5a996
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 21 20:48:56 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 27 12:19:19 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6f13a8e6
7
8 media-libs/avbin-bin: Clean old
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 media-libs/avbin-bin/avbin-bin-7.ebuild | 27 ---------------------------
14 1 file changed, 27 deletions(-)
15
16 diff --git a/media-libs/avbin-bin/avbin-bin-7.ebuild b/media-libs/avbin-bin/avbin-bin-7.ebuild
17 deleted file mode 100644
18 index 180439259..000000000
19 --- a/media-libs/avbin-bin/avbin-bin-7.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DESCRIPTION="A thin wrapper around FFmpeg"
28 -HOMEPAGE="http://avbin.github.io/"
29 -SRC_URI="
30 - amd64? ( mirror://github/AVbin/AVbin/avbin-linux-x86-64-${PV}.tar.gz )
31 - x86? ( mirror://github/AVbin/AVbin/avbin-linux-x86-32-${PV}.tar.gz )"
32 -
33 -LICENSE="GPL-3 LGPL-3"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86 -*"
36 -IUSE=""
37 -
38 -pkg_setup(){
39 - if use amd64; then
40 - S="${WORKDIR}"/avbin-linux-x86-64-${PV}
41 - elif use x86; then
42 - S="${WORKDIR}"/avbin-linux-x86-32-${PV}
43 - fi
44 -}
45 -src_install() {
46 - ln -s libavbin.so.${PV} libavbin.so || die
47 - dolib libavbin.so*
48 -}