ulm         15/08/03 22:12:43

  Modified:             ChangeLog
  Added:                xwarppointer-1-r2.ebuild
  Removed:              xwarppointer-1-r1.ebuild
  Log:
  Fix LICENSE, bug 556508. Update ebuild to EAPI 5.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  Changes    Path
1.6                  x11-apps/xwarppointer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwarppointer/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwarppointer/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwarppointer/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xwarppointer/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   11 Jul 2012 15:11:41 -0000      1.5
+++ ChangeLog   3 Aug 2015 22:12:43 -0000       1.6
@@ -1,6 +1,12 @@
 # ChangeLog for x11-apps/xwarppointer
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwarppointer/ChangeLog,v 1.5 
2012/07/11 15:11:41 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwarppointer/ChangeLog,v 1.6 
2015/08/03 22:12:43 ulm Exp $
+
+*xwarppointer-1-r2 (03 Aug 2015)
+
+  03 Aug 2015; Ulrich Müller <[email protected]> -xwarppointer-1-r1.ebuild,
+  +xwarppointer-1-r2.ebuild:
+  Fix LICENSE, bug 556508. Update ebuild to EAPI 5.
 
   11 Jul 2012; Michael Palimaka <[email protected]> -xwarppointer-1.ebuild:
   Remove old.



1.1                  x11-apps/xwarppointer/xwarppointer-1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild?rev=1.1&content-type=text/plain

Index: xwarppointer-1-r2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild,v 1.1 
2015/08/03 22:12:43 ulm Exp $

EAPI=5

inherit toolchain-funcs

DESCRIPTION="Program to move the mouse cursor"
HOMEPAGE="http://www.ishiboo.com/~nirva/Projects/xwarppointer/";
SRC_URI="http://www.ishiboo.com/~nirva/Projects/xwarppointer/${PN}.tar.gz";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

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

S="${WORKDIR}/${PN}"

src_prepare() {
        sed -i Makefile \
                -e 's|^X11HOME=.*|X11HOME=/usr/X11R6|' \
                -e 's|^CFLAGS=|CFLAGS+=|' \
                -e 's| -o | $(LDFLAGS)&|' \
                || die 'setting X11HOME failed'
}

src_compile() {
        emake CC="$(tc-getCC)"
}

src_install() {
        dobin xwarppointer
        dodoc README
}




Reply via email to