From dd2af693f55ad8ba61d04d6c468eb36e03818f59 Mon Sep 17 00:00:00 2001 From: Oleksandr Trotsenko Date: Tue, 28 Aug 2018 19:01:13 -0500 Subject: [PATCH] sys-auth/authenticator: Move package from gnome-extra/ category Moving the recently introduced package to a more appropriate category, namely from gnome-extra/authenticator to sys-auth/authenticator. Also drop Python 3.4 Closes: https://bugs.gentoo.org/663820 Package-Manager: Portage-2.3.48, Repoman-2.3.10 --- profiles/updates/3Q-2018 | 1 + {gnome-extra => sys-auth}/authenticator/Manifest | 0 .../authenticator/authenticator-0.2.1.ebuild | 2 +- .../authenticator/authenticator-9999.ebuild | 2 +- .../authenticator/files/disable-failing-tests.patch | 0 {gnome-extra => sys-auth}/authenticator/metadata.xml | 0 6 files changed, 3 insertions(+), 2 deletions(-) rename {gnome-extra => sys-auth}/authenticator/Manifest (100%) rename {gnome-extra => sys-auth}/authenticator/authenticator-0.2.1.ebuild (97%) rename {gnome-extra => sys-auth}/authenticator/authenticator-9999.ebuild (97%) rename {gnome-extra => sys-auth}/authenticator/files/disable-failing-tests.patch (100%) rename {gnome-extra => sys-auth}/authenticator/metadata.xml (100%) diff --git a/profiles/updates/3Q-2018 b/profiles/updates/3Q-2018 index d5265767d8fc..a78539b959a0 100644 --- a/profiles/updates/3Q-2018 +++ b/profiles/updates/3Q-2018 @@ -1,2 +1,3 @@ move app-crypt/sbsigntool app-crypt/sbsigntools move x11-apps/radeontop app-misc/radeontop +move gnome-extra/authenticator sys-auth/authenticator diff --git a/gnome-extra/authenticator/Manifest b/sys-auth/authenticator/Manifest similarity index 100% rename from gnome-extra/authenticator/Manifest rename to sys-auth/authenticator/Manifest diff --git a/gnome-extra/authenticator/authenticator-0.2.1.ebuild b/sys-auth/authenticator/authenticator-0.2.1.ebuild similarity index 97% rename from gnome-extra/authenticator/authenticator-0.2.1.ebuild rename to sys-auth/authenticator/authenticator-0.2.1.ebuild index 880d0174f52e..f11556202d24 100644 --- a/gnome-extra/authenticator/authenticator-0.2.1.ebuild +++ b/sys-auth/authenticator/authenticator-0.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit gnome2-utils meson python-r1 virtualx xdg-utils DESCRIPTION="Two-factor authentication code generator for GNOME" diff --git a/gnome-extra/authenticator/authenticator-9999.ebuild b/sys-auth/authenticator/authenticator-9999.ebuild similarity index 97% rename from gnome-extra/authenticator/authenticator-9999.ebuild rename to sys-auth/authenticator/authenticator-9999.ebuild index 880d0174f52e..f11556202d24 100644 --- a/gnome-extra/authenticator/authenticator-9999.ebuild +++ b/sys-auth/authenticator/authenticator-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit gnome2-utils meson python-r1 virtualx xdg-utils DESCRIPTION="Two-factor authentication code generator for GNOME" diff --git a/gnome-extra/authenticator/files/disable-failing-tests.patch b/sys-auth/authenticator/files/disable-failing-tests.patch similarity index 100% rename from gnome-extra/authenticator/files/disable-failing-tests.patch rename to sys-auth/authenticator/files/disable-failing-tests.patch diff --git a/gnome-extra/authenticator/metadata.xml b/sys-auth/authenticator/metadata.xml similarity index 100% rename from gnome-extra/authenticator/metadata.xml rename to sys-auth/authenticator/metadata.xml -- 2.26.2