From: Oleksandr Trotsenko Date: Wed, 29 Aug 2018 00:01:13 +0000 (-0500) Subject: sys-auth/authenticator: Move package from gnome-extra/ category X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dd2af693f55ad8ba61d04d6c468eb36e03818f59;p=gentoo.git 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 --- 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