From fd7bf06d88ac431e7d531701551815fd63c73963 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 3 May 2023 23:26:49 +0100 Subject: gentoo auto-resync : 03:05:2023 - 23:26:49 --- dev-libs/liborcus/Manifest | 1 - dev-libs/liborcus/liborcus-0.17.2.ebuild | 71 -------------------------------- 2 files changed, 72 deletions(-) delete mode 100644 dev-libs/liborcus/liborcus-0.17.2.ebuild (limited to 'dev-libs/liborcus') diff --git a/dev-libs/liborcus/Manifest b/dev-libs/liborcus/Manifest index c31c67fd3bec..a78310a9e8d6 100644 --- a/dev-libs/liborcus/Manifest +++ b/dev-libs/liborcus/Manifest @@ -4,6 +4,5 @@ AUX liborcus-0.17.2-gcc-13.patch 843 BLAKE2B 80d9c07b9497ee4322f5c0c2faf3c967773 AUX liborcus-0.17.2-python-optional.patch 681 BLAKE2B 2338884cd5e694c850cd63b85db466c4f296020b9f8fef5c547dadabd6b45d7936f5f64a1f1a920024a1e06d7d49d629ae4b8fca392500ea8be769ae2a0f3151 SHA512 d47de37c0eba4e6edf698d2ce67e21621f1ba9a5ded0984d1c006f0254e79756b42ce41de20c35a2c592fc62d67da132979ead14ccaf8882c85bd2b0912ac473 DIST liborcus-0.17.2.tar.xz 1839188 BLAKE2B d274e3af71df16866e305403d63d3978613915753412ac9de19d7de7802930c3886d8653d6d48a8d9a971dc0ee284f8f83af8dc07850b5f28fcdab2815b6d9b2 SHA512 8ad8db46c23673260057aff555286d95ebfeff0a027bdeae24f11f8aa12456284f7f4446edddb91936b3011eb1227cfe1618ab3c4d909f8356c8c151f5739d79 EBUILD liborcus-0.17.2-r1.ebuild 1494 BLAKE2B 29c6638bc91717e37db5c536989284ac63b2891fd34f65344623286acf56da1c11faf7fbb2daf9ee5ef0117c389dce5a4684ff0f41847dac64e6abe8e93dd4dd SHA512 a5f01a7eb64b697b87caa2bce8e8c454de53cdf83372b6ba24128054d0a7d6076ad2623272838460de31e0057655e8330c27defb9abc6ced1fc1d21b7fea4cee -EBUILD liborcus-0.17.2.ebuild 1464 BLAKE2B 70abab67c5a0a42c315d0b488680ea9615709327ef6dd52213b113383cb97fa969b8739ce00f5afdb701623ec206b7645e10ef6277e7555cefc51d71ed6d2822 SHA512 a821709105d5e28f0c2b18ce1818a4ce5ba780de954051f2fc6a195c3b28219976dc62b3ef0aa3d1373c58c566d955c97d347192158790edb06de0c867a6beae EBUILD liborcus-9999.ebuild 1362 BLAKE2B b2864cedde0d3a816802975c319f71e630e4b61f05487606ea7d947faa2bc09eb9e8c93f5521894a65ac0b144695a176d1475d164829824519b852df4a539845 SHA512 2421c4474bea7f8a1d8961d89d7bcd0fdc424a3acefd51dee7acde199d4acb2922ef9251283af0d6e9e8dd08901520f3d86bb3f3b3b341a161edfb7ae772a2e0 MISC metadata.xml 557 BLAKE2B b8dd01b0df50a1c6dafedc40f4cebbbd7851ee67fd1ac94f4c8107f052db8721ce12b0ae486e42f459e0b5d337525edc0359e9e94b8da1261e3521c11f66ef64 SHA512 2eca4f5fd25121bdb3ecb9470b66c2c5373ab266c53bf7af55b3f46245ad6973f3cd65ff80c6d1c33cb738136cddf22489b61dc1863701225842ca9dfa4e2c9d diff --git a/dev-libs/liborcus/liborcus-0.17.2.ebuild b/dev-libs/liborcus/liborcus-0.17.2.ebuild deleted file mode 100644 index 6250ac5bfc4c..000000000000 --- a/dev-libs/liborcus/liborcus-0.17.2.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9,10} ) - -inherit autotools python-single-r1 - -DESCRIPTION="Standalone file import filter library for spreadsheet documents" -HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md" - -if [[ ${PV} == *9999* ]]; then - MDDS_SLOT="1/2.0" - EGIT_REPO_URI="https://gitlab.com/orcus/orcus.git" - inherit git-r3 -else - MDDS_SLOT="1/2.0" - SRC_URI="https://kohei.us/files/orcus/src/${P}.tar.xz" - KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 x86" -fi - -LICENSE="MIT" -SLOT="0/0.17" # based on SONAME of liborcus.so -IUSE="python +spreadsheet-model test tools" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/boost:=[zlib(+)] - sys-libs/zlib - python? ( ${PYTHON_DEPS} ) - spreadsheet-model? ( dev-libs/libixion:${SLOT} ) -" -DEPEND="${RDEPEND} - dev-util/mdds:${MDDS_SLOT} -" - -PATCHES=( - "${FILESDIR}"/${P}-clang.patch - "${FILESDIR}"/${P}-gcc-13.patch -) - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_prepare() { - # bug 713586 - use test && eapply "${FILESDIR}/${PN}-0.17.0-test-fix.patch" - - default - eautoreconf -} - -src_configure() { - local myeconfargs=( - --disable-static - --disable-werror - $(use_enable python) - $(use_enable spreadsheet-model) - $(use_with tools) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -type f -delete || die -} -- cgit v1.2.3