Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/gromit-mpx/
Date: Mon, 26 Sep 2022 09:48:15
Message-Id: 1664119247.1c5e373307b9f1431e64068fc0854ad48c0be1ab.andrewammerlaan@gentoo
1 commit: 1c5e373307b9f1431e64068fc0854ad48c0be1ab
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Sun Sep 25 15:20:47 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 15:20:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c5e3733
7
8 x11-misc/gromit-mpx: drop 1.4.1
9
10 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
11
12 x11-misc/gromit-mpx/Manifest | 1 -
13 x11-misc/gromit-mpx/gromit-mpx-1.4.1.ebuild | 40 -----------------------------
14 2 files changed, 41 deletions(-)
15
16 diff --git a/x11-misc/gromit-mpx/Manifest b/x11-misc/gromit-mpx/Manifest
17 index 7cde3a42b..ea6ed0702 100644
18 --- a/x11-misc/gromit-mpx/Manifest
19 +++ b/x11-misc/gromit-mpx/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST gromit-mpx-1.4.1.tar.gz 1860019 BLAKE2B e13668e0e96aaa41c0a7a32f58ba136a406d0c675ee9b494171ee0ae834891f7c3251b58cd0c7987c5241ae172f16f7d27ff9bf22c5ab737507738bf21353712 SHA512 762cb068331121c27de8ebd6e226a18fe2f67d80f574a9d9241ae1484038cd82165b3098be29fc2e00831cf40f52c0e8bd0ef78e493a9eb642405a18a48680d3
22 DIST gromit-mpx-1.4.2.tar.gz 1861027 BLAKE2B 5bfd5a3b229aee179b1dd5b224d729e035acbd5e2ca802dae18ea4fd569be8871e027f4e6c7f4e5a6866f8ed23c9bd40f949dcd27f3b458246bdbfb4bb61a936 SHA512 3fc5b26e73574b88829a6e5b057388114684ad6bb73350088664859928e808c7680398d8ed789730ed96fa0525b72bd59a4d8479eab14115dd31c57bd8e3560f
23 DIST gromit-mpx-1.4.3.tar.gz 1861824 BLAKE2B f8337adf400b40e10dd32dfc702be73039e2cc3da9430b4d911794b6e0a9f16b6862948c9573d189445f47ec23a6bde2126765cf8df61af0a46b7dcb94c951d4 SHA512 9da94c3aed4d9c52c62317373ae1ca6dd6ece1adf3c48b95126b6f40ebe6ae8ede45c7c8c93732bcaafbb7ba85b66677b100cb0115fa989661e1e9c8f489ae25
24
25 diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.4.1.ebuild b/x11-misc/gromit-mpx/gromit-mpx-1.4.1.ebuild
26 deleted file mode 100644
27 index 95600ede0..000000000
28 --- a/x11-misc/gromit-mpx/gromit-mpx-1.4.1.ebuild
29 +++ /dev/null
30 @@ -1,40 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -inherit cmake xdg
37 -
38 -DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop annotation tool"
39 -HOMEPAGE="https://github.com/bk138/gromit-mpx"
40 -
41 -if [[ ${PV} == *9999* ]]; then
42 - inherit git-r3
43 - EGIT_REPO_URI="https://github.com/bk138/${PN}.git"
44 -else
45 - SRC_URI="https://github.com/bk138/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 - KEYWORDS="~amd64 ~x86"
47 -fi
48 -
49 -SLOT="0"
50 -LICENSE="GPL-2"
51 -
52 -RDEPEND="
53 - x11-libs/gtk+:3
54 - dev-libs/libappindicator:3
55 - x11-libs/libX11
56 - >=x11-apps/xinput-1.3
57 -"
58 -DEPEND="${RDEPEND}"
59 -
60 -src_prepare () {
61 - cmake_src_prepare
62 -}
63 -
64 -src_configure() {
65 - local mycmakeargs=(
66 - -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
67 - )
68 -
69 - cmake_src_configure
70 -}