summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-09-03 08:34:39 +0000
committerJeroen Roovers <jer@gentoo.org>2014-09-03 08:34:39 +0000
commita3bacfa39c47dc3eaa9328b7bdb88ee98fcc404b (patch)
tree23267fe7260c6cecd02bd94d681cdf385a627f27 /x11-misc/wayv
parentVersion bump, bug#521876 (diff)
downloadgentoo-2-a3bacfa39c47dc3eaa9328b7bdb88ee98fcc404b.tar.gz
gentoo-2-a3bacfa39c47dc3eaa9328b7bdb88ee98fcc404b.tar.bz2
gentoo-2-a3bacfa39c47dc3eaa9328b7bdb88ee98fcc404b.zip
einstall -> EAPI 5 default (bug #521672).
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc/wayv')
-rw-r--r--x11-misc/wayv/ChangeLog8
-rw-r--r--x11-misc/wayv/wayv-0.3-r1.ebuild24
-rw-r--r--x11-misc/wayv/wayv-0.3-r2.ebuild32
3 files changed, 21 insertions, 43 deletions
diff --git a/x11-misc/wayv/ChangeLog b/x11-misc/wayv/ChangeLog
index 496b2406d172..5d96e65caca3 100644
--- a/x11-misc/wayv/ChangeLog
+++ b/x11-misc/wayv/ChangeLog
@@ -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 <jer@gentoo.org> -wayv-0.3-r1.ebuild,
+ wayv-0.3-r2.ebuild:
+ einstall -> EAPI 5 default (bug #521672).
18 Nov 2012; Agostino Sarubbo <ago@gentoo.org> wayv-0.3-r2.ebuild:
Add ~amd64
diff --git a/x11-misc/wayv/wayv-0.3-r1.ebuild b/x11-misc/wayv/wayv-0.3-r1.ebuild
deleted file mode 100644
index b8911fb036ef..000000000000
--- a/x11-misc/wayv/wayv-0.3-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/wayv-0.3-r1.ebuild,v 1.5 2008/06/17 12:31:06 nelchael Exp $
-
-DESCRIPTION="Wayv is hand-writing/gesturing recognition software for X"
-HOMEPAGE="http://www.stressbunny.com/wayv"
-SRC_URI="http://www.stressbunny.com/gimme/wayv/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXtst"
-DEPEND="${RDEPEND}
- x11-proto/inputproto
- x11-proto/xproto"
-
-src_install() {
- einstall || die
- cd doc
- einstall || die
- dodoc HOWTO*
-}
diff --git a/x11-misc/wayv/wayv-0.3-r2.ebuild b/x11-misc/wayv/wayv-0.3-r2.ebuild
index 2c2445094b50..e85696757b17 100644
--- a/x11-misc/wayv/wayv-0.3-r2.ebuild
+++ b/x11-misc/wayv/wayv-0.3-r2.ebuild
@@ -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 @@ SRC_URI="http://www.stressbunny.com/gimme/wayv/${P}.tar.gz"
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*
}