commit:     f75718a34594f3a88764d9c148f59e72beee7b5e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 21:21:31 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 25 04:43:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75718a3

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(-)

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 1b01dc33c91..00000000000
--- 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
-}

Reply via email to