drop deprecated ebuilds, add pkgdev metadata

This commit is contained in:
Anton Schubert 2025-05-13 15:43:39 +02:00
parent 570cb5e018
commit 6f2f2effe8
51 changed files with 361 additions and 450 deletions

View file

@ -1,10 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{8,9} )
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
inherit systemd autotools eutils gnome2-utils python-r1
inherit systemd autotools gnome2-utils python-r1
DESCRIPTION="A screen color temperature adjusting software"
HOMEPAGE="http://jonls.dk/redshift/"