public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/quark: quark-3.21.ebuild ChangeLog
@ 2008-01-13 14:26 Alexis Ballier (aballier)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2008-01-13 14:26 UTC (permalink / raw
  To: gentoo-commits

aballier    08/01/13 14:26:46

  Modified:             quark-3.21.ebuild ChangeLog
  Log:
  add missing pkgconfig dep, bug #205607, make it build with gtk 2.12
  (Portage version: 2.1.4)

Revision  Changes    Path
1.11                 media-sound/quark/quark-3.21.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/quark/quark-3.21.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/quark/quark-3.21.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/quark/quark-3.21.ebuild?r1=1.10&r2=1.11

Index: quark-3.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- quark-3.21.ebuild	5 Jan 2007 17:48:09 -0000	1.10
+++ quark-3.21.ebuild	13 Jan 2008 14:26:45 -0000	1.11
@@ -1,10 +1,10 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.10 2007/01/05 17:48:09 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v 1.11 2008/01/13 14:26:45 aballier Exp $
 
 IUSE=""
 
-inherit gnome2
+inherit gnome2 eutils
 
 DESCRIPTION="Quark is the Anti-GUI Music Player with a cool Docklet!"
 SRC_URI="http://quark.nerdnest.org/${P}.tar.gz"
@@ -15,17 +15,25 @@
 
 LICENSE="GPL-2"
 
-DEPEND=">=media-libs/xine-lib-1_beta10
+RDEPEND=">=media-libs/xine-lib-1_beta10
 	>=x11-libs/gtk+-2.2.1
 	>=gnome-base/gconf-2.2.0
 	>=gnome-base/gnome-vfs-2.0.4-r2"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 DOCS="AUTHORS README"
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}/${P}-nogtkdisabledeprecated.patch"
+}
+
 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
+	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 ""
 }



1.13                 media-sound/quark/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/quark/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/quark/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/quark/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	22 Feb 2007 01:22:08 -0000	1.12
+++ ChangeLog	13 Jan 2008 14:26:45 -0000	1.13
@@ -1,6 +1,13 @@
 # ChangeLog for media-sound/quark
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.12 2007/02/22 01:22:08 peper Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.13 2008/01/13 14:26:45 aballier Exp $
+
+  13 Jan 2008; Alexis Ballier <aballier@gentoo.org>
+  +files/quark-3.21-nogtkdisabledeprecated.patch, quark-3.21.ebuild:
+  make it build with gtk 2.12
+
+  13 Jan 2008; Alexis Ballier <aballier@gentoo.org> quark-3.21.ebuild:
+  add missing pkgconfig dep, bug #205607
 
   22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/quark: quark-3.21.ebuild ChangeLog
