From 11b393f0419a86a9eaf0d32c89f0e47608180b17 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 4 Nov 2018 23:50:29 +0100 Subject: media-libs/raptor: Security cleanup Bug: https://bugs.gentoo.org/621186 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- media-libs/raptor/Manifest | 1 - media-libs/raptor/raptor-2.0.14.ebuild | 65 ---------------------------------- 2 files changed, 66 deletions(-) delete mode 100644 media-libs/raptor/raptor-2.0.14.ebuild (limited to 'media-libs/raptor') diff --git a/media-libs/raptor/Manifest b/media-libs/raptor/Manifest index 2ccc79a470d2..d4d6c5b1e631 100644 --- a/media-libs/raptor/Manifest +++ b/media-libs/raptor/Manifest @@ -1,2 +1 @@ -DIST raptor2-2.0.14.tar.gz 1877454 BLAKE2B 9c427d9184951d7fa385c12eaeffa35b504ddfc887a10d2bfb9cffdb34b8d0d16fd56a1033f57de3096a9bfbf72a7933a6dd4859bbbfdebd671386128318a2a0 SHA512 399e23f2c549df8f1d709d67129d3fcf7899a8cdcdd8071c165f2b4106f397cce05fc69a6d7b176857011bf95723c0909b6510eded12f82217f89925bc1ba7c2 DIST raptor2-2.0.15.tar.gz 1886657 BLAKE2B 0a39c7b5705bfbf2daa0ca633f79693953b4dfe24c144008d1646a9840a36d4d7ce153b527450647127ec2522047dbd0a6e71f307ee5656951f7e4b610adfd22 SHA512 563dd01869eb4df8524ec12e2c0a541653874dcd834bd1eb265bc2943bb616968f624121d4688579cdce11b4f00a8ab53b7099f1a0850e256bb0a2c16ba048ee diff --git a/media-libs/raptor/raptor-2.0.14.ebuild b/media-libs/raptor/raptor-2.0.14.ebuild deleted file mode 100644 index a20cbebcfa8b..000000000000 --- a/media-libs/raptor/raptor-2.0.14.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils libtool - -MY_PN=${PN}2 -MY_P=${MY_PN}-${PV} - -DESCRIPTION="The RDF Parser Toolkit" -HOMEPAGE="http://librdf.org/raptor/" -SRC_URI="http://download.librdf.org/source/${MY_P}.tar.gz" - -LICENSE="Apache-2.0 GPL-2 LGPL-2.1" -SLOT="2" -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="+curl debug json static-libs unicode" - -RDEPEND="dev-libs/libxml2 - dev-libs/libxslt - curl? ( net-misc/curl ) - json? ( dev-libs/yajl ) - unicode? ( dev-libs/icu:= ) - !media-libs/raptor:0" -DEPEND="${RDEPEND} - >=sys-devel/bison-3 - >=sys-devel/flex-2.5.36 - virtual/pkgconfig" - -S=${WORKDIR}/${MY_P} - -DOCS="AUTHORS ChangeLog NEWS NOTICE README" - -src_prepare() { - elibtoolize # Keep this for ~*-fbsd -} - -src_configure() { - # FIXME: It should be possible to use net-nntp/inn for libinn.h and -linn! - - local myconf='--with-www=xml' - use curl && myconf='--with-www=curl' - - econf \ - $(use_enable static-libs static) \ - $(use_enable debug) \ - $(use unicode && echo --with-icu-config="${EPREFIX}"/usr/bin/icu-config) \ - $(use_with json yajl) \ - --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html \ - ${myconf} -} - -src_test() { - emake -j1 test -} - -src_install() { - default - dohtml {NEWS,README,RELEASE,UPGRADING}.html - prune_libtool_files --all - - # https://bugs.gentoo.org/467768 - local _rdocdir=/usr/share/doc/${PF}/html/${MY_PN} - [[ -d ${ED}/${_rdocdir} ]] && dosym ${_rdocdir} /usr/share/gtk-doc/html/${MY_PN} -} -- cgit v1.2.3-65-gdbad