diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2022-12-24 22:24:46 +0100 |
---|---|---|
committer | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2022-12-24 22:24:46 +0100 |
commit | 104ae976148b7d58832147ba841497ea7f3105e7 (patch) | |
tree | 0baf3d0de63f9855cfe6f6e4037be653acbe1e52 | |
parent | x11-misc/gromit-mpx: Fix implicit function declaration. (diff) | |
download | guru-104ae976148b7d58832147ba841497ea7f3105e7.tar.gz guru-104ae976148b7d58832147ba841497ea7f3105e7.tar.bz2 guru-104ae976148b7d58832147ba841497ea7f3105e7.zip |
x11-misc/gromit-mpx: drop 1.4.2
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
-rw-r--r-- | x11-misc/gromit-mpx/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/gromit-mpx/gromit-mpx-1.4.2.ebuild | 40 |
2 files changed, 0 insertions, 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..000000000 --- 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} == *9999* ]]; 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 -} |