diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-24 23:21:31 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-25 06:43:49 +0200 |
commit | f75718a34594f3a88764d9c148f59e72beee7b5e (patch) | |
tree | a7ca6e8ed7bf933f6b7a16eb90537cab22c43818 /media-libs/aften | |
parent | media-libs/libdvdread: Drop old (diff) | |
download | gentoo-f75718a34594f3a88764d9c148f59e72beee7b5e.tar.gz gentoo-f75718a34594f3a88764d9c148f59e72beee7b5e.tar.bz2 gentoo-f75718a34594f3a88764d9c148f59e72beee7b5e.zip |
media-libs/aften: Drop old
Closes: https://bugs.gentoo.org/657258
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-libs/aften')
-rw-r--r-- | media-libs/aften/aften-0.0.8.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
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 -} |