commit:     a322d77e92e90ea71ff1ab2033c16548a71795b3
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 02:14:18 2025 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 02:14:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a322d77e

sci-libs/libbraiding: add 1.3.1

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-libs/libbraiding/Manifest                 |  1 +
 sci-libs/libbraiding/libbraiding-1.3.1.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/sci-libs/libbraiding/Manifest b/sci-libs/libbraiding/Manifest
index a93c14d198dc..7e14e98123eb 100644
--- a/sci-libs/libbraiding/Manifest
+++ b/sci-libs/libbraiding/Manifest
@@ -1 +1,2 @@
+DIST libbraiding-1.3.1.tar.gz 393142 BLAKE2B 
6a012005549c6de513463f887202dd0c2774f10d2c72b9bae4b46e73d5592b01011760d034e2c8eb9abbe0f56db3932d96a062e19f767b9efb4f9b639a9f719f
 SHA512 
358c53365f318e5fd77f2332e0f70374d720ebacb9426a2d24abc4e4eff179ff315bbd7447211797e097a0bbead7efc73b2c26f1e068bdb86766af1144a2e823
 DIST libbraiding-1.3.tar.gz 389034 BLAKE2B 
edc4fbe0a06afec3ddb9c3fa2d63f388ec16bb355100ecf1bb104f72ebf1975d92abc973e8ba118f5cafe998ea4587dc9f456a7a45d076cdae429d607c335a9b
 SHA512 
da8c24183eeaf21a79cd7f723b0082e29e3185594b7cf6695e58de9677a64838da361220b35dd140c920d64dbf5cbf1f1c6f4129709c57efc5d624b766ccd69f

diff --git a/sci-libs/libbraiding/libbraiding-1.3.1.ebuild 
b/sci-libs/libbraiding/libbraiding-1.3.1.ebuild
new file mode 100644
index 000000000000..0edd4d6824f3
--- /dev/null
+++ b/sci-libs/libbraiding/libbraiding-1.3.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Expose the functionality of cbraid as a shared library"
+HOMEPAGE="https://github.com/miguelmarco/libbraiding";
+
+SRC_URI="https://github.com/miguelmarco/${PN}/releases/download/${PV}/${P}.tar.gz";
+
+# A few source headers still say GPLv2, but I believe that to be an
+# oversight: https://github.com/jeanluct/cbraid/issues/4
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+src_install() {
+       default
+       find "${ED}" -name '*.la' -delete || die
+}

Reply via email to