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-libs/libbs2b/
Date: Sun, 18 Nov 2018 11:58:47
Message-Id: 1542542309.67585f108b16becb00f338683655244b031c0fec.asturm@gentoo
1 commit: 67585f108b16becb00f338683655244b031c0fec
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 18 11:45:49 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 18 11:58:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67585f10
7
8 media-libs/libbs2b: Drop 3.1.0-r1
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/libbs2b/libbs2b-3.1.0-r1.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/media-libs/libbs2b/libbs2b-3.1.0-r1.ebuild b/media-libs/libbs2b/libbs2b-3.1.0-r1.ebuild
17 deleted file mode 100644
18 index ce10b855f5e..00000000000
19 --- a/media-libs/libbs2b/libbs2b-3.1.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,22 +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 -
27 -inherit multilib-minimal
28 -
29 -DESCRIPTION="Bauer stereophonic-to-binaural DSP library"
30 -HOMEPAGE="http://bs2b.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/bs2b/${P}.tar.bz2"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
36 -IUSE=""
37 -
38 -RDEPEND=">=media-libs/libsndfile-1.0.25-r1[${MULTILIB_USEDEP}]"
39 -DEPEND="${RDEPEND}
40 - virtual/pkgconfig"
41 -
42 -# for default_src_configure to work
43 -ECONF_SOURCE="${S}"