From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-libs/cgicc/cgicc-3.2.16.ebuild | 48 -------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 dev-libs/cgicc/cgicc-3.2.16.ebuild (limited to 'dev-libs/cgicc/cgicc-3.2.16.ebuild') diff --git a/dev-libs/cgicc/cgicc-3.2.16.ebuild b/dev-libs/cgicc/cgicc-3.2.16.ebuild deleted file mode 100644 index 55dbede7198b..000000000000 --- a/dev-libs/cgicc/cgicc-3.2.16.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="A C++ class library for writing CGI applications" -HOMEPAGE="https://www.gnu.org/software/cgicc/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3 doc? ( FDL-1.2 )" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc examples static-libs" - -RDEPEND="" -DEPEND="doc? ( app-doc/doxygen )" - -PATCHES=( - "${FILESDIR}/3.2.10-fix-pkgconfig.patch" - "${FILESDIR}/${PN}-3.2.16-fix-doc-building.patch" -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - $(use_enable examples demos) \ - $(use_enable doc) \ - $(use_enable static-libs static) -} - -src_install() { - default - - # package provides .pc files - find "${D}" -name '*.la' -delete || die - - if use examples; then - docinto examples - dodoc {contrib,demo}/{*.{cpp,h},*.cgi,README} - docompress -x /usr/share/doc/${PF}/examples - fi -} -- cgit v1.2.3