@ 2008-08-06 22:50 Alexis Ballier (aballier)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2008-08-06 22:50 UTC (permalink / raw
  To: gentoo-commits

aballier    08/08/06 22:50:27

  Modified:             quark-3.21.ebuild ChangeLog
  Log:
  dont patch both makefile.in and .am and run full eautoreconf, bug #226777
  (Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.12                 media-sound/quark/quark-3.21.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/quark/quark-3.21.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/quark/quark-3.21.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/quark/quark-3.21.ebuild?r1=1.11&r2=1.12

Index: quark-3.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- quark-3.21.ebuild	13 Jan 2008 14:26:45 -0000	1.11
+++ quark-3.21.ebuild	6 Aug 2008 22:50:26 -0000	1.12
@@ -1,10 +1,9 @@
 # Copyright 1999-2008 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.11 2008/01/13 14:26:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v 1.12 2008/08/06 22:50:26 aballier Exp $
 
-IUSE=""
 
-inherit gnome2 eutils
+inherit gnome2 eutils autotools
 
 DESCRIPTION="Quark is the Anti-GUI Music Player with a cool Docklet!"
 SRC_URI="http://quark.nerdnest.org/${P}.tar.gz"
@@ -15,6 +14,7 @@
 
 LICENSE="GPL-2"
 
+IUSE=""
 RDEPEND=">=media-libs/xine-lib-1_beta10
 	>=x11-libs/gtk+-2.2.1
 	>=gnome-base/gconf-2.2.0
@@ -28,6 +28,7 @@
 	unpack ${A}
 	cd "${S}"
 	epatch "${FILESDIR}/${P}-nogtkdisabledeprecated.patch"
+	eautoreconf
 }
 
 pkg_postinst () {



1.14                 media-sound/quark/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/quark/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/quark/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/quark/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	13 Jan 2008 14:26:45 -0000	1.13
+++ ChangeLog	6 Aug 2008 22:50:26 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/quark
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.13 2008/01/13 14:26:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.14 2008/08/06 22:50:26 aballier Exp $
+
+  06 Aug 2008; Alexis Ballier <aballier@gentoo.org>
+  files/quark-3.21-nogtkdisabledeprecated.patch, quark-3.21.ebuild:
+  dont patch both makefile.in and .am and run full eautoreconf, bug #226777
 
   13 Jan 2008; Alexis Ballier <aballier@gentoo.org>
   +files/quark-3.21-nogtkdisabledeprecated.patch, quark-3.21.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/quark: quark-3.21.ebuild ChangeLog
@ 2011-03-29 12:40 Christoph Mende (angelos)
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Mende (angelos) @ 2011-03-29 12:40 UTC (permalink / raw
  To: gentoo-commits

angelos     11/03/29 12:40:00

  Modified:             quark-3.21.ebuild ChangeLog
  Log:
  Fix gtk+ slot deps
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 media-sound/quark/quark-3.21.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/quark-3.21.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/quark-3.21.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/quark-3.21.ebuild?r1=1.13&r2=1.14

Index: quark-3.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- quark-3.21.ebuild	7 Aug 2008 20:41:26 -0000	1.13
+++ quark-3.21.ebuild	29 Mar 2011 12:40:00 -0000	1.14
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 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.13 2008/08/07 20:41:26 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v 1.14 2011/03/29 12:40:00 angelos Exp $
 
+EAPI=1
 inherit gnome2 eutils autotools
 
 DESCRIPTION="Quark is the Anti-GUI Music Player with a cool Docklet!"
@@ -15,9 +16,9 @@
 
 IUSE=""
 RDEPEND=">=media-libs/xine-lib-1_beta10
-	>=x11-libs/gtk+-2.2.1
-	>=gnome-base/gconf-2.2.0
-	>=gnome-base/gnome-vfs-2.0.4-r2"
+	>=x11-libs/gtk+-2.2.1:2
+	>=gnome-base/gconf-2.2.0:2
+	>=gnome-base/gnome-vfs-2.0.4-r2:2"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 



1.15                 media-sound/quark/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	6 Aug 2008 22:50:26 -0000	1.14
+++ ChangeLog	29 Mar 2011 12:40:00 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/quark
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.14 2008/08/06 22:50:26 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.15 2011/03/29 12:40:00 angelos Exp $
+
+  29 Mar 2011; Christoph Mende <angelos@gentoo.org> quark-3.21.ebuild:
+  Fix gtk+ slot deps
 
   06 Aug 2008; Alexis Ballier <aballier@gentoo.org>
   files/quark-3.21-nogtkdisabledeprecated.patch, quark-3.21.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/quark: quark-3.21.ebuild ChangeLog
@ 2011-10-20 22:34 Pacho Ramos (pacho)
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos (pacho) @ 2011-10-20 22:34 UTC (permalink / raw
  To: gentoo-commits

pacho       11/10/20 22:34:22

  Modified:             quark-3.21.ebuild ChangeLog
  Log:
  Drop DEPRECATED flags, bug #387823
  
  (Portage version: 2.1.10.29/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 media-sound/quark/quark-3.21.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/quark-3.21.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/quark-3.21.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/quark-3.21.ebuild?r1=1.14&r2=1.15

Index: quark-3.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- quark-3.21.ebuild	29 Mar 2011 12:40:00 -0000	1.14
+++ quark-3.21.ebuild	20 Oct 2011 22:34:22 -0000	1.15
@@ -1,9 +1,11 @@
 # Copyright 1999-2011 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.14 2011/03/29 12:40:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v 1.15 2011/10/20 22:34:22 pacho Exp $
 
-EAPI=1
-inherit gnome2 eutils autotools
+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"
@@ -24,11 +26,11 @@
 
 DOCS="AUTHORS README"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}/${P}-nogtkdisabledeprecated.patch"
-	eautoreconf
+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 () {



1.16                 media-sound/quark/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	29 Mar 2011 12:40:00 -0000	1.15
+++ ChangeLog	20 Oct 2011 22:34:22 -0000	1.16
@@ -1,6 +1,10 @@
 # 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.15 2011/03/29 12:40:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.16 2011/10/20 22:34:22 pacho Exp $
+
+  20 Oct 2011; Pacho Ramos <pacho@gentoo.org> quark-3.21.ebuild,
+  -files/quark-3.21-nogtkdisabledeprecated.patch:
+  Drop DEPRECATED flags, bug #387823
 
   29 Mar 2011; Christoph Mende <angelos@gentoo.org> quark-3.21.ebuild:
   Fix gtk+ slot deps






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/quark: quark-3.21.ebuild ChangeLog
@ 2012-04-17  9:02 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-04-17  9:02 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/04/17 09:02:32

  Modified:             quark-3.21.ebuild ChangeLog
  Log:
  Remove alpha/sparc keywording wrt #397531
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 media-sound/quark/quark-3.21.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/quark-3.21.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/quark-3.21.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/quark-3.21.ebuild?r1=1.15&r2=1.16

Index: quark-3.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- quark-3.21.ebuild	20 Oct 2011 22:34:22 -0000	1.15
+++ quark-3.21.ebuild	17 Apr 2012 09:02:31 -0000	1.16
@@ -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
 }



1.17                 media-sound/quark/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	20 Oct 2011 22:34:22 -0000	1.16
+++ ChangeLog	17 Apr 2012 09:02:31 -0000	1.17
@@ -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:






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/quark: quark-3.21.ebuild ChangeLog
@ 2012-05-05  8:49 Michal Gorny (mgorny)
  0 siblings, 0 replies; 7+ messages in thread
From: Michal Gorny (mgorny) @ 2012-05-05  8:49 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/05/05 08:49:21

  Modified:             quark-3.21.ebuild ChangeLog
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101_p8/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 media-sound/quark/quark-3.21.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/quark-3.21.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/quark-3.21.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/quark-3.21.ebuild?r1=1.16&r2=1.17

Index: quark-3.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- quark-3.21.ebuild	17 Apr 2012 09:02:31 -0000	1.16
+++ quark-3.21.ebuild	5 May 2012 08:49:20 -0000	1.17
@@ -1,6 +1,6 @@
 # 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.16 2012/04/17 09:02:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v 1.17 2012/05/05 08:49:20 mgorny Exp $
 
 EAPI=4
 GCONF_DEBUG=yes
@@ -20,7 +20,7 @@
 	>=gnome-base/gconf-2
 	gnome-base/gnome-vfs"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 DOCS="AUTHORS README"
 



1.18                 media-sound/quark/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	17 Apr 2012 09:02:31 -0000	1.17
+++ ChangeLog	5 May 2012 08:49:20 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/quark
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.18 2012/05/05 08:49:20 mgorny Exp $
+
+  05 May 2012; Michał Górny <mgorny@gentoo.org> quark-3.21.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   17 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> quark-3.21.ebuild:
   Remove alpha/sparc keywording wrt #397531






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/quark: quark-3.21.ebuild ChangeLog
@ 2012-05-31 16:06 Julian Ospald (hasufell)
  0 siblings, 0 replies; 7+ messages in thread
From: Julian Ospald (hasufell) @ 2012-05-31 16:06 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/05/31 16:06:31

  Modified:             quark-3.21.ebuild ChangeLog
  Log:
  fix underlinking wrt #367859, fix homepage
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 media-sound/quark/quark-3.21.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/quark-3.21.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/quark-3.21.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/quark-3.21.ebuild?r1=1.17&r2=1.18

Index: quark-3.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- quark-3.21.ebuild	5 May 2012 08:49:20 -0000	1.17
+++ quark-3.21.ebuild	31 May 2012 16:06:31 -0000	1.18
@@ -1,14 +1,14 @@
 # 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.17 2012/05/05 08:49:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v 1.18 2012/05/31 16:06:31 hasufell Exp $
 
 EAPI=4
 GCONF_DEBUG=yes
-inherit gnome2
+inherit flag-o-matic gnome2
 
 DESCRIPTION="Quark is the Anti-GUI Music Player with a cool Docklet!"
-HOMEPAGE="http://quark.nerdnest.org/"
-SRC_URI="http://quark.nerdnest.org/${P}.tar.gz"
+HOMEPAGE="http://hsgg.github.com/quark/"
+SRC_URI="http://hsgg.github.com/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -29,3 +29,9 @@
 		-e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
 		strange-quark/Makefile.{am,in} quark/Makefile.{am,in} || die #387823
 }
+
+src_configure() {
+	#367859
+	append-libs X11
+	gnome2_src_configure
+}



1.19                 media-sound/quark/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	5 May 2012 08:49:20 -0000	1.18
+++ ChangeLog	31 May 2012 16:06:31 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/quark
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.18 2012/05/05 08:49:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.19 2012/05/31 16:06:31 hasufell Exp $
+
+  31 May 2012; Julian Ospald <hasufell@gentoo.org> quark-3.21.ebuild:
+  fix underlinking wrt #367859, fix homepage
 
   05 May 2012; Michał Górny <mgorny@gentoo.org> quark-3.21.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-05-31 16:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-31 16:06 [gentoo-commits] gentoo-x86 commit in media-sound/quark: quark-3.21.ebuild ChangeLog Julian Ospald (hasufell)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-05  8:49 Michal Gorny (mgorny)
2012-04-17  9:02 Samuli Suominen (ssuominen)
2011-10-20 22:34 Pacho Ramos (pacho)
2011-03-29 12:40 Christoph Mende (angelos)
2008-08-06 22:50 Alexis Ballier (aballier)
2008-01-13 14:26 Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox