Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/quark: quark-3.21.ebuild ChangeLog
Date: Thu, 31 May 2012 16:06:42
Message-Id: 20120531160631.B57E22004B@flycatcher.gentoo.org
1 hasufell 12/05/31 16:06:31
2
3 Modified: quark-3.21.ebuild ChangeLog
4 Log:
5 fix underlinking wrt #367859, fix homepage
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.18 media-sound/quark/quark-3.21.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/quark-3.21.ebuild?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/quark-3.21.ebuild?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/quark-3.21.ebuild?r1=1.17&r2=1.18
15
16 Index: quark-3.21.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- quark-3.21.ebuild 5 May 2012 08:49:20 -0000 1.17
23 +++ quark-3.21.ebuild 31 May 2012 16:06:31 -0000 1.18
24 @@ -1,14 +1,14 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v 1.17 2012/05/05 08:49:20 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v 1.18 2012/05/31 16:06:31 hasufell Exp $
29
30 EAPI=4
31 GCONF_DEBUG=yes
32 -inherit gnome2
33 +inherit flag-o-matic gnome2
34
35 DESCRIPTION="Quark is the Anti-GUI Music Player with a cool Docklet!"
36 -HOMEPAGE="http://quark.nerdnest.org/"
37 -SRC_URI="http://quark.nerdnest.org/${P}.tar.gz"
38 +HOMEPAGE="http://hsgg.github.com/quark/"
39 +SRC_URI="http://hsgg.github.com/${PN}/${P}.tar.gz"
40
41 LICENSE="GPL-2"
42 SLOT="0"
43 @@ -29,3 +29,9 @@
44 -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
45 strange-quark/Makefile.{am,in} quark/Makefile.{am,in} || die #387823
46 }
47 +
48 +src_configure() {
49 + #367859
50 + append-libs X11
51 + gnome2_src_configure
52 +}
53
54
55
56 1.19 media-sound/quark/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/ChangeLog?rev=1.19&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/ChangeLog?rev=1.19&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/quark/ChangeLog?r1=1.18&r2=1.19
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v
65 retrieving revision 1.18
66 retrieving revision 1.19
67 diff -u -r1.18 -r1.19
68 --- ChangeLog 5 May 2012 08:49:20 -0000 1.18
69 +++ ChangeLog 31 May 2012 16:06:31 -0000 1.19
70 @@ -1,6 +1,9 @@
71 # ChangeLog for media-sound/quark
72 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.18 2012/05/05 08:49:20 mgorny Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/ChangeLog,v 1.19 2012/05/31 16:06:31 hasufell Exp $
75 +
76 + 31 May 2012; Julian Ospald <hasufell@g.o> quark-3.21.ebuild:
77 + fix underlinking wrt #367859, fix homepage
78
79 05 May 2012; Michał Górny <mgorny@g.o> quark-3.21.ebuild:
80 dev-util/pkgconfig -> virtual/pkgconfig