public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/mousetweaks/
@ 2016-11-13 11:19 Gilles Dartiguelongue
  0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2016-11-13 11:19 UTC (permalink / raw
  To: gentoo-commits

commit:     fd84145346c6f6a7dc84a2ae5e73bd8e4f22c3dc
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 10:05:24 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 11:18:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd841453

gnome-extra/mousetweaks: fix missing dependency on gtk[X]

Gentoo-Bug: 586490

Package-Manager: portage-2.3.2

 gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild b/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
index 10353fb..2c6d3cf 100644
--- a/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
+++ b/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ IUSE=""
 
 RDEPEND="
 	>=dev-libs/glib-2.25.9:2
-	>=x11-libs/gtk+-3:3
+	>=x11-libs/gtk+-3:3[X]
 	>=gnome-base/gsettings-desktop-schemas-0.1
 
 	x11-libs/libX11


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/mousetweaks/
@ 2017-11-26 23:02 David Seifert
  0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2017-11-26 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b9225e2c953575fa21bcc1f67f72d4c583f711bc
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 11:51:32 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 23:00:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9225e2c

gnome-extra/mousetweaks: [QA] Consistent whitespace in metadata.xml

 gnome-extra/mousetweaks/metadata.xml | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/gnome-extra/mousetweaks/metadata.xml b/gnome-extra/mousetweaks/metadata.xml
index 6e38a49d0b0..9c5233005cb 100644
--- a/gnome-extra/mousetweaks/metadata.xml
+++ b/gnome-extra/mousetweaks/metadata.xml
@@ -1,22 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>gnome@gentoo.org</email>
-	<name>Gentoo GNOME Desktop</name>
-</maintainer>
-<longdescription lang="en">
-Mousetweaks is an Accessibility Software whose developement started as a GSoC
-2007 project under Ubuntu. It brings additional fonctionalities to the pointer
-that allow a user to:
+	<maintainer type="project">
+		<email>gnome@gentoo.org</email>
+		<name>Gentoo GNOME Desktop</name>
+	</maintainer>
+	<longdescription lang="en">
+		Mousetweaks is an Accessibility Software whose developement started as a GSoC
+		2007 project under Ubuntu. It brings additional fonctionalities to the pointer
+		that allow a user to:
 
-    * open the contextual menu by clicking and holding the left button; it is
-	* for example useful for users that can manipulate only one button
-    * perform the 4 click types (left click, double click, drag click and
-	* right click) by software; it is for example useful for users that are
-	* not able to manipulate any button
-	* to lock the pointer temporarily into an area on the screen; it is
-	* for example useful for people that have to use their pointing
-	* hardware not only for the computer
-</longdescription>
+		* open the contextual menu by clicking and holding the left button; it is
+		* for example useful for users that can manipulate only one button
+		* perform the 4 click types (left click, double click, drag click and
+		* right click) by software; it is for example useful for users that are
+		* not able to manipulate any button
+		* to lock the pointer temporarily into an area on the screen; it is
+		* for example useful for people that have to use their pointing
+		* hardware not only for the computer
+	</longdescription>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/mousetweaks/
@ 2018-11-01 20:42 Mart Raudsepp
  0 siblings, 0 replies; 13+ messages in thread
From: Mart Raudsepp @ 2018-11-01 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c6aad106a9e42d49759e2dfa8332c0a6c745b697
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  1 20:14:15 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Nov  1 20:41:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6aad106

gnome-extra/mousetweaks: add explicit build dep on glib-utils

Closes: https://bugs.gentoo.org/668804
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild b/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
index 72ef40bdea1..2c6fb0eb99c 100644
--- a/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
+++ b/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -26,5 +26,6 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.40
+	dev-util/glib-utils
 	virtual/pkgconfig
 "


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/mousetweaks/
@ 2019-02-03 19:43 Dennis Lamm
  0 siblings, 0 replies; 13+ messages in thread
From: Dennis Lamm @ 2019-02-03 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     24a1522c7c0d28bd2d093c19c79d2fc6fb82d4ce
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  3 19:42:26 2019 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Sun Feb  3 19:43:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a1522c

gnome-extra/mousetweaks: updated Homepage URL

Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

 gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild b/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
index 2c6fb0eb99c..cdc2ca7a4f8 100644
--- a/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
+++ b/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -7,7 +7,7 @@ GCONF_DEBUG="no"
 inherit gnome2
 
 DESCRIPTION="Mouse accessibility enhancements for the GNOME desktop"
-HOMEPAGE="https://live.gnome.org/Mousetweaks/Home"
+HOMEPAGE="https://wiki.gnome.org/action/show/Projects/Mousetweaks"
 
 LICENSE="GPL-3"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/mousetweaks/
@ 2019-08-03 19:04 Aaron Bauman
  0 siblings, 0 replies; 13+ messages in thread
From: Aaron Bauman @ 2019-08-03 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     6280662e2d5c681b6df86d9fbfcd4f54f885ec4d
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  3 18:12:42 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Aug  3 19:04:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6280662e

gnome-extra/mousetweaks: arm64 keyworded

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.70, Repoman-2.3.16

 gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild b/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
index cff5c88897e..b875f76ccf2 100644
--- a/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
+++ b/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Mousetweaks"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/mousetweaks/
@ 2019-10-20 19:49 Mart Raudsepp
  0 siblings, 0 replies; 13+ messages in thread
From: Mart Raudsepp @ 2019-10-20 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     bb6efd94c3f986dda63f32e9a7bcc58ea1c6855e
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 19:42:16 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 19:49:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6efd94

gnome-extra/mousetweaks: bump to 3.32.0

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/mousetweaks/Manifest                  |  1 +
 gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild | 29 +++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/gnome-extra/mousetweaks/Manifest b/gnome-extra/mousetweaks/Manifest
index 46af20887cd..6044e040f22 100644
--- a/gnome-extra/mousetweaks/Manifest
+++ b/gnome-extra/mousetweaks/Manifest
@@ -1 +1,2 @@
 DIST mousetweaks-3.12.0.tar.xz 287236 BLAKE2B e0036131b3f6066b0fdb8dfb92531d1e1c1c1366c14f6016a8c41333892d85b6c7f11a754d82d0f3227b57b80d7bb72f3e0f0264c422fcda5451205ee3fc75a8 SHA512 9e2180ad6ba1abec34a4e2846c31d9195c835a60657be146f2d9526a9c08b1fa4d5b42003203d7c94ec38066a99f10bcd37057d113c4c57f3e401199138de1c0
+DIST mousetweaks-3.32.0.tar.xz 372088 BLAKE2B 59e6dbafe9d8ec2cd0578cd1a01ff9e7d575fdac2381998653f1a91ab4493e02a0cf99a187a47b39bd277726df912e32d5572a39df27858de0929fa3999a699e SHA512 3711c2aa1bc40f80a75857bf8a35dbe24443f8040cf8131e32818c797da44f2bb54d58f804ec8df7a95f66ff2e5db8c48067fca97c16ffa59239ecdf101c4a52

diff --git a/gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild b/gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild
new file mode 100644
index 00000000000..f12093f2c3f
--- /dev/null
+++ b/gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Mouse accessibility enhancements for the GNOME desktop"
+HOMEPAGE="https://wiki.gnome.org/Projects/Mousetweaks"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-libs/glib-2.25.9:2
+	>=x11-libs/gtk+-3:3[X]
+	>=gnome-base/gsettings-desktop-schemas-0.1
+
+	x11-libs/libX11
+	x11-libs/libXtst
+	x11-libs/libXfixes
+	x11-libs/libXcursor
+"
+DEPEND="${RDEPEND}
+	dev-util/glib-utils
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/mousetweaks/
@ 2019-12-23 22:02 Mart Raudsepp
  0 siblings, 0 replies; 13+ messages in thread
From: Mart Raudsepp @ 2019-12-23 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     6dcc82eaaec500b7b073b4221d4c0b25c613a8a3
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 23 21:57:27 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 22:02:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dcc82ea

gnome-extra/mousetweaks: remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/mousetweaks/Manifest                  |  1 -
 gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild | 31 -----------------------
 2 files changed, 32 deletions(-)

diff --git a/gnome-extra/mousetweaks/Manifest b/gnome-extra/mousetweaks/Manifest
index 6044e040f22..220ef741a4f 100644
--- a/gnome-extra/mousetweaks/Manifest
+++ b/gnome-extra/mousetweaks/Manifest
@@ -1,2 +1 @@
-DIST mousetweaks-3.12.0.tar.xz 287236 BLAKE2B e0036131b3f6066b0fdb8dfb92531d1e1c1c1366c14f6016a8c41333892d85b6c7f11a754d82d0f3227b57b80d7bb72f3e0f0264c422fcda5451205ee3fc75a8 SHA512 9e2180ad6ba1abec34a4e2846c31d9195c835a60657be146f2d9526a9c08b1fa4d5b42003203d7c94ec38066a99f10bcd37057d113c4c57f3e401199138de1c0
 DIST mousetweaks-3.32.0.tar.xz 372088 BLAKE2B 59e6dbafe9d8ec2cd0578cd1a01ff9e7d575fdac2381998653f1a91ab4493e02a0cf99a187a47b39bd277726df912e32d5572a39df27858de0929fa3999a699e SHA512 3711c2aa1bc40f80a75857bf8a35dbe24443f8040cf8131e32818c797da44f2bb54d58f804ec8df7a95f66ff2e5db8c48067fca97c16ffa59239ecdf101c4a52

diff --git a/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild b/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
deleted file mode 100644
index b875f76ccf2..00000000000
--- a/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Mouse accessibility enhancements for the GNOME desktop"
-HOMEPAGE="https://wiki.gnome.org/Projects/Mousetweaks"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND="
-	>=dev-libs/glib-2.25.9:2
-	>=x11-libs/gtk+-3:3[X]
-	>=gnome-base/gsettings-desktop-schemas-0.1
-
-	x11-libs/libX11
-	x11-libs/libXtst
-	x11-libs/libXfixes
-	x11-libs/libXcursor
-"
-DEPEND="${RDEPEND}
-	>=dev-util/intltool-0.40
-	dev-util/glib-utils
-	virtual/pkgconfig
-"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/mousetweaks/
@ 2021-08-27 15:19 Yixun Lan
  0 siblings, 0 replies; 13+ messages in thread
From: Yixun Lan @ 2021-08-27 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     81a6e0428a2bdad0fb9884ccb138dcc1df56018b
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 27 09:15:33 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Aug 27 15:18:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a6e042

gnome-extra/mousetweaks: keyword ~riscv

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild b/gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild
index a0bd59db3a7..4f9401e1774 100644
--- a/gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild
+++ b/gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Mousetweaks"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/mousetweaks/
@ 2022-08-28  5:06 WANG Xuerui
  0 siblings, 0 replies; 13+ messages in thread
From: WANG Xuerui @ 2022-08-28  5:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d683482d755d255b2b9525f941da8d4af8fda1d8
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 03:53:23 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 05:05:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d683482d

gnome-extra/mousetweaks: keyword 3.32.0 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild b/gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild
index 4f9401e1774a..74129574282d 100644
--- a/gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild
+++ b/gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Mousetweaks"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/mousetweaks/
@ 2022-10-30 22:29 Matt Turner
  0 siblings, 0 replies; 13+ messages in thread
From: Matt Turner @ 2022-10-30 22:29 UTC (permalink / raw
  To: gentoo-commits

commit:     d27703721d3a01112894f16775da83f9d3b3de1d
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 21:20:12 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 22:28:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2770372

gnome-extra/mousetweaks: Set remote-id

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/mousetweaks/metadata.xml | 37 +++++++++++++++++++-----------------
 1 file changed, 20 insertions(+), 17 deletions(-)

diff --git a/gnome-extra/mousetweaks/metadata.xml b/gnome-extra/mousetweaks/metadata.xml
index d232d3305742..935902a101c7 100644
--- a/gnome-extra/mousetweaks/metadata.xml
+++ b/gnome-extra/mousetweaks/metadata.xml
@@ -1,22 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>gnome@gentoo.org</email>
-		<name>Gentoo GNOME Desktop</name>
-	</maintainer>
-	<longdescription lang="en">
-		Mousetweaks is an Accessibility Software whose developement started as a GSoC
-		2007 project under Ubuntu. It brings additional fonctionalities to the pointer
-		that allow a user to:
+  <maintainer type="project">
+    <email>gnome@gentoo.org</email>
+    <name>Gentoo GNOME Desktop</name>
+  </maintainer>
+  <longdescription lang="en">
+    Mousetweaks is an Accessibility Software whose developement started as a GSoC
+    2007 project under Ubuntu. It brings additional fonctionalities to the pointer
+    that allow a user to:
 
-		* open the contextual menu by clicking and holding the left button; it is
-		* for example useful for users that can manipulate only one button
-		* perform the 4 click types (left click, double click, drag click and
-		* right click) by software; it is for example useful for users that are
-		* not able to manipulate any button
-		* to lock the pointer temporarily into an area on the screen; it is
-		* for example useful for people that have to use their pointing
-		* hardware not only for the computer
-	</longdescription>
+    * open the contextual menu by clicking and holding the left button; it is
+    * for example useful for users that can manipulate only one button
+    * perform the 4 click types (left click, double click, drag click and
+    * right click) by software; it is for example useful for users that are
+    * not able to manipulate any button
+    * to lock the pointer temporarily into an area on the screen; it is
+    * for example useful for people that have to use their pointing
+    * hardware not only for the computer
+  </longdescription>
+  <upstream>
+    <remote-id type="gnome-gitlab">GNOME/mousetweaks</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/mousetweaks/
@ 2023-07-19  3:24 Matt Turner
  0 siblings, 0 replies; 13+ messages in thread
From: Matt Turner @ 2023-07-19  3:24 UTC (permalink / raw
  To: gentoo-commits

commit:     32844735e4a3b62e3926394d73a79340ad074ac3
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 02:48:20 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 03:24:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32844735

gnome-extra/mousetweaks: Update remote-id

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/mousetweaks/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/mousetweaks/metadata.xml b/gnome-extra/mousetweaks/metadata.xml
index 935902a101c7..89a8b7ebdd24 100644
--- a/gnome-extra/mousetweaks/metadata.xml
+++ b/gnome-extra/mousetweaks/metadata.xml
@@ -20,6 +20,6 @@
     * hardware not only for the computer
   </longdescription>
   <upstream>
-    <remote-id type="gnome-gitlab">GNOME/mousetweaks</remote-id>
+    <remote-id type="gnome-gitlab">Archive/mousetweaks</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/mousetweaks/
@ 2024-03-16 12:13 Conrad Kostecki
  0 siblings, 0 replies; 13+ messages in thread
From: Conrad Kostecki @ 2024-03-16 12:13 UTC (permalink / raw
  To: gentoo-commits

commit:     64f25237f3cdd9a1d67e308f9765e3fcb101b181
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Feb 17 13:02:35 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 12:13:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64f25237

gnome-extra/mousetweaks: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/35392
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../mousetweaks/mousetweaks-3.32.0-r1.ebuild       | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnome-extra/mousetweaks/mousetweaks-3.32.0-r1.ebuild b/gnome-extra/mousetweaks/mousetweaks-3.32.0-r1.ebuild
new file mode 100644
index 000000000000..65f06e3d4e44
--- /dev/null
+++ b/gnome-extra/mousetweaks/mousetweaks-3.32.0-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2
+
+DESCRIPTION="Mouse accessibility enhancements for the GNOME desktop"
+HOMEPAGE="https://wiki.gnome.org/Projects/Mousetweaks"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+	>=dev-libs/glib-2.25.9:2
+	>=x11-libs/gtk+-3:3[X]
+	>=gnome-base/gsettings-desktop-schemas-0.1
+	x11-libs/libX11
+	x11-libs/libXtst
+	x11-libs/libXfixes
+	x11-libs/libXcursor
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-util/glib-utils
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/mousetweaks/
@ 2024-04-11 14:53 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2024-04-11 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     02a5c089e97312e2071a6d7ee7ffea25f37f38de
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 14:51:43 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 14:53:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a5c089

gnome-extra/mousetweaks: drop 3.32.0, EAPI6--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild | 29 -----------------------
 1 file changed, 29 deletions(-)

diff --git a/gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild b/gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild
deleted file mode 100644
index 74129574282d..000000000000
--- a/gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Mouse accessibility enhancements for the GNOME desktop"
-HOMEPAGE="https://wiki.gnome.org/Projects/Mousetweaks"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
-IUSE=""
-
-RDEPEND="
-	>=dev-libs/glib-2.25.9:2
-	>=x11-libs/gtk+-3:3[X]
-	>=gnome-base/gsettings-desktop-schemas-0.1
-
-	x11-libs/libX11
-	x11-libs/libXtst
-	x11-libs/libXfixes
-	x11-libs/libXcursor
-"
-DEPEND="${RDEPEND}
-	dev-util/glib-utils
-	>=sys-devel/gettext-0.19.8
-	virtual/pkgconfig
-"


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

end of thread, other threads:[~2024-04-11 14:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-28  5:06 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/mousetweaks/ WANG Xuerui
  -- strict thread matches above, loose matches on Subject: below --
2024-04-11 14:53 Arthur Zamarin
2024-03-16 12:13 Conrad Kostecki
2023-07-19  3:24 Matt Turner
2022-10-30 22:29 Matt Turner
2021-08-27 15:19 Yixun Lan
2019-12-23 22:02 Mart Raudsepp
2019-10-20 19:49 Mart Raudsepp
2019-08-03 19:04 Aaron Bauman
2019-02-03 19:43 Dennis Lamm
2018-11-01 20:42 Mart Raudsepp
2017-11-26 23:02 David Seifert
2016-11-13 11:19 Gilles Dartiguelongue

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