[gentoo-commits] repo/gentoo:master commit in: sys-auth/authenticator/files/, profiles/, profiles/updates/, ...

2021-03-30 Thread David Seifert
commit: e1e4d40dd9be94315390db4bdffcc697197e5890
Author: Jakov Smolic  sartura  hr>
AuthorDate: Tue Mar 30 09:24:16 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Mar 30 09:24:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e4d40d

sys-auth/authenticator: Remove last-rited pkg

Closes: https://github.com/gentoo/gentoo/pull/20163
Closes: https://bugs.gentoo.org/683358
Closes: https://bugs.gentoo.org/696476
Closes: https://bugs.gentoo.org/741936
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 profiles/package.mask  |  5 --
 profiles/updates/3Q-2018   |  1 -
 sys-auth/authenticator/Manifest|  1 -
 .../authenticator/authenticator-0.2.4-r1.ebuild| 73 --
 sys-auth/authenticator/authenticator-.ebuild   | 69 
 ...authenticator-0.2.4-disable-failing-tests.patch | 16 -
 ...or-0.2.4-support-use-of-gdlib-from-system.patch | 23 ---
 sys-auth/authenticator/metadata.xml| 11 
 8 files changed, 199 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index cd33d3fbecc..b20e9932cbb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -371,11 +371,6 @@ dev-ml/core_extended
 # Masked for removal in 30 days.
 media-gfx/openexr_viewers
 
-# David Seifert  (2021-02-25)
-# Unmaintained, python 3.7 only, relies on wrong libgd, which isn't
-# packaged.  Removal on 2021-03-27.  Bug #683358, #696476, #741936.
-sys-auth/authenticator
-
 # Sam James  (2021-02-18)
 # 0.9.27 included a regression wrt deletes
 # bug #768948

diff --git a/profiles/updates/3Q-2018 b/profiles/updates/3Q-2018
index a78539b959a..d5265767d8f 100644
--- a/profiles/updates/3Q-2018
+++ b/profiles/updates/3Q-2018
@@ -1,3 +1,2 @@
 move app-crypt/sbsigntool app-crypt/sbsigntools
 move x11-apps/radeontop app-misc/radeontop
-move gnome-extra/authenticator sys-auth/authenticator

diff --git a/sys-auth/authenticator/Manifest b/sys-auth/authenticator/Manifest
deleted file mode 100644
index c7653aef711..000
--- a/sys-auth/authenticator/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST authenticator-0.2.4.tar.gz 142444 BLAKE2B 
2df1462452d5aaead51af111359120c8a464058730129fd984dd568c709c58f6940a34b996d3b5435b78bd87b433a29735d3fd8e9629b512915720063b49b1a1
 SHA512 
16b942d24a1136350f78de92a287dcc6b52e9347cd0b73e8310b87c6c24b7075aebe909fe20d80532f7fa1b54d332b8b62fd2fc7d26ce15888fd47bb686520e2

