jlec        15/03/20 16:05:47

  Modified:             metadata.xml gkrellweather-2.0.8.ebuild ChangeLog
  Removed:              gkrellweather-2.0.7-r2.ebuild
                        gkrellweather-2.0.7-r1.ebuild
  Log:
  Modernize ebuild; drop old, respect CC and CFLAGS, bug #428598
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.4                  x11-plugins/gkrellweather/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml        1 Jun 2013 11:38:58 -0000       1.3
+++ metadata.xml        20 Mar 2015 16:05:47 -0000      1.4
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <herd>desktop-dock</herd>
+  <herd>desktop-dock</herd>
 </pkgmetadata>



1.2                  x11-plugins/gkrellweather/gkrellweather-2.0.8.ebuild

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

Index: gkrellweather-2.0.8.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/gkrellweather-2.0.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gkrellweather-2.0.8.ebuild  10 May 2011 18:20:14 -0000      1.1
+++ gkrellweather-2.0.8.ebuild  20 Mar 2015 16:05:47 -0000      1.2
@@ -1,31 +1,33 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/gkrellweather-2.0.8.ebuild,v 
1.1 2011/05/10 18:20:14 lack Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/gkrellweather-2.0.8.ebuild,v 
1.2 2015/03/20 16:05:47 jlec Exp $
 
-EAPI=3
-inherit gkrellm-plugin
+EAPI=5
 
-IUSE=""
-DESCRIPTION="GKrellM2 Plugin that monitors a METAR station and displays weather
-info"
-SRC_URI="http://sites.google.com/site/makovick/projects/${P}.tgz";
+inherit gkrellm-plugin toolchain-funcs
+
+DESCRIPTION="GKrellM2 Plugin that monitors a METAR station and displays 
weatherinfo"
 HOMEPAGE="http://sites.google.com/site/makovick/gkrellm-plugins";
+SRC_URI="http://sites.google.com/site/makovick/projects/${P}.tgz";
 
 SLOT="2"
 LICENSE="GPL-2"
 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE=""
 
-RDEPEND=">=dev-lang/perl-5.6.1
+RDEPEND="
+       >=dev-lang/perl-5.6.1
        >=net-misc/wget-1.5.3"
 DEPEND=">=sys-apps/sed-4.0.5"
-
+pkg_setup() { :; }
 src_prepare() {
-       epatch "${FILESDIR}/${P}-Respect-LDFLAGS.patch"
-       epatch "${FILESDIR}/${P}-Move-GrabWeather.patch"
+       epatch \
+               "${FILESDIR}"/${P}-Respect-LDFLAGS.patch \
+               "${FILESDIR}"/${P}-Move-GrabWeather.patch
 }
 
 src_compile() {
-       emake PREFIX=/usr || die
+       emake PREFIX=/usr CC=$(tc-getCC) CFLAGS="${CFLAGS}"
 }
 
 src_install () {



1.35                 x11-plugins/gkrellweather/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   1 Jun 2013 11:38:58 -0000       1.34
+++ ChangeLog   20 Mar 2015 16:05:47 -0000      1.35
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/gkrellweather
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/ChangeLog,v 1.34 
2013/06/01 11:38:58 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/ChangeLog,v 1.35 
2015/03/20 16:05:47 jlec Exp $
+
+  20 Mar 2015; Justin Lecher <[email protected]> -gkrellweather-2.0.7-r1.ebuild,
+  -gkrellweather-2.0.7-r2.ebuild, gkrellweather-2.0.8.ebuild, metadata.xml:
+  Modernize ebuild; drop old, respect CC and CFLAGS, bug #428598
 
   01 Jun 2013; Pacho Ramos <[email protected]> metadata.xml:
   Cleanup due bug #144305




Reply via email to