impovements
This commit is contained in:
parent
e1def22e0e
commit
d84d1bc708
13 changed files with 23 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors, Mir Calculate
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# NOTE: This is a version of `app-misc/geoclue-2.7.1::gentoo` allowed to install in Calculate
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>gnome@gentoo.org</email>
|
||||
<name>Gentoo GNOME Desktop</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>support@calculate.ru</email>
|
||||
<name>Mir Calculate</name>
|
||||
|
|
|
@ -5,7 +5,7 @@ EAPI=8
|
|||
|
||||
DISTUTILS_EXT=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..13} )
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ EAPI=8
|
|||
|
||||
DISTUTILS_EXT=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..13} )
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( pypy3 python3_{9..13} )
|
||||
PYTHON_COMPAT=( pypy3 python3_{9..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
|
|
@ -5,6 +5,11 @@
|
|||
<email>chewi@gentoo.org</email>
|
||||
<name>James Le Cuirot</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>support@calculate.ru</email>
|
||||
<name>Mir Calculate</name>
|
||||
<description>Calculate Overlay</description>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
This ebuild installs common files for the Steam environment,
|
||||
like bootstrap archive and icons, but not the client itself.
|
||||
|
|
|
@ -48,7 +48,7 @@ DEPEND="!sys-apps/calculate-lib
|
|||
|| ( media-gfx/imagemagick
|
||||
media-gfx/graphicsmagick )
|
||||
)
|
||||
!calculate_nonamed? ( >=net-dns/bind-9.6.1_p1[sdb-ldap] )
|
||||
!calculate_nonamed? ( >=net-dns/bind-9.6.1_p1[sdb-ldap(-)] )
|
||||
!calculate_noproxy? ( >=net-proxy/squid-3.0.14[ldap,pam,ssl] )
|
||||
!calculate_nodhcp? ( >=net-misc/dhcp-3.1.2_p1 )
|
||||
|| ( dev-python/python-ldap[ssl,python_targets_python3_11]
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# Copyright 2007-2023 Mir Calculate
|
||||
# Copyright 2007-2024 Mir Calculate
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# Copyright 2007-2023 Mir Calculate
|
||||
# Copyright 2007-2024 Mir Calculate
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# Copyright 2007-2023 Mir Calculate
|
||||
# Copyright 2007-2024 Mir Calculate
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2024 Gentoo Foundation
|
||||
# Copyright 2007-2024 Mir Calculate
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2024 Gentoo Foundation
|
||||
# Copyright 2007-2024 Mir Calculate
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2024 Gentoo Foundation
|
||||
# Copyright 2007-2024 Mir Calculate
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
Loading…
Reference in a new issue