summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/musique/musique-1.3.ebuild')
-rw-r--r--media-sound/musique/musique-1.3.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/media-sound/musique/musique-1.3.ebuild b/media-sound/musique/musique-1.3.ebuild
deleted file mode 100644
index 5cf7db1db5b7..000000000000
--- a/media-sound/musique/musique-1.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils qt4-r2
-
-DESCRIPTION="Qt4 music player"
-HOMEPAGE="http://flavio.tordini.org/musique"
-# Same tarball for every release. We repackage it
-SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-qt/qtdbus:4
- dev-qt/qtgui:4[gtkstyle]
- dev-qt/qtsql:4[sqlite]
- || ( dev-qt/qtphonon:4 media-libs/phonon[qt4] )
- media-libs/taglib
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-DOCS="CHANGES TODO"
-
-src_prepare () {
- # bug 422665. Upstream only cares about ubuntu
- # so this bug will be fixed once ubuntu moves
- # to gcc-4.7. No, I will not send this patch upstream
- # *again*
- epatch "${FILESDIR}"/${PN}-1.1-gcc47.patch
- qt4-r2_src_prepare
-}
-
-src_configure() {
- eqmake4 ${PN}.pro PREFIX="/usr"
-}
-
-src_install() {
- qt4-r2_src_install
- doicon data/${PN}.svg
-}