+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- Nero AAC reference quality MPEG-4 and 3GPP audio codec.
- </longdescription>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Nero AAC reference quality MPEG-4 and 3GPP audio codec"
-HOMEPAGE="http://www.nero.com/enu/technologies-aac-codec.html"
-SRC_URI="http://ftp6.nero.com/tools/NeroAACCodec-${PV}.zip"
-
-LICENSE="Nero-AAC-EULA"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="app-arch/unzip"
-
-RESTRICT="strip mirror test"
-
-QA_PRESTRIPPED="opt/${PN}/${PV}/neroAac\(Dec\|Enc\|Tag\)"
-QA_EXECSTACK="opt/${PN}/${PV}/neroAacDec opt/${PN}/${PV}/neroAacEnc"
-QA_FLAGS_IGNORED="${QA_PRESTRIPPED}"
-
-S="${WORKDIR}"
-
-src_prepare() {
- edos2unix *.txt
-}
-
-src_install() {
- exeinto /opt/${PN}/${PV}
- doexe linux/*
- dodir /opt/bin
- dosym ../${PN}/${PV}/neroAacDec /opt/bin/neroAacDec
- dosym ../${PN}/${PV}/neroAacEnc /opt/bin/neroAacEnc
- dosym ../${PN}/${PV}/neroAacTag /opt/bin/neroAacTag
- newdoc readme.txt README
- newdoc license.txt LICENSE
- newdoc changelog.txt ChangeLog
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins NeroAAC_tut.pdf
- fi
-}
# Pulseeffects depends on atoms only found in gnome overlay
>=media-sound/pulseeffects-4.0.0
-# Jonas Stein <jstein@gentoo.org> (10 Jul 2018)
-# Package is not maintained, has a broken SRC_URI and
-# we may not mirror the files.
-# Removal on (10 Aug 2018) Bug #660750
-media-sound/neroaac
-
# Kent Fredric <kentnl@gentoo.org> (10 Jul 2018)
# Perl 5.28 Staging block
=dev-lang/perl-5.28.0