solaar: fix repoman issues

This commit is contained in:
Guido Kroon 2020-06-18 11:56:24 +02:00
parent be215bc065
commit 497040ef77
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0
3 changed files with 19 additions and 3 deletions

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>

View file

@ -0,0 +1,9 @@
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit acct-group
DESCRIPTION="Group for Solaar"
ACCT_GROUP_ID=-1

View file

@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1 udev user linux-info gnome2-utils git-r3
inherit distutils-r1 udev linux-info gnome2-utils git-r3
DESCRIPTION="A Linux device manager for Logitech's Unifying Receiver peripherals"
HOMEPAGE="https://pwr.github.com/Solaar/"
@ -15,6 +15,7 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="doc"
DEPEND="acct-group/solaar"
RDEPEND="${PYTHON_DEPS}
>=dev-python/pyudev-0.13[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
@ -44,8 +45,6 @@ python_install_all() {
}
pkg_postinst() {
enewgroup plugdev
if [[ -z ${REPLACING_VERSIONS} ]] ; then
elog "Users must be in the plugdev group to use this application."
fi