mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
Merge updates from master
This commit is contained in:
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
inherit distutils-r1 desktop
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A simple sentence mining tool written in PyQt5"
|
||||
HOMEPAGE="https://github.com/FreeLanguageTools/ssmtool/ https://pypi.org/project/ssmtool/"
|
||||
@@ -34,11 +34,3 @@ RDEPEND="
|
||||
dev-python/mobi[${PYTHON_USEDEP}]
|
||||
dev-python/SLPP[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
python_prepare_all () {
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -47,10 +47,10 @@ DEPEND="
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
distutils_enable_sphinx docs/source \
|
||||
"<dev-python/sphinx-4.0" \
|
||||
dev-python/sphinx_rtd_theme \
|
||||
dev-python/recommonmark
|
||||
# distutils_enable_sphinx docs/source \
|
||||
# "<dev-python/sphinx-4.0" \
|
||||
# dev-python/sphinx_rtd_theme \
|
||||
# dev-python/recommonmark
|
||||
|
||||
pkg_setup() {
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
|
||||
|
||||
@@ -32,32 +32,32 @@ src_install() {
|
||||
insinto /usr/share/alsa/ucm2/PinePhone/
|
||||
insopts -m644
|
||||
doins "${S}"/ucm2/PinePhone/HiFi.conf
|
||||
|
||||
|
||||
insinto /usr/share/alsa/ucm2/PinePhone/
|
||||
insopts -m644
|
||||
doins "${S}"/ucm2/PinePhone/VoiceCall.conf
|
||||
|
||||
|
||||
insinto /usr/share/alsa/ucm2/PinePhone/
|
||||
insopts -m644
|
||||
doins "${FILESDIR}"/PinePhone.conf
|
||||
|
||||
#PinePhone Pro Configs
|
||||
|
||||
#PinePhone Pro Configs
|
||||
insinto /usr/share/alsa/ucm2/PinePhonePro/
|
||||
insopts -m644
|
||||
doins "${S}"/ucm2/PinePhonePro/HiFi.conf
|
||||
|
||||
|
||||
insinto /usr/share/alsa/ucm2/PinePhonePro/
|
||||
insopts -m644
|
||||
doins "${S}"/ucm2/PinePhonePro/VoiceCall.conf
|
||||
|
||||
|
||||
insinto /usr/share/alsa/ucm2/PinePhonePro/
|
||||
insopts -m644
|
||||
doins "${FILESDIR}"/PinePhonePro.conf
|
||||
|
||||
|
||||
#Create Symlinks
|
||||
dosym /usr/share/alsa/ucm2/PinePhone/PinePhone.conf \
|
||||
/usr/share/alsa/ucm2/conf.d/simple-card/PinePhone.conf
|
||||
|
||||
|
||||
dosym /usr/share/alsa/ucm2/PinePhonePro/PinePhonePro.conf \
|
||||
/usr/share/alsa/ucm2/conf.d/simple-card/PinePhonePro.conf
|
||||
|
||||
|
||||
@@ -12,3 +12,13 @@
|
||||
# Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> (2022-01-09)
|
||||
# Depends on masked libhandy 1.5.0
|
||||
>=app-text/komikku-0.36.0
|
||||
|
||||
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2022-01-21)
|
||||
# Unavailable dep <dev-python/prettytable-0.8.0
|
||||
dev-python/automaton
|
||||
dev-python/ldappool
|
||||
dev-python/python-manilaclient
|
||||
# Unavailable dep dev-libs/boost[threads]
|
||||
net-p2p/monero
|
||||
# Unavailable dep sys-fabric/ofed
|
||||
sys-cluster/portals4
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
USE_RUBY="ruby26"
|
||||
USE_RUBY="ruby26 ruby27"
|
||||
|
||||
inherit python-single-r1 ruby-ng systemd
|
||||
|
||||
@@ -39,7 +39,8 @@ RDEPEND="
|
||||
')
|
||||
dev-libs/openssl
|
||||
>=sys-cluster/corosync-3.0
|
||||
>=sys-cluster/pacemaker-2.0
|
||||
>=sys-cluster/pacemaker-2.0.0
|
||||
<sys-cluster/pacemaker-2.1.0
|
||||
sys-libs/pam
|
||||
sys-process/psmisc
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user