Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/updates/, gnome-extra/authenticator/, sys-auth/authenticator/files/, ...
Date: Fri, 31 Aug 2018 18:24:33
Message-Id: 1535739747.dd2af693f55ad8ba61d04d6c468eb36e03818f59.candrews@gentoo
1 commit: dd2af693f55ad8ba61d04d6c468eb36e03818f59
2 Author: Oleksandr Trotsenko <oleksandr.trotsenko <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 29 00:01:13 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 31 18:22:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd2af693
7
8 sys-auth/authenticator: Move package from gnome-extra/ category
9
10 Moving the recently introduced package to a more appropriate category, namely
11 from gnome-extra/authenticator to sys-auth/authenticator.
12
13 Also drop Python 3.4
14
15 Closes: https://bugs.gentoo.org/663820
16 Package-Manager: Portage-2.3.48, Repoman-2.3.10
17
18 profiles/updates/3Q-2018 | 1 +
19 {gnome-extra => sys-auth}/authenticator/Manifest | 0
20 {gnome-extra => sys-auth}/authenticator/authenticator-0.2.1.ebuild | 2 +-
21 {gnome-extra => sys-auth}/authenticator/authenticator-9999.ebuild | 2 +-
22 .../authenticator/files/disable-failing-tests.patch | 0
23 {gnome-extra => sys-auth}/authenticator/metadata.xml | 0
24 6 files changed, 3 insertions(+), 2 deletions(-)
25
26 diff --git a/profiles/updates/3Q-2018 b/profiles/updates/3Q-2018
27 index d5265767d8f..a78539b959a 100644
28 --- a/profiles/updates/3Q-2018
29 +++ b/profiles/updates/3Q-2018
30 @@ -1,2 +1,3 @@
31 move app-crypt/sbsigntool app-crypt/sbsigntools
32 move x11-apps/radeontop app-misc/radeontop
33 +move gnome-extra/authenticator sys-auth/authenticator
34
35 diff --git a/gnome-extra/authenticator/Manifest b/sys-auth/authenticator/Manifest
36 similarity index 100%
37 rename from gnome-extra/authenticator/Manifest
38 rename to sys-auth/authenticator/Manifest
39
40 diff --git a/gnome-extra/authenticator/authenticator-0.2.1.ebuild b/sys-auth/authenticator/authenticator-0.2.1.ebuild
41 similarity index 97%
42 rename from gnome-extra/authenticator/authenticator-0.2.1.ebuild
43 rename to sys-auth/authenticator/authenticator-0.2.1.ebuild
44 index 880d0174f52..f11556202d2 100644
45 --- a/gnome-extra/authenticator/authenticator-0.2.1.ebuild
46 +++ b/sys-auth/authenticator/authenticator-0.2.1.ebuild
47 @@ -3,7 +3,7 @@
48
49 EAPI=6
50
51 -PYTHON_COMPAT=( python3_{4,5,6} )
52 +PYTHON_COMPAT=( python3_{5,6} )
53 inherit gnome2-utils meson python-r1 virtualx xdg-utils
54
55 DESCRIPTION="Two-factor authentication code generator for GNOME"
56
57 diff --git a/gnome-extra/authenticator/authenticator-9999.ebuild b/sys-auth/authenticator/authenticator-9999.ebuild
58 similarity index 97%
59 rename from gnome-extra/authenticator/authenticator-9999.ebuild
60 rename to sys-auth/authenticator/authenticator-9999.ebuild
61 index 880d0174f52..f11556202d2 100644
62 --- a/gnome-extra/authenticator/authenticator-9999.ebuild
63 +++ b/sys-auth/authenticator/authenticator-9999.ebuild
64 @@ -3,7 +3,7 @@
65
66 EAPI=6
67
68 -PYTHON_COMPAT=( python3_{4,5,6} )
69 +PYTHON_COMPAT=( python3_{5,6} )
70 inherit gnome2-utils meson python-r1 virtualx xdg-utils
71
72 DESCRIPTION="Two-factor authentication code generator for GNOME"
73
74 diff --git a/gnome-extra/authenticator/files/disable-failing-tests.patch b/sys-auth/authenticator/files/disable-failing-tests.patch
75 similarity index 100%
76 rename from gnome-extra/authenticator/files/disable-failing-tests.patch
77 rename to sys-auth/authenticator/files/disable-failing-tests.patch
78
79 diff --git a/gnome-extra/authenticator/metadata.xml b/sys-auth/authenticator/metadata.xml
80 similarity index 100%
81 rename from gnome-extra/authenticator/metadata.xml
82 rename to sys-auth/authenticator/metadata.xml