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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DFBEE158086 for ; Wed, 8 Dec 2021 11:38:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3253B2BC040; Wed, 8 Dec 2021 11:38:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0839A2BC040 for ; Wed, 8 Dec 2021 11:38:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9B8B343715 for ; Wed, 8 Dec 2021 11:38:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02C1E268 for ; Wed, 8 Dec 2021 11:38:04 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1638962663.06ff08f6ee8e5c61640b7014fa7f2818a1899b43.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gnome-extra/authenticator/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gnome-extra/authenticator/Manifest gnome-extra/authenticator/authenticator-4.0.3.ebuild gnome-extra/authenticator/metadata.xml X-VCS-Directories: gnome-extra/authenticator/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 06ff08f6ee8e5c61640b7014fa7f2818a1899b43 X-VCS-Branch: master Date: Wed, 8 Dec 2021 11:38:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1ae7d993-e27d-4d53-b7d4-e8d300a2b324 X-Archives-Hash: 4633a76c5d298bc2a16c0662984f5982 commit: 06ff08f6ee8e5c61640b7014fa7f2818a1899b43 Author: Gerben Jan Dijkman gjdwebserver nl> AuthorDate: Wed Dec 8 11:24:23 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Dec 8 11:24:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06ff08f6 gnome-extra: Removed Autenthcator only works using flatpak Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Gerben Jan Dijkman gjdwebserver.nl> gnome-extra/authenticator/Manifest | 1 - .../authenticator/authenticator-4.0.3.ebuild | 45 ---------------------- gnome-extra/authenticator/metadata.xml | 12 ------ 3 files changed, 58 deletions(-) diff --git a/gnome-extra/authenticator/Manifest b/gnome-extra/authenticator/Manifest deleted file mode 100644 index 957a4c22d..000000000 --- a/gnome-extra/authenticator/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST authenticator-4.0.3.tar.gz 411473 BLAKE2B aebc1bd99ae78050447495ce99a6379a9358c8cd9469561cb30b8d8fd6ce3d98a1f3e7f966a3a6c9ff8ffcb39893571080eaae601a733e8a4a04a484041de529 SHA512 81900b0a31398597bab9f40a79432d3a3c31fe9eea162a9699c10ff01ba6aba210f1a3e1a70e113090f8aea49a12fd32dac005c7b64f1c73a6cfe56303243186 diff --git a/gnome-extra/authenticator/authenticator-4.0.3.ebuild b/gnome-extra/authenticator/authenticator-4.0.3.ebuild deleted file mode 100644 index 13d5e4cf5..000000000 --- a/gnome-extra/authenticator/authenticator-4.0.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -VALA_USE_DEPEND="vapigen" - -inherit vala meson gnome2-utils xdg - -DESCRIPTION="Simple application for generating Two-Factor Authentication Codes." -HOMEPAGE="https://gitlab.gnome.org/World/Authenticator" -SRC_URI="https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/${PN}-${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -#KEYWORDS="~arm64" -IUSE="+introspection +vala" -REQUIRED_USE="vala? ( introspection )" - -DEPEND=" - gnome-base/gnome-common - gui-libs/gtk - x11-libs/libadwaita - x11-libs/gdk-pixbuf - >=media-libs/gstreamer-1.18.0 - " -RDEPEND="${DEPEND}" -BDEPEND=" - vala? ( $(vala_depend) ) - dev-util/meson - dev-libs/gobject-introspection - " - -S="${WORKDIR}/$PN-${PV}" - -src_install() { - meson_src_install -} - -pkg_postinst() { - gnome2_schemas_update -} - -pkg_postrm() { - gnome2_schemas_update -} diff --git a/gnome-extra/authenticator/metadata.xml b/gnome-extra/authenticator/metadata.xml deleted file mode 100644 index d5d190b08..000000000 --- a/gnome-extra/authenticator/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - gjdijkman@gjdwebserver.nl - Gerben Jan Dijkman - - - https://gitlab.gnome.org/World/Authenticator - https://gitlab.gnome.org/World/Authenticator/-/issues - -