summaryrefslogtreecommitdiff
path: root/media-sound/mpg321/mpg321-0.3.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/mpg321/mpg321-0.3.1-r1.ebuild')
-rw-r--r--media-sound/mpg321/mpg321-0.3.1-r1.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/media-sound/mpg321/mpg321-0.3.1-r1.ebuild b/media-sound/mpg321/mpg321-0.3.1-r1.ebuild
deleted file mode 100644
index 30b7149702f7..000000000000
--- a/media-sound/mpg321/mpg321-0.3.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="A realtime MPEG 1.0/2.0/2.5 audio player for layers 1, 2 and 3"
-HOMEPAGE="http://mpg321.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="ipv6"
-
-RDEPEND="app-eselect/eselect-mpg123
- >=media-libs/libao-1
- media-libs/libid3tag
- media-libs/libmad
- sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}-orig
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.2.12-check-for-lround.patch
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-mpg123-symlink \
- $(use_enable ipv6)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS BUGS HACKING README* THANKS TODO # NEWS and ChangeLog are dead
- mv "${ED}"/usr/bin/mpg321{,-mpg123}
-}
-
-pkg_postinst() {
- eselect mpg123 update ifunset
-}
-
-pkg_postrm() {
- eselect mpg123 update ifunset
-}