public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/luksmeta/
Date: Thu,  7 Apr 2022 01:48:56 +0000 (UTC)	[thread overview]
Message-ID: <1649296112.b44d1774c0124fb6f65aa7451d5cff0589c2a705.julien@gentoo> (raw)

commit:     b44d1774c0124fb6f65aa7451d5cff0589c2a705
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Thu Apr  7 01:48:32 2022 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Apr  7 01:48:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b44d1774

dev-libs/luksmeta: initial import

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-libs/luksmeta/Manifest          |  3 +++
 dev-libs/luksmeta/luksmeta-9.ebuild | 23 +++++++++++++++++++++++
 dev-libs/luksmeta/metadata.xml      |  8 ++++++++
 3 files changed, 34 insertions(+)

diff --git a/dev-libs/luksmeta/Manifest b/dev-libs/luksmeta/Manifest
new file mode 100644
index 000000000..227bf9458
--- /dev/null
+++ b/dev-libs/luksmeta/Manifest
@@ -0,0 +1,3 @@
+DIST luksmeta-9.tar.gz 27650 BLAKE2B e55796929410e9a3124c3f28066bac42b46e71df98ab7a1e58c1f973d4fda41d7c8d64b735ae0d1e192054297932951407083f89a7f255c09d22dce370865036 SHA512 874331988fe2648d4924779b348f190ed5c6e4d71da4ad027f176e3f8dcbc78fc26e9f9b8402a97437db5b884db31b72598afc70e025cd8533168a5986417a76
+EBUILD luksmeta-9.ebuild 487 BLAKE2B e3556b7237233eca34b16a0c3bd1e3b0bdaa451787e8a2552672982ad1ee4345eb684e6167edbffa22d7f740b78090c76c337c8f069f510fd9a00f529ec9c49c SHA512 eaee6f831a67bd265e89ac91b730565163f230424d55502a0f880353f830942b116148afaec06849a0127f3e82813f433fb4ce90919e1868281a0833536088bb
+MISC metadata.xml 241 BLAKE2B 6dac420f48c539432671f9251c134a254e92cd56082e2551d3f9153c4319f11d06ee167a7ea10b4d16764fc2325db5057662ac61812c1ead8e7256915d9f494b SHA512 da3a07ed2a719b870f4a8f2fb10a54f6248184f553d6b8b55c7faa6b7d90aaf1d2a77ac40e08c1b6eb33f6a6da5f1db4d5eaf6c6332ffbd232fddc4ac3a1086a

diff --git a/dev-libs/luksmeta/luksmeta-9.ebuild b/dev-libs/luksmeta/luksmeta-9.ebuild
new file mode 100644
index 000000000..40858d1bc
--- /dev/null
+++ b/dev-libs/luksmeta/luksmeta-9.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="UKSMeta is a simple library for storing metadata in the LUKSv1 header"
+HOMEPAGE="https://github.com/latchset/luksmeta"
+SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="sys-fs/cryptsetup"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_prepare() {
+	default
+	eautoreconf
+}

diff --git a/dev-libs/luksmeta/metadata.xml b/dev-libs/luksmeta/metadata.xml
new file mode 100644
index 000000000..97ba7c28b
--- /dev/null
+++ b/dev-libs/luksmeta/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>julien@jroy.ca</email>
+		<name>Julien Roy</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2022-04-07  1:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-07  1:48 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-07  1:49 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/luksmeta/ Julien Roy
2022-04-08  2:24 Julien Roy
2022-04-22  2:49 Julien Roy
2024-11-20 23:46 Julien Roy

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=1649296112.b44d1774c0124fb6f65aa7451d5cff0589c2a705.julien@gentoo \
    --to=julien@jroy.ca \
    --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