diff --git a/sys-auth/authenticator/authenticator-0.2.4-r1.ebuild 
b/sys-auth/authenticator/authenticator-0.2.4-r1.ebuild
deleted file mode 100644
index c9af80e39d1..000
--- a/sys-auth/authenticator/authenticator-0.2.4-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_7 )
-inherit gnome2-utils meson python-single-r1 virtualx xdg-utils
-
-DESCRIPTION="Two-factor authentication code generator for GNOME"
-HOMEPAGE="https://gitlab.gnome.org/World/Authenticator";
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   SRC_URI=""
-   EGIT_REPO_URI="https://gitlab.gnome.org/World/Authenticator";
-else
-   
SRC_URI="https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/Authenticator-${PV}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/Authenticator-${PV}"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-IUSE="test"
-RESTRICT="!test? ( test )"
-RDEPEND="
-   ${PYTHON_DEPS}
-   app-crypt/libsecret
-   $(python_gen_cond_dep '
-   dev-python/pillow[${PYTHON_MULTI_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-   dev-python/pyotp[${PYTHON_MULTI_USEDEP}]
-   dev-python/python-gnupg[${PYTHON_MULTI_USEDEP}]
-   dev-python/pyzbar[${PYTHON_MULTI_USEDEP}]
-   ')
-   media-libs/gd
-   x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}
-   test? ( x11-apps/xhost )"
-PATCHES=(
-   "${FILESDIR}/${P}-disable-failing-tests.patch"
-   "${FILESDIR}/${P}-support-use-of-gdlib-from-system.patch"
-)
-
-src_prepare() {
-   default
-
-   sed -i -e "1s:#!/usr/bin/env python3:#!${PYTHON}:" 
"authenticator.py.in" || die "Could not fix shebang."
-
-   rm -r "subprojects/libgd" || die "Could not remove the subproject libgd 
folder."
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-   gnome2_schemas_savelist
-}
-
-src_test() {
-   xdg_environment_reset
-   virtx meson_src_test
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   gnome2_schemas_update
-}

diff --git a/sys-auth/authenticator/authenticator-.ebuild 
b/sys-auth/authenticator/authenticator-.ebuild
deleted file mode 100644
index cd26304aacf..00

[gentoo-commits] repo/gentoo:master commit in: sys-auth/authenticator/

2021-02-21 Thread David Seifert
commit: 5cd64e35522d5821d5f2cb72f40d4b242906871a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 21 12:13:50 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb 21 12:13:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd64e35

sys-auth/authenticator: Fix metadata.xml trailing newline

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: David Seifert  gentoo.org>

 sys-auth/authenticator/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-auth/authenticator/metadata.xml 
b/sys-auth/authenticator/metadata.xml
index 0b167f71599..110647d0e28 100644
--- a/sys-auth/authenticator/metadata.xml
+++ b/sys-auth/authenticator/metadata.xml
@@ -9,4 +9,3 @@

https://gitlab.gnome.org/World/Authenticator/issues

 
-



[gentoo-commits] repo/gentoo:master commit in: sys-auth/authenticator/

2020-04-26 Thread Jonas Stein
commit: 68223168338352cc98c8577ecd1b483fedefb6f4
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Apr 26 23:25:08 2020 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Apr 26 23:27:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68223168

sys-auth/authenticator: Maintainer retired

Proxied maintainer retired due to inactivity.
Bug: https://bugs.gentoo.org/647672
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jonas Stein  gentoo.org>

 sys-auth/authenticator/metadata.xml | 10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/sys-auth/authenticator/metadata.xml 
b/sys-auth/authenticator/metadata.xml
index e1df662ac76..0b167f71599 100644
--- a/sys-auth/authenticator/metadata.xml
+++ b/sys-auth/authenticator/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   oleksandr.trotse...@gmail.com
-   Oleksandr Trotsenko
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   


Bilal Elmoussaoui
@@ -16,3 +9,4 @@

https://gitlab.gnome.org/World/Authenticator/issues

 
+



[gentoo-commits] repo/gentoo:master commit in: sys-auth/authenticator/

2020-02-09 Thread Michał Górny
commit: ecb499709f6c032db7fc0cba91f765b50394d96c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  7 20:20:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  9 16:37:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecb49970

sys-auth/authenticator: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny  gentoo.org>

 ...henticator-0.2.4.ebuild => authenticator-0.2.4-r1.ebuild} | 12 +++-
 sys-auth/authenticator/authenticator-.ebuild | 12 +++-
 2 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/sys-auth/authenticator/authenticator-0.2.4.ebuild 
b/sys-auth/authenticator/authenticator-0.2.4-r1.ebuild
similarity index 84%
rename from sys-auth/authenticator/authenticator-0.2.4.ebuild
rename to sys-auth/authenticator/authenticator-0.2.4-r1.ebuild
index 07b119b2a40..8926a63fc2d 100644
--- a/sys-auth/authenticator/authenticator-0.2.4.ebuild
+++ b/sys-auth/authenticator/authenticator-0.2.4-r1.ebuild
@@ -27,11 +27,13 @@ RESTRICT="!test? ( test )"
 RDEPEND="
${PYTHON_DEPS}
app-crypt/libsecret
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/pyotp[${PYTHON_USEDEP}]
-   dev-python/python-gnupg[${PYTHON_USEDEP}]
-   dev-python/pyzbar[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/pillow[${PYTHON_MULTI_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   dev-python/pyotp[${PYTHON_MULTI_USEDEP}]
+   dev-python/python-gnupg[${PYTHON_MULTI_USEDEP}]
+   dev-python/pyzbar[${PYTHON_MULTI_USEDEP}]
+   ')
media-libs/gd
x11-libs/gtk+:3
 "

diff --git a/sys-auth/authenticator/authenticator-.ebuild 
b/sys-auth/authenticator/authenticator-.ebuild
index f3c1fe349d4..2d9e3b62d7b 100644
--- a/sys-auth/authenticator/authenticator-.ebuild
+++ b/sys-auth/authenticator/authenticator-.ebuild
@@ -27,11 +27,13 @@ RESTRICT="!test? ( test )"
 RDEPEND="
${PYTHON_DEPS}
app-crypt/libsecret
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/pyotp[${PYTHON_USEDEP}]
-   dev-python/python-gnupg[${PYTHON_USEDEP}]
-   dev-python/pyzbar[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/pillow[${PYTHON_MULTI_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   dev-python/pyotp[${PYTHON_MULTI_USEDEP}]
+   dev-python/python-gnupg[${PYTHON_MULTI_USEDEP}]
+   dev-python/pyzbar[${PYTHON_MULTI_USEDEP}]
+   ')
media-libs/gd
x11-libs/gtk+:3
 "



[gentoo-commits] repo/gentoo:master commit in: sys-auth/authenticator/files/, sys-auth/authenticator/

2019-07-23 Thread Michał Górny
commit: 4e2c679aa0540673f83dff5bf20c138a03f76a51
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 23 16:48:29 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 23 16:57:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2c679a

sys-auth/authenticator: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 sys-auth/authenticator/Manifest|  1 -
 sys-auth/authenticator/authenticator-0.2.1.ebuild  | 55 --
 .../files/disable-failing-tests.patch  | 24 --
 3 files changed, 80 deletions(-)

diff --git a/sys-auth/authenticator/Manifest b/sys-auth/authenticator/Manifest
index 2009e70cf69..c7653aef711 100644
--- a/sys-auth/authenticator/Manifest
+++ b/sys-auth/authenticator/Manifest
@@ -1,2 +1 @@
-DIST authenticator-0.2.1.tar.gz 147693 BLAKE2B 
b9f3a7fd5b3b7867120b9ed17b90cea4c07a271dc4d75a845ad539e15453a606d48e8637d44d12cecf9b91e5fb351d081c1add48c1a4a955444f39addd51b075
 SHA512 
aebf3ce147d5ccd404de6af52e130e9a85a3d5d86140d73026dac00219853652e7aa1e67db5838f9ac4d147021cd07b3ebfb86a1ab4b413ec3b98360097d1d6e
 DIST authenticator-0.2.4.tar.gz 142444 BLAKE2B 
2df1462452d5aaead51af111359120c8a464058730129fd984dd568c709c58f6940a34b996d3b5435b78bd87b433a29735d3fd8e9629b512915720063b49b1a1
 SHA512 
16b942d24a1136350f78de92a287dcc6b52e9347cd0b73e8310b87c6c24b7075aebe909fe20d80532f7fa1b54d332b8b62fd2fc7d26ce15888fd47bb686520e2

diff --git a/sys-auth/authenticator/authenticator-0.2.1.ebuild 
b/sys-auth/authenticator/authenticator-0.2.1.ebuild
deleted file mode 100644
index f11556202d2..000
--- a/sys-auth/authenticator/authenticator-0.2.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{5,6} )
-inherit gnome2-utils meson python-r1 virtualx xdg-utils
-
-DESCRIPTION="Two-factor authentication code generator for GNOME"
-HOMEPAGE="https://github.com/bilelmoussaoui/Authenticator";
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   SRC_URI=""
-   EGIT_REPO_URI="${HOMEPAGE}"
-else
-   
SRC_URI="https://github.com/bilelmoussaoui/Authenticator/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   S="${WORKDIR}/Authenticator-${PV}"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-DEPEND="
-   app-crypt/libsecret
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pyotp[${PYTHON_USEDEP}]
-   dev-python/pyzbar[${PYTHON_USEDEP}]
-   media-gfx/gnome-screenshot
-   x11-libs/gtk+:3
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/disable-failing-tests.patch" )
-
-pkg_preinst() {
-   gnome2_icon_savelist
-   gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   gnome2_schemas_update
-}
-
-src_test() {
-   xdg_environment_reset
-   virtx meson_src_test
-}

diff --git a/sys-auth/authenticator/files/disable-failing-tests.patch 
b/sys-auth/authenticator/files/disable-failing-tests.patch
deleted file mode 100644
index 0c17070d910..000
--- a/sys-auth/authenticator/files/disable-failing-tests.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/data/meson.build b/data/meson.build
-index d21a6d1..b2a849b 100644
 a/data/meson.build
-+++ b/data/meson.build
-@@ -50,10 +50,12 @@ endif
- 
- appstreamcli = find_program(['appstreamcli', 'appstream-util'], 
required:false)
- 
--if appstreamcli.found()
--  test (
--'Validate appdata file',
--appstreamcli,
--args: ['validate', join_paths(meson.current_build_dir (), 
meson.project_name() + '.appdata.xml')]
--  )
--endif
-+# This test fails because screenshot images do not comply with restrictions.
-+# See https://github.com/bilelmoussaoui/Authenticator/issues/67
-+#if appstreamcli.found()
-+#  test (
-+#'Validate appdata file',
-+#appstreamcli,
-+#args: ['validate', join_paths(meson.current_build_dir (), 
meson.project_name() + '.appdata.xml')]
-+#  )
-+#endif



[gentoo-commits] repo/gentoo:master commit in: sys-auth/authenticator/, sys-auth/authenticator/files/

2019-01-09 Thread Craig Andrews
commit: a0508b6bad045c67be5c8a0ce7fed393bb199c43
Author: Oleksandr Trotsenko  gmail  com>
AuthorDate: Fri Nov 23 02:51:18 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jan  9 19:58:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0508b6b

sys-auth/authenticator: 0.2.4 version bump, support Python 3.7

Introduce support for Python 3.7 and bump to the latest available version.

Closes: https://bugs.gentoo.org/663162
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Oleksandr Trotsenko  gmail.com>
Signed-off-by: Craig Andrews  gentoo.org>

 sys-auth/authenticator/Manifest|  1 +
 sys-auth/authenticator/authenticator-0.2.4.ebuild  | 70 ++
 sys-auth/authenticator/authenticator-.ebuild   | 41 -
 ...authenticator-0.2.4-disable-failing-tests.patch | 16 +
 ...or-0.2.4-support-use-of-gdlib-from-system.patch | 23 +++
 sys-auth/authenticator/metadata.xml|  3 +-
 6 files changed, 137 insertions(+), 17 deletions(-)

diff --git a/sys-auth/authenticator/Manifest b/sys-auth/authenticator/Manifest
index 2029d165c90..2009e70cf69 100644
--- a/sys-auth/authenticator/Manifest
+++ b/sys-auth/authenticator/Manifest
@@ -1 +1,2 @@
 DIST authenticator-0.2.1.tar.gz 147693 BLAKE2B 
b9f3a7fd5b3b7867120b9ed17b90cea4c07a271dc4d75a845ad539e15453a606d48e8637d44d12cecf9b91e5fb351d081c1add48c1a4a955444f39addd51b075
 SHA512 
aebf3ce147d5ccd404de6af52e130e9a85a3d5d86140d73026dac00219853652e7aa1e67db5838f9ac4d147021cd07b3ebfb86a1ab4b413ec3b98360097d1d6e
+DIST authenticator-0.2.4.tar.gz 142444 BLAKE2B 
2df1462452d5aaead51af111359120c8a464058730129fd984dd568c709c58f6940a34b996d3b5435b78bd87b433a29735d3fd8e9629b512915720063b49b1a1
 SHA512 
16b942d24a1136350f78de92a287dcc6b52e9347cd0b73e8310b87c6c24b7075aebe909fe20d80532f7fa1b54d332b8b62fd2fc7d26ce15888fd47bb686520e2

diff --git a/sys-auth/authenticator/authenticator-0.2.4.ebuild 
b/sys-auth/authenticator/authenticator-0.2.4.ebuild
new file mode 100644
index 000..f3d4d2cdf2b
--- /dev/null
+++ b/sys-auth/authenticator/authenticator-0.2.4.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+inherit gnome2-utils meson python-single-r1 virtualx xdg-utils
+
+DESCRIPTION="Two-factor authentication code generator for GNOME"
+HOMEPAGE="https://gitlab.gnome.org/World/Authenticator";
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   SRC_URI=""
+   EGIT_REPO_URI="${HOMEPAGE}"
+else
+   
SRC_URI="https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/Authenticator-${PV}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/Authenticator-${PV}"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+IUSE="test"
+RDEPEND="
+   ${PYTHON_DEPS}
+   app-crypt/libsecret
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/pyotp[${PYTHON_USEDEP}]
+   dev-python/python-gnupg[${PYTHON_USEDEP}]
+   dev-python/pyzbar[${PYTHON_USEDEP}]
+   media-libs/gd
+   x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}
+   test? ( x11-apps/xhost )"
+PATCHES=(
+   "${FILESDIR}/${P}-disable-failing-tests.patch"
+   "${FILESDIR}/${P}-support-use-of-gdlib-from-system.patch"
+)
+
+src_prepare() {
+   default
+
+   sed -i -e "1s:#!/usr/bin/env python3:#!${PYTHON}:" 
"authenticator.py.in" || die "Could not fix shebang."
+
+   rm -r "subprojects/libgd" || die "Could not remove the subproject libgd 
folder."
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+   gnome2_schemas_savelist
+}
+
+src_test() {
+   xdg_environment_reset
+   virtx meson_src_test
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   gnome2_schemas_update
+}

diff --git a/sys-auth/authenticator/authenticator-.ebuild 
b/sys-auth/authenticator/authenticator-.ebuild
index f11556202d2..5d876f94594 100644
--- a/sys-auth/authenticator/authenticator-.ebuild
+++ b/sys-auth/authenticator/authenticator-.ebuild
@@ -1,44 +1,60 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{5,6} )
-inherit gnome2-utils meson python-r1 virtualx xdg-utils
+PYTHON_COMPAT=( python3_{5,6,7} )
+inherit gnome2-utils meson python-single-r1 virtualx xdg-utils
 
 DESCRIPTION="Two-factor authentication code generator for GNOME"
-HOMEPAGE="https://github.com/bilelmoussaoui/Authenticator";
+HOMEPAGE="https://gitlab.gnome.org/World/Authenticator";
 
 if [[ ${PV} == * ]]; then
inherit git-r3
SRC_URI=""
EGIT_REPO_URI="${HOMEPAGE}"
 else
-   
SRC_URI="https://github.com/bilelmoussaoui/A