Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/wavpack/
Date: Thu, 20 Sep 2018 15:22:59
Message-Id: 1537456942.aa1a635e2ca87d2ac1fe5bca817a4c9a909ac50f.asturm@gentoo
1 commit: aa1a635e2ca87d2ac1fe5bca817a4c9a909ac50f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 20 13:06:38 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 20 15:22:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1a635e
7
8 media-sound/wavpack: Security cleanup
9
10 Bug: https://bugs.gentoo.org/654532
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 media-sound/wavpack/wavpack-5.1.0.ebuild | 29 -----------------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/media-sound/wavpack/wavpack-5.1.0.ebuild b/media-sound/wavpack/wavpack-5.1.0.ebuild
17 deleted file mode 100644
18 index acc5b7de984..00000000000
19 --- a/media-sound/wavpack/wavpack-5.1.0.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
27 -AUTOTOOLS_AUTORECONF=yes
28 -inherit autotools-multilib
29 -
30 -DESCRIPTION="Hybrid lossless audio compression tools"
31 -HOMEPAGE="http://www.wavpack.com/"
32 -SRC_URI="http://www.wavpack.com/${P}.tar.bz2"
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
37 -IUSE="static-libs"
38 -
39 -RDEPEND=">=virtual/libiconv-0-r1"
40 -DEPEND="${RDEPEND}"
41 -
42 -DOCS=( ChangeLog README )
43 -PATCHES=( "${FILESDIR}/${P}-armv7.patch" )
44 -
45 -multilib_src_configure() {
46 - local myeconfargs=(
47 - $(multilib_native_enable apps)
48 - )
49 - autotools-utils_src_configure
50 -}