From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/antimicrox/
Date: Sat, 3 Jun 2023 15:51:06 +0000 (UTC) [thread overview]
Message-ID: <1685807464.20e83166aecfa7d349ef1d8f199655f429deb983.xgqt@gentoo> (raw)
commit: 20e83166aecfa7d349ef1d8f199655f429deb983
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 3 15:30:14 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Jun 3 15:51:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e83166
games-util/antimicrox: drop old 3.3.2
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
games-util/antimicrox/Manifest | 1 -
games-util/antimicrox/antimicrox-3.3.2.ebuild | 74 ---------------------------
2 files changed, 75 deletions(-)
diff --git a/games-util/antimicrox/Manifest b/games-util/antimicrox/Manifest
index 3086f36ec7bc..092ee94ac49c 100644
--- a/games-util/antimicrox/Manifest
+++ b/games-util/antimicrox/Manifest
@@ -1,2 +1 @@
-DIST antimicrox-3.3.2.tar.gz 1884509 BLAKE2B fad1c73800944defab7c807a76677f2451cb6ec436ca32bacb75663a71a5df7cac65cb26cb780efbead5ff2d496b54d35aa362d48321d6cfad6895146dfe2c3c SHA512 b78827e4fb7909d4b8998be7bdbfe22e3e1453da3ad34aa924e57a34993397155e5a249e10b616ea85595fc2559bb733910217a191cb53f640e52a9a4ebeab4f
DIST antimicrox-3.3.3.tar.gz 1956700 BLAKE2B 8f385f238bfe03cb294e5970dde63cc3f1668c8dfdd31c751b769e79493bfe86901fdcb6da80beda72fdb1672d3b1246a3e3f509387dba6418e09e1e6ff8bbb4 SHA512 e4e9edf4fdd15c111ee1675a166b70d0ecdcf735adf79d46498a88fe81ebbfd4f35fec10cb831d6506d19db8fd21edc7055d39be362c0f53036dff684841fb5e
diff --git a/games-util/antimicrox/antimicrox-3.3.2.ebuild b/games-util/antimicrox/antimicrox-3.3.2.ebuild
deleted file mode 100644
index c8b91e144b90..000000000000
--- a/games-util/antimicrox/antimicrox-3.3.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit udev xdg cmake
-
-DESCRIPTION="Graphical program used to map keyboard buttons and mouse controls to a gamepad"
-HOMEPAGE="https://github.com/AntiMicroX/antimicrox/"
-SRC_URI="https://github.com/AntiMicroX/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="doc"
-# Tests fail to build
-# https://github.com/AntiMicroX/antimicrox/issues/530
-RESTRICT="test"
-
-RDEPEND="
- dev-qt/qtconcurrent:5
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
- media-libs/libsdl2[X,joystick]
- virtual/udev
- x11-libs/libX11
- x11-libs/libXi
- x11-libs/libXtst
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-qt/linguist-tools:5
- kde-frameworks/extra-cmake-modules
- doc? ( app-doc/doxygen[dot] )
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-man_gz.patch )
-DOCS=( CHANGELOG.md README.md )
-
-src_configure() {
- local mycmakeargs=(
- -DAPPDATA=OFF
- -DCHECK_FOR_UPDATES=OFF
- -DINSTALL_UINPUT_UDEV_RULES=OFF # Install in src_install
- -DWITH_TESTS=OFF
- -DWITH_UINPUT=ON
- -DWITH_X11=ON
- -DWITH_XTEST=ON
- -DBUILD_DOCS=$(usex doc ON OFF)
- )
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
- rm -r "${ED}"/usr/share/doc/${PN} || die
-
- udev_dorules "${S}"/other/60-${PN}-uinput.rules
-
- use doc && dodoc -r "${S}"/docs/{html,latex}
-}
-
-pkg_postinst() {
- udev_reload
- xdg_pkg_postinst
-}
-
-pkg_postrm() {
- udev_reload
- xdg_pkg_postrm
-}
next reply other threads:[~2023-06-03 15:51 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-03 15:51 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-30 17:44 [gentoo-commits] repo/gentoo:master commit in: games-util/antimicrox/ Maciej Barć
2024-12-06 8:31 Maciej Barć
2024-12-06 7:49 Sam James
2024-10-31 23:17 Maciej Barć
2024-10-31 23:17 Maciej Barć
2024-09-11 22:55 Sam James
2024-08-11 22:36 Maciej Barć
2024-04-11 4:55 Arthur Zamarin
2024-03-10 16:19 Maciej Barć
2023-09-02 14:30 Maciej Barć
2023-07-07 22:04 Sam James
2023-06-03 15:51 Maciej Barć
2023-06-03 15:51 Maciej Barć
2023-03-07 15:45 Sam James
2023-02-07 23:06 Sam James
2023-01-31 4:04 Sam James
2023-01-30 20:31 Maciej Barć
2023-01-30 20:31 Maciej Barć
2022-11-21 13:01 Maciej Barć
2022-11-21 13:01 Maciej Barć
2022-11-18 23:18 Maciej Barć
2022-10-24 21:37 Maciej Barć
2022-09-02 13:53 Maciej Barć
2022-09-02 5:54 Maciej Barć
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1685807464.20e83166aecfa7d349ef1d8f199655f429deb983.xgqt@gentoo \
--to=xgqt@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox