public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/wayv: ChangeLog wayv-0.3-r2.ebuild
@ 2010-02-08 18:59 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2010-02-08 18:59 UTC (permalink / raw
  To: gentoo-commits

jer         10/02/08 18:59:08

  Modified:             ChangeLog
  Added:                wayv-0.3-r2.ebuild
  Log:
  Respect CC, CFLAGS (bug #241546).
  (Portage version: 2.2_rc62/cvs/Linux i686)

Revision  Changes    Path
1.16                 x11-misc/wayv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wayv/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wayv/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wayv/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/wayv/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	17 Jun 2008 12:31:06 -0000	1.15
+++ ChangeLog	8 Feb 2010 18:59:07 -0000	1.16
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/wayv
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/ChangeLog,v 1.15 2008/06/17 12:31:06 nelchael Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/ChangeLog,v 1.16 2010/02/08 18:59:07 jer Exp $
+
+*wayv-0.3-r2 (08 Feb 2010)
+
+  08 Feb 2010; Jeroen Roovers <jer@gentoo.org> +wayv-0.3-r2.ebuild:
+  Respect CC, CFLAGS (bug #241546).
 
   17 Jun 2008; Krzysiek Pawlik <nelchael@gentoo.org> wayv-0.3-r1.ebuild:
   Add missing x11-proto/inputproto to DEPEND, bug #227751.



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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wayv/wayv-0.3-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wayv/wayv-0.3-r2.ebuild?rev=1.1&content-type=text/plain

Index: wayv-0.3-r2.ebuild
===================================================================
# Copyright 1999-2010 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.1 2010/02/08 18:59:07 jer Exp $

EAPI="2"

inherit toolchain-funcs

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="~ppc ~x86"
IUSE=""

RDEPEND="x11-libs/libX11
	x11-libs/libXtst"
DEPEND="${RDEPEND}
	x11-proto/inputproto
	x11-proto/xproto"

src_prepare() {
	sed -i src/Makefile* \
		-e 's| = -Wall -O2| += |g' || die "sed failed"
}

src_configure() {
	tc-export CC
	econf || die "econf failed"
}

src_install() {
	einstall || die
	cd doc
	einstall || die
	dodoc HOWTO*
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/wayv: ChangeLog wayv-0.3-r2.ebuild
@ 2011-12-01 19:45 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 2+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-01 19:45 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/12/01 19:45:31

  Modified:             ChangeLog wayv-0.3-r2.ebuild
  Log:
  x86 stable wrt bug #391629
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.17                 x11-misc/wayv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/wayv/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	8 Feb 2010 18:59:07 -0000	1.16
+++ ChangeLog	1 Dec 2011 19:45:31 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/wayv
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/ChangeLog,v 1.16 2010/02/08 18:59:07 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/ChangeLog,v 1.17 2011/12/01 19:45:31 phajdan.jr Exp $
+
+  01 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> wayv-0.3-r2.ebuild:
+  x86 stable wrt bug #391629
 
 *wayv-0.3-r2 (08 Feb 2010)
 



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wayv/wayv-0.3-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wayv/wayv-0.3-r2.ebuild?r1=1.1&r2=1.2

Index: wayv-0.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/wayv/wayv-0.3-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wayv-0.3-r2.ebuild	8 Feb 2010 18:59:07 -0000	1.1
+++ wayv-0.3-r2.ebuild	1 Dec 2011 19:45:31 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.1 2010/02/08 18:59:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wayv/wayv-0.3-r2.ebuild,v 1.2 2011/12/01 19:45:31 phajdan.jr Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 SRC_URI="http://www.stressbunny.com/gimme/wayv/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~ppc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-01 19:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-01 19:45 [gentoo-commits] gentoo-x86 commit in x11-misc/wayv: ChangeLog wayv-0.3-r2.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-08 18:59 Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox