[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/

2024-03-12 Thread Oliver Freyermuth
commit: 4f5bc62c59da59234550327b8b09bb59a8a28a5c
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Tue Mar 12 19:18:57 2024 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Tue Mar 12 19:18:57 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f5bc62c

x11-misc/gromit-mpx: add 1.6.0

Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/Manifest|  1 +
 x11-misc/gromit-mpx/gromit-mpx-1.6.0.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
index 568e0ffb1d..77a00b0326 100644
--- a/x11-misc/gromit-mpx/Manifest
+++ b/x11-misc/gromit-mpx/Manifest
@@ -1,3 +1,4 @@
 DIST gromit-mpx-1.4.3.tar.gz 1861824 BLAKE2B 
f8337adf400b40e10dd32dfc702be73039e2cc3da9430b4d911794b6e0a9f16b6862948c9573d189445f47ec23a6bde2126765cf8df61af0a46b7dcb94c951d4
 SHA512 
9da94c3aed4d9c52c62317373ae1ca6dd6ece1adf3c48b95126b6f40ebe6ae8ede45c7c8c93732bcaafbb7ba85b66677b100cb0115fa989661e1e9c8f489ae25
 DIST gromit-mpx-1.5.0.tar.gz 1878498 BLAKE2B 
db4e7ef12dd9abad7968d412b221d6a48348a1eb5bcd791787cb99bdb400674126bb9902b77825d260ddd26731bd9b674bf806d7a856ece2bd5f417ad45323f7
 SHA512 
5da359c1d25dcb8797096a905072c59f1fc7aafd60b3624908e90a5388bdd928f81bde615c46acfe2d51c0b869ee70c271c561396cd992d3a18e389ba6b281a7
 DIST gromit-mpx-1.5.1.tar.gz 1879207 BLAKE2B 
1c4a74bad52547ac5c37de8ad7cae1d8b5fdf8b17dd1f7d0e5ce6ffbbd1610e719bf26172d53967951e7083a4a0405763c4e650a7a521a06b105bbc96ecc8e18
 SHA512 
42b27a2753b5345d791a4b67e6746de7f2225c823c048c5cbbea86f4c3499bb373eb97e2f7e93f098e6657c551db6053698ce73aec648d62341071c8100c6455
+DIST gromit-mpx-1.6.0.tar.gz 1883341 BLAKE2B 
184b6f70e620325f23213c38782e808f90e6b4bad0c786a586df854cf3a391037a3d3b56e504a7261120682b2119e535fcc7af9b87022fb280d34900c0655ed8
 SHA512 
6afac0f1c0cf0b4ef62b8811b6903b2fdfbc41f1377abd582fee606e90ce66abaf5d9ab2b34cb4797795f40cca6043334ca71bfdc8a5547551aa480d489ecbc7

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.6.0.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.6.0.ebuild
new file mode 100644
index 00..3b827169fc
--- /dev/null
+++ b/x11-misc/gromit-mpx/gromit-mpx-1.6.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
+HOMEPAGE="https://github.com/bk138/gromit-mpx;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
+else
+   SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+SLOT="0"
+LICENSE="GPL-2"
+
+RDEPEND="
+   x11-libs/gtk+:3
+   dev-libs/libappindicator:3
+   x11-libs/libX11
+   >=x11-apps/xinput-1.3
+"
+DEPEND="${RDEPEND}"
+
+src_prepare () {
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/files/, x11-misc/gromit-mpx/

2024-03-12 Thread Oliver Freyermuth
commit: 098f7ccd10e3442e6d253122bc5f69dbfa06d672
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Tue Mar 12 19:19:46 2024 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Tue Mar 12 19:19:46 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=098f7ccd

x11-misc/gromit-mpx: drop 1.4.3, 1.5.0

Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/Manifest   |  2 -
 ...omit-mpx-1.4.3-fwd-declare-app_parse_args.patch | 16 
 x11-misc/gromit-mpx/gromit-mpx-1.4.3.ebuild| 44 --
 x11-misc/gromit-mpx/gromit-mpx-1.5.0.ebuild| 40 
 4 files changed, 102 deletions(-)

diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
index 77a00b0326..ed9c45ffc3 100644
--- a/x11-misc/gromit-mpx/Manifest
+++ b/x11-misc/gromit-mpx/Manifest
@@ -1,4 +1,2 @@
-DIST gromit-mpx-1.4.3.tar.gz 1861824 BLAKE2B 
f8337adf400b40e10dd32dfc702be73039e2cc3da9430b4d911794b6e0a9f16b6862948c9573d189445f47ec23a6bde2126765cf8df61af0a46b7dcb94c951d4
 SHA512 
9da94c3aed4d9c52c62317373ae1ca6dd6ece1adf3c48b95126b6f40ebe6ae8ede45c7c8c93732bcaafbb7ba85b66677b100cb0115fa989661e1e9c8f489ae25
-DIST gromit-mpx-1.5.0.tar.gz 1878498 BLAKE2B 
db4e7ef12dd9abad7968d412b221d6a48348a1eb5bcd791787cb99bdb400674126bb9902b77825d260ddd26731bd9b674bf806d7a856ece2bd5f417ad45323f7
 SHA512 
5da359c1d25dcb8797096a905072c59f1fc7aafd60b3624908e90a5388bdd928f81bde615c46acfe2d51c0b869ee70c271c561396cd992d3a18e389ba6b281a7
 DIST gromit-mpx-1.5.1.tar.gz 1879207 BLAKE2B 
1c4a74bad52547ac5c37de8ad7cae1d8b5fdf8b17dd1f7d0e5ce6ffbbd1610e719bf26172d53967951e7083a4a0405763c4e650a7a521a06b105bbc96ecc8e18
 SHA512 
42b27a2753b5345d791a4b67e6746de7f2225c823c048c5cbbea86f4c3499bb373eb97e2f7e93f098e6657c551db6053698ce73aec648d62341071c8100c6455
 DIST gromit-mpx-1.6.0.tar.gz 1883341 BLAKE2B 
184b6f70e620325f23213c38782e808f90e6b4bad0c786a586df854cf3a391037a3d3b56e504a7261120682b2119e535fcc7af9b87022fb280d34900c0655ed8
 SHA512 
6afac0f1c0cf0b4ef62b8811b6903b2fdfbc41f1377abd582fee606e90ce66abaf5d9ab2b34cb4797795f40cca6043334ca71bfdc8a5547551aa480d489ecbc7

diff --git 
a/x11-misc/gromit-mpx/files/gromit-mpx-1.4.3-fwd-declare-app_parse_args.patch 
b/x11-misc/gromit-mpx/files/gromit-mpx-1.4.3-fwd-declare-app_parse_args.patch
deleted file mode 100644
index 90367cfb48..00
--- 
a/x11-misc/gromit-mpx/files/gromit-mpx-1.4.3-fwd-declare-app_parse_args.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Fixes compilation with -Werror,-Wimplicit-function-declaration.
-
-Bug: https://bugs.gentoo.org/888149
-Bug: https://github.com/bk138/gromit-mpx/pull/173
-
 gromit-mpx-1.4.3/src/gromit-mpx.c  2022-09-25 14:43:43.0 +0200
-+++ gromit-mpx-1.4.3/src/gromit-mpx.c  2022-12-24 18:32:23.629233288 +0100
-@@ -696,7 +696,7 @@
- }
- 
- 
--
-+int app_parse_args (int argc, char **argv, GromitData *data);
- 
- 
- void setup_main_app (GromitData *data, int argc, char ** argv)

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.4.3.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.4.3.ebuild
deleted file mode 100644
index 1d64637ab5..00
--- a/x11-misc/gromit-mpx/gromit-mpx-1.4.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
-HOMEPAGE="https://github.com/bk138/gromit-mpx;
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
-else
-   SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-SLOT="0"
-LICENSE="GPL-2"
-
-RDEPEND="
-   x11-libs/gtk+:3
-   dev-libs/libappindicator:3
-   x11-libs/libX11
-   >=x11-apps/xinput-1.3
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.4.3-fwd-declare-app_parse_args.patch
-)
-
-src_prepare () {
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
-   )
-
-   cmake_src_configure
-}

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.5.0.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.5.0.ebuild
deleted file mode 100644
index 95600ede05..00
--- a/x11-misc/gromit-mpx/gromit-mpx-1.5.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
-HOMEPAGE="https://github.com/bk138/gromit-mpx;
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
-else
-   SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-SLOT="0"

[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/

2023-10-22 Thread Oliver Freyermuth
commit: 123d2e6fc223215d47a1392377f16bfb4548bfa7
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Sun Oct 22 19:27:07 2023 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Sun Oct 22 19:27:07 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=123d2e6f

x11-misc/gromit-mpx: add 1.5.1

Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/Manifest|  1 +
 x11-misc/gromit-mpx/gromit-mpx-1.5.1.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
index d46527b207..568e0ffb1d 100644
--- a/x11-misc/gromit-mpx/Manifest
+++ b/x11-misc/gromit-mpx/Manifest
@@ -1,2 +1,3 @@
 DIST gromit-mpx-1.4.3.tar.gz 1861824 BLAKE2B 
f8337adf400b40e10dd32dfc702be73039e2cc3da9430b4d911794b6e0a9f16b6862948c9573d189445f47ec23a6bde2126765cf8df61af0a46b7dcb94c951d4
 SHA512 
9da94c3aed4d9c52c62317373ae1ca6dd6ece1adf3c48b95126b6f40ebe6ae8ede45c7c8c93732bcaafbb7ba85b66677b100cb0115fa989661e1e9c8f489ae25
 DIST gromit-mpx-1.5.0.tar.gz 1878498 BLAKE2B 
db4e7ef12dd9abad7968d412b221d6a48348a1eb5bcd791787cb99bdb400674126bb9902b77825d260ddd26731bd9b674bf806d7a856ece2bd5f417ad45323f7
 SHA512 
5da359c1d25dcb8797096a905072c59f1fc7aafd60b3624908e90a5388bdd928f81bde615c46acfe2d51c0b869ee70c271c561396cd992d3a18e389ba6b281a7
+DIST gromit-mpx-1.5.1.tar.gz 1879207 BLAKE2B 
1c4a74bad52547ac5c37de8ad7cae1d8b5fdf8b17dd1f7d0e5ce6ffbbd1610e719bf26172d53967951e7083a4a0405763c4e650a7a521a06b105bbc96ecc8e18
 SHA512 
42b27a2753b5345d791a4b67e6746de7f2225c823c048c5cbbea86f4c3499bb373eb97e2f7e93f098e6657c551db6053698ce73aec648d62341071c8100c6455

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.5.1.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.5.1.ebuild
new file mode 100644
index 00..95600ede05
--- /dev/null
+++ b/x11-misc/gromit-mpx/gromit-mpx-1.5.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
+HOMEPAGE="https://github.com/bk138/gromit-mpx;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
+else
+   SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+SLOT="0"
+LICENSE="GPL-2"
+
+RDEPEND="
+   x11-libs/gtk+:3
+   dev-libs/libappindicator:3
+   x11-libs/libX11
+   >=x11-apps/xinput-1.3
+"
+DEPEND="${RDEPEND}"
+
+src_prepare () {
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/

2023-10-11 Thread Oliver Freyermuth
commit: 9194154b78376f6daf0039446d64ec0b9a50b53d
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Wed Oct 11 21:12:55 2023 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Wed Oct 11 21:12:55 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9194154b

x11-misc/gromit-mpx: add 1.5.0

Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/Manifest|  1 +
 x11-misc/gromit-mpx/gromit-mpx-1.5.0.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
index 6a32e2d3ae..d46527b207 100644
--- a/x11-misc/gromit-mpx/Manifest
+++ b/x11-misc/gromit-mpx/Manifest
@@ -1 +1,2 @@
 DIST gromit-mpx-1.4.3.tar.gz 1861824 BLAKE2B 
f8337adf400b40e10dd32dfc702be73039e2cc3da9430b4d911794b6e0a9f16b6862948c9573d189445f47ec23a6bde2126765cf8df61af0a46b7dcb94c951d4
 SHA512 
9da94c3aed4d9c52c62317373ae1ca6dd6ece1adf3c48b95126b6f40ebe6ae8ede45c7c8c93732bcaafbb7ba85b66677b100cb0115fa989661e1e9c8f489ae25
+DIST gromit-mpx-1.5.0.tar.gz 1878498 BLAKE2B 
db4e7ef12dd9abad7968d412b221d6a48348a1eb5bcd791787cb99bdb400674126bb9902b77825d260ddd26731bd9b674bf806d7a856ece2bd5f417ad45323f7
 SHA512 
5da359c1d25dcb8797096a905072c59f1fc7aafd60b3624908e90a5388bdd928f81bde615c46acfe2d51c0b869ee70c271c561396cd992d3a18e389ba6b281a7

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.5.0.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.5.0.ebuild
new file mode 100644
index 00..95600ede05
--- /dev/null
+++ b/x11-misc/gromit-mpx/gromit-mpx-1.5.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
+HOMEPAGE="https://github.com/bk138/gromit-mpx;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
+else
+   SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+SLOT="0"
+LICENSE="GPL-2"
+
+RDEPEND="
+   x11-libs/gtk+:3
+   dev-libs/libappindicator:3
+   x11-libs/libX11
+   >=x11-apps/xinput-1.3
+"
+DEPEND="${RDEPEND}"
+
+src_prepare () {
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/, x11-misc/gromit-mpx/files/

2022-12-24 Thread Oliver Freyermuth
commit: 2f60169115bada72bbf046a698cc901d8d7384ac
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Sat Dec 24 21:24:04 2022 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Sat Dec 24 21:24:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f601691

x11-misc/gromit-mpx: Fix implicit function declaration.

This fixes compilation with -Werror,-Wimplicit-function-declaration.

Closes: https://bugs.gentoo.org/888149
Signed-off-by: Oliver Freyermuth  googlemail.com>

 .../gromit-mpx-1.4.3-fwd-declare-app_parse_args.patch| 16 
 x11-misc/gromit-mpx/gromit-mpx-1.4.3.ebuild  |  4 
 2 files changed, 20 insertions(+)

diff --git 
a/x11-misc/gromit-mpx/files/gromit-mpx-1.4.3-fwd-declare-app_parse_args.patch 
b/x11-misc/gromit-mpx/files/gromit-mpx-1.4.3-fwd-declare-app_parse_args.patch
new file mode 100644
index 0..90367cfb4
--- /dev/null
+++ 
b/x11-misc/gromit-mpx/files/gromit-mpx-1.4.3-fwd-declare-app_parse_args.patch
@@ -0,0 +1,16 @@
+Fixes compilation with -Werror,-Wimplicit-function-declaration.
+
+Bug: https://bugs.gentoo.org/888149
+Bug: https://github.com/bk138/gromit-mpx/pull/173
+
+--- gromit-mpx-1.4.3/src/gromit-mpx.c  2022-09-25 14:43:43.0 +0200
 gromit-mpx-1.4.3/src/gromit-mpx.c  2022-12-24 18:32:23.629233288 +0100
+@@ -696,7 +696,7 @@
+ }
+ 
+ 
+-
++int app_parse_args (int argc, char **argv, GromitData *data);
+ 
+ 
+ void setup_main_app (GromitData *data, int argc, char ** argv)

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.4.3.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.4.3.ebuild
index 95600ede0..1d64637ab 100644
--- a/x11-misc/gromit-mpx/gromit-mpx-1.4.3.ebuild
+++ b/x11-misc/gromit-mpx/gromit-mpx-1.4.3.ebuild
@@ -27,6 +27,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.4.3-fwd-declare-app_parse_args.patch
+)
+
 src_prepare () {
cmake_src_prepare
 }



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/

2022-12-24 Thread Oliver Freyermuth
commit: 104ae976148b7d58832147ba841497ea7f3105e7
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Sat Dec 24 21:24:46 2022 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Sat Dec 24 21:24:46 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=104ae976

x11-misc/gromit-mpx: drop 1.4.2

Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/Manifest|  1 -
 x11-misc/gromit-mpx/gromit-mpx-1.4.2.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
index ea6ed0702..6a32e2d3a 100644
--- a/x11-misc/gromit-mpx/Manifest
+++ b/x11-misc/gromit-mpx/Manifest
@@ -1,2 +1 @@
-DIST gromit-mpx-1.4.2.tar.gz 1861027 BLAKE2B 
5bfd5a3b229aee179b1dd5b224d729e035acbd5e2ca802dae18ea4fd569be8871e027f4e6c7f4e5a6866f8ed23c9bd40f949dcd27f3b458246bdbfb4bb61a936
 SHA512 
3fc5b26e73574b88829a6e5b057388114684ad6bb73350088664859928e808c7680398d8ed789730ed96fa0525b72bd59a4d8479eab14115dd31c57bd8e3560f
 DIST gromit-mpx-1.4.3.tar.gz 1861824 BLAKE2B 
f8337adf400b40e10dd32dfc702be73039e2cc3da9430b4d911794b6e0a9f16b6862948c9573d189445f47ec23a6bde2126765cf8df61af0a46b7dcb94c951d4
 SHA512 
9da94c3aed4d9c52c62317373ae1ca6dd6ece1adf3c48b95126b6f40ebe6ae8ede45c7c8c93732bcaafbb7ba85b66677b100cb0115fa989661e1e9c8f489ae25

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.4.2.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.4.2.ebuild
deleted file mode 100644
index 95600ede0..0
--- a/x11-misc/gromit-mpx/gromit-mpx-1.4.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
-HOMEPAGE="https://github.com/bk138/gromit-mpx;
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
-else
-   SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-SLOT="0"
-LICENSE="GPL-2"
-
-RDEPEND="
-   x11-libs/gtk+:3
-   dev-libs/libappindicator:3
-   x11-libs/libX11
-   >=x11-apps/xinput-1.3
-"
-DEPEND="${RDEPEND}"
-
-src_prepare () {
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
-   )
-
-   cmake_src_configure
-}



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/

2022-09-25 Thread Oliver Freyermuth
commit: 5f2719cf06ab94e276e7bc79c9a6c94d0be050d8
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Sun Sep 25 15:20:09 2022 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Sun Sep 25 15:20:09 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f2719cf

x11-misc/gromit-mpx: add 1.4.3

Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/Manifest|  1 +
 x11-misc/gromit-mpx/gromit-mpx-1.4.3.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
index 05a9e7a2b..7cde3a42b 100644
--- a/x11-misc/gromit-mpx/Manifest
+++ b/x11-misc/gromit-mpx/Manifest
@@ -1,2 +1,3 @@
 DIST gromit-mpx-1.4.1.tar.gz 1860019 BLAKE2B 
e13668e0e96aaa41c0a7a32f58ba136a406d0c675ee9b494171ee0ae834891f7c3251b58cd0c7987c5241ae172f16f7d27ff9bf22c5ab737507738bf21353712
 SHA512 
762cb068331121c27de8ebd6e226a18fe2f67d80f574a9d9241ae1484038cd82165b3098be29fc2e00831cf40f52c0e8bd0ef78e493a9eb642405a18a48680d3
 DIST gromit-mpx-1.4.2.tar.gz 1861027 BLAKE2B 
5bfd5a3b229aee179b1dd5b224d729e035acbd5e2ca802dae18ea4fd569be8871e027f4e6c7f4e5a6866f8ed23c9bd40f949dcd27f3b458246bdbfb4bb61a936
 SHA512 
