summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-08-03 22:12:43 +0000
committerUlrich Müller <ulm@gentoo.org>2015-08-03 22:12:43 +0000
commitddb028cbd7c9a98ecb8558571d67814eed877e7c (patch)
tree7a120655d820b42393776cfee33d3dc76cc4f919 /x11-apps
parentRemove old. Drop stable keyword for ppc. (diff)
downloadgentoo-2-ddb028cbd7c9a98ecb8558571d67814eed877e7c.tar.gz
gentoo-2-ddb028cbd7c9a98ecb8558571d67814eed877e7c.tar.bz2
gentoo-2-ddb028cbd7c9a98ecb8558571d67814eed877e7c.zip
Fix LICENSE, bug 556508. Update ebuild to EAPI 5.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xwarppointer/ChangeLog10
-rw-r--r--x11-apps/xwarppointer/xwarppointer-1-r2.ebuild (renamed from x11-apps/xwarppointer/xwarppointer-1-r1.ebuild)13
2 files changed, 14 insertions, 9 deletions
diff --git a/x11-apps/xwarppointer/ChangeLog b/x11-apps/xwarppointer/ChangeLog
index 29ff05a9ddd8..f11be9d877d9 100644
--- a/x11-apps/xwarppointer/ChangeLog
+++ b/x11-apps/xwarppointer/ChangeLog
@@ -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 <ulm@gentoo.org> -xwarppointer-1-r1.ebuild,
+ +xwarppointer-1-r2.ebuild:
+ Fix LICENSE, bug 556508. Update ebuild to EAPI 5.
11 Jul 2012; Michael Palimaka <kensington@gentoo.org> -xwarppointer-1.ebuild:
Remove old.
diff --git a/x11-apps/xwarppointer/xwarppointer-1-r1.ebuild b/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild
index 1b55cf7f9e30..c93811b4069e 100644
--- a/x11-apps/xwarppointer/xwarppointer-1-r1.ebuild
+++ b/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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-r1.ebuild,v 1.1 2010/09/28 17:35:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild,v 1.1 2015/08/03 22:12:43 ulm Exp $
-EAPI="2"
+EAPI=5
inherit toolchain-funcs
@@ -10,10 +10,9 @@ 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="BSD"
+LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
DEPEND="x11-libs/libX11"
RDEPEND="${DEPEND}"
@@ -29,10 +28,10 @@ src_prepare() {
}
src_compile() {
- emake CC=$(tc-getCC) || die
+ emake CC="$(tc-getCC)"
}
src_install() {
- dobin xwarppointer || die "install failed"
+ dobin xwarppointer
dodoc README
}