summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/mediatagtools/mediatagtools-0.2.ebuild')
-rw-r--r--media-sound/mediatagtools/mediatagtools-0.2.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/media-sound/mediatagtools/mediatagtools-0.2.ebuild b/media-sound/mediatagtools/mediatagtools-0.2.ebuild
deleted file mode 100644
index 26c5bcac1..000000000
--- a/media-sound/mediatagtools/mediatagtools-0.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="1"
-inherit qt3
-
-DESCRIPTION="Media Tag Tools - a mp3/ogg/flac tagger"
-HOMEPAGE="http://mediatagtools.berlios.de"
-SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=">=x11-libs/qt-3:3
- >=media-libs/taglib-1.4"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- # Asked around, the only way to ensure non-interactivity
- echo "${D}/usr/" | ${QTDIR}/bin/qmake || die "qmake failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake install INSTALL_ROOT="${D}/usr/" || die "emake install failed"
-}