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 6624F138334 for ; Fri, 10 Aug 2018 06:16:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46C06E089E; Fri, 10 Aug 2018 06:16:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 03BD8E089E for ; Fri, 10 Aug 2018 06:16:13 +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 230EB335C06 for ; Fri, 10 Aug 2018 06:16:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 441A0389 for ; Fri, 10 Aug 2018 06:16:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1533881762.73ea52cd9f8119600ec7cc6a08ad4c6fb8e3b234.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/google-authenticator-wrappers/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/google-authenticator-wrappers/Manifest sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-1.ebuild sys-auth/google-authenticator-wrappers/metadata.xml X-VCS-Directories: sys-auth/google-authenticator-wrappers/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 73ea52cd9f8119600ec7cc6a08ad4c6fb8e3b234 X-VCS-Branch: master Date: Fri, 10 Aug 2018 06:16:09 +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: 2b75e1b4-fe9d-4260-8f78-c378eb37e70f X-Archives-Hash: e2f453f7a8988cb2987fd1696fde6f5b commit: 73ea52cd9f8119600ec7cc6a08ad4c6fb8e3b234 Author: Michał Górny gentoo org> AuthorDate: Fri Aug 10 06:07:14 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 10 06:16:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ea52cd sys-auth/google-authenticator-wrappers: New package New package for wrappers used to manage google-authenticator setup on Gentoo Infra. sys-auth/google-authenticator-wrappers/Manifest | 1 + .../google-authenticator-wrappers-1.ebuild | 17 +++++++++++++++++ sys-auth/google-authenticator-wrappers/metadata.xml | 8 ++++++++ 3 files changed, 26 insertions(+) diff --git a/sys-auth/google-authenticator-wrappers/Manifest b/sys-auth/google-authenticator-wrappers/Manifest new file mode 100644 index 00000000000..a881142aada --- /dev/null +++ b/sys-auth/google-authenticator-wrappers/Manifest @@ -0,0 +1 @@ +DIST google-authenticator-wrappers-1.tar.gz 1379 BLAKE2B b8566281ade004a6b8996b18138754bab0f8ad2c4c23f4481b8a4f511a779a661fa7f1d68d22f43d0a077b9cef6dc5979d6ec522736d66e969db25c38a89062c SHA512 28d85206486c7aef9c1aee6e97e99950dd152c2114ae72c96c0af53debb1108e3d021766349d175cc6e402948f0ecd51a289575ebaa86680010ac50316e0146b diff --git a/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-1.ebuild b/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-1.ebuild new file mode 100644 index 00000000000..8b4ab71f9da --- /dev/null +++ b/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="Set of scripts to manage google-auth setup on Gentoo Infra" +HOMEPAGE="https://github.com/mgorny/google-authenticator-wrappers" +SRC_URI="https://github.com/mgorny/google-authenticator-wrappers/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="sys-auth/google-authenticator" diff --git a/sys-auth/google-authenticator-wrappers/metadata.xml b/sys-auth/google-authenticator-wrappers/metadata.xml new file mode 100644 index 00000000000..0319eec4c8b --- /dev/null +++ b/sys-auth/google-authenticator-wrappers/metadata.xml @@ -0,0 +1,8 @@ + + + + + mgorny@gentoo.org + Michał Górny + +