summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-02-25 07:39:51 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-02-25 07:39:51 +0000
commit6309ca062912e8f9ea167f7dbb1435b8823e6335 (patch)
tree2f3d2f0220910e04221ae939b91af7f4911d9950 /media-sound/mp3check/mp3check-0.8.0.ebuild
parentversion bump (diff)
downloadgentoo-2-6309ca062912e8f9ea167f7dbb1435b8823e6335.tar.gz
gentoo-2-6309ca062912e8f9ea167f7dbb1435b8823e6335.tar.bz2
gentoo-2-6309ca062912e8f9ea167f7dbb1435b8823e6335.zip
old
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-sound/mp3check/mp3check-0.8.0.ebuild')
-rw-r--r--media-sound/mp3check/mp3check-0.8.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/media-sound/mp3check/mp3check-0.8.0.ebuild b/media-sound/mp3check/mp3check-0.8.0.ebuild
deleted file mode 100644
index 1661a09479c4..000000000000
--- a/media-sound/mp3check/mp3check-0.8.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3check/mp3check-0.8.0.ebuild,v 1.9 2012/02/05 15:10:38 armin76 Exp $
-
-EAPI=2
-inherit eutils
-
-DESCRIPTION="Checks mp3 files for consistency and prints several errors and warnings."
-HOMEPAGE="http://jo.ath.cx/soft/mp3check/mp3check.html"
-SRC_URI="http://jo.ath.cx/soft/mp3check/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gcc34.diff
-}
-
-src_install() {
- einstall || die "einstall failed"
- dodoc ChangeLog FAQ HISTORY THANKS TODO
-}