3fc5b26e73574b88829a6e5b057388114684ad6bb73350088664859928e808c7680398d8ed789730ed96fa0525b72bd59a4d8479eab14115dd31c57bd8e3560f
+DIST gromit-mpx-1.4.3.tar.gz 1861824 BLAKE2B 
f8337adf400b40e10dd32dfc702be73039e2cc3da9430b4d911794b6e0a9f16b6862948c9573d189445f47ec23a6bde2126765cf8df61af0a46b7dcb94c951d4
 SHA512 
9da94c3aed4d9c52c62317373ae1ca6dd6ece1adf3c48b95126b6f40ebe6ae8ede45c7c8c93732bcaafbb7ba85b66677b100cb0115fa989661e1e9c8f489ae25

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.4.3.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.4.3.ebuild
new file mode 100644
index 0..95600ede0
--- /dev/null
+++ b/x11-misc/gromit-mpx/gromit-mpx-1.4.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
+HOMEPAGE="https://github.com/bk138/gromit-mpx;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
+else
+   SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+SLOT="0"
+LICENSE="GPL-2"
+
+RDEPEND="
+   x11-libs/gtk+:3
+   dev-libs/libappindicator:3
+   x11-libs/libX11
+   >=x11-apps/xinput-1.3
+"
+DEPEND="${RDEPEND}"
+
+src_prepare () {
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/

2022-09-25 Thread Oliver Freyermuth
commit: 1c5e373307b9f1431e64068fc0854ad48c0be1ab
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Sun Sep 25 15:20:47 2022 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Sun Sep 25 15:20:47 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c5e3733

x11-misc/gromit-mpx: drop 1.4.1

Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/Manifest|  1 -
 x11-misc/gromit-mpx/gromit-mpx-1.4.1.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
index 7cde3a42b..ea6ed0702 100644
--- a/x11-misc/gromit-mpx/Manifest
+++ b/x11-misc/gromit-mpx/Manifest
@@ -1,3 +1,2 @@
-DIST gromit-mpx-1.4.1.tar.gz 1860019 BLAKE2B 
e13668e0e96aaa41c0a7a32f58ba136a406d0c675ee9b494171ee0ae834891f7c3251b58cd0c7987c5241ae172f16f7d27ff9bf22c5ab737507738bf21353712
 SHA512 
762cb068331121c27de8ebd6e226a18fe2f67d80f574a9d9241ae1484038cd82165b3098be29fc2e00831cf40f52c0e8bd0ef78e493a9eb642405a18a48680d3
 DIST gromit-mpx-1.4.2.tar.gz 1861027 BLAKE2B 
5bfd5a3b229aee179b1dd5b224d729e035acbd5e2ca802dae18ea4fd569be8871e027f4e6c7f4e5a6866f8ed23c9bd40f949dcd27f3b458246bdbfb4bb61a936
 SHA512 
3fc5b26e73574b88829a6e5b057388114684ad6bb73350088664859928e808c7680398d8ed789730ed96fa0525b72bd59a4d8479eab14115dd31c57bd8e3560f
 DIST gromit-mpx-1.4.3.tar.gz 1861824 BLAKE2B 
f8337adf400b40e10dd32dfc702be73039e2cc3da9430b4d911794b6e0a9f16b6862948c9573d189445f47ec23a6bde2126765cf8df61af0a46b7dcb94c951d4
 SHA512 
9da94c3aed4d9c52c62317373ae1ca6dd6ece1adf3c48b95126b6f40ebe6ae8ede45c7c8c93732bcaafbb7ba85b66677b100cb0115fa989661e1e9c8f489ae25

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.4.1.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.4.1.ebuild
deleted file mode 100644
index 95600ede0..0
--- a/x11-misc/gromit-mpx/gromit-mpx-1.4.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
-HOMEPAGE="https://github.com/bk138/gromit-mpx;
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
-else
-   SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-SLOT="0"
-LICENSE="GPL-2"
-
-RDEPEND="
-   x11-libs/gtk+:3
-   dev-libs/libappindicator:3
-   x11-libs/libX11
-   >=x11-apps/xinput-1.3
-"
-DEPEND="${RDEPEND}"
-
-src_prepare () {
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
-   )
-
-   cmake_src_configure
-}



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/

