public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellstock: gkrellstock-0.5-r1.ebuild ChangeLog
@ 2015-03-24 19:42 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2015-03-24 19:42 UTC (permalink / raw
  To: gentoo-commits

jlec        15/03/24 19:42:04

  Modified:             gkrellstock-0.5-r1.ebuild ChangeLog
  Log:
  Fix build problems due to missing CFLAGS, #544090; respect LDFLAGS, #340957
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild?r1=1.1&r2=1.2

Index: gkrellstock-0.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gkrellstock-0.5-r1.ebuild	20 Mar 2015 16:10:37 -0000	1.1
+++ gkrellstock-0.5-r1.ebuild	24 Mar 2015 19:42:04 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild,v 1.1 2015/03/20 16:10:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild,v 1.2 2015/03/24 19:42:04 jlec Exp $
 
 EAPI=5
 
-inherit gkrellm-plugin toolchain-funcs
+inherit flag-o-matic gkrellm-plugin toolchain-funcs
 
 DESCRIPTION="Get Stock quotes plugin for Gkrellm2"
 HOMEPAGE="http://gkrellstock.sourceforge.net/"
@@ -16,11 +16,20 @@
 IUSE=""
 
 RDEPEND="
+	dev-libs/glib:2
+	x11-libs/gtk+:2
 	dev-perl/libwww-perl
 	dev-perl/Finance-Quote"
+DEPEND="virtual/pkgconfig"
 
 S=${WORKDIR}/${P/s/S}
 
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-ldflags.patch
+	append-cppflags $($(tc-getPKG_CONFIG) --cflags gtk+-2.0)
+	append-flags -fPIC
+}
+
 src_compile() {
 	emake CC=$(tc-getCC)
 }



1.16                 x11-plugins/gkrellstock/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	20 Mar 2015 16:10:37 -0000	1.15
+++ ChangeLog	24 Mar 2015 19:42:04 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/gkrellstock
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v 1.15 2015/03/20 16:10:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v 1.16 2015/03/24 19:42:04 jlec Exp $
+
+  24 Mar 2015; Justin Lecher <jlec@gentoo.org>
+  +files/gkrellstock-0.5-ldflags.patch, gkrellstock-0.5-r1.ebuild:
+  Fix build problems due to missing CFLAGS, #544090; respect LDFLAGS, #340957
 
 *gkrellstock-0.5-r1 (20 Mar 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellstock: gkrellstock-0.5-r1.ebuild ChangeLog
@ 2015-03-27 16:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-27 16:27 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/27 16:27:37

  Modified:             gkrellstock-0.5-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #543926
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild?r1=1.3&r2=1.4

Index: gkrellstock-0.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gkrellstock-0.5-r1.ebuild	24 Mar 2015 19:50:24 -0000	1.3
+++ gkrellstock-0.5-r1.ebuild	27 Mar 2015 16:27:37 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild,v 1.3 2015/03/24 19:50:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5-r1.ebuild,v 1.4 2015/03/27 16:27:37 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 SLOT="2"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="



1.18                 x11-plugins/gkrellstock/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	24 Mar 2015 19:50:24 -0000	1.17
+++ ChangeLog	27 Mar 2015 16:27:37 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/gkrellstock
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v 1.17 2015/03/24 19:50:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v 1.18 2015/03/27 16:27:37 ago Exp $
+
+  27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> gkrellstock-0.5-r1.ebuild:
+  Stable for amd64, wrt bug #543926
 
 *gkrellstock-0.5.1 (24 Mar 2015)
 





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

end of thread, other threads:[~2015-03-27 16:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-24 19:42 [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellstock: gkrellstock-0.5-r1.ebuild ChangeLog Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-27 16:27 Agostino Sarubbo (ago)

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