From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/dev/ulm:master commit in: sys-auth/otpcalc/
Date: Mon, 8 Feb 2021 18:03:52 +0000 (UTC) [thread overview]
Message-ID: <1612807415.0c29181b4e19f058de8982a913e31a14dd5e85ce.ulm@gentoo> (raw)
commit: 0c29181b4e19f058de8982a913e31a14dd5e85ce
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 8 18:03:35 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 8 18:03:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=0c29181b
sys-auth/otpcalc: Live ebuild
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
sys-auth/otpcalc/metadata.xml | 11 +++++++++++
sys-auth/otpcalc/otpcalc-9999.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/sys-auth/otpcalc/metadata.xml b/sys-auth/otpcalc/metadata.xml
new file mode 100644
index 0000000..1135f79
--- /dev/null
+++ b/sys-auth/otpcalc/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>ulm@gentoo.org</email>
+</maintainer>
+<longdescription lang="en">
+ otpCalc is an RFC2289 and RFC1760 compliant one time password calculator,
+ written to use the GTK+ library for screen I/O.
+</longdescription>
+</pkgmetadata>
diff --git a/sys-auth/otpcalc/otpcalc-9999.ebuild b/sys-auth/otpcalc/otpcalc-9999.ebuild
new file mode 100644
index 0000000..940ec69
--- /dev/null
+++ b/sys-auth/otpcalc/otpcalc-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3 meson
+
+DESCRIPTION="A One Time Password and S/Key calculator for X"
+HOMEPAGE="http://www.killa.net/infosec/otpCalc/"
+EGIT_REPO_URI="https://gitlab.com/ulm/otpcalc.git"
+
+LICENSE="GPL-2+" # bundled crypto functions are not used
+SLOT="0"
+
+RDEPEND="dev-libs/openssl:0=
+ x11-libs/gtk+:3"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+ local emesonargs=( -Dlibcrypto=enabled )
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+ dosym otpCalc /usr/bin/otpcalc
+ newman - otpcalc.1 <<< ".so man1/otpCalc.1"
+}
next reply other threads:[~2021-02-08 18:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-08 18:03 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-02-21 21:17 [gentoo-commits] repo/dev/ulm:master commit in: sys-auth/otpcalc/ Ulrich Müller
2022-07-18 18:32 Ulrich Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1612807415.0c29181b4e19f058de8982a913e31a14dd5e85ce.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox