summaryrefslogtreecommitdiff
path: root/sys-auth/otpcalc
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /sys-auth/otpcalc
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'sys-auth/otpcalc')
-rw-r--r--sys-auth/otpcalc/Manifest1
-rw-r--r--sys-auth/otpcalc/metadata.xml14
-rw-r--r--sys-auth/otpcalc/otpcalc-0.98.1.ebuild20
3 files changed, 0 insertions, 35 deletions
diff --git a/sys-auth/otpcalc/Manifest b/sys-auth/otpcalc/Manifest
deleted file mode 100644
index 6f627b793eca..000000000000
--- a/sys-auth/otpcalc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST otpcalc-0.98.1.tar.bz2 19800 BLAKE2B 84a04ad7173eb55729952dab02ff4b87488c210fcb8278d85528f7d2995624f481f54b02575c604b21e7b9c9d43c84ab7e1b284ff98aa05a8e626ae12f71b6e3 SHA512 105e31d3cc2fafd8ccd0f23f443b6f8cf1952c4d3dca1e28f68de87d1b486b69fafad5083422029206014786e32cd2d9bf87ab6ca2a6196726efb35a72c814c5
diff --git a/sys-auth/otpcalc/metadata.xml b/sys-auth/otpcalc/metadata.xml
deleted file mode 100644
index db8bb0fcd499..000000000000
--- a/sys-auth/otpcalc/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://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>
-<upstream>
- <remote-id type="gitlab">otpcalc/otpcalc</remote-id>
-</upstream>
-</pkgmetadata>
diff --git a/sys-auth/otpcalc/otpcalc-0.98.1.ebuild b/sys-auth/otpcalc/otpcalc-0.98.1.ebuild
deleted file mode 100644
index 345e2c8ba9cf..000000000000
--- a/sys-auth/otpcalc/otpcalc-0.98.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg
-
-DESCRIPTION="A One Time Password and S/Key calculator for GTK+"
-HOMEPAGE="https://gitlab.com/otpcalc/otpcalc
- http://www.killa.net/infosec/otpCalc/"
-SRC_URI="https://gitlab.com/otpcalc/${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"