diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-02-21 19:25:48 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-02-21 19:26:23 +0100 |
commit | 949c1f25db78cd66177ae3289c9b951227893e87 (patch) | |
tree | 658cd00859135c40ad683fa495d5743d180fec63 /sys-auth | |
parent | sys-fs/sysfsutils: Bump to version 2.1.1 (diff) | |
download | gentoo-949c1f25db78cd66177ae3289c9b951227893e87.tar.gz gentoo-949c1f25db78cd66177ae3289c9b951227893e87.tar.bz2 gentoo-949c1f25db78cd66177ae3289c9b951227893e87.zip |
sys-auth/otpcalc: Version bump to 0.97.9
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/otpcalc/Manifest | 1 | ||||
-rw-r--r-- | sys-auth/otpcalc/otpcalc-0.97.9.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/sys-auth/otpcalc/Manifest b/sys-auth/otpcalc/Manifest index 0962c93e2d5d..656180c563d9 100644 --- a/sys-auth/otpcalc/Manifest +++ b/sys-auth/otpcalc/Manifest @@ -1,2 +1,3 @@ DIST otpCalc-0.97.tar.gz 123704 BLAKE2B 197dd2dafa634a2049ec7355e89bfe3a7fb2792560c133509477d073b73d754f9a1dc5c634010db48118c486dedc4933114a5e93671fbb27f3fa4a4a3140fad1 SHA512 5d22bd01fe90b32801d6f1c5ac3105036c14ac8197dda3c8454974ec72830a5f8cd693bd0520a51defdb0a7c7703483770410ba560436168826f8b6133a2524f DIST otpcalc-0.97-patches-1.tar.xz 4384 BLAKE2B 3bdf043c6b0101f4c28bd90a2c7da997e64e9a794d517484e08809d47f46feacfb764ec76f58c205e71dfaef6c25868bcaa4e5fe54bd45c0d7d5958c83ab488e SHA512 950b2df68acf377750710b0b9578b431b4aa745414a494b87062fffa559485cc4117bb08e68f22a79781047cfd2682082e30b1db81cddc5a3448bc285c5553bf +DIST otpcalc-0.97.9.tar.bz2 57967 BLAKE2B c4962944808a526f18554e8dd6c3fd3777097c6f96d7a9a998df664697eedd848a3bed8196abdef0edfde155958a498392412b3633c50af91feb3335e5a1bd20 SHA512 f06bb54f38c5b63a1f63055a83e1f3e6bd3a0578458b3c1b8903566441eaaa9ed29c88d929ffdccba1f5ff5e9e5f5f0fc64a73e699154e502ca1d608a7c6d4b8 diff --git a/sys-auth/otpcalc/otpcalc-0.97.9.ebuild b/sys-auth/otpcalc/otpcalc-0.97.9.ebuild new file mode 100644 index 000000000000..7405bc0c0140 --- /dev/null +++ b/sys-auth/otpcalc/otpcalc-0.97.9.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson xdg + +DESCRIPTION="A One Time Password and S/Key calculator for GTK+" +HOMEPAGE="http://www.killa.net/infosec/otpCalc/ + https://gitlab.com/ulm/otpcalc" +SRC_URI="https://gitlab.com/ulm/${PN}/-/archive/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +RDEPEND="dev-libs/openssl:0= + x11-libs/gtk+:3" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" |