[gentoo-commits] gentoo-x86 commit in x11-misc/unclutter: ChangeLog unclutter-8-r3.ebuild

2014-04-10 Thread Jeroen Roovers (jer)
jer 14/04/10 13:23:30

  Modified: ChangeLog unclutter-8-r3.ebuild
  Log:
  EAPI changes.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.34 x11-misc/unclutter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   10 Apr 2014 12:59:14 -  1.33
+++ ChangeLog   10 Apr 2014 13:23:29 -  1.34
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/unclutter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.33 
2014/04/10 12:59:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.34 
2014/04/10 13:23:29 jer Exp $
+
+  10 Apr 2014; Jeroen Roovers  unclutter-8-r3.ebuild:
+  EAPI changes.
 
 *unclutter-8-r3 (10 Apr 2014)
 



1.2  x11-misc/unclutter/unclutter-8-r3.ebuild

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

Index: unclutter-8-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unclutter-8-r3.ebuild   10 Apr 2014 12:59:14 -  1.1
+++ unclutter-8-r3.ebuild   10 Apr 2014 13:23:29 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8-r3.ebuild,v 
1.1 2014/04/10 12:59:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8-r3.ebuild,v 
1.2 2014/04/10 13:23:29 jer Exp $
 
 EAPI=5
 
@@ -13,7 +13,6 @@
 SLOT="0"
 LICENSE="public-domain"
 KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
 
 RDEPEND="x11-libs/libX11"
 DEPEND="${RDEPEND}
@@ -28,12 +27,11 @@
 }
 
 src_compile() {
-   emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" \
-   LDOPTIONS="${LDFLAGS}" || die
+   emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" LDOPTIONS="${LDFLAGS}"
 }
 
 src_install () {
-   dobin unclutter || die
-   newman unclutter.man unclutter.1x || die
-   dodoc README || die
+   dobin unclutter
+   newman unclutter.man unclutter.1x
+   dodoc README
 }






[gentoo-commits] gentoo-x86 commit in x11-misc/unclutter: ChangeLog unclutter-8-r3.ebuild unclutter-8-r1.ebuild

2014-04-10 Thread Jeroen Roovers (jer)
jer 14/04/10 12:59:14

  Modified: ChangeLog
  Added:unclutter-8-r3.ebuild
  Removed:  unclutter-8-r1.ebuild
  Log:
  Fix flickering mouse pointer, bug #507312 by teika.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.33 x11-misc/unclutter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   16 Mar 2011 18:33:46 -  1.32
+++ ChangeLog   10 Apr 2014 12:59:14 -  1.33
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/unclutter
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.32 
2011/03/16 18:33:46 xarthisius Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.33 
2014/04/10 12:59:14 jer Exp $
+
+*unclutter-8-r3 (10 Apr 2014)
+
+  10 Apr 2014; Jeroen Roovers  -unclutter-8-r1.ebuild,
+  +unclutter-8-r3.ebuild, +files/unclutter-8-FocusOut.patch,
+  +files/unclutter-8-include.patch:
+  Fix flickering mouse pointer, bug #507312 by teika.
 
   16 Mar 2011; Kacper Kowalik  unclutter-8-r2.ebuild:
   ppc64 stable wrt #348733



1.1  x11-misc/unclutter/unclutter-8-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/unclutter/unclutter-8-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/unclutter/unclutter-8-r3.ebuild?rev=1.1&content-type=text/plain

Index: unclutter-8-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8-r3.ebuild,v 
1.1 2014/04/10 12:59:14 jer Exp $

EAPI=5

inherit eutils toolchain-funcs

DESCRIPTION="Hides mouse pointer while not in use."
HOMEPAGE="http://www.ibiblio.org/pub/X11/contrib/utilities/unclutter-8.README";
SRC_URI="ftp://ftp.x.org/contrib/utilities/${P}.tar.Z";

SLOT="0"
LICENSE="public-domain"
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

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

S=${WORKDIR}/${PN}

src_prepare() {
epatch \
"${FILESDIR}"/${P}-include.patch \
"${FILESDIR}"/${P}-FocusOut.patch
}

src_compile() {
emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" \
LDOPTIONS="${LDFLAGS}" || die
}

src_install () {
dobin unclutter || die
newman unclutter.man unclutter.1x || die
dodoc README || die
}