commit:     5035b6a32a8cfe208147a9011a2d9bd60b69f1b2
Author:     Hoël Bézier <hoelbezier <AT> riseup <DOT> net>
AuthorDate: Thu Feb 27 19:27:18 2025 +0000
Commit:     Hoël Bézier <hoelbezier <AT> riseup <DOT> net>
CommitDate: Thu Feb 27 19:28:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5035b6a3

app-admin/passage: new package, add 1.7.4.2

Signed-off-by: Hoël Bézier <hoelbezier <AT> riseup.net>

 app-admin/passage/Manifest               |  1 +
 app-admin/passage/metadata.xml           | 12 ++++++++++++
 app-admin/passage/passage-1.7.4.2.ebuild | 27 +++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/app-admin/passage/Manifest b/app-admin/passage/Manifest
new file mode 100644
index 000000000..3267f4d01
--- /dev/null
+++ b/app-admin/passage/Manifest
@@ -0,0 +1 @@
+DIST 1.7.4a2.tar.gz 19537 BLAKE2B 
2dad41eea45f61342e6ab7c98f8f341b787b734a77bf34a1682d39315040fd5233fa00c2b31ed015d4b98cf7e386334409ac048dcb988b101d7c80c893bec593
 SHA512 
20b6ec5ac188407a86c04300590918eb179eeb2b93f5a72ed1276d299691cfded79e4766f7170899d14c99ae986cf55af20831595253d540869e0557ba093d86

diff --git a/app-admin/passage/metadata.xml b/app-admin/passage/metadata.xml
new file mode 100644
index 000000000..9e444ea92
--- /dev/null
+++ b/app-admin/passage/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Hoël Bézier</name>
+       </maintainer>
+       <upstream>
+               <bugs-to>https://github.com/FiloSottile/passage/issues</bugs-to>
+               <remote-id type="github">FiloSottile/passage</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/app-admin/passage/passage-1.7.4.2.ebuild 
b/app-admin/passage/passage-1.7.4.2.ebuild
new file mode 100644
index 000000000..1c919fa0a
--- /dev/null
+++ b/app-admin/passage/passage-1.7.4.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="$(ver_rs 3 a)"
+
+DESCRIPTION="A fork of password-store using age as encryption backend"
+HOMEPAGE="https://github.com/FiloSottile/passage";
+SRC_URI="https://github.com/FiloSottile/${PN}/archive/refs/tags/${MY_PV}.tar.gz";
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="wayland git"
+
+RDEPEND="
+       app-crypt/age
+       app-shells/bash
+       >=app-text/tree-1.7.0
+       sys-apps/coreutils
+       wayland? ( gui-apps/wl-clipboard )
+       git? ( dev-vcs/git )
+"

Reply via email to