commit:     73ea52cd9f8119600ec7cc6a08ad4c6fb8e3b234
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 10 06:07:14 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>mgo...@gentoo.org</email>
+               <name>Michał Górny</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to