From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libexif/
Date: Sun, 27 Dec 2020 09:29:11 +0000 (UTC) [thread overview]
Message-ID: <1609061343.f4b670bf10be44aa2a4108c8e0bb79662aa2421c.asturm@gentoo> (raw)
commit: f4b670bf10be44aa2a4108c8e0bb79662aa2421c
Author: John Helmert III <jchelmert3 <AT> posteo <DOT> net>
AuthorDate: Sun Dec 27 08:51:06 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 09:29:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4b670bf
media-libs/libexif: security cleanup (drop <0.6.22_p20201105)
Bug: https://bugs.gentoo.org/754681
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: John Helmert III <jchelmert3 <AT> posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/18828
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/libexif/Manifest | 1 -
media-libs/libexif/libexif-0.6.22.ebuild | 49 --------------------------------
2 files changed, 50 deletions(-)
diff --git a/media-libs/libexif/Manifest b/media-libs/libexif/Manifest
index 8aae44788f2..bc21d723f6f 100644
--- a/media-libs/libexif/Manifest
+++ b/media-libs/libexif/Manifest
@@ -1,2 +1 @@
-DIST libexif-0.6.22.tar.gz 2741296 BLAKE2B df57aa0ff7d20faa47ea34f4d8164c33b113887bc2179405481b2c12c0d0336dc9e5321a260ffda64d974bfa9ac6af55c0cfb4cc9a57a941c17944a3d049befd SHA512 e399804c9d67072861988638349115c585546be20f15c4d26bb6f411ff4ee5bce979c1a41305c1456ecc2f830837349f93cfa4136b7a864e0486cecd3607b469
DIST libexif-0.6.22_p20201105.tar.gz 1111695 BLAKE2B d4eb856ad950f8ae068a27088e54311789c7b8b646dd1c4851ef637b626015119b3b5ac9cbac58f9c79c37c07ba7d3e9a9a67dc52715187495aa824846ec2335 SHA512 5472bf2531d9147be5c6e681d0257325f6609d6aa3935243f887df0ab32e51242ff9d853fc2c183cf5c2709c89d5c52d8fecb9144343d6f959f4bed1062098ab
diff --git a/media-libs/libexif/libexif-0.6.22.ebuild b/media-libs/libexif/libexif-0.6.22.ebuild
deleted file mode 100644
index a1b021eb878..00000000000
--- a/media-libs/libexif/libexif-0.6.22.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit libtool multilib-minimal
-
-DESCRIPTION="Library for parsing, editing, and saving EXIF data"
-HOMEPAGE="https://libexif.github.io/ https://github.com/libexif/libexif"
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PN}-${PV//./_}-release/${P}.tar.gz"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="doc nls static-libs"
-
-RDEPEND="nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
- nls? ( sys-devel/gettext )"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.6.13-pkgconfig.patch
-)
-
-src_prepare() {
- default
- sed -i -e '/FLAGS=/s:-g::' configure || die #390249
- elibtoolize # For *-bsd
-}
-
-multilib_src_configure() {
- ECONF_SOURCE=${S} econf \
- $(use_enable doc docs) \
- $(use_enable nls) \
- $(use_enable static-libs static) \
- --with-doc-dir="${EPREFIX}"/usr/share/doc/${PF}
-}
-
-multilib_src_install() {
- emake DESTDIR="${D}" install
-}
-
-multilib_src_install_all() {
- find "${D}" -name '*.la' -delete || die
- rm -f "${ED}"/usr/share/doc/${PF}/{ABOUT-NLS,COPYING} || die
-}
next reply other threads:[~2020-12-27 9:29 UTC|newest]
Thread overview: 74+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-27 9:29 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-26 15:01 [gentoo-commits] repo/gentoo:master commit in: media-libs/libexif/ Sam James
2025-04-26 12:41 Arthur Zamarin
2025-04-26 5:55 Sam James
2025-04-26 4:10 Sam James
2025-04-26 4:05 Sam James
2025-02-09 5:36 Sam James
2024-11-08 5:11 Eli Schwartz
2023-01-28 19:14 Arthur Zamarin
2022-08-30 19:06 Sam James
2022-04-17 18:32 Sam James
2022-02-19 14:03 Arthur Zamarin
2022-02-19 13:37 Arthur Zamarin
2022-02-19 13:22 Jakov Smolić
2022-02-19 13:15 Jakov Smolić
2022-02-19 12:42 Arthur Zamarin
2022-02-19 9:15 Arthur Zamarin
2022-02-19 8:47 Arthur Zamarin
2021-11-26 5:19 Sam James
2021-10-17 7:15 Michał Górny
2021-10-16 22:05 Sam James
2021-10-14 3:25 Sam James
2021-10-13 20:37 Sam James
2021-10-13 6:01 Agostino Sarubbo
2021-10-13 3:23 Sam James
2021-10-13 3:23 Sam James
2021-09-12 21:29 Sam James
2021-05-26 1:01 Yixun Lan
2021-01-25 22:05 Sam James
2021-01-18 16:39 Sam James
2021-01-18 16:39 Sam James
2020-12-21 8:19 Benda XU
2020-11-22 12:26 Sergei Trofimovich
2020-11-16 21:27 Sam James
2020-11-16 21:26 Sam James
2020-11-16 21:26 Sam James
2020-11-16 21:26 Sam James
2020-11-16 0:42 Sam James
2020-11-16 0:22 Sam James
2020-11-16 0:11 Sam James
2020-11-15 10:41 Sam James
2020-11-15 9:24 Sam James
2020-06-24 17:22 Sergei Trofimovich
2020-06-23 17:25 Sergei Trofimovich
2020-06-22 6:57 Agostino Sarubbo
2020-06-21 17:08 Agostino Sarubbo
2020-06-21 17:03 Agostino Sarubbo
2020-06-21 16:58 Agostino Sarubbo
2020-06-20 16:40 Mart Raudsepp
2020-06-20 13:48 Thomas Deutschmann
2020-06-17 1:11 Thomas Deutschmann
2019-05-23 3:27 Aaron Bauman
2019-03-28 15:01 Aaron Bauman
2019-03-28 9:03 Tobias Klausmann
2019-03-27 23:44 Thomas Deutschmann
2019-03-25 22:18 Sergei Trofimovich
2019-03-24 20:25 Sergei Trofimovich
2019-03-24 20:12 Sergei Trofimovich
2019-03-24 19:44 Sergei Trofimovich
2019-03-21 20:39 Markus Meier
2019-03-21 7:26 Sergei Trofimovich
2019-03-20 20:59 Agostino Sarubbo
2019-01-15 21:21 Sergei Trofimovich
2018-10-12 16:12 Mikle Kolyada
2018-10-02 10:58 Tobias Klausmann
2018-09-24 18:17 Markus Meier
2018-09-22 11:14 Sergei Trofimovich
2018-09-19 19:51 Sergei Trofimovich
2018-09-19 17:35 Thomas Deutschmann
2018-09-19 7:43 Mikle Kolyada
2018-09-18 17:15 Matt Turner
2018-09-18 17:15 Matt Turner
2018-09-18 9:23 Andreas Sturmlechner
2017-01-29 19:14 Fabian Groffen
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=1609061343.f4b670bf10be44aa2a4108c8e0bb79662aa2421c.asturm@gentoo \
--to=asturm@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