2022-02-12 Thread Oliver Freyermuth
commit: 4e8899ab78aa1e52ef1ccb79f2ec5ec463b4b106
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Sat Feb 12 16:24:37 2022 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Sat Feb 12 16:24:37 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e8899ab

x11-misc/gromit-mpx: Drop old.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/Manifest  |  1 -
 x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
index 71cf61467..05a9e7a2b 100644
--- a/x11-misc/gromit-mpx/Manifest
+++ b/x11-misc/gromit-mpx/Manifest
@@ -1,3 +1,2 @@
 DIST gromit-mpx-1.4.1.tar.gz 1860019 BLAKE2B 
e13668e0e96aaa41c0a7a32f58ba136a406d0c675ee9b494171ee0ae834891f7c3251b58cd0c7987c5241ae172f16f7d27ff9bf22c5ab737507738bf21353712
 SHA512 
762cb068331121c27de8ebd6e226a18fe2f67d80f574a9d9241ae1484038cd82165b3098be29fc2e00831cf40f52c0e8bd0ef78e493a9eb642405a18a48680d3
 DIST gromit-mpx-1.4.2.tar.gz 1861027 BLAKE2B 
5bfd5a3b229aee179b1dd5b224d729e035acbd5e2ca802dae18ea4fd569be8871e027f4e6c7f4e5a6866f8ed23c9bd40f949dcd27f3b458246bdbfb4bb61a936
 SHA512 
3fc5b26e73574b88829a6e5b057388114684ad6bb73350088664859928e808c7680398d8ed789730ed96fa0525b72bd59a4d8479eab14115dd31c57bd8e3560f
-DIST gromit-mpx-1.4.tar.gz 1858578 BLAKE2B 
e7f8cd9f424422f7169b14f9780c64c317fecc9de421e6960f1926629423ddf1e9ac796b806d36cae884dd074e352cfca6084b9821cc74cdcabfbecf3d611c9c
 SHA512 
5a2b81dcaef9b04e9d514c966b0b96dcb1b6b4a4cba1f26056ac3b758922d82e551397cf9c06a32a395e6a5b99a3d8c08fdd5ac875fdf7455efc2abe7eeb82f5

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild
deleted file mode 100644
index 60db7a22e..0
--- a/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
-HOMEPAGE="https://github.com/bk138/gromit-mpx;
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
-else
-   SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-SLOT="0"
-LICENSE="GPL-2"
-
-RDEPEND="
-   x11-libs/gtk+:3
-   dev-libs/libappindicator:3
-   x11-libs/libX11
-   >=x11-apps/xinput-1.3
-"
-DEPEND="${RDEPEND}"
-
-src_prepare () {
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
-   )
-
-   cmake_src_configure
-}



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/

2022-02-12 Thread Oliver Freyermuth
commit: 7c67ed7423a42cfb26ae9ee73842fd511c582ef4
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Sat Feb 12 16:24:10 2022 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Sat Feb 12 16:24:10 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c67ed74

x11-misc/gromit-mpx: Version bump to 1.4.2.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/Manifest|  1 +
 x11-misc/gromit-mpx/gromit-mpx-1.4.2.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
index ccd2d989c..71cf61467 100644
--- a/x11-misc/gromit-mpx/Manifest
+++ b/x11-misc/gromit-mpx/Manifest
@@ -1,2 +1,3 @@
 DIST gromit-mpx-1.4.1.tar.gz 1860019 BLAKE2B 
e13668e0e96aaa41c0a7a32f58ba136a406d0c675ee9b494171ee0ae834891f7c3251b58cd0c7987c5241ae172f16f7d27ff9bf22c5ab737507738bf21353712
 SHA512 
762cb068331121c27de8ebd6e226a18fe2f67d80f574a9d9241ae1484038cd82165b3098be29fc2e00831cf40f52c0e8bd0ef78e493a9eb642405a18a48680d3
+DIST gromit-mpx-1.4.2.tar.gz 1861027 BLAKE2B 
5bfd5a3b229aee179b1dd5b224d729e035acbd5e2ca802dae18ea4fd569be8871e027f4e6c7f4e5a6866f8ed23c9bd40f949dcd27f3b458246bdbfb4bb61a936
 SHA512 
3fc5b26e73574b88829a6e5b057388114684ad6bb73350088664859928e808c7680398d8ed789730ed96fa0525b72bd59a4d8479eab14115dd31c57bd8e3560f
 DIST gromit-mpx-1.4.tar.gz 1858578 BLAKE2B 
e7f8cd9f424422f7169b14f9780c64c317fecc9de421e6960f1926629423ddf1e9ac796b806d36cae884dd074e352cfca6084b9821cc74cdcabfbecf3d611c9c
 SHA512 
5a2b81dcaef9b04e9d514c966b0b96dcb1b6b4a4cba1f26056ac3b758922d82e551397cf9c06a32a395e6a5b99a3d8c08fdd5ac875fdf7455efc2abe7eeb82f5

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.4.2.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.4.2.ebuild
new file mode 100644
index 0..95600ede0
--- /dev/null
+++ b/x11-misc/gromit-mpx/gromit-mpx-1.4.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
+HOMEPAGE="https://github.com/bk138/gromit-mpx;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
+else
+   SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+SLOT="0"
+LICENSE="GPL-2"
+
+RDEPEND="
+   x11-libs/gtk+:3
+   dev-libs/libappindicator:3
+   x11-libs/libX11
+   >=x11-apps/xinput-1.3
+"
+DEPEND="${RDEPEND}"
+
+src_prepare () {
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/

2022-02-03 Thread Oliver Freyermuth
commit: e8eb281630935b8a6ac5cf8847ff8c585a44dfe0
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Thu Feb  3 21:53:45 2022 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Thu Feb  3 21:53:45 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8eb2816

x11-misc/gromit-mpx: Version bump to 1.4.1.

This also bumps to EAPI 8.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/Manifest  | 1 +
 .../gromit-mpx/{gromit-mpx-.ebuild => gromit-mpx-1.4.1.ebuild}| 4 ++--
 x11-misc/gromit-mpx/gromit-mpx-.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
index 0fc816950..ccd2d989c 100644
--- a/x11-misc/gromit-mpx/Manifest
+++ b/x11-misc/gromit-mpx/Manifest
@@ -1 +1,2 @@
+DIST gromit-mpx-1.4.1.tar.gz 1860019 BLAKE2B 
e13668e0e96aaa41c0a7a32f58ba136a406d0c675ee9b494171ee0ae834891f7c3251b58cd0c7987c5241ae172f16f7d27ff9bf22c5ab737507738bf21353712
 SHA512 
762cb068331121c27de8ebd6e226a18fe2f67d80f574a9d9241ae1484038cd82165b3098be29fc2e00831cf40f52c0e8bd0ef78e493a9eb642405a18a48680d3
 DIST gromit-mpx-1.4.tar.gz 1858578 BLAKE2B 
e7f8cd9f424422f7169b14f9780c64c317fecc9de421e6960f1926629423ddf1e9ac796b806d36cae884dd074e352cfca6084b9821cc74cdcabfbecf3d611c9c
 SHA512 
5a2b81dcaef9b04e9d514c966b0b96dcb1b6b4a4cba1f26056ac3b758922d82e551397cf9c06a32a395e6a5b99a3d8c08fdd5ac875fdf7455efc2abe7eeb82f5

diff --git a/x11-misc/gromit-mpx/gromit-mpx-.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.4.1.ebuild
similarity index 94%
copy from x11-misc/gromit-mpx/gromit-mpx-.ebuild
copy to x11-misc/gromit-mpx/gromit-mpx-1.4.1.ebuild
index 60db7a22e..95600ede0 100644
--- a/x11-misc/gromit-mpx/gromit-mpx-.ebuild
+++ b/x11-misc/gromit-mpx/gromit-mpx-1.4.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake xdg
 

diff --git a/x11-misc/gromit-mpx/gromit-mpx-.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-.ebuild
index 60db7a22e..95600ede0 100644
--- a/x11-misc/gromit-mpx/gromit-mpx-.ebuild
+++ b/x11-misc/gromit-mpx/gromit-mpx-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake xdg
 



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/

2021-04-23 Thread Oliver Freyermuth
commit: 8df844a955d6f1905da373c0fa33c558cf2faddf
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Fri Apr 23 09:06:12 2021 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Fri Apr 23 09:17:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8df844a9

x11-misc/gromit-mpx: Drop old.

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/Manifest|  1 -
 x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild | 36 -
 2 files changed, 37 deletions(-)

diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
index 5e5569d50..0fc816950 100644
--- a/x11-misc/gromit-mpx/Manifest
+++ b/x11-misc/gromit-mpx/Manifest
@@ -1,2 +1 @@
-DIST gromit-mpx-1.3.1.tar.gz 60834 BLAKE2B 
0290b3d538471c519392412c1b11826f738d55b0761d9118629cd1b9b8fec1bd6d9a72693356decd47d829befdcddf1f4c55925fafb54cb32782f2601d4b0829
 SHA512 
dc57c8d97717a64fbfcf48c231f47149134d1fd5cdeb0db22efd367ac416096e6923b8f932a113fc8bd175dc3e7ebfe633acac22a7e778a87a2d912bdebf3532
 DIST gromit-mpx-1.4.tar.gz 1858578 BLAKE2B 
e7f8cd9f424422f7169b14f9780c64c317fecc9de421e6960f1926629423ddf1e9ac796b806d36cae884dd074e352cfca6084b9821cc74cdcabfbecf3d611c9c
 SHA512 
5a2b81dcaef9b04e9d514c966b0b96dcb1b6b4a4cba1f26056ac3b758922d82e551397cf9c06a32a395e6a5b99a3d8c08fdd5ac875fdf7455efc2abe7eeb82f5

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild
deleted file mode 100644
index 7ed81fd66..0
--- a/x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
-HOMEPAGE="https://github.com/bk138/gromit-mpx;
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
-else
-   SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-SLOT="0"
-LICENSE="GPL-2"
-
-RDEPEND="
-   x11-libs/gtk+:3
-   dev-libs/libappindicator:3
-   x11-libs/libX11
-   >=x11-apps/xinput-1.3
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
-   )
-
-   cmake_src_configure
-}



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/

2021-04-23 Thread Oliver Freyermuth
commit: b220843aa7523c84b83c924cc52eda5ca54ae885
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Fri Apr 23 09:17:40 2021 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Fri Apr 23 09:17:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b220843a

x11-misc/gromit-mpx: Update XDG icon cache.

Closes: https://bugs.gentoo.org/785208
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild  | 6 +-
 x11-misc/gromit-mpx/gromit-mpx-.ebuild | 6 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild
index 7ed81fd66..60db7a22e 100644
--- a/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild
+++ b/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake
+inherit cmake xdg
 
 DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
 HOMEPAGE="https://github.com/bk138/gromit-mpx;
@@ -27,6 +27,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+src_prepare () {
+   cmake_src_prepare
+}
+
 src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc

diff --git a/x11-misc/gromit-mpx/gromit-mpx-.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-.ebuild
index 7ed81fd66..60db7a22e 100644
--- a/x11-misc/gromit-mpx/gromit-mpx-.ebuild
+++ b/x11-misc/gromit-mpx/gromit-mpx-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake
+inherit cmake xdg
 
 DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
 HOMEPAGE="https://github.com/bk138/gromit-mpx;
@@ -27,6 +27,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+src_prepare () {
+   cmake_src_prepare
+}
+
 src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/

2021-03-28 Thread Andrew Ammerlaan
commit: 5a90dfa2bdf9b10b2cad4e98c9e0666573ec52ef
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Mar 28 11:12:55 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Mar 28 11:12:55 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5a90dfa2

