summaryrefslogtreecommitdiff
path: root/media-sound/mp3val/mp3val-0.1.8.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-30 03:08:54 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-30 03:08:54 +0100
commitcdb747b791914a30c287a3a8e33d1b635e431707 (patch)
treebe22ab4ebfae7f170acb577486d0edc7e6d14279 /media-sound/mp3val/mp3val-0.1.8.ebuild
parent496936ff0f7db69d1f7317341230acb866e3c330 (diff)
gentoo auto-resync : 30:07:2022 - 03:08:54
Diffstat (limited to 'media-sound/mp3val/mp3val-0.1.8.ebuild')
-rw-r--r--media-sound/mp3val/mp3val-0.1.8.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/media-sound/mp3val/mp3val-0.1.8.ebuild b/media-sound/mp3val/mp3val-0.1.8.ebuild
deleted file mode 100644
index 3294d430344a..000000000000
--- a/media-sound/mp3val/mp3val-0.1.8.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit edos2unix
-
-DESCRIPTION="Validate and fix MPEG audio files"
-HOMEPAGE="http://mp3val.sourceforge.net/"
-SRC_URI="mirror://sourceforge/mp3val/${P}-src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/${P}-src"
-
-PATCHES=(
- "${FILESDIR}/${P}-open.patch"
-)
-
-src_prepare() {
- edos2unix "${S}"/{*.{cpp,h},Makefile*}
- chmod a-x "${S}"/*
- sed -i -e '/^C.*FLAGS.*=/d' "${S}"/Makefile.linux
- default
-}
-
-src_compile() {
- emake -f Makefile.linux
-}
-
-src_install() {
- dobin mp3val
- dohtml manual.html
- dodoc changelog.txt
-}