public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellkam: gkrellkam-2.0.0.ebuild ChangeLog
@ 2013-08-31 14:41 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2013-08-31 14:41 UTC (permalink / raw
  To: gentoo-commits

pacho       13/08/31 14:41:51

  Modified:             gkrellkam-2.0.0.ebuild ChangeLog
  Log:
  Fix LDFLAGS/gcc usage (#338903), deps (#421703) and gcc-4.7 building (#426454). By Michael Mair-Keimberger (iamnr3).
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.14                 x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild?r1=1.13&r2=1.14

Index: gkrellkam-2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gkrellkam-2.0.0.ebuild	9 Mar 2007 16:01:53 -0000	1.13
+++ gkrellkam-2.0.0.ebuild	31 Aug 2013 14:41:51 -0000	1.14
@@ -1,23 +1,35 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild,v 1.13 2007/03/09 16:01:53 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild,v 1.14 2013/08/31 14:41:51 pacho Exp $
 
-inherit gkrellm-plugin
+EAPI="5"
+inherit eutils gkrellm-plugin toolchain-funcs
 
 MY_P=${P/-/_}
-IUSE=""
+
 DESCRIPTION="an Image-Watcher-Plugin for GKrellM2."
 SRC_URI="mirror://sourceforge/gkrellkam/${MY_P}.tar.gz"
 HOMEPAGE="http://gkrellkam.sourceforge.net"
 LICENSE="GPL-2"
 SLOT="0"
+IUSE=""
 KEYWORDS="x86 ppc sparc alpha amd64"
 
-RDEPEND="net-misc/wget"
+RDEPEND="net-misc/wget
+	 app-admin/gkrellm[X]"
+DEPEND="${RDEPEND}"
 
 PLUGIN_SO=gkrellkam2.so
 PLUGIN_DOCS="example.list"
 
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-makefile.patch
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
+}
+
 src_install () {
 	gkrellm-plugin_src_install
 	doman gkrellkam-list.5



1.17                 x11-plugins/gkrellkam/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	1 Jun 2013 11:30:48 -0000	1.16
+++ ChangeLog	31 Aug 2013 14:41:51 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/gkrellkam
 # Copyright 2002-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/ChangeLog,v 1.16 2013/06/01 11:30:48 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/ChangeLog,v 1.17 2013/08/31 14:41:51 pacho Exp $
+
+  31 Aug 2013; Pacho Ramos <pacho@gentoo.org>
+  +files/gkrellkam-2.0.0-makefile.patch, gkrellkam-2.0.0.ebuild:
+  Fix LDFLAGS/gcc usage (#338903), deps (#421703) and gcc-4.7 building
+  (#426454). By Michael Mair-Keimberger (iamnr3).
 
   01 Jun 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Cleanup due bug #144305





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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellkam: gkrellkam-2.0.0.ebuild ChangeLog
@ 2014-08-10 20:01 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:01 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 20:01:30

  Modified:             gkrellkam-2.0.0.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.15                 x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild

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

Index: gkrellkam-2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gkrellkam-2.0.0.ebuild	31 Aug 2013 14:41:51 -0000	1.14
+++ gkrellkam-2.0.0.ebuild	10 Aug 2014 20:01:29 -0000	1.15
@@ -1,13 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild,v 1.14 2013/08/31 14:41:51 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild,v 1.15 2014/08/10 20:01:29 slyfox Exp $
 
 EAPI="5"
 inherit eutils gkrellm-plugin toolchain-funcs
 
 MY_P=${P/-/_}
 
-DESCRIPTION="an Image-Watcher-Plugin for GKrellM2."
+DESCRIPTION="an Image-Watcher-Plugin for GKrellM2"
 SRC_URI="mirror://sourceforge/gkrellkam/${MY_P}.tar.gz"
 HOMEPAGE="http://gkrellkam.sourceforge.net"
 LICENSE="GPL-2"



1.18                 x11-plugins/gkrellkam/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	31 Aug 2013 14:41:51 -0000	1.17
+++ ChangeLog	10 Aug 2014 20:01:29 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/gkrellkam
-# Copyright 2002-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/ChangeLog,v 1.17 2013/08/31 14:41:51 pacho Exp $
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/ChangeLog,v 1.18 2014/08/10 20:01:29 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> gkrellkam-2.0.0.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   31 Aug 2013; Pacho Ramos <pacho@gentoo.org>
   +files/gkrellkam-2.0.0-makefile.patch, gkrellkam-2.0.0.ebuild:





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

end of thread, other threads:[~2014-08-11 20:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-10 20:01 [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellkam: gkrellkam-2.0.0.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-31 14:41 Pacho Ramos (pacho)

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