mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-06 07:23:22 +01:00
solaar: fix repoman issues
This commit is contained in:
parent
be215bc065
commit
497040ef77
3 changed files with 19 additions and 3 deletions
8
acct-group/solaar/metadata.xml
Normal file
8
acct-group/solaar/metadata.xml
Normal 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>
|
||||
9
acct-group/solaar/solaar-0.ebuild
Normal file
9
acct-group/solaar/solaar-0.ebuild
Normal 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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue