diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-18 12:45:49 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-18 12:58:29 +0100 |
commit | 67585f108b16becb00f338683655244b031c0fec (patch) | |
tree | 6dcad5ec18781962e04084e7d4a44206b9ed4352 | |
parent | media-libs/libtheora: arm stable wrt bug #620800 (diff) | |
download | gentoo-67585f108b16becb00f338683655244b031c0fec.tar.gz gentoo-67585f108b16becb00f338683655244b031c0fec.tar.bz2 gentoo-67585f108b16becb00f338683655244b031c0fec.zip |
media-libs/libbs2b: Drop 3.1.0-r1
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | media-libs/libbs2b/libbs2b-3.1.0-r1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/media-libs/libbs2b/libbs2b-3.1.0-r1.ebuild b/media-libs/libbs2b/libbs2b-3.1.0-r1.ebuild deleted file mode 100644 index ce10b855f5e1..000000000000 --- a/media-libs/libbs2b/libbs2b-3.1.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit multilib-minimal - -DESCRIPTION="Bauer stereophonic-to-binaural DSP library" -HOMEPAGE="http://bs2b.sourceforge.net/" -SRC_URI="mirror://sourceforge/bs2b/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-libs/libsndfile-1.0.25-r1[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -# for default_src_configure to work -ECONF_SOURCE="${S}" |