summaryrefslogtreecommitdiff
path: root/app-emacs/password-store-otp
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-emacs/password-store-otp
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'app-emacs/password-store-otp')
-rw-r--r--app-emacs/password-store-otp/Manifest1
-rw-r--r--app-emacs/password-store-otp/files/50password-store-otp-gentoo.el6
-rw-r--r--app-emacs/password-store-otp/metadata.xml19
-rw-r--r--app-emacs/password-store-otp/password-store-otp-0.1.5.ebuild27
4 files changed, 0 insertions, 53 deletions
diff --git a/app-emacs/password-store-otp/Manifest b/app-emacs/password-store-otp/Manifest
deleted file mode 100644
index 341d808822c1..000000000000
--- a/app-emacs/password-store-otp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST password-store-otp-0.1.5.tar.gz 17170 BLAKE2B c0acad88be4e494f2ff6b07c4c2219ba6f4613cf87a00cb120e871dd3cf0a066aa7d412aabbfed5ec1fe4f4b49f6fbfe9f4ff1c7b1ba1b216a87e0284cf11148 SHA512 b9002985dedd825e0fb27b0e96214873351c415006fd94e2a545ba56605c81bfd02243709cb841f2a79d0b003866945a00194c8ab808e6e297c62b2a27113401
diff --git a/app-emacs/password-store-otp/files/50password-store-otp-gentoo.el b/app-emacs/password-store-otp/files/50password-store-otp-gentoo.el
deleted file mode 100644
index de30efa64436..000000000000
--- a/app-emacs/password-store-otp/files/50password-store-otp-gentoo.el
+++ /dev/null
@@ -1,6 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'password-store-otp-token-copy "password-store-otp" nil t)
-(autoload 'password-store-otp-uri-copy "password-store-otp" nil t)
-(autoload 'password-store-otp-insert "password-store-otp" nil t)
-(autoload 'password-store-otp-append "password-store-otp" nil t)
-(autoload 'password-store-otp-append-from-image "password-store-otp" nil t)
diff --git a/app-emacs/password-store-otp/metadata.xml b/app-emacs/password-store-otp/metadata.xml
deleted file mode 100644
index 6d885455f8ee..000000000000
--- a/app-emacs/password-store-otp/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>gnu-emacs@gentoo.org</email>
- <name>Gentoo GNU Emacs project</name>
-</maintainer>
-<longdescription>
- Emacs functions to interact with the pass-otp extension for
- <pkg>app-admin/pass</pkg>.
-
- It includes functions to import OTP URIs from screenshots of QR codes,
- and to export them back to QR codes if needed.
-</longdescription>
-<stabilize-allarches />
-<upstream>
- <remote-id type="github">volrath/password-store-otp.el</remote-id>
-</upstream>
-</pkgmetadata>
diff --git a/app-emacs/password-store-otp/password-store-otp-0.1.5.ebuild b/app-emacs/password-store-otp/password-store-otp-0.1.5.ebuild
deleted file mode 100644
index cf8359f6a579..000000000000
--- a/app-emacs/password-store-otp/password-store-otp-0.1.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=9
-
-inherit elisp
-
-DESCRIPTION="Major mode for password-store"
-HOMEPAGE="https://github.com/volrath/password-store-otp.el"
-SRC_URI="https://github.com/volrath/${PN}.el/archive/refs/tags/${PV}.tar.gz
- -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}.el-${PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-
-BDEPEND="app-admin/pass[emacs]
- app-emacs/s"
-RDEPEND="${BDEPEND}
- app-admin/pass-otp"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-# tests are for old buttercup without lexical binding
-#elisp-enable-tests buttercup tests