aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-02-13 22:20:04 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-02-13 22:20:04 +0200
commit29b2b8d9d3bb96a869302273eb3c90d37f4b3b67 (patch)
tree93d322a7551dd68fdbd3d94615ea42286cb9080e /games-util
parentgames-board/rmahjong: fix python usedep variable, small cleanup (diff)
downloadguru-29b2b8d9d3bb96a869302273eb3c90d37f4b3b67.tar.gz
guru-29b2b8d9d3bb96a869302273eb3c90d37f4b3b67.tar.bz2
guru-29b2b8d9d3bb96a869302273eb3c90d37f4b3b67.zip
games-util/joycond: treeclean (moved to ::gentoo)
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r--games-util/joycond/joycond-9999.ebuild34
-rw-r--r--games-util/joycond/metadata.xml8
2 files changed, 0 insertions, 42 deletions
diff --git a/games-util/joycond/joycond-9999.ebuild b/games-util/joycond/joycond-9999.ebuild
deleted file mode 100644
index 5c84fdc91..000000000
--- a/games-util/joycond/joycond-9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake git-r3
-
-DESCRIPTION="Combine joy-cons using hid-nintendo"
-HOMEPAGE="https://github.com/DanielOgorchock/joycond"
-EGIT_REPO_URI="https://github.com/DanielOgorchock/joycond"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-
-DEPEND="
- dev-libs/libevdev
- virtual/udev
-"
-RDEPEND="${DEPEND}
- games-util/hid-nintendo"
-BDEPEND=""
-IUSE="systemd"
-
-src_install() {
- cmake_src_install
- if ! use systemd; then
- rm -rf "${D}"/etc/modules-load.d
- mkdir "${D}"/etc/init.d/
- echo -e "#!/sbin/openrc-run\ncommand=/usr/bin/${PN}" \
- > "${D}"/etc/init.d/${PN}
- chmod +x "${D}"/etc/init.d/${PN}
- fi
-}
diff --git a/games-util/joycond/metadata.xml b/games-util/joycond/metadata.xml
deleted file mode 100644
index c04f7b664..000000000
--- a/games-util/joycond/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <name>Samuel Bauer</name>
- <email>samuel.bauer@yahoo.fr</email>
-</maintainer>
-</pkgmetadata>