summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-04-17 09:04:03 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-04-17 09:04:03 +0000
commit2ebf48d5719fdc755c8fd1fbce9684debb5a5c0b (patch)
tree1757b0c37f3ce621fdb298832800788649a80d79 /media-sound/quark
parentRemove alpha/sparc keywording wrt #397531 (diff)
downloadhistorical-2ebf48d5719fdc755c8fd1fbce9684debb5a5c0b.tar.gz
historical-2ebf48d5719fdc755c8fd1fbce9684debb5a5c0b.tar.bz2
historical-2ebf48d5719fdc755c8fd1fbce9684debb5a5c0b.zip
Remove alpha/sparc keywording wrt #397531
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'media-sound/quark')
-rw-r--r--media-sound/quark/ChangeLog7
-rw-r--r--media-sound/quark/quark-3.21.ebuild41
2 files changed, 20 insertions, 28 deletions
diff --git a/media-sound/quark/ChangeLog b/media-sound/quark/ChangeLog
index 401abc43fd1e..55cd17bd1583 100644
--- a/media-sound/quark/ChangeLog
+++ b/media-sound/quark/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/quark
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.16 2011/10/20 22:34:22 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.17 2012/04/17 09:02:31 ssuominen Exp $
+
+ 17 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> quark-3.21.ebuild:
+ Remove alpha/sparc keywording wrt #397531
20 Oct 2011; Pacho Ramos <pacho@gentoo.org> quark-3.21.ebuild,
-files/quark-3.21-nogtkdisabledeprecated.patch:
diff --git a/media-sound/quark/quark-3.21.ebuild b/media-sound/quark/quark-3.21.ebuild
index deb9e63d55a6..0349591861fb 100644
--- a/media-sound/quark/quark-3.21.ebuild
+++ b/media-sound/quark/quark-3.21.ebuild
@@ -1,42 +1,31 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v 1.15 2011/10/20 22:34:22 pacho Exp $
-
-EAPI="4"
-GCONF_DEBUG="yes"
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v 1.16 2012/04/17 09:02:31 ssuominen Exp $
+EAPI=4
+GCONF_DEBUG=yes
inherit gnome2
DESCRIPTION="Quark is the Anti-GUI Music Player with a cool Docklet!"
-SRC_URI="http://quark.nerdnest.org/${P}.tar.gz"
HOMEPAGE="http://quark.nerdnest.org/"
-SLOT="0"
-
-KEYWORDS="alpha amd64 ppc sparc x86"
+SRC_URI="http://quark.nerdnest.org/${P}.tar.gz"
LICENSE="GPL-2"
-
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
IUSE=""
-RDEPEND=">=media-libs/xine-lib-1_beta10
- >=x11-libs/gtk+-2.2.1:2
- >=gnome-base/gconf-2.2.0:2
- >=gnome-base/gnome-vfs-2.0.4-r2:2"
+
+RDEPEND="media-libs/xine-lib
+ x11-libs/gtk+:2
+ >=gnome-base/gconf-2
+ gnome-base/gnome-vfs"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="AUTHORS README"
src_prepare() {
- # Drop DEPRECATED flags, bug #387823
- sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
- strange-quark/Makefile.am strange-quark/Makefile.in \
- quark/Makefile.am quark/Makefile.in || die
-}
-
-pkg_postinst () {
- elog "Quark is an anti-gui music player."
- elog ""
- elog "Running the binary strange-quark will launch it in a"
- elog "freedesktop.org dock ie: Gnome Notification Area"
- elog ""
+ sed -i \
+ -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
+ strange-quark/Makefile.{am,in} quark/Makefile.{am,in} || die #387823
}