From c28f6355a45c601e18a459b3400ca90effc185cf Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Mon, 11 Jul 2022 01:20:19 -0400 Subject: [PATCH] app-misc/repositorg: PYTHON_COMPAT bump Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Horea Christian --- app-misc/repositorg/repositorg-0.1.ebuild | 4 ++-- app-misc/repositorg/repositorg-9999.ebuild | 13 ++++++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/app-misc/repositorg/repositorg-0.1.ebuild b/app-misc/repositorg/repositorg-0.1.ebuild index b3e0918..50b8c4f 100644 --- a/app-misc/repositorg/repositorg-0.1.ebuild +++ b/app-misc/repositorg/repositorg-0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python3_{6..9}) +PYTHON_COMPAT=(python3_{8..10}) inherit distutils-r1 systemd diff --git a/app-misc/repositorg/repositorg-9999.ebuild b/app-misc/repositorg/repositorg-9999.ebuild index db27cc7..175cf42 100644 --- a/app-misc/repositorg/repositorg-9999.ebuild +++ b/app-misc/repositorg/repositorg-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python3_{6..9}) +PYTHON_COMPAT=(python3_{8..10}) inherit distutils-r1 git-r3 systemd @@ -14,7 +14,7 @@ EGIT_REPO_URI="https://github.com/TheChymera/repositorg" LICENSE="GPL-3" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~x86" IUSE="systemd" DEPEND=" @@ -41,3 +41,10 @@ src_test() { ./"$i" || die "Test $i failed" done } + +pkg_postinst() { + if use !systemd ; then + elog "To be able to run repositorg_uuid as your user (recommended), make a copy of the init script:" + elog " cp /etc/init.d/repositorg_uuid /etc/init.d/repositorg_uuid." + fi +}