ssuominen    14/04/07 19:37:15

  Modified:             wmcliphist-1.0.ebuild wmcliphist-0.6-r1.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.2                  x11-plugins/wmcliphist/wmcliphist-1.0.ebuild

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

Index: wmcliphist-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wmcliphist-1.0.ebuild       27 Aug 2012 09:26:54 -0000      1.1
+++ wmcliphist-1.0.ebuild       7 Apr 2014 19:37:15 -0000       1.2
@@ -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/wmcliphist/wmcliphist-1.0.ebuild,v 1.1 
2012/08/27 09:26:54 voyageur Exp $
-
-EAPI=4
+# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-1.0.ebuild,v 1.2 
2014/04/07 19:37:15 ssuominen Exp $
 
+EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="Dockable clipboard history application for Window Maker"



1.8                  x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild

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

Index: wmcliphist-0.6-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wmcliphist-0.6-r1.ebuild    5 May 2012 05:12:01 -0000       1.7
+++ wmcliphist-0.6-r1.ebuild    7 Apr 2014 19:37:15 -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/wmcliphist/wmcliphist-0.6-r1.ebuild,v 1.7 
2012/05/05 05:12:01 jdhore Exp $
-
-EAPI="1"
+# $Header: 
/var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild,v 1.8 
2014/04/07 19:37:15 ssuominen Exp $
 
+EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="Dockable clipboard history application for Window Maker"
@@ -19,16 +18,15 @@
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/${P}-Makefile.patch
-       epatch "${FILESDIR}"/${P}-fix-docking.patch
+src_prepare() {
+       epatch \
+               "${FILESDIR}"/${P}-Makefile.patch \
+               "${FILESDIR}"/${P}-fix-docking.patch
 }
 
 src_compile() {
        tc-export CC
-       emake || die "emake failed."
+       emake
 }
 
 src_install() {



1.19                 x11-plugins/wmcliphist/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   27 Aug 2012 09:26:54 -0000      1.18
+++ ChangeLog   7 Apr 2014 19:37:15 -0000       1.19
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmcliphist
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.18 
2012/08/27 09:26:54 voyageur Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.19 
2014/04/07 19:37:15 ssuominen Exp $
+
+  07 Apr 2014; Samuli Suominen <[email protected]> wmcliphist-0.6-r1.ebuild,
+  wmcliphist-1.0.ebuild:
+  Use EAPI5 instead of EAPI1.
 
 *wmcliphist-1.0 (27 Aug 2012)
 




Reply via email to