public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/exempi/
Date: Tue, 15 May 2018 00:21:43 +0000 (UTC)	[thread overview]
Message-ID: <1526343688.6fb773267d167d1914e2260c25ef225c4019f832.bman@gentoo> (raw)

commit:     6fb773267d167d1914e2260c25ef225c4019f832
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 14 23:10:13 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue May 15 00:21:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb77326

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

 media-libs/exempi/Manifest            |  2 --
 media-libs/exempi/exempi-2.2.1.ebuild | 48 --------------------------------
 media-libs/exempi/exempi-2.4.2.ebuild | 52 -----------------------------------
 3 files changed, 102 deletions(-)

diff --git a/media-libs/exempi/Manifest b/media-libs/exempi/Manifest
index af5d370f21f..18869996162 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 d59b3f5909c..00000000000
--- 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 083c3142b3f..00000000000
--- 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
-}


             reply	other threads:[~2018-05-15  0:21 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-15  0:21 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-04 17:37 [gentoo-commits] repo/gentoo:master commit in: media-libs/exempi/ Andreas Sturmlechner
2024-09-23  8:26 Arthur Zamarin
2024-09-23  8:18 Arthur Zamarin
2024-09-23  7:13 Arthur Zamarin
2024-09-22 18:02 Arthur Zamarin
2024-06-05 16:13 Michał Górny
2024-02-29  4:59 Sam James
2023-09-07 20:15 Sam James
2023-03-04 17:40 Arthur Zamarin
2023-03-03 19:04 Arthur Zamarin
2023-02-09 19:35 Sam James
2023-02-02 18:41 Arthur Zamarin
2023-01-31 18:31 Sam James
2023-01-31 18:31 Sam James
2023-01-31 17:32 Arthur Zamarin
2023-01-31 14:03 Arthur Zamarin
2023-01-14 10:00 Arthur Zamarin
2022-12-17  8:38 Sam James
2022-12-06  9:52 Arthur Zamarin
2022-12-02  1:08 Sam James
2022-12-01 22:28 Jakov Smolić
2022-12-01 22:24 Jakov Smolić
2022-12-01 22:22 Jakov Smolić
2022-11-21 20:05 Arthur Zamarin
2022-10-29 20:36 Sam James
2022-10-29 20:16 Sam James
2022-10-29 20:16 Sam James
2021-04-29 17:38 David Seifert
2021-04-29 15:38 Sam James
2019-05-23  3:27 Aaron Bauman
2018-10-06 20:45 Andreas Sturmlechner
2018-10-06 16:48 Matt Turner
2018-10-05 13:43 Agostino Sarubbo
2018-10-04 20:55 Sergei Trofimovich
2018-10-02 14:02 Tobias Klausmann
2018-10-01 21:47 Thomas Deutschmann
2018-09-30 16:51 Andreas Sturmlechner
2018-04-22 19:18 Matt Turner
2018-04-16 18:36 Sergei Trofimovich
2018-04-14 11:40 Markus Meier
2018-04-08  5:04 Matt Turner
2018-04-08  5:04 Matt Turner
2018-04-01 13:48 Sergei Trofimovich
2018-04-01 10:00 Tobias Klausmann
2018-03-29 15:19 Thomas Deutschmann
2018-03-29  2:01 Aaron Bauman
2018-03-28 21:44 Sergei Trofimovich
2018-03-25 21:33 Gilles Dartiguelongue
2017-07-28  4:41 Markus Meier
2017-07-07 20:46 Alexis Ballier
2017-06-30 11:10 Agostino Sarubbo
2017-06-30  8:25 Sergei Trofimovich
2017-06-28 13:19 Agostino Sarubbo
2016-09-29 15:51 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1526343688.6fb773267d167d1914e2260c25ef225c4019f832.bman@gentoo \
    --to=bman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox