summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-14 19:10:13 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-14 20:21:28 -0400
commit6fb773267d167d1914e2260c25ef225c4019f832 (patch)
tree38915ca98f7ec45ca262970ac82791720b51c0bf /media-libs/exempi
parentwww-servers/gunicorn: version bump (diff)
downloadgentoo-6fb773267d167d1914e2260c25ef225c4019f832.tar.gz
gentoo-6fb773267d167d1914e2260c25ef225c4019f832.tar.bz2
gentoo-6fb773267d167d1914e2260c25ef225c4019f832.zip
media-libs/exempi: drop vulnerable
Bug: https://bugs.gentoo.org/650714 Package-Manager: Portage-2.3.36, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8408
Diffstat (limited to 'media-libs/exempi')
-rw-r--r--media-libs/exempi/Manifest2
-rw-r--r--media-libs/exempi/exempi-2.2.1.ebuild48
-rw-r--r--media-libs/exempi/exempi-2.4.2.ebuild52
3 files changed, 0 insertions, 102 deletions
diff --git a/media-libs/exempi/Manifest b/media-libs/exempi/Manifest
index af5d370f21f8..18869996162b 100644
--- a/media-libs/exempi/Manifest
+++ b/media-libs/exempi/Manifest
@@ -1,3 +1 @@
-DIST exempi-2.2.1.tar.gz 3566843 BLAKE2B f174bdf7fe88491694adef8dfa7f25184882deae967bb955972bcef71cff1cc42b0ddee38a356833bd35579f2b9f3e3310dbdcc8312fd4c60737323de5611a3e SHA512 f4b97ec7af89924755a0695464bad5081de6a5d6a6f28c06984c051d677f8771c39df12951761ecd28d6ff520ddec4e21179dcba8b58f0ef649bbdad1a53aa9c
-DIST exempi-2.4.2.tar.gz 3911796 BLAKE2B 73fc84dfff84b608e1408678af06b017617c3be62d0b3ae1606676b5c47d68683f3f94cb9b9a4afcfa76beabbac01997eb421491b51a8cc44912990af4ad0dc5 SHA512 47d0737a95dbd31c3c39ef9a9a8c00e87135c2eb909bea1d89fa8df31c0e73dadd7e9f9f0e6445d3b17457396e0c1381b93f5751494e1061822df47f7099b568
DIST exempi-2.4.5.tar.gz 3901474 BLAKE2B 7db80266847a18464ee5d75e2ffa38a05b2b23a30fb02a16c0a4a512f853a625f00db3ee0de3f177af584e12d65c8ecd2acc96cae96ef02d7b39129ab4b5274a SHA512 2b3dd8b2d1763fbbfed1995635f625a8e909a4c3119147385737f349002b2fa038cfaca72b2b877db8f28b9022230e49264b58766a68060b0b7c322cad99b22c
diff --git a/media-libs/exempi/exempi-2.2.1.ebuild b/media-libs/exempi/exempi-2.2.1.ebuild
deleted file mode 100644
index d59b3f5909c2..000000000000
--- a/media-libs/exempi/exempi-2.2.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Exempi is a port of the Adobe XMP SDK to work on UNIX"
-HOMEPAGE="https://libopenraw.freedesktop.org/wiki/Exempi"
-SRC_URI="https://libopenraw.freedesktop.org/download/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
-IUSE="examples static-libs"
-
-RDEPEND=">=dev-libs/expat-2:=
- virtual/libiconv
- sys-libs/zlib:="
-DEPEND="${RDEPEND}
- sys-devel/gettext"
-
-RESTRICT="test" #295875
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.1.1-iconv.patch
- cp /usr/share/gettext/config.rpath . || die
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- --disable-unittest
-}
-
-src_install() {
- default
- prune_libtool_files --all
-
- if use examples; then
- emake -C samples/source distclean
- rm -f samples/{,source,testfiles}/Makefile*
- insinto /usr/share/doc/${PF}/examples
- doins -r samples/*
- fi
-}
diff --git a/media-libs/exempi/exempi-2.4.2.ebuild b/media-libs/exempi/exempi-2.4.2.ebuild
deleted file mode 100644
index 083c3142b3f4..000000000000
--- a/media-libs/exempi/exempi-2.4.2.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 ltprune
-
-DESCRIPTION="Exempi is a port of the Adobe XMP SDK to work on UNIX"
-HOMEPAGE="https://libopenraw.freedesktop.org/wiki/Exempi"
-SRC_URI="https://libopenraw.freedesktop.org/download/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="2/3"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
-IUSE="examples static-libs test"
-
-RDEPEND="
- >=dev-libs/expat-2:=
- virtual/libiconv
- sys-libs/zlib:=
-"
-DEPEND="${RDEPEND}
- sys-devel/autoconf-archive
- sys-devel/gettext
- test? ( >=dev-libs/boost-1.48 )
-"
-
-src_prepare() {
- default
- eapply "${FILESDIR}"/${PN}-2.4.2-iconv.patch
- cp /usr/share/gettext/config.rpath . || die
- eautoreconf
-}
-
-src_configure() {
- # Valgrind detection is "disabled" due to bug #295875
- econf \
- $(use_enable static-libs static) \
- $(use_enable test unittest) \
- VALGRIND=""
-}
-
-src_install() {
- default
- prune_libtool_files --all
-
- if use examples; then
- emake -C samples/source distclean
- rm -f samples/{,source,testfiles}/Makefile*
- insinto /usr/share/doc/${PF}/examples
- doins -r samples/*
- fi
-}