From b1c81de4fadbd00897700a7321f03b390d952b2e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 26 Aug 2021 00:09:36 +0100 Subject: gentoo resync : 26.08.2021 --- dev-cpp/libcutl/libcutl-1.10.0.ebuild | 52 ----------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 dev-cpp/libcutl/libcutl-1.10.0.ebuild (limited to 'dev-cpp/libcutl/libcutl-1.10.0.ebuild') diff --git a/dev-cpp/libcutl/libcutl-1.10.0.ebuild b/dev-cpp/libcutl/libcutl-1.10.0.ebuild deleted file mode 100644 index b88f5363b9ee..000000000000 --- a/dev-cpp/libcutl/libcutl-1.10.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools flag-o-matic versionator - -DESCRIPTION="A collection of C++ libraries (successor of libcult)" -HOMEPAGE="https://www.codesynthesis.com/projects/libcutl/" -SRC_URI="https://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="" - -RDEPEND=" - dev-libs/expat - dev-libs/boost:=" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-1.10.0-fix-c++14.patch - "${FILESDIR}"/${PN}-1.10.0-boost-1.65-tr1.patch -) - -src_prepare() { - default - - # remove bundled libs - rm -r cutl/details/{boost,expat} || die - - eautoreconf -} - -src_configure() { - # ensure works on GCC 5 and below - # bug 630016 - append-cxxflags -std=c++14 - - econf \ - --disable-static \ - --with-external-boost \ - --with-external-expat -} - -src_install() { - default - - # package provides .pc files - find "${D}" -name '*.la' -delete || die -} -- cgit v1.2.3