From c811821f5e79e903f18e6d6425cef9f95ad79854 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Thu, 3 Dec 2020 11:15:38 +0100 Subject: ALready upstream --- app-misc/solaar/solaar-9999.ebuild | 56 -------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 app-misc/solaar/solaar-9999.ebuild (limited to 'app-misc/solaar/solaar-9999.ebuild') diff --git a/app-misc/solaar/solaar-9999.ebuild b/app-misc/solaar/solaar-9999.ebuild deleted file mode 100644 index 8ccec31..0000000 --- a/app-misc/solaar/solaar-9999.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{6,7} ) - -inherit linux-info udev xdg distutils-r1 - -if [[ ${PV} == *9999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwr-Solaar/Solaar" - EGIT_CHECKOUT_DIR="${WORKDIR}/Solaar-${PV}" -else - SRC_URI="https://github.com/pwr-Solaar/Solaar/archive/${PV}.tar.gz -> ${P}.tar.gz" -fi - -DESCRIPTION="A Linux device manager for Logitech's Unifying Receiver peripherals" -HOMEPAGE="https://pwr-solaar.github.io/Solaar/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="doc" - -RDEPEND=" - acct-group/plugdev - dev-python/pygobject:3[${PYTHON_USEDEP}] - >=dev-python/pyudev-0.13[${PYTHON_USEDEP}] - x11-libs/gtk+:3[introspection]" - -S="${WORKDIR}"/Solaar-${PV} - -CONFIG_CHECK="~HID_LOGITECH_DJ ~HIDRAW" - -python_prepare_all() { - # don't autostart (bug #494608) - sed -i '/yield autostart_path/d' setup.py || die - - # grant plugdev group rw access - sed -i 's/#MODE=/MODE=/' rules.d/42-logitech-unify-permissions.rules || die - - distutils-r1_python_prepare_all -} - -python_install_all() { - distutils-r1_python_install_all - - udev_dorules rules.d/*.rules - - dodoc docs/devices.md - if use doc; then - dodoc -r docs/* - fi -} -- cgit v1.2.3