public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/himitsu-totp/
@ 2022-08-13  9:37 Haelwenn Monnier
  0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2022-08-13  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     a18eca7c87aa3933e8dd7620668d271d68c7b22b
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Aug 13 09:37:03 2022 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Aug 13 09:37:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a18eca7c

app-admin/himitsu-totp: new package, add 9999

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 app-admin/himitsu-totp/Manifest                 |  1 +
 app-admin/himitsu-totp/himitsu-totp-9999.ebuild | 44 +++++++++++++++++++++++++
 app-admin/himitsu-totp/metadata.xml             |  8 +++++
 3 files changed, 53 insertions(+)

diff --git a/app-admin/himitsu-totp/Manifest b/app-admin/himitsu-totp/Manifest
new file mode 100644
index 000000000..0aeec05c5
--- /dev/null
+++ b/app-admin/himitsu-totp/Manifest
@@ -0,0 +1 @@
+DIST himitsu-ssh-0.1.tar.gz 18378 BLAKE2B 92c9f9838dbab8df7d57321c1692fdfaa5e342eed14d08aac7eacb088e0eacaf5abe05b396eb05f14d0feb1f8d85034365464087729cc79b168a76253778b311 SHA512 f1bb3dfe2ee5843e867748f5177f1f34007674e3b6f2cb9ba701edc2dca8e979ba9882dc5012197b10053583b7536d71b0a214c57aa03e2576d08cb12e9e1e4c

diff --git a/app-admin/himitsu-totp/himitsu-totp-9999.ebuild b/app-admin/himitsu-totp/himitsu-totp-9999.ebuild
new file mode 100644
index 000000000..7e0791c39
--- /dev/null
+++ b/app-admin/himitsu-totp/himitsu-totp-9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ "${PV}" = "9999" ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/himitsu-totp"
+else
+	SRC_URI="https://git.sr.ht/~sircmpwn/himitsu-totp/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm64 ~riscv"
+fi
+
+DESCRIPTION="TOTP support for Himitsu"
+HOMEPAGE="https://git.sr.ht/~sircmpwn/himitsu-totp"
+LICENSE="GPL-3"
+SLOT="0"
+
+IUSE=""
+
+RDEPEND="app-admin/himitsu:="
+DEPEND="
+	${RDEPEND}
+	dev-lang/hare:=
+"
+BDEPEND="app-text/scdoc"
+
+# hare binary
+QA_FLAGS_IGNORED="usr/bin/hitotp"
+
+src_prepare() {
+	default
+
+	sed -i 's|^use query;|use himitsu::query;|' cmd/hitotp/main.ha || die
+}
+
+src_configure() {
+	sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
+}
+
+src_install() {
+	einstalldocs
+	dobin hitotp
+}

diff --git a/app-admin/himitsu-totp/metadata.xml b/app-admin/himitsu-totp/metadata.xml
new file mode 100644
index 000000000..c698af234
--- /dev/null
+++ b/app-admin/himitsu-totp/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>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/himitsu-totp/
@ 2022-08-13 10:05 Haelwenn Monnier
  0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2022-08-13 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     7effddc83b2b9975baccd9c77dcdd314c9f42e62
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Aug 13 10:03:26 2022 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Aug 13 10:03:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7effddc8

app-admin/himitsu-totp: clean Manifest

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 app-admin/himitsu-totp/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-admin/himitsu-totp/Manifest b/app-admin/himitsu-totp/Manifest
deleted file mode 100644
index 0aeec05c5..000000000
--- a/app-admin/himitsu-totp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST himitsu-ssh-0.1.tar.gz 18378 BLAKE2B 92c9f9838dbab8df7d57321c1692fdfaa5e342eed14d08aac7eacb088e0eacaf5abe05b396eb05f14d0feb1f8d85034365464087729cc79b168a76253778b311 SHA512 f1bb3dfe2ee5843e867748f5177f1f34007674e3b6f2cb9ba701edc2dca8e979ba9882dc5012197b10053583b7536d71b0a214c57aa03e2576d08cb12e9e1e4c


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/himitsu-totp/
@ 2024-04-01  4:57 Haelwenn Monnier
  0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2024-04-01  4:57 UTC (permalink / raw
  To: gentoo-commits

commit:     7620cb3e3f8a0cc71917e489bc2af7ca9a11e000
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Mon Apr  1 04:56:53 2024 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Apr  1 04:56:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7620cb3e

app-admin/himitsu-totp: add 0.1

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 app-admin/himitsu-totp/Manifest                             |  1 +
 .../{himitsu-totp-9999.ebuild => himitsu-totp-0.1.ebuild}   | 13 +------------
 app-admin/himitsu-totp/himitsu-totp-9999.ebuild             | 13 +------------
 3 files changed, 3 insertions(+), 24 deletions(-)

diff --git a/app-admin/himitsu-totp/Manifest b/app-admin/himitsu-totp/Manifest
new file mode 100644
index 0000000000..a5701767e4
--- /dev/null
+++ b/app-admin/himitsu-totp/Manifest
@@ -0,0 +1 @@
+DIST himitsu-totp-0.1.tar.gz 15188 BLAKE2B c5165556e67440e847f9ee6ab653705f22953b08a678e6a865e9d0fe2946b8ad755e685b62b0bdf5dc9c5f44698d85c8095bd8b2b43f5731721c26e407868955 SHA512 767dbfc0bee2942e4b2a75ea2e76ec39f06bcc979cd6f6f1e63d7e64d4f26c311458f47c282915f0e6f4ea39582510b4f516ac76251acb617105495f9bdfeb30

diff --git a/app-admin/himitsu-totp/himitsu-totp-9999.ebuild b/app-admin/himitsu-totp/himitsu-totp-0.1.ebuild
similarity index 78%
copy from app-admin/himitsu-totp/himitsu-totp-9999.ebuild
copy to app-admin/himitsu-totp/himitsu-totp-0.1.ebuild
index 59be0c7b23..cefe488adf 100644
--- a/app-admin/himitsu-totp/himitsu-totp-9999.ebuild
+++ b/app-admin/himitsu-totp/himitsu-totp-0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,17 +27,6 @@ BDEPEND="app-text/scdoc"
 # hare binary
 QA_FLAGS_IGNORED="usr/bin/hitotp"
 
-src_prepare() {
-	default
-
-	sed -i 's|^use query;|use himitsu::query;|' cmd/hitotp/main.ha || die
-}
-
 src_configure() {
 	sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
 }
-
-src_install() {
-	einstalldocs
-	dobin hitotp
-}

diff --git a/app-admin/himitsu-totp/himitsu-totp-9999.ebuild b/app-admin/himitsu-totp/himitsu-totp-9999.ebuild
index 59be0c7b23..cefe488adf 100644
--- a/app-admin/himitsu-totp/himitsu-totp-9999.ebuild
+++ b/app-admin/himitsu-totp/himitsu-totp-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,17 +27,6 @@ BDEPEND="app-text/scdoc"
 # hare binary
 QA_FLAGS_IGNORED="usr/bin/hitotp"
 
-src_prepare() {
-	default
-
-	sed -i 's|^use query;|use himitsu::query;|' cmd/hitotp/main.ha || die
-}
-
 src_configure() {
 	sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
 }
-
-src_install() {
-	einstalldocs
-	dobin hitotp
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/himitsu-totp/
@ 2024-06-14 21:51 Rahul Sandhu
  0 siblings, 0 replies; 5+ messages in thread
From: Rahul Sandhu @ 2024-06-14 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     4c80b5fa2ac477d2479070cb37f09c8989f37975
Author:     Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev>
AuthorDate: Fri Jun 14 21:50:31 2024 +0000
Commit:     Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev>
CommitDate: Fri Jun 14 21:50:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c80b5fa

app-admin/himitsu-totp: QA: remove unneeded blank lines

Signed-off-by: Rahul Sandhu <rahul <AT> sandhuservices.dev>

 app-admin/himitsu-totp/himitsu-totp-0.1.ebuild  | 1 -
 app-admin/himitsu-totp/himitsu-totp-9999.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/app-admin/himitsu-totp/himitsu-totp-0.1.ebuild b/app-admin/himitsu-totp/himitsu-totp-0.1.ebuild
index cefe488ad..7699eec11 100644
--- a/app-admin/himitsu-totp/himitsu-totp-0.1.ebuild
+++ b/app-admin/himitsu-totp/himitsu-totp-0.1.ebuild
@@ -16,7 +16,6 @@ HOMEPAGE="https://git.sr.ht/~sircmpwn/himitsu-totp"
 LICENSE="GPL-3"
 SLOT="0"
 
-
 RDEPEND="app-admin/himitsu:="
 DEPEND="
 	${RDEPEND}

diff --git a/app-admin/himitsu-totp/himitsu-totp-9999.ebuild b/app-admin/himitsu-totp/himitsu-totp-9999.ebuild
index cefe488ad..7699eec11 100644
--- a/app-admin/himitsu-totp/himitsu-totp-9999.ebuild
+++ b/app-admin/himitsu-totp/himitsu-totp-9999.ebuild
@@ -16,7 +16,6 @@ HOMEPAGE="https://git.sr.ht/~sircmpwn/himitsu-totp"
 LICENSE="GPL-3"
 SLOT="0"
 
-
 RDEPEND="app-admin/himitsu:="
 DEPEND="
 	${RDEPEND}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/himitsu-totp/
@ 2024-07-14 16:32 Haelwenn Monnier
  0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2024-07-14 16:32 UTC (permalink / raw
  To: gentoo-commits

commit:     b3bf81f98bdcd83144a16194d553e61a231ecca6
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sun Jul 14 16:30:55 2024 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun Jul 14 16:31:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3bf81f9

app-admin/himitsu-totp: add 0.2

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 app-admin/himitsu-totp/Manifest                                         | 1 +
 .../himitsu-totp/{himitsu-totp-9999.ebuild => himitsu-totp-0.2.ebuild}  | 2 +-
 app-admin/himitsu-totp/himitsu-totp-9999.ebuild                         | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-admin/himitsu-totp/Manifest b/app-admin/himitsu-totp/Manifest
index a5701767e..33eb3b9ef 100644
--- a/app-admin/himitsu-totp/Manifest
+++ b/app-admin/himitsu-totp/Manifest
@@ -1 +1,2 @@
 DIST himitsu-totp-0.1.tar.gz 15188 BLAKE2B c5165556e67440e847f9ee6ab653705f22953b08a678e6a865e9d0fe2946b8ad755e685b62b0bdf5dc9c5f44698d85c8095bd8b2b43f5731721c26e407868955 SHA512 767dbfc0bee2942e4b2a75ea2e76ec39f06bcc979cd6f6f1e63d7e64d4f26c311458f47c282915f0e6f4ea39582510b4f516ac76251acb617105495f9bdfeb30
+DIST himitsu-totp-0.2.tar.gz 15199 BLAKE2B bc6f7c4420956649a44a9c8a2a1315d49dc044f9a5bee72c690bcf3a6f8d9e2f3ab6c592bff40f813d6f76fb89b3a0f6a06003138c9165b46edb19b274a6ae13 SHA512 a6b3958e5b9c6e2e0bf4061ce9b4b5d738cc0635533ae944758630a7e3b6cae3c20e80e9f0078fa63c67965b5b3078b77b15a603d402bce3965cf58441a70781

diff --git a/app-admin/himitsu-totp/himitsu-totp-9999.ebuild b/app-admin/himitsu-totp/himitsu-totp-0.2.ebuild
similarity index 96%
copy from app-admin/himitsu-totp/himitsu-totp-9999.ebuild
copy to app-admin/himitsu-totp/himitsu-totp-0.2.ebuild
index 7699eec11..68988fc7f 100644
--- a/app-admin/himitsu-totp/himitsu-totp-9999.ebuild
+++ b/app-admin/himitsu-totp/himitsu-totp-0.2.ebuild
@@ -19,7 +19,7 @@ SLOT="0"
 RDEPEND="app-admin/himitsu:="
 DEPEND="
 	${RDEPEND}
-	dev-lang/hare:=
+	>=dev-lang/hare-0.24.2:=
 "
 BDEPEND="app-text/scdoc"
 

diff --git a/app-admin/himitsu-totp/himitsu-totp-9999.ebuild b/app-admin/himitsu-totp/himitsu-totp-9999.ebuild
index 7699eec11..68988fc7f 100644
--- a/app-admin/himitsu-totp/himitsu-totp-9999.ebuild
+++ b/app-admin/himitsu-totp/himitsu-totp-9999.ebuild
@@ -19,7 +19,7 @@ SLOT="0"
 RDEPEND="app-admin/himitsu:="
 DEPEND="
 	${RDEPEND}
-	dev-lang/hare:=
+	>=dev-lang/hare-0.24.2:=
 "
 BDEPEND="app-text/scdoc"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-07-14 16:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-14 21:51 [gentoo-commits] repo/proj/guru:dev commit in: app-admin/himitsu-totp/ Rahul Sandhu
  -- strict thread matches above, loose matches on Subject: below --
2024-07-14 16:32 Haelwenn Monnier
2024-04-01  4:57 Haelwenn Monnier
2022-08-13 10:05 Haelwenn Monnier
2022-08-13  9:37 Haelwenn Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox