summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/musique')
-rw-r--r--media-sound/musique/ChangeLog6
-rw-r--r--media-sound/musique/musique-1.0.ebuild31
-rw-r--r--media-sound/musique/musique-1.1.ebuild44
3 files changed, 5 insertions, 76 deletions
diff --git a/media-sound/musique/ChangeLog b/media-sound/musique/ChangeLog
index 143124abb4d8..63bcf8176962 100644
--- a/media-sound/musique/ChangeLog
+++ b/media-sound/musique/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/musique
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/musique/ChangeLog,v 1.7 2013/02/10 20:48:39 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/musique/ChangeLog,v 1.8 2013/02/19 19:50:34 hwoarang Exp $
+
+ 19 Feb 2013; Markos Chandras <hwoarang@gentoo.org> -musique-1.0.ebuild,
+ -musique-1.1.ebuild:
+ Remove old
*musique-1.2.1 (10 Feb 2013)
diff --git a/media-sound/musique/musique-1.0.ebuild b/media-sound/musique/musique-1.0.ebuild
deleted file mode 100644
index d8653ebe8156..000000000000
--- a/media-sound/musique/musique-1.0.ebuild
+++ /dev/null
@@ -1,31 +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/musique/musique-1.0.ebuild,v 1.2 2012/01/21 11:01:34 hwoarang Exp $
-
-EAPI="4"
-
-inherit qt4-r2
-
-DESCRIPTION="Qt4 music player."
-HOMEPAGE="http://flavio.tordini.org/musique"
-# Same tarball for every release. We repackage it
-SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- x11-libs/qt-gui:4[dbus]
- x11-libs/qt-sql:4[sqlite]
- || ( x11-libs/qt-phonon:4 media-libs/phonon )
- media-libs/taglib
-"
-DEPEND="${RDEPEND}"
-
-DOCS="CHANGES TODO"
-
-src_configure() {
- eqmake4 ${PN}.pro PREFIX="/usr"
-}
diff --git a/media-sound/musique/musique-1.1.ebuild b/media-sound/musique/musique-1.1.ebuild
deleted file mode 100644
index 12887d3b4fc3..000000000000
--- a/media-sound/musique/musique-1.1.ebuild
+++ /dev/null
@@ -1,44 +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/musique/musique-1.1.ebuild,v 1.3 2012/07/12 18:59:41 hwoarang Exp $
-
-EAPI="4"
-
-inherit eutils qt4-r2
-
-DESCRIPTION="Qt4 music player."
-HOMEPAGE="http://flavio.tordini.org/musique"
-# Same tarball for every release. We repackage it
-SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- x11-libs/qt-gui:4[dbus]
- x11-libs/qt-sql:4[sqlite]
- || ( x11-libs/qt-phonon:4 media-libs/phonon )
- media-libs/taglib
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-DOCS="CHANGES TODO"
-
-src_prepare () {
- # bug 422665
- epatch "${FILESDIR}"/${P}-gcc47.patch
- qt4-r2_src_prepare
-}
-
-src_configure() {
- eqmake4 ${PN}.pro PREFIX="/usr"
-}
-
-src_install() {
- qt4-r2_src_install
- doicon data/${PN}.svg
-}