public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libexif/
Date: Sun, 17 Apr 2022 18:32:15 +0000 (UTC)	[thread overview]
Message-ID: <1650220032.63edd75b3d425e24056b31741878d86484976183.sam@gentoo> (raw)

commit:     63edd75b3d425e24056b31741878d86484976183
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 18:27:12 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 18:27:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63edd75b

media-libs/libexif: drop 0.6.23

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/libexif/Manifest              |  1 -
 media-libs/libexif/libexif-0.6.23.ebuild | 50 --------------------------------
 2 files changed, 51 deletions(-)

diff --git a/media-libs/libexif/Manifest b/media-libs/libexif/Manifest
index 11771ebe20d6..3bed04290fc6 100644
--- a/media-libs/libexif/Manifest
+++ b/media-libs/libexif/Manifest
@@ -1,2 +1 @@
-DIST libexif-0.6.23.tar.gz 2764684 BLAKE2B 517eaadc71b6ccaa7899b89b770a14fc051f365c728d5518fe6f0c05aa14690eaa6a33323c9305d02398df6ba2fceb806537202224a3c00018f7bcf835a3ff84 SHA512 c382b5f36e4fc1501664e3bad18553abb1b18f752f93111af5081e996bcc37b425ac9f0b0e1ffd7145270254ac44a4adb7875d5b0d8379113da6162b17442e23
 DIST libexif-0.6.24.tar.bz2 1992163 BLAKE2B 75d3a2b4fefd7b7706226e70d31250ef7e99eeb81a4839ddc36cc9e3180534542d8a02851f8e6fd5034bbc925a616ead8c4bfb0cce8bc5886c3ec54811914a6b SHA512 35c9e7af2c3d44a638dc6bbe8f96962d41c0f3fe4a257494f7a73baefab9aba507477175289ccf9002a66cc16ca53d5d1f44d6fef9e014b27f687ecdc58f5111

diff --git a/media-libs/libexif/libexif-0.6.23.ebuild b/media-libs/libexif/libexif-0.6.23.ebuild
deleted file mode 100644
index c195ebb72b5f..000000000000
--- a/media-libs/libexif/libexif-0.6.23.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools multilib-minimal
-
-DESCRIPTION="Library for parsing, editing, and saving EXIF data"
-HOMEPAGE="https://libexif.github.io/"
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-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.ac || die #390249
-	# Previously elibtoolize for BSD
-	eautoreconf
-}
-
-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 "${ED}" -name '*.la' -delete || die
-	rm -f "${ED}"/usr/share/doc/${PF}/{ABOUT-NLS,COPYING} || die
-}


             reply	other threads:[~2022-04-17 18:32 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-17 18:32 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-09  5:36 [gentoo-commits] repo/gentoo:master commit in: media-libs/libexif/ Sam James
2024-11-08  5:11 Eli Schwartz
2023-01-28 19:14 Arthur Zamarin
2022-08-30 19:06 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-27  9:29 Andreas Sturmlechner
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=1650220032.63edd75b3d425e24056b31741878d86484976183.sam@gentoo \
    --to=sam@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