app-emacs/pass: drop old 2.0_p20260109

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2026-04-15 17:10:58 +02:00
parent c3eaa1132b
commit 19b53be4e0
2 changed files with 0 additions and 25 deletions
-1
View File
@@ -1,2 +1 @@
DIST pass-2.0_p20260109.tar.gz 22951 BLAKE2B 2a89ff46e6e3b4d364cdfbb32d030b310111db6afdfe87e9cb379f0562f0b8402938132e96134b3e2055ece1baf43013cbbcb1cd1e29262f18c352dde1a83649 SHA512 38ae2fed35e566d09484da605ca068091a93ee3ede35cc2b55502182851bea0054fe2687a86598ebf0509e8ef062479ca464d25d7c373204bb2e752af31b2406
DIST pass-2.0_p20260214.tar.gz 22969 BLAKE2B 019e8fcea23c6e113b49da9322cc6ba3697c8b4242b0cac2193fca508cde05146073940eefef1db8e7bf8c7e323efbbd6f325499e10b2cabf99ee33220b17f31 SHA512 ff80695d9c66d3263ca415e30caff3dac331943e6406007e04a10e69d7de5a7faca663b3c820a397518edc43f77bb2dd9f653a301b7a647d4aa42068bba173eb
-24
View File
@@ -1,24 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
inherit elisp
COMMIT="de4adfaeba5eb4d1facaf75f582f1ba36373299a"
DESCRIPTION="Major mode for password-store"
HOMEPAGE="https://github.com/NicolasPetton/pass"
SRC_URI="https://github.com/NicolasPetton/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64"
RDEPEND="app-admin/pass[emacs]
app-emacs/f
app-emacs/password-store-otp"
BDEPEND="${RDEPEND}"
DOCS=( README.md CONTRIBUTING.md )
SITEFILE="60${PN}-gentoo.el"