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 magneto-kde-325-r1.ebuild 857 BLAKE2B d3d6f0338760fa5bf851c4658d9786a5251ea2f68bcbecfd4948522fc7528bab4632333d4dfb04dec98cf6fd6cd29f5fc8dfc994e2ab47b35a0610d3e52ca676 SHA512 5fc98b6cfe306b33dea34224c540319a2dcd63bf9678f8a11b8d0e2a8466354fe1dc1bc2f9659f7ce5bb9470d1bb96adf25cd41dda4445c6fc16a41661193b55
EBUILD magneto-kde-325-r1.ebuild 826 BLAKE2B 4e4a57010f856f0685d3e925a5324b2d6818cf2afde37f3dbc4b4cd2d947de71fd79fdd5cf493bb5b274cebbf6e771b7aae7faea3f1fe19febbf04fea5c7f980 SHA512 a5096b98c8907da3b6875c5e00ec5cc06dbb0181e501b40e018a0609eadc3b0b59772d8dd5e85b4ef9055c6550ac174e7b4d0246277c0a16169b618235509d19
MISC metadata.xml 599 BLAKE2B 35d3731aa343c99413b172d14a9a67cdaecb4ab5986e7035a4e3f7eaf029b1c601621712ef47a536e8572bcdb6294f70ce3ff4a6557db2e9986f2285da64b5ac SHA512 fb7694d3986a3c7228f3ff9be42f1d1387f00e7702e943514d7a4943c7e75419b3dc10e88a5893153b945edf6b07c8bcf5a500096694648bbc0ee2ce1450df81

View File

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