x11-misc/gromit-mpx: fix ReferenceInMetadataVar

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild | 5 ++---
 x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild   | 5 ++---
 x11-misc/gromit-mpx/gromit-mpx-.ebuild  | 5 ++---
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild
index 5c18ed6ec..7ed81fd66 100644
--- a/x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild
+++ b/x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,12 +6,11 @@ EAPI=7
 inherit cmake
 
 DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
-HOMEPAGE="https://github.com/bk138/${PN};
+HOMEPAGE="https://github.com/bk138/gromit-mpx;
 
 if [[ ${PV} == ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
-   KEYWORDS=""
 else
SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild
index 5c18ed6ec..7ed81fd66 100644
--- a/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild
+++ b/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,12 +6,11 @@ EAPI=7
 inherit cmake
 
 DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
-HOMEPAGE="https://github.com/bk138/${PN};
+HOMEPAGE="https://github.com/bk138/gromit-mpx;
 
 if [[ ${PV} == ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
-   KEYWORDS=""
 else
SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"

diff --git a/x11-misc/gromit-mpx/gromit-mpx-.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-.ebuild
index 5c18ed6ec..7ed81fd66 100644
--- a/x11-misc/gromit-mpx/gromit-mpx-.ebuild
+++ b/x11-misc/gromit-mpx/gromit-mpx-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,12 +6,11 @@ EAPI=7
 inherit cmake
 
 DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
-HOMEPAGE="https://github.com/bk138/${PN};
+HOMEPAGE="https://github.com/bk138/gromit-mpx;
 
 if [[ ${PV} == ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
-   KEYWORDS=""
 else
SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/

2020-12-03 Thread Oliver Freyermuth
commit: 19b7d5d1984da10e7d73dd12c21ca2bccb25109a
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Thu Dec  3 18:43:24 2020 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Thu Dec  3 18:43:24 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19b7d5d1

x11-misc/gromit-mpx: Version bump to 1.4.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/Manifest  |  1 +
 x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
index 740fde68..3b82d89d 100644
--- a/x11-misc/gromit-mpx/Manifest
+++ b/x11-misc/gromit-mpx/Manifest
@@ -1,2 +1,3 @@
 DIST gromit-mpx-1.3.1.tar.gz 60834 BLAKE2B 
0290b3d538471c519392412c1b11826f738d55b0761d9118629cd1b9b8fec1bd6d9a72693356decd47d829befdcddf1f4c55925fafb54cb32782f2601d4b0829
 SHA512 
dc57c8d97717a64fbfcf48c231f47149134d1fd5cdeb0db22efd367ac416096e6923b8f932a113fc8bd175dc3e7ebfe633acac22a7e778a87a2d912bdebf3532
 DIST gromit-mpx-1.3.tar.gz 56835 BLAKE2B 
900df398b22f0c818045b905eff3e2c63ad8fea3a3a03fab3cefea0f4a956a5633a5653cbe56a1f9a7f1fd2b5f9eebecfe8ce4a801c565d958cc372cfae22708
 SHA512 
7819c0d7684b05c812a476504df221edf005cc854c9184218cffda5c3692d865d358610d8541eb8ebd257e3d471e41d959afbca2aa118329826cfce99a13384f
+DIST gromit-mpx-1.4.tar.gz 1858578 BLAKE2B 
e7f8cd9f424422f7169b14f9780c64c317fecc9de421e6960f1926629423ddf1e9ac796b806d36cae884dd074e352cfca6084b9821cc74cdcabfbecf3d611c9c
 SHA512 
5a2b81dcaef9b04e9d514c966b0b96dcb1b6b4a4cba1f26056ac3b758922d82e551397cf9c06a32a395e6a5b99a3d8c08fdd5ac875fdf7455efc2abe7eeb82f5

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild
new file mode 100644
index ..5c18ed6e
--- /dev/null
+++ b/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
+HOMEPAGE="https://github.com/bk138/${PN};
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+SLOT="0"
+LICENSE="GPL-2"
+
+RDEPEND="
+   x11-libs/gtk+:3
+   dev-libs/libappindicator:3
+   x11-libs/libX11
+   >=x11-apps/xinput-1.3
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/

2020-12-03 Thread Oliver Freyermuth
commit: 23f73074363d8bb793ad814687d7aa14b437f6ef
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Thu Dec  3 18:43:59 2020 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Thu Dec  3 18:43:59 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23f73074

x11-misc/gromit-mpx: Drop oldest release (1.3).

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/Manifest  |  1 -
 x11-misc/gromit-mpx/gromit-mpx-1.3.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
index 3b82d89d..5e5569d5 100644
--- a/x11-misc/gromit-mpx/Manifest
+++ b/x11-misc/gromit-mpx/Manifest
@@ -1,3 +1,2 @@
 DIST gromit-mpx-1.3.1.tar.gz 60834 BLAKE2B 
0290b3d538471c519392412c1b11826f738d55b0761d9118629cd1b9b8fec1bd6d9a72693356decd47d829befdcddf1f4c55925fafb54cb32782f2601d4b0829
 SHA512 
dc57c8d97717a64fbfcf48c231f47149134d1fd5cdeb0db22efd367ac416096e6923b8f932a113fc8bd175dc3e7ebfe633acac22a7e778a87a2d912bdebf3532
-DIST gromit-mpx-1.3.tar.gz 56835 BLAKE2B 
900df398b22f0c818045b905eff3e2c63ad8fea3a3a03fab3cefea0f4a956a5633a5653cbe56a1f9a7f1fd2b5f9eebecfe8ce4a801c565d958cc372cfae22708
 SHA512 
7819c0d7684b05c812a476504df221edf005cc854c9184218cffda5c3692d865d358610d8541eb8ebd257e3d471e41d959afbca2aa118329826cfce99a13384f
 DIST gromit-mpx-1.4.tar.gz 1858578 BLAKE2B 
e7f8cd9f424422f7169b14f9780c64c317fecc9de421e6960f1926629423ddf1e9ac796b806d36cae884dd074e352cfca6084b9821cc74cdcabfbecf3d611c9c
 SHA512 
5a2b81dcaef9b04e9d514c966b0b96dcb1b6b4a4cba1f26056ac3b758922d82e551397cf9c06a32a395e6a5b99a3d8c08fdd5ac875fdf7455efc2abe7eeb82f5

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.3.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.3.ebuild
deleted file mode 100644
index 5c18ed6e..
--- a/x11-misc/gromit-mpx/gromit-mpx-1.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
-HOMEPAGE="https://github.com/bk138/${PN};
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-SLOT="0"
-LICENSE="GPL-2"
-
-RDEPEND="
-   x11-libs/gtk+:3
-   dev-libs/libappindicator:3
-   x11-libs/libX11
-   >=x11-apps/xinput-1.3
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
-   )
-
-   cmake_src_configure
-}



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/

2020-08-05 Thread Oliver Freyermuth
commit: 95aea8b1f9abd1d22cc18d2d0849cff7a44de49f
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Wed Aug  5 21:11:39 2020 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Wed Aug  5 21:11:39 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95aea8b1

x11-misc/gromit-mpx: Bump version to 1.3.1.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/Manifest|  1 +
 x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
index f5ab9d4..740fde6 100644
--- a/x11-misc/gromit-mpx/Manifest
+++ b/x11-misc/gromit-mpx/Manifest
@@ -1 +1,2 @@
+DIST gromit-mpx-1.3.1.tar.gz 60834 BLAKE2B 
0290b3d538471c519392412c1b11826f738d55b0761d9118629cd1b9b8fec1bd6d9a72693356decd47d829befdcddf1f4c55925fafb54cb32782f2601d4b0829
 SHA512 
dc57c8d97717a64fbfcf48c231f47149134d1fd5cdeb0db22efd367ac416096e6923b8f932a113fc8bd175dc3e7ebfe633acac22a7e778a87a2d912bdebf3532
 DIST gromit-mpx-1.3.tar.gz 56835 BLAKE2B 
900df398b22f0c818045b905eff3e2c63ad8fea3a3a03fab3cefea0f4a956a5633a5653cbe56a1f9a7f1fd2b5f9eebecfe8ce4a801c565d958cc372cfae22708
 SHA512 
7819c0d7684b05c812a476504df221edf005cc854c9184218cffda5c3692d865d358610d8541eb8ebd257e3d471e41d959afbca2aa118329826cfce99a13384f

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild
new file mode 100644
index 000..5c18ed6
--- /dev/null
+++ b/x11-misc/gromit-mpx/gromit-mpx-1.3.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
+HOMEPAGE="https://github.com/bk138/${PN};
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+SLOT="0"
+LICENSE="GPL-2"
+
+RDEPEND="
+   x11-libs/gtk+:3
+   dev-libs/libappindicator:3
+   x11-libs/libX11
+   >=x11-apps/xinput-1.3
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/gromit-mpx/

2020-06-06 Thread Oliver Freyermuth
commit: 1092d460e710305277a7a62a8a9f78ad9b97039a
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Sat Jun  6 19:59:51 2020 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Sat Jun  6 19:59:51 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1092d460

x11-misc/gromit-mpx: New package.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Oliver Freyermuth  googlemail.com>

 x11-misc/gromit-mpx/Manifest   |  1 +
 x11-misc/gromit-mpx/gromit-mpx-1.3.ebuild  | 37 ++
 x11-misc/gromit-mpx/gromit-mpx-.ebuild | 37 ++
 x11-misc/gromit-mpx/metadata.xml   | 12 ++
 4 files changed, 87 insertions(+)

diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
new file mode 100644
index 000..f5ab9d4
--- /dev/null
+++ b/x11-misc/gromit-mpx/Manifest
@@ -0,0 +1 @@
+DIST gromit-mpx-1.3.tar.gz 56835 BLAKE2B 
900df398b22f0c818045b905eff3e2c63ad8fea3a3a03fab3cefea0f4a956a5633a5653cbe56a1f9a7f1fd2b5f9eebecfe8ce4a801c565d958cc372cfae22708
 SHA512 
7819c0d7684b05c812a476504df221edf005cc854c9184218cffda5c3692d865d358610d8541eb8ebd257e3d471e41d959afbca2aa118329826cfce99a13384f

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.3.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.3.ebuild
new file mode 100644
index 000..8f419cb
--- /dev/null
+++ b/x11-misc/gromit-mpx/gromit-mpx-1.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool."
+HOMEPAGE="https://github.com/bk138/${PN};
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+SLOT="0"
+LICENSE="GPL-2"
+
+RDEPEND="
+   x11-libs/gtk+:3
+   dev-libs/libappindicator:3
+   x11-libs/libX11
+   >=x11-apps/xinput-1.3
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
+   )
+
+   cmake-utils_src_configure
+}

diff --git a/x11-misc/gromit-mpx/gromit-mpx-.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-.ebuild
new file mode 100644
index 000..8f419cb
--- /dev/null
+++ b/x11-misc/gromit-mpx/gromit-mpx-.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool."
+HOMEPAGE="https://github.com/bk138/${PN};
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/bk138/${PN}.git;
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+SLOT="0"
+LICENSE="GPL-2"
+
+RDEPEND="
+   x11-libs/gtk+:3
+   dev-libs/libappindicator:3
+   x11-libs/libX11
+   >=x11-apps/xinput-1.3
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
+   )
+
+   cmake-utils_src_configure
+}

diff --git a/x11-misc/gromit-mpx/metadata.xml b/x11-misc/gromit-mpx/metadata.xml
new file mode 100644
index 000..95c9cae
--- /dev/null
+++ b/x11-misc/gromit-mpx/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+o.freyerm...@googlemail.com
+Oliver Freyermuth
+  
+  
+https://github.com/bk138/gromit-mpx/issues
+bk138/gromit-mpx
+  
+