Gentoo Archives: gentoo-commits

From: Artemis Everfree <artemis@×××××××.sh>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-libs/libuecc/
Date: Wed, 01 Feb 2023 00:10:41
Message-Id: 1675209809.be850f8f6cbf776f5b57b914c1b6d27ef23ea8a4.artemis@gentoo
1 commit: be850f8f6cbf776f5b57b914c1b6d27ef23ea8a4
2 Author: Artemis Everfree <artemis <AT> artemis <DOT> sh>
3 AuthorDate: Wed Feb 1 00:02:56 2023 +0000
4 Commit: Artemis Everfree <artemis <AT> artemis <DOT> sh>
5 CommitDate: Wed Feb 1 00:03:29 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be850f8f
7
8 net-libs/libuecc: new package, add 7
9
10 dependency of fastd
11
12 Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh>
13
14 net-libs/libuecc/Manifest | 1 +
15 net-libs/libuecc/libuecc-7.ebuild | 18 ++++++++++++++++++
16 net-libs/libuecc/metadata.xml | 12 ++++++++++++
17 3 files changed, 31 insertions(+)
18
19 diff --git a/net-libs/libuecc/Manifest b/net-libs/libuecc/Manifest
20 new file mode 100644
21 index 000000000..1e35f2f38
22 --- /dev/null
23 +++ b/net-libs/libuecc/Manifest
24 @@ -0,0 +1 @@
25 +DIST libuecc-7.tar.xz 34616 BLAKE2B b945af80daa17dc4106bf9f372d30755aa3960eebd2188441ecfbc42983edc8761ab2cf705ba78aacde93e82bb69fe3da00381cc57fceaf5f2a9ddf5b711f8e9 SHA512 44c5a00f578d301c1bffe8c2852912740f8af72ae6c2772cc263510df9b63d6b4ea15bd29215794c86d92fd797d18a078b97239ead0ad5238b1f976a6e2bcaa1
26
27 diff --git a/net-libs/libuecc/libuecc-7.ebuild b/net-libs/libuecc/libuecc-7.ebuild
28 new file mode 100644
29 index 000000000..0baec7b98
30 --- /dev/null
31 +++ b/net-libs/libuecc/libuecc-7.ebuild
32 @@ -0,0 +1,18 @@
33 +# Copyright 1999-2023 Gentoo Authors
34 +#
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=8
38 +inherit cmake
39 +
40 +DESCRIPTION="a very small Elliptic Curve Cryptography library
41 +compatible with Ed25519."
42 +HOMEPAGE="https://github.com/NeoRaider/libuecc"
43 +SRC_URI="https://github.com/NeoRaider/libuecc/releases/download/v${PV}/${P}.tar.xz"
44 +LICENSE="BSD-2"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm64"
47 +RDEPEND=""
48 +DEPEND="${RDEPEND}"
49 +BDEPEND=""
50 +IDEPEND=""
51
52 diff --git a/net-libs/libuecc/metadata.xml b/net-libs/libuecc/metadata.xml
53 new file mode 100644
54 index 000000000..452833dc3
55 --- /dev/null
56 +++ b/net-libs/libuecc/metadata.xml
57 @@ -0,0 +1,12 @@
58 +<?xml version="1.0" encoding="UTF-8"?>
59 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
60 +<pkgmetadata>
61 + <maintainer type="person">
62 + <email>artemis@×××××××.sh</email>
63 + <description>Primary maintainer</description>
64 + <name>Artemis Everfree</name>
65 + </maintainer>
66 + <upstream>
67 + <remote-id type="github">NeoRaider/libuecc</remote-id>
68 + </upstream>
69 +</pkgmetadata>