From f75718a34594f3a88764d9c148f59e72beee7b5e Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 24 Jun 2018 23:21:31 +0200 Subject: media-libs/aften: Drop old Closes: https://bugs.gentoo.org/657258 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- media-libs/aften/aften-0.0.8.ebuild | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 media-libs/aften/aften-0.0.8.ebuild (limited to 'media-libs/aften') diff --git a/media-libs/aften/aften-0.0.8.ebuild b/media-libs/aften/aften-0.0.8.ebuild deleted file mode 100644 index 1b01dc33c91f..000000000000 --- a/media-libs/aften/aften-0.0.8.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="An A/52 (AC-3) audio encoder" -HOMEPAGE="http://aften.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2.1 BSD" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="cxx" - -PATCHES=( - "${FILESDIR}/${P}-multilib.patch" - "${FILESDIR}/${P}-ppc.patch" -) - -src_configure() { - local mycmakeargs="-DSHARED=1" - use cxx && mycmakeargs+=" -DBINDINGS_CXX=1" - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - dodoc README Changelog - # File collision with media-sound/wavbreaker, upstream informed - mv "${D}/usr/bin/wavinfo" "${D}/usr/bin/wavinfo-aften" || die -} -- cgit v1.2.3-65-gdbad