* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwarppointer/
@ 2016-06-07 21:46 Patrice Clement
0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement @ 2016-06-07 21:46 UTC (permalink / raw
To: gentoo-commits
commit: 0bcc7bdb7c639eb0b31d37e7306dfa5f019ebd7a
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 7 16:40:56 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun 7 21:18:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bcc7bdb
x11-apps/xwarppointer: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.28
x11-apps/xwarppointer/xwarppointer-1-r2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild b/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild
index ff2d2cd..d298a29 100644
--- a/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild
+++ b/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -12,7 +12,7 @@ SRC_URI="http://www.ishiboo.com/~nirva/Projects/xwarppointer/${PN}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
DEPEND="x11-libs/libX11"
RDEPEND="${DEPEND}"
@@ -32,6 +32,6 @@ src_compile() {
}
src_install() {
- dobin xwarppointer
+ dobin "${PN}"
dodoc README
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwarppointer/
@ 2019-08-15 15:44 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2019-08-15 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 0fb332e73eb72730c90bb10dbab83096c495cd1a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 15:34:53 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 15:44:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb332e7
x11-apps/xwarppointer: Version the distfile
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
x11-apps/xwarppointer/Manifest | 2 +-
x11-apps/xwarppointer/xwarppointer-1-r2.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-apps/xwarppointer/Manifest b/x11-apps/xwarppointer/Manifest
index 6bcc5b4ea2e..8c90b1d63eb 100644
--- a/x11-apps/xwarppointer/Manifest
+++ b/x11-apps/xwarppointer/Manifest
@@ -1 +1 @@
-DIST xwarppointer.tar.gz 2338 BLAKE2B c197338566900c9b259cf09aa493f2a112011d58d461e4f6a99a5dfe1a0d21f8371a23ee71cfd084acb41aeaa6345afea02cbe1a359eba25a61b451e1d9aebc1 SHA512 630b64076b6ebab26eeb278c5f222777a8ca150d4fdcdb78c6749800d4d02fc3c43305fe3e3cf9f640e5e5535f7e10899aa2ed31e8c23245bc6f215d0d25a38c
+DIST xwarppointer-1.tar.gz 2338 BLAKE2B c197338566900c9b259cf09aa493f2a112011d58d461e4f6a99a5dfe1a0d21f8371a23ee71cfd084acb41aeaa6345afea02cbe1a359eba25a61b451e1d9aebc1 SHA512 630b64076b6ebab26eeb278c5f222777a8ca150d4fdcdb78c6749800d4d02fc3c43305fe3e3cf9f640e5e5535f7e10899aa2ed31e8c23245bc6f215d0d25a38c
diff --git a/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild b/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild
index 6bd47e64aad..cbb17d8c7f7 100644
--- a/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild
+++ b/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,7 +7,7 @@ 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"
+SRC_URI="http://www.ishiboo.com/~nirva/Projects/xwarppointer/${PN}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-08-15 15:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-07 21:46 [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwarppointer/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2019-08-15 15:44 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox