From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- sci-libs/libbraiding/Manifest | 3 +++ sci-libs/libbraiding/libbraiding-1.0.ebuild | 28 ++++++++++++++++++++++++++ sci-libs/libbraiding/metadata.xml | 31 +++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+) create mode 100644 sci-libs/libbraiding/Manifest create mode 100644 sci-libs/libbraiding/libbraiding-1.0.ebuild create mode 100644 sci-libs/libbraiding/metadata.xml (limited to 'sci-libs/libbraiding') diff --git a/sci-libs/libbraiding/Manifest b/sci-libs/libbraiding/Manifest new file mode 100644 index 000000000000..0a5f665ef3fd --- /dev/null +++ b/sci-libs/libbraiding/Manifest @@ -0,0 +1,3 @@ +DIST libbraiding-1.0.tar.gz 377140 BLAKE2B 93520ca1af05dfe77028d3a8d94e94fb4b387662c0f71048db5aa8b1dcc4115996be2ac95108c01a574095cdaba97db1997a65e98a64f87230dda4ae1b6bd8cb SHA512 0fb389d4483b665165bf9ef8dc770b51884eb4ab576c4ca06944080d87ddae806bcf4ebee1fd586f97de171d2ec79c89aeef86ffdeac10eed49ffd0541989ee6 +EBUILD libbraiding-1.0.ebuild 786 BLAKE2B 0ac6f17376a3d5114b1e7788c207a7bcc668d4c54426d353ae5fff7fddff2078f9c626bfa47aaaa720333fdda6840e7fedb53a0be49cb7076f7eecb1b5d435a2 SHA512 bbeefa44f865c94a7118830219e6ce776073b9b196aac0ca5fc82a989e1877907cd45865279aa4716cc48cfb666709c714831ec4c806f9c6306a3b54aa90e4c1 +MISC metadata.xml 1009 BLAKE2B 8dff16992db4a93811825eba4e52e60025c0981e8f1faf2077ae78800d730777e73239146e3356ab4cbc39c94c117715a2ebaccdf1e1a23e3a864bcc06b50a8b SHA512 f6fd4fbe425042627258bf02be878c40834858521daa8feba891ce04990910ba256dec5e550c69cf0791564c8eeef1219f6d0ffabc2dbcc879ee8a44c25a324d diff --git a/sci-libs/libbraiding/libbraiding-1.0.ebuild b/sci-libs/libbraiding/libbraiding-1.0.ebuild new file mode 100644 index 000000000000..591115bbc221 --- /dev/null +++ b/sci-libs/libbraiding/libbraiding-1.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Expose the functionality of cbraid as a shared library" +HOMEPAGE="https://github.com/miguelmarco/libbraiding" + +# The github release is missing the generated autotools files, like the +# ./configure script. Rather than involve autotools.eclass, let's just +# get it from sage. +SRC_URI="http://files.sagemath.org/spkg/upstream/${PN}/${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" +IUSE="static-libs" + +src_configure(){ + econf $(use_enable static-libs static) +} + +src_install(){ + default + find "${ED}" -name '*.la' -delete || die +} diff --git a/sci-libs/libbraiding/metadata.xml b/sci-libs/libbraiding/metadata.xml new file mode 100644 index 000000000000..1b46fd9baaa6 --- /dev/null +++ b/sci-libs/libbraiding/metadata.xml @@ -0,0 +1,31 @@ + + + + + mjo@gentoo.org + + + + frp.bissey@gmail.com + François Bissey + + + proxy-maint@gentoo.org + Proxy Maintainers + + + + This is a project to expose the functionality of the cbraid + program as a shared library. The original goal was to include it + as a component of SageMath, but it can be used in any other C++ + program. + + + + miguelmarco/libbraiding + + -- cgit v1.2.3