ssuominen    14/04/07 19:59:53

  Modified:             wmclockmon-0.8.1.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.8                  x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild

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

Index: wmclockmon-0.8.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wmclockmon-0.8.1.ebuild     5 May 2012 05:12:02 -0000       1.7
+++ wmclockmon-0.8.1.ebuild     7 Apr 2014 19:59:53 -0000       1.8
@@ -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/wmclockmon/wmclockmon-0.8.1.ebuild,v 1.7 
2012/05/05 05:12:02 jdhore Exp $
-
-EAPI="1"
+# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild,v 1.8 
2014/04/07 19:59:53 ssuominen Exp $
 
+EAPI=5
 inherit eutils
 
 DESCRIPTION="a nice digital clock with 7 different styles either in LCD or LED 
style."
@@ -25,14 +24,12 @@
        x11-proto/xextproto
        x11-libs/libXt"
 
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
+src_prepare() {
        epatch "${FILESDIR}"/${P}-gtk.patch
 }
 
 src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed."
+       emake DESTDIR="${D}" install
        dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/sample*
        newdoc debian/changelog ChangeLog.debian
 }



1.35                 x11-plugins/wmclockmon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   5 May 2012 05:12:02 -0000       1.34
+++ ChangeLog   7 Apr 2014 19:59:53 -0000       1.35
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmclockmon
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/ChangeLog,v 1.34 
2012/05/05 05:12:02 jdhore Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/ChangeLog,v 1.35 
2014/04/07 19:59:53 ssuominen Exp $
+
+  07 Apr 2014; Samuli Suominen <[email protected]> wmclockmon-0.8.1.ebuild:
+  Use EAPI5 instead of EAPI1.
 
   05 May 2012; Jeff Horelick <[email protected]> wmclockmon-0.8.1.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig
@@ -135,5 +138,3 @@
   29 Oct 2002; Brad Cowan <[email protected]> wmclockmon-0.1.3.ebuild,
   ChangeLog, files/digest-wmclockmon-0.1.3 :
   Initial import thanks to Autobot.
-
-




Reply via email to