diff options
author | Justin Lecher <jlec@gentoo.org> | 2018-06-21 21:48:56 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2018-10-27 13:19:19 +0100 |
commit | 6f13a8e6110bc0b55c726d71819b1fc4aea5a996 (patch) | |
tree | 737920ddc14589593286be705cf0bc25a3c11042 /media-libs | |
parent | sci-biology/spm: bump to version 12_p7219 (diff) | |
download | sci-6f13a8e6110bc0b55c726d71819b1fc4aea5a996.tar.gz sci-6f13a8e6110bc0b55c726d71819b1fc4aea5a996.tar.bz2 sci-6f13a8e6110bc0b55c726d71819b1fc4aea5a996.zip |
media-libs/avbin-bin: Clean old
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/avbin-bin/Manifest | 2 | ||||
-rw-r--r-- | media-libs/avbin-bin/avbin-bin-7.ebuild | 27 |
2 files changed, 0 insertions, 29 deletions
diff --git a/media-libs/avbin-bin/Manifest b/media-libs/avbin-bin/Manifest index eb6d60d20..9ee5e3fb3 100644 --- a/media-libs/avbin-bin/Manifest +++ b/media-libs/avbin-bin/Manifest @@ -1,4 +1,2 @@ -DIST avbin-linux-x86-32-7.tar.gz 1499992 BLAKE2B 76601c29d493464ffbc8fc022358eb35d947df61faa4815299aaaafbe382aabf10ca39f738301a833c8f29915e3882b259336e96577e2b9d0908a1455e66335e SHA512 5cdf9cb126ae7d3d8b5f98cdfe98359b25e11460e66516b8e1955aef8d0ae5debb5e378ad789fec2498212dc029192e6c6d101bfd1e3ffd2088123fc9f9058ff DIST avbin-linux-x86-32-v8.1.tar.bz2 2361130 SHA256 9c4a44296abbb3d17f7d5f1257cb21e2965d35f50b6336262d18335ee1870732 SHA512 419c9d8238792121c010454760938899d6f6a31d51f11bf0d5fdbc81d0f7e573ab4d3173e4655a7f3e56baf4d372301fec56bf6092f308843c8aeb1893ed2e17 WHIRLPOOL 6c6b46f38ac8d2916daf4de5f581bd096c5f0e08128fc6d00f279ee95be64b9e77e78586f7357a910df29c26cb240a06946366f97ef9f215321ce99e234603aa -DIST avbin-linux-x86-64-7.tar.gz 1509724 BLAKE2B 9384851ef2c3b371dcc0fcb8c8964734b98d4ab0a9ebace99711b2288aedd0a191eb804adb77bcd080e20eeaa9e8a2761a9da3bf084c34e652012570cef8e3f8 SHA512 6e31eaebf0eed1eda7c963e3aa27ac2cad35b36a0d2bce63489e235b1a9cb412002370b1268b28ce8509d75baab17a2424ab7620799305b63228feb4b6d0707b DIST avbin-linux-x86-64-v8.1.tar.bz2 2330125 BLAKE2B dd17a2890c1e2bfe39dd755d4cd698149f0082666a14f2bbefbbe24b3054b9e24189c6d8a3f10e69f0bd4323708b00508c382be4bed1a8e7075457a626159301 SHA512 a04a8ef901fb0996197905b52d55a18e88689e4d6845222adcc24afba20613d5ba7b35646af4124e4df92ae41b7c04fd4c6726a38e3076312cd98dceaf421dbb 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* -} |