ssuominen    14/04/07 19:41:35

  Modified:             wmfishtime-1.24-r1.ebuild wmfishtime-1.24-r2.ebuild
                        ChangeLog
  Log:
  Use EAPI5 instead of EAPI1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.9                  x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild?r1=1.8&r2=1.9

Index: wmfishtime-1.24-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- wmfishtime-1.24-r1.ebuild   5 May 2012 05:12:00 -0000       1.8
+++ wmfishtime-1.24-r1.ebuild   7 Apr 2014 19:41:35 -0000       1.9
@@ -1,9 +1,8 @@
-# Copyright 1999-2012 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/wmfishtime/wmfishtime-1.24-r1.ebuild,v 1.8 
2012/05/05 05:12:00 jdhore Exp $
-
-EAPI="1"
+# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild,v 1.9 
2014/04/07 19:41:35 ssuominen Exp $
 
+EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="A fun clock applet for your desktop featuring swimming fish"
@@ -20,14 +19,12 @@
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
+src_prepare() {
        epatch "${FILESDIR}"/${P}-gtk.patch
 }
 
 src_compile() {
-       emake CC="$(tc-getCC)" || die "emake failed."
+       emake CC="$(tc-getCC)"
 }
 
 src_install() {



1.7                  x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild?r1=1.6&r2=1.7

Index: wmfishtime-1.24-r2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wmfishtime-1.24-r2.ebuild   5 May 2012 05:12:00 -0000       1.6
+++ wmfishtime-1.24-r2.ebuild   7 Apr 2014 19:41:35 -0000       1.7
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 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/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.6 
2012/05/05 05:12:00 jdhore Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild,v 1.7 
2014/04/07 19:41:35 ssuominen Exp $
 
-EAPI=4
+EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="A fun clock applet for your desktop featuring swimming fish"
@@ -20,8 +20,10 @@
        virtual/pkgconfig"
 
 src_prepare() {
-       epatch "${FILESDIR}"/${P}-gtk.patch
-       epatch "${FILESDIR}"/${P}-no_display.patch
+       epatch \
+               "${FILESDIR}"/${P}-gtk.patch \
+               "${FILESDIR}"/${P}-no_display.patch
+
        sed -i -e "s/\$(CC)/& \$(LDFLAGS)/" Makefile || die #331891
 }
 



1.29                 x11-plugins/wmfishtime/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   5 May 2012 05:12:00 -0000       1.28
+++ ChangeLog   7 Apr 2014 19:41:35 -0000       1.29
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmfishtime
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.28 
2012/05/05 05:12:00 jdhore Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.29 
2014/04/07 19:41:35 ssuominen Exp $
+
+  07 Apr 2014; Samuli Suominen <[email protected]> 
wmfishtime-1.24-r1.ebuild,
+  wmfishtime-1.24-r2.ebuild:
+  Use EAPI5 instead of EAPI1.
 
   05 May 2012; Jeff Horelick <[email protected]> wmfishtime-1.24-r1.ebuild,
   wmfishtime-1.24-r2.ebuild:




Reply via email to