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-core-325-r1.ebuild 838 BLAKE2B c012b2d248590218241875e9237738ed5f3a2bbfd0a59e033b6770b00f6594e5bdeb8d2abe3ce33425b309ecfc8be396447d7befbdd42dfd4b5e59271f7786dc SHA512 782cc12bcbc32df52687b1d4a46cddc2a664b20b429c2cbcacf90d016a45c06898a4af987f2ad176a697a16e3f8b472d6d563a9a7c0743e6a9fdf5c5dd56d7a5
EBUILD magneto-core-325-r1.ebuild 807 BLAKE2B 2d5a2e795013189029efc55831f0cb8461c3a5f7fcd0d2e4e727b28d24ccb42c1eed323a93a629963054eb1259cbd2015cc291ca8093782bcb3e740fc0588605 SHA512 88d7a44bb372c4b2caec29bc81cb86d440cfb2adc2ffbc745f4b6f54adfdbab25fd23d7abc1c68fe9e916afea8d9ef6751e54f18750205e2c5d88ae174c9dde9
MISC metadata.xml 599 BLAKE2B 35d3731aa343c99413b172d14a9a67cdaecb4ab5986e7035a4e3f7eaf029b1c601621712ef47a536e8572bcdb6294f70ce3ff4a6557db2e9986f2285da64b5ac SHA512 fb7694d3986a3c7228f3ff9be42f1d1387f00e7702e943514d7a4943c7e75419b3dc10e88a5893153b945edf6b07c8bcf5a500096694648bbc0ee2ce1450df81

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=( python2_7 python3_6 python3_7 python3_8 python3_9 )
PYTHON_COMPAT=( python2_7 python3_{6..12} )
inherit eutils python-r1 multilib git-r3
inherit python-r1 multilib git-r3
DESCRIPTION="Entropy Package Manager notification applet library"
HOMEPAGE="http://www.sabayon.org"