This commit is contained in:
Mario Fetka
2023-07-20 20:28:34 +02:00
parent 29aac420c4
commit c9f516dab4
230 changed files with 1543 additions and 947 deletions

View File

@@ -1,2 +1,2 @@
EBUILD entropy-server-325-r1.ebuild 936 BLAKE2B 1997a88d907a7da9ad6683476f6dab434954ad26abcfbfb0315b7d897b884d4617ce08c307c110e2aeea67e9892cd31d33d44bf0a840479c6fc42c897bf0401f SHA512 d2adda2dc7bcbfd0340d9b320079ce3fdf0b1764e7282ede8161a41b21f76cdf07073b6af3240aeca1116930f226fbed1ba714ab84aa8b60ea0bb609e71aff4f
EBUILD entropy-server-325-r1.ebuild 905 BLAKE2B 04abb2b6bac185cd50d5310cbb0977e13472cbbf5ef537a1c9cadde4f8cbb95fca1fb4b60d0988026f10b47760207b7c4e287168d008be2f80ca49a651c47dc5 SHA512 e9598a10c744c7c2ef95d54aebb3207732235264cfef05511531df5aa14187bf4b02c0eaaa98d48fe32409bf0b243a9cf647a36b34953fd9c5dd6cea47bb7ae3
MISC metadata.xml 633 BLAKE2B abe63152fb6184baf743d4e5c67bc14092c42bd58313357573cb107f6fd8522f3e93eab35024ed254c1707503bc55ee0a99ec06599db3546ca7abb0b852580d7 SHA512 739cf74e2e56e178616c4b8e205e7bd21aabb30ea845eb006f18070ad2fee9b532d64b0fa84cf17ac390ab6b64dc67e87b752aa719ea9bc5942b1a013db980fd

View File

@@ -1,11 +1,11 @@
# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=8
PYTHON_COMPAT=( python3_6 python3_7 python3_8 python3_9 )
PYTHON_COMPAT=( python3_{6..12} )
inherit eutils python-r1 bash-completion-r1 git-r3
inherit python-r1 bash-completion-r1 git-r3
DESCRIPTION="Entropy Package Manager server-side tools"
HOMEPAGE="http://www.sabayon.org"