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 --- dev-libs/boxfort/Manifest | 3 ++ dev-libs/boxfort/boxfort-0.0.1_pre20200110.ebuild | 44 +++++++++++++++++++++++ dev-libs/boxfort/metadata.xml | 15 ++++++++ 3 files changed, 62 insertions(+) create mode 100644 dev-libs/boxfort/Manifest create mode 100644 dev-libs/boxfort/boxfort-0.0.1_pre20200110.ebuild create mode 100644 dev-libs/boxfort/metadata.xml (limited to 'dev-libs/boxfort') diff --git a/dev-libs/boxfort/Manifest b/dev-libs/boxfort/Manifest new file mode 100644 index 000000000000..e4dd730f16fa --- /dev/null +++ b/dev-libs/boxfort/Manifest @@ -0,0 +1,3 @@ +DIST boxfort-1456d9a3a3bcb506cdcd1b5d4b852e967deb5e57.tar.gz 41705 BLAKE2B 89644ecf64e5a5df718fa4f873d21e281c777c893af5a8f71c8a1913270ca6c67dc36113e5d219540bb04c7f9e26be22f7e778bd9bdce230df8c0edf3a707612 SHA512 249b0bd0048c53c74d2b50f1b7caf84b0ac0823679bb6adaade095a2ff26586f14f58cee960610d99dbc38c8196cbdb99143815b14d10b7f13a12f96d309e302 +EBUILD boxfort-0.0.1_pre20200110.ebuild 947 BLAKE2B 988aef44b60cb262fc05095e8489442c156de8f0a96a6adbbd2f1a72e89a1d8dfcac65499784aa2b030dcab69e24e11e4f385926fcfc4b2bcfe3b1f26a23f95e SHA512 a84b29f219540489281aa49c1072f41808a97b3ec9a439249a4e1326d5eced987fff31571f5b1c4214cfc0293d48c0ba42d2441c86cfbb696cf2256110db6141 +MISC metadata.xml 462 BLAKE2B 36e684c3f60dbb9b8a300c2ac9e93aa2ecae94578ac292601f926d371462ffdded78318860f37407a3c4bb4753f173b298f73e8863b4eaa1e873aefab9053546 SHA512 be917138f28a526bd0bea7f17b719a93de749a923bf7fe380ac06db3ae7abc23ceac0a97504f2ca22a19f99bc0f53dac5a524e1025faa8edafcf0452ef5230ad diff --git a/dev-libs/boxfort/boxfort-0.0.1_pre20200110.ebuild b/dev-libs/boxfort/boxfort-0.0.1_pre20200110.ebuild new file mode 100644 index 000000000000..a5088a597a6a --- /dev/null +++ b/dev-libs/boxfort/boxfort-0.0.1_pre20200110.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit meson python-any-r1 + +BOXFORT_COMMIT="1456d9a3a3bcb506cdcd1b5d4b852e967deb5e57" + +DESCRIPTION="Convenient & cross-platform sandboxing C library" +HOMEPAGE="https://github.com/Snaipe/BoxFort" +SRC_URI="https://github.com/Snaipe/BoxFort/archive/${BOXFORT_COMMIT}.tar.gz -> boxfort-${BOXFORT_COMMIT}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND="test? ( + $(python_gen_any_dep 'dev-util/cram[${PYTHON_USEDEP}]') + )" +BDEPEND="virtual/pkgconfig" + +S="${WORKDIR}/BoxFort-${BOXFORT_COMMIT}" + +python_check_deps() { + has_version "dev-util/cram[${PYTHON_USEDEP}]" +} + +pkg_setup() { + use test && python-any-r1_pkg_setup +} + +src_configure() { + local emesonargs=( + -Dsamples=$(usex test true false) + -Dtests=$(usex test true false) + ) + + meson_src_configure +} diff --git a/dev-libs/boxfort/metadata.xml b/dev-libs/boxfort/metadata.xml new file mode 100644 index 000000000000..6b226abcada8 --- /dev/null +++ b/dev-libs/boxfort/metadata.xml @@ -0,0 +1,15 @@ + + + + + hydrapolic@gmail.com + Tomáš Mózes + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Snaipe/BoxFort + + -- cgit v1.2.3