commit:     6f13a8e6110bc0b55c726d71819b1fc4aea5a996
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 21 20:48:56 2018 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 12:19:19 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6f13a8e6

media-libs/avbin-bin: Clean old

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/avbin-bin/avbin-bin-7.ebuild | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/media-libs/avbin-bin/avbin-bin-7.ebuild 
b/media-libs/avbin-bin/avbin-bin-7.ebuild
deleted file mode 100644
index 180439259..000000000
--- a/media-libs/avbin-bin/avbin-bin-7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A thin wrapper around FFmpeg"
-HOMEPAGE="http://avbin.github.io/";
-SRC_URI="
-       amd64? ( mirror://github/AVbin/AVbin/avbin-linux-x86-64-${PV}.tar.gz )
-       x86? ( mirror://github/AVbin/AVbin/avbin-linux-x86-32-${PV}.tar.gz )"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 -*"
-IUSE=""
-
-pkg_setup(){
-       if use amd64; then
-               S="${WORKDIR}"/avbin-linux-x86-64-${PV}
-       elif use x86; then
-               S="${WORKDIR}"/avbin-linux-x86-32-${PV}
-       fi
-}
-src_install() {
-       ln -s libavbin.so.${PV} libavbin.so || die
-       dolib libavbin.so*
-}

Reply via email to