jer         14/09/03 08:34:39

  Modified:             ChangeLog wayv-0.3-r2.ebuild
  Removed:              wayv-0.3-r1.ebuild
  Log:
  einstall -> EAPI 5 default (bug #521672).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.19                 x11-misc/wayv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/wayv/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   18 Nov 2012 18:54:08 -0000      1.18
+++ ChangeLog   3 Sep 2014 08:34:39 -0000       1.19
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/wayv
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/ChangeLog,v 1.18 2012/11/18 
18:54:08 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/ChangeLog,v 1.19 2014/09/03 
08:34:39 jer Exp $
+
+  03 Sep 2014; Jeroen Roovers <[email protected]> -wayv-0.3-r1.ebuild,
+  wayv-0.3-r2.ebuild:
+  einstall -> EAPI 5 default (bug #521672).
 
   18 Nov 2012; Agostino Sarubbo <[email protected]> wayv-0.3-r2.ebuild:
   Add ~amd64



1.4                  x11-misc/wayv/wayv-0.3-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wayv/wayv-0.3-r2.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wayv/wayv-0.3-r2.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wayv/wayv-0.3-r2.ebuild?r1=1.3&r2=1.4

Index: wayv-0.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/wayv/wayv-0.3-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wayv-0.3-r2.ebuild  18 Nov 2012 18:54:08 -0000      1.3
+++ wayv-0.3-r2.ebuild  3 Sep 2014 08:34:39 -0000       1.4
@@ -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-misc/wayv/wayv-0.3-r2.ebuild,v 1.3 
2012/11/18 18:54:08 ago Exp $
-
-EAPI="2"
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/wayv-0.3-r2.ebuild,v 1.4 
2014/09/03 08:34:39 jer Exp $
 
+EAPI=5
 inherit toolchain-funcs
 
 DESCRIPTION="Wayv is hand-writing/gesturing recognition software for X"
@@ -12,27 +11,26 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
 
-RDEPEND="x11-libs/libX11
-       x11-libs/libXtst"
-DEPEND="${RDEPEND}
+RDEPEND="
+       x11-libs/libX11
+       x11-libs/libXtst
+"
+DEPEND="
+       ${RDEPEND}
        x11-proto/inputproto
-       x11-proto/xproto"
+       x11-proto/xproto
+"
 
 src_prepare() {
-       sed -i src/Makefile* \
-               -e 's| = -Wall -O2| += |g' || die "sed failed"
-}
-
-src_configure() {
+       sed -i -e 's| = -Wall -O2| += |g' src/Makefile* || die
        tc-export CC
-       econf || die "econf failed"
 }
 
 src_install() {
-       einstall || die
+       default
+
        cd doc
-       einstall || die
+       default
        dodoc HOWTO*
 }




Reply via email to