* [gentoo-commits] repo/proj/guru:master commit in: app-admin/pass-update/
@ 2021-09-16 5:56 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2021-09-16 5:56 UTC (permalink / raw
To: gentoo-commits
commit: 6b29af43af6154313832f110011eebab9f927179
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Sep 16 01:20:08 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 16 01:20:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b29af43
app-admin/pass-update: New Package, imported from ::lanodanOverlay
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
app-admin/pass-update/Manifest | 1 +
app-admin/pass-update/metadata.xml | 8 ++++++++
app-admin/pass-update/pass-update-2.1.ebuild | 11 +++++++++++
3 files changed, 20 insertions(+)
diff --git a/app-admin/pass-update/Manifest b/app-admin/pass-update/Manifest
new file mode 100644
index 000000000..9a0f09102
--- /dev/null
+++ b/app-admin/pass-update/Manifest
@@ -0,0 +1 @@
+DIST pass-update-2.1.tar.gz 46200 BLAKE2B 6993e872ad1327d0e2b4b7b6ea0563a50e016d3e65efd6ed8b5a7e2040ef67ab8a6421d69fe540dadc92b64e065beac6e792003117fdf3644d61f6809c779ac8 SHA512 6f7e12ff8bc608bbfb5ae15efd13052896f247d53d9d092f1c1cc527a0e33d8f638264af2ca4af8c94d772c998f9d321cfceeaaad843fb8b5322a2e9bf7d08d5
diff --git a/app-admin/pass-update/metadata.xml b/app-admin/pass-update/metadata.xml
new file mode 100644
index 000000000..c698af234
--- /dev/null
+++ b/app-admin/pass-update/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>contact@hacktivis.me</email>
+ <name>Haelwenn (lanodan) Monnier</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-admin/pass-update/pass-update-2.1.ebuild b/app-admin/pass-update/pass-update-2.1.ebuild
new file mode 100644
index 000000000..e7c2bf024
--- /dev/null
+++ b/app-admin/pass-update/pass-update-2.1.ebuild
@@ -0,0 +1,11 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="pass extension that provides an easy flow for updating passwords"
+HOMEPAGE="https://github.com/roddhjav/pass-update"
+SRC_URI="https://github.com/roddhjav/pass-update/releases/download/v${PV}/${P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-admin/pass-update/
@ 2023-05-27 17:22 Viorel Munteanu
0 siblings, 0 replies; 4+ messages in thread
From: Viorel Munteanu @ 2023-05-27 17:22 UTC (permalink / raw
To: gentoo-commits
commit: b8eb11a8d2c6e6be3e596b899805cbdabbe13bc6
Author: Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev>
AuthorDate: Sat May 27 16:53:15 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat May 27 16:53:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8eb11a8
app-admin/pass-update: add github upstream metadata
Signed-off-by: Rahul Sandhu <rahul <AT> sandhuservices.dev>
app-admin/pass-update/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-admin/pass-update/metadata.xml b/app-admin/pass-update/metadata.xml
index 2092bcc33..d75ada94e 100644
--- a/app-admin/pass-update/metadata.xml
+++ b/app-admin/pass-update/metadata.xml
@@ -5,4 +5,7 @@
<email>contact@hacktivis.me</email>
<name>Haelwenn (lanodan) Monnier</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">roddhjav/pass-update</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-admin/pass-update/
@ 2024-02-28 7:19 Florian Schmaus
0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2024-02-28 7:19 UTC (permalink / raw
To: gentoo-commits
commit: 7da4cf40c32e1ebfdb1797787c904a39ee698c04
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Tue Feb 27 06:26:43 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Feb 27 06:27:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7da4cf40
app-admin/pass-update: add 2.2, drop 2.1
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
app-admin/pass-update/Manifest | 2 +-
.../pass-update/{pass-update-2.1.ebuild => pass-update-2.2.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/pass-update/Manifest b/app-admin/pass-update/Manifest
index 9a0f09102c..103eda1a2f 100644
--- a/app-admin/pass-update/Manifest
+++ b/app-admin/pass-update/Manifest
@@ -1 +1 @@
-DIST pass-update-2.1.tar.gz 46200 BLAKE2B 6993e872ad1327d0e2b4b7b6ea0563a50e016d3e65efd6ed8b5a7e2040ef67ab8a6421d69fe540dadc92b64e065beac6e792003117fdf3644d61f6809c779ac8 SHA512 6f7e12ff8bc608bbfb5ae15efd13052896f247d53d9d092f1c1cc527a0e33d8f638264af2ca4af8c94d772c998f9d321cfceeaaad843fb8b5322a2e9bf7d08d5
+DIST pass-update-2.2.tar.gz 51171 BLAKE2B 7290b11fc1687532c4cf576af6708591654048dca1965cb9c291a3ee3218ca618873484c43ede100f95bb9fbff479eb766d42cc29f79d89fccb790a3d2384a91 SHA512 cfe6e99087624242cab0c5af046b0de10c52c76203ab22d31e8dafd1ce45276810f28d5814ddfe956c8fb7dce37a37e3242d004926c1ad8e750bb0702b6c27f5
diff --git a/app-admin/pass-update/pass-update-2.1.ebuild b/app-admin/pass-update/pass-update-2.2.ebuild
similarity index 100%
rename from app-admin/pass-update/pass-update-2.1.ebuild
rename to app-admin/pass-update/pass-update-2.2.ebuild
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-admin/pass-update/
@ 2024-02-29 13:56 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-02-29 13:56 UTC (permalink / raw
To: gentoo-commits
commit: c09a9d70c38612c6a065eb225b4bb9f1637688af
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Feb 29 08:39:38 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Feb 29 08:39:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c09a9d70
app-admin/pass-update: add 2.2.1, drop 2.2
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
app-admin/pass-update/Manifest | 2 +-
.../pass-update/{pass-update-2.2.ebuild => pass-update-2.2.1.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/pass-update/Manifest b/app-admin/pass-update/Manifest
index 103eda1a2f..492ee7521e 100644
--- a/app-admin/pass-update/Manifest
+++ b/app-admin/pass-update/Manifest
@@ -1 +1 @@
-DIST pass-update-2.2.tar.gz 51171 BLAKE2B 7290b11fc1687532c4cf576af6708591654048dca1965cb9c291a3ee3218ca618873484c43ede100f95bb9fbff479eb766d42cc29f79d89fccb790a3d2384a91 SHA512 cfe6e99087624242cab0c5af046b0de10c52c76203ab22d31e8dafd1ce45276810f28d5814ddfe956c8fb7dce37a37e3242d004926c1ad8e750bb0702b6c27f5
+DIST pass-update-2.2.1.tar.gz 51214 BLAKE2B 32df03dd62ff5932b1c2a95a05d5f519541e461bb3e4e6212a8d5dc23de33b20006c86a76ba8885534d3fce48b0c233567ab0bb7faf6e7c80d5836438dec3d3e SHA512 ab3dff67eed5ffc2f51df7ea9787195db4f7443af0ce772952c92fe5c7c828ce63b8a65d0b985a39e1e10e0a8d6a3217fe50f33d4f13e60ec3fc259a84554ebb
diff --git a/app-admin/pass-update/pass-update-2.2.ebuild b/app-admin/pass-update/pass-update-2.2.1.ebuild
similarity index 100%
rename from app-admin/pass-update/pass-update-2.2.ebuild
rename to app-admin/pass-update/pass-update-2.2.1.ebuild
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-02-29 13:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-28 7:19 [gentoo-commits] repo/proj/guru:master commit in: app-admin/pass-update/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2024-02-29 13:56 David Roman
2023-05-27 17:22 Viorel Munteanu
2021-09-16 5:56 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox