public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/himitsu/
Date: Thu,  9 Nov 2023 04:15:35 +0000 (UTC)	[thread overview]
Message-ID: <1699503324.2927913f74e041174e5e4479226725eda08e6606.lanodan@gentoo> (raw)

commit:     2927913f74e041174e5e4479226725eda08e6606
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Nov  9 04:15:24 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Nov  9 04:15:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2927913f

app-admin/himitsu: add 0.4

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

 app-admin/himitsu/Manifest           |  1 +
 app-admin/himitsu/himitsu-0.4.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-admin/himitsu/Manifest b/app-admin/himitsu/Manifest
index 6ac461f048..e7ccff929f 100644
--- a/app-admin/himitsu/Manifest
+++ b/app-admin/himitsu/Manifest
@@ -1 +1,2 @@
 DIST himitsu-0.3.tar.gz 33691 BLAKE2B 3051dc85e6aef0ccbf9671ef6c747cb0a7cf3b1982394e30ac70cbaedbf044d0f6306d9324047fb6b7662b24a9c9aee7607ba0e0239d5191cc43359f60962618 SHA512 65bd0b85b236367c8fe0ef2054760423b1c74315c64442ae00548454a98be0df74e8e60b1995f425baf215091770050c4076c2e2289acb937475b60f25ff10c9
+DIST himitsu-0.4.tar.gz 42135 BLAKE2B 3921887f8398890b43b8f9219bdfa5dac2c44689c2b52e605d447795469827a3fbe86dec227fa799cd38926c0c2cb727feef885ab03658eec13f7239fcbd98cb SHA512 a42b8088f0ddf8931347fc16d5b6404e21e7603025d444e734beeb57da3f9fefdc4e55993dd613ef77d3eb9448fd9acf43c109dc199e97e5d259a3f5a3267571

diff --git a/app-admin/himitsu/himitsu-0.4.ebuild b/app-admin/himitsu/himitsu-0.4.ebuild
new file mode 100644
index 0000000000..0d70542353
--- /dev/null
+++ b/app-admin/himitsu/himitsu-0.4.ebuild
@@ -0,0 +1,35 @@
+# 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"
+	SLOT="0"
+else
+	SRC_URI="https://git.sr.ht/~sircmpwn/himitsu/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm64 ~riscv"
+	SLOT="0/${PV}"
+fi
+
+DESCRIPTION="Secret storage system for Unix, suitable for storing passwords, keys, ..."
+HOMEPAGE="https://git.sr.ht/~sircmpwn/himitsu"
+LICENSE="GPL-3"
+
+IUSE=""
+
+DEPEND="
+	dev-lang/hare:=
+"
+RDEPEND="
+	gui-apps/hiprompt-gtk-py
+"
+BDEPEND="app-text/scdoc"
+
+# binaries are hare-built
+QA_FLAGS_IGNORED="usr/bin/.*"
+
+src_configure() {
+	sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
+}


WARNING: multiple messages have this Message-ID (diff)
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/himitsu/
Date: Thu,  9 Nov 2023 06:45:29 +0000 (UTC)	[thread overview]
Message-ID: <1699503324.2927913f74e041174e5e4479226725eda08e6606.lanodan@gentoo> (raw)
Message-ID: <20231109064529.-tsFe10BZFXPORjSgD_t9-Qt8gQZ-AWlx6XqzhGYikg@z> (raw)

commit:     2927913f74e041174e5e4479226725eda08e6606
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Nov  9 04:15:24 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Nov  9 04:15:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2927913f

app-admin/himitsu: add 0.4

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

 app-admin/himitsu/Manifest           |  1 +
 app-admin/himitsu/himitsu-0.4.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-admin/himitsu/Manifest b/app-admin/himitsu/Manifest
index 6ac461f048..e7ccff929f 100644
--- a/app-admin/himitsu/Manifest
+++ b/app-admin/himitsu/Manifest
@@ -1 +1,2 @@
 DIST himitsu-0.3.tar.gz 33691 BLAKE2B 3051dc85e6aef0ccbf9671ef6c747cb0a7cf3b1982394e30ac70cbaedbf044d0f6306d9324047fb6b7662b24a9c9aee7607ba0e0239d5191cc43359f60962618 SHA512 65bd0b85b236367c8fe0ef2054760423b1c74315c64442ae00548454a98be0df74e8e60b1995f425baf215091770050c4076c2e2289acb937475b60f25ff10c9
+DIST himitsu-0.4.tar.gz 42135 BLAKE2B 3921887f8398890b43b8f9219bdfa5dac2c44689c2b52e605d447795469827a3fbe86dec227fa799cd38926c0c2cb727feef885ab03658eec13f7239fcbd98cb SHA512 a42b8088f0ddf8931347fc16d5b6404e21e7603025d444e734beeb57da3f9fefdc4e55993dd613ef77d3eb9448fd9acf43c109dc199e97e5d259a3f5a3267571

diff --git a/app-admin/himitsu/himitsu-0.4.ebuild b/app-admin/himitsu/himitsu-0.4.ebuild
new file mode 100644
index 0000000000..0d70542353
--- /dev/null
+++ b/app-admin/himitsu/himitsu-0.4.ebuild
@@ -0,0 +1,35 @@
+# 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"
+	SLOT="0"
+else
+	SRC_URI="https://git.sr.ht/~sircmpwn/himitsu/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm64 ~riscv"
+	SLOT="0/${PV}"
+fi
+
+DESCRIPTION="Secret storage system for Unix, suitable for storing passwords, keys, ..."
+HOMEPAGE="https://git.sr.ht/~sircmpwn/himitsu"
+LICENSE="GPL-3"
+
+IUSE=""
+
+DEPEND="
+	dev-lang/hare:=
+"
+RDEPEND="
+	gui-apps/hiprompt-gtk-py
+"
+BDEPEND="app-text/scdoc"
+
+# binaries are hare-built
+QA_FLAGS_IGNORED="usr/bin/.*"
+
+src_configure() {
+	sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
+}


             reply	other threads:[~2023-11-09  4:15 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-09  4:15 Haelwenn Monnier [this message]
2023-11-09  6:45 ` [gentoo-commits] repo/proj/guru:master commit in: app-admin/himitsu/ Haelwenn Monnier
  -- strict thread matches above, loose matches on Subject: below --
2024-07-14 16:27 [gentoo-commits] repo/proj/guru:dev " Haelwenn Monnier
2024-05-22 22:49 Haelwenn Monnier
2024-05-22 22:49 Haelwenn Monnier
2024-01-31 18:51 Haelwenn Monnier
2024-01-19 18:09 Haelwenn Monnier
2024-01-19 18:09 Haelwenn Monnier
2023-04-20 15:55 Haelwenn Monnier
2022-12-08 13:58 Haelwenn Monnier
2022-08-13 10:05 Haelwenn Monnier
2022-08-13  9:35 Haelwenn Monnier
2022-06-24 13:11 Rui Huang
2022-06-24  3:50 Haelwenn Monnier
2022-06-15 18:06 Haelwenn Monnier
2022-06-15 18:06 Haelwenn Monnier
2022-06-14 18:35 Haelwenn Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1699503324.2927913f74e041174e5e4479226725eda08e6606.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox