From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B983C15812D for ; Thu, 02 Jan 2025 00:14:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13805E0829; Thu, 02 Jan 2025 00:14:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 728C1E0829 for ; Thu, 02 Jan 2025 00:14:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FB57340906 for ; Thu, 02 Jan 2025 00:14:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3ED4219D2 for ; Thu, 02 Jan 2025 00:14:44 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1735776725.5bfccbe0d250369a25c0cc4341d5f89e25248f98.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/exiftool/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/exiftool/Manifest media-libs/exiftool/exiftool-13.10.ebuild X-VCS-Directories: media-libs/exiftool/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 5bfccbe0d250369a25c0cc4341d5f89e25248f98 X-VCS-Branch: master Date: Thu, 02 Jan 2025 00:14:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 675918b6-4e58-48a2-a453-8fb74acc7974 X-Archives-Hash: d8857c83d3c7a93889dbb2217be47a67 commit: 5bfccbe0d250369a25c0cc4341d5f89e25248f98 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Dec 22 08:30:58 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Jan 2 00:12:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfccbe0 media-libs/exiftool: add 13.10 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/39819 Signed-off-by: Conrad Kostecki gentoo.org> media-libs/exiftool/Manifest | 1 + media-libs/exiftool/exiftool-13.10.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest index 0c43151014cb..cefa7cda9593 100644 --- a/media-libs/exiftool/Manifest +++ b/media-libs/exiftool/Manifest @@ -1 +1,2 @@ DIST Image-ExifTool-12.76.tar.gz 5320564 BLAKE2B caaacf4e04246c42ea12f0f491c60a95ed0c55a6e68b5007c2b265ba3b04da661bea53f374f3f66903bd9c086bab7526be63145544d3763c41c3437b4a504654 SHA512 3e00718663cf1eb8f9b93ad2bdcaf7beb31d20d40ad7b131cb70155c660795afc8ba430610ece5e2949773667ea27d57eb417b8bf64a108409b336daffa99db7 +DIST Image-ExifTool-13.10.tar.gz 7230651 BLAKE2B 7d4ed8c97719093661485ce375a3e21edbae6d6abadefb9b6ee684941d8b4339ad89ec074bdec7db1d82b36be7f521837936006721120ee1b7dab21977764cc8 SHA512 6364459939e99d76850207f04428d07ec83173c90917f039a5fe6f4029aff03acb370393404b2a5276b89eba4e49eefe7659bff868d9304e69286f80311f2714 diff --git a/media-libs/exiftool/exiftool-13.10.ebuild b/media-libs/exiftool/exiftool-13.10.ebuild new file mode 100644 index 000000000000..52c077e9bd6b --- /dev/null +++ b/media-libs/exiftool/exiftool-13.10.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Check https://exiftool.org/history.html for whether a release is 'production' +# Ideally don't bump to non-production at all, but certainly don't stable. +# +# We fetch from CPAN because it only has production releases and the tarballs +# are kept around for longer (see bug #924106). + +DIST_AUTHOR=EXIFTOOL +DIST_NAME=Image-ExifTool +inherit perl-module + +DESCRIPTION="Read and write meta information in image, audio and video files" +HOMEPAGE="https://exiftool.org/ https://exiftool.sourceforge.net" + +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos" +IUSE="doc" + +src_install() { + perl-module_src_install + use doc && dodoc -r html/ + + insinto /usr/share/${PN} + doins -r fmt_files config_files arg_files +}