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-keyring/
Date: Thu,  9 Nov 2023 03:11:38 +0000 (UTC)	[thread overview]
Message-ID: <1699499190.95f713181c446c2e83993b6fcb1a5623de8f3cdc.lanodan@gentoo> (raw)

commit:     95f713181c446c2e83993b6fcb1a5623de8f3cdc
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Wed Nov  8 08:38:32 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Nov  9 03:06:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95f71318

app-admin/himitsu-keyring: new package, add 0.2.0

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

 app-admin/himitsu-keyring/Manifest                 |  1 +
 .../himitsu-keyring/himitsu-keyring-0.2.0.ebuild   | 25 ++++++++++++++++++++++
 app-admin/himitsu-keyring/metadata.xml             |  8 +++++++
 3 files changed, 34 insertions(+)

diff --git a/app-admin/himitsu-keyring/Manifest b/app-admin/himitsu-keyring/Manifest
new file mode 100644
index 0000000000..2b15bd215a
--- /dev/null
+++ b/app-admin/himitsu-keyring/Manifest
@@ -0,0 +1 @@
+DIST himitsu-keyring-0.2.0.tar.gz 16156 BLAKE2B eb514fa0f673ad717cacf36b658ca91ca7b428fff701b8acf6b772ef5b49ffa295ec7b1453136fa31bdc29d11b0d6fbcb6ec69f770bdeb3264e537f0721d342d SHA512 3bfe6e8f021c2b62c35290c3614c17646c0835409eabd5dcc8abb45c91176867466b7bdd58373f9d61768e2c1083df0e4ebcc708e799bd651343b41b0c55fa63

diff --git a/app-admin/himitsu-keyring/himitsu-keyring-0.2.0.ebuild b/app-admin/himitsu-keyring/himitsu-keyring-0.2.0.ebuild
new file mode 100644
index 0000000000..ede0df292d
--- /dev/null
+++ b/app-admin/himitsu-keyring/himitsu-keyring-0.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit meson python-single-r1 xdg
+
+DESCRIPTION="graphical frontend for managing a Himitsu key store"
+HOMEPAGE="https://git.sr.ht/~martijnbraam/keyring"
+SRC_URI="https://git.sr.ht/~martijnbraam/keyring/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/keyring-${PV}"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+	${PYTHON_DEPS}
+	$(python_gen_cond_dep 'dev-python/pygobject[${PYTHON_USEDEP}]')
+	x11-libs/gtk+:3[introspection]
+	gui-libs/libhandy:=
+"
+DEPEND="${RDEPEND}"

diff --git a/app-admin/himitsu-keyring/metadata.xml b/app-admin/himitsu-keyring/metadata.xml
new file mode 100644
index 0000000000..2092bcc33a
--- /dev/null
+++ b/app-admin/himitsu-keyring/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>contact@hacktivis.me</email>
+		<name>Haelwenn (lanodan) Monnier</name>
+	</maintainer>
+</pkgmetadata>


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-keyring/
Date: Thu,  9 Nov 2023 06:45:29 +0000 (UTC)	[thread overview]
Message-ID: <1699499190.95f713181c446c2e83993b6fcb1a5623de8f3cdc.lanodan@gentoo> (raw)
Message-ID: <20231109064529.ronTu6lY3Nf15Gp08wigo67RbMD6G7s0rHR6j7DkYVM@z> (raw)

commit:     95f713181c446c2e83993b6fcb1a5623de8f3cdc
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Wed Nov  8 08:38:32 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Nov  9 03:06:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95f71318

app-admin/himitsu-keyring: new package, add 0.2.0

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

 app-admin/himitsu-keyring/Manifest                 |  1 +
 .../himitsu-keyring/himitsu-keyring-0.2.0.ebuild   | 25 ++++++++++++++++++++++
 app-admin/himitsu-keyring/metadata.xml             |  8 +++++++
 3 files changed, 34 insertions(+)

diff --git a/app-admin/himitsu-keyring/Manifest b/app-admin/himitsu-keyring/Manifest
new file mode 100644
index 0000000000..2b15bd215a
--- /dev/null
+++ b/app-admin/himitsu-keyring/Manifest
@@ -0,0 +1 @@
+DIST himitsu-keyring-0.2.0.tar.gz 16156 BLAKE2B eb514fa0f673ad717cacf36b658ca91ca7b428fff701b8acf6b772ef5b49ffa295ec7b1453136fa31bdc29d11b0d6fbcb6ec69f770bdeb3264e537f0721d342d SHA512 3bfe6e8f021c2b62c35290c3614c17646c0835409eabd5dcc8abb45c91176867466b7bdd58373f9d61768e2c1083df0e4ebcc708e799bd651343b41b0c55fa63

diff --git a/app-admin/himitsu-keyring/himitsu-keyring-0.2.0.ebuild b/app-admin/himitsu-keyring/himitsu-keyring-0.2.0.ebuild
new file mode 100644
index 0000000000..ede0df292d
--- /dev/null
+++ b/app-admin/himitsu-keyring/himitsu-keyring-0.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit meson python-single-r1 xdg
+
+DESCRIPTION="graphical frontend for managing a Himitsu key store"
+HOMEPAGE="https://git.sr.ht/~martijnbraam/keyring"
+SRC_URI="https://git.sr.ht/~martijnbraam/keyring/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/keyring-${PV}"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+	${PYTHON_DEPS}
+	$(python_gen_cond_dep 'dev-python/pygobject[${PYTHON_USEDEP}]')
+	x11-libs/gtk+:3[introspection]
+	gui-libs/libhandy:=
+"
+DEPEND="${RDEPEND}"

diff --git a/app-admin/himitsu-keyring/metadata.xml b/app-admin/himitsu-keyring/metadata.xml
new file mode 100644
index 0000000000..2092bcc33a
--- /dev/null
+++ b/app-admin/himitsu-keyring/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>contact@hacktivis.me</email>
+		<name>Haelwenn (lanodan) Monnier</name>
+	</maintainer>
+</pkgmetadata>


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

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-09  3:11 Haelwenn Monnier [this message]
2023-11-09  6:45 ` [gentoo-commits] repo/proj/guru:master commit in: app-admin/himitsu-keyring/ Haelwenn Monnier
  -- strict thread matches above, loose matches on Subject: below --
2023-11-09  3:15 [gentoo-commits] repo/proj/guru:dev " Haelwenn Monnier
2024-03-10 22:15 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=1699499190.95f713181c446c2e83993b6fcb1a5623de8f3cdc.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