From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79A11138334 for ; Fri, 31 Aug 2018 18:24:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A193E0872; Fri, 31 Aug 2018 18:24:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0608E0872 for ; Fri, 31 Aug 2018 18:24:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A360D335CC9 for ; Fri, 31 Aug 2018 18:24:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EB9E3BA for ; Fri, 31 Aug 2018 18:24:25 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1535739747.dd2af693f55ad8ba61d04d6c468eb36e03818f59.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/updates/, gnome-extra/authenticator/, sys-auth/authenticator/files/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/authenticator/Manifest gnome-extra/authenticator/authenticator-0.2.1.ebuild gnome-extra/authenticator/authenticator-9999.ebuild gnome-extra/authenticator/files/disable-failing-tests.patch gnome-extra/authenticator/metadata.xml profiles/updates/3Q-2018 sys-auth/authenticator/Manifest sys-auth/authenticator/authenticator-0.2.1.ebuild sys-auth/authenticator/authenticator-9999.ebuild sys-auth/authenticator/files/disable-failing-tests.patch sys-auth/authenticator/metadata.xml X-VCS-Directories: profiles/updates/ gnome-extra/authenticator/ gnome-extra/authenticator/files/ sys-auth/authenticator/files/ sys-auth/authenticator/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: dd2af693f55ad8ba61d04d6c468eb36e03818f59 X-VCS-Branch: master Date: Fri, 31 Aug 2018 18:24:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9af344a0-54b0-4d6d-8b75-8437aa50ac37 X-Archives-Hash: d5a6ec0a8162b8067e42a4ec8adef9eb commit: dd2af693f55ad8ba61d04d6c468eb36e03818f59 Author: Oleksandr Trotsenko gmail com> AuthorDate: Wed Aug 29 00:01:13 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Fri Aug 31 18:22:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd2af693 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 {gnome-extra => sys-auth}/authenticator/authenticator-0.2.1.ebuild | 2 +- {gnome-extra => sys-auth}/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(-) diff --git a/profiles/updates/3Q-2018 b/profiles/updates/3Q-2018 index d5265767d8f..a78539b959a 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 880d0174f52..f11556202d2 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 880d0174f52..f11556202d2 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