summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-07 10:10:38 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-07 10:12:24 +0200
commit9dc8cd6d8e09c6aa5cf026b70ebae7501d52d8c9 (patch)
tree670e25e2821cdf0ac71849469ce9c45960a6d6b7 /media-libs/sdif/sdif-3.11.4.ebuild
parentmedia-libs/libopendaap: Remove last-rited pkg (diff)
downloadgentoo-9dc8cd6d8e09c6aa5cf026b70ebae7501d52d8c9.tar.gz
gentoo-9dc8cd6d8e09c6aa5cf026b70ebae7501d52d8c9.tar.bz2
gentoo-9dc8cd6d8e09c6aa5cf026b70ebae7501d52d8c9.zip
media-libs/sdif: Remove last-rited pkg
Closes: https://bugs.gentoo.org/622340 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs/sdif/sdif-3.11.4.ebuild')
-rw-r--r--media-libs/sdif/sdif-3.11.4.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/media-libs/sdif/sdif-3.11.4.ebuild b/media-libs/sdif/sdif-3.11.4.ebuild
deleted file mode 100644
index 274f5729f910..000000000000
--- a/media-libs/sdif/sdif-3.11.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils
-
-DESCRIPTION="Sound Description Interchange Format Library for audio and wave processing"
-HOMEPAGE="https://sourceforge.net/projects/sdif/"
-SRC_URI="https://sourceforge.net/projects/sdif/files/sdif/SDIF-${PV}/SDIF-${PV}-src.zip"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="debug ftruncate threads"
-
-PATCHES=(
- "${FILESDIR}/${P}-fix-buildsystem.patch"
-)
-S="${WORKDIR}/SDIF-${PV}-src"
-
-src_prepare() {
- mv configure.{in,ac} || die
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable debug) \
- $(use_enable ftruncate) \
- $(use_enable threads pthreads)
-}
-
-src_install() {
- default
- prune_libtool_files --all
-}