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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 619A2158086 for ; Wed, 22 Dec 2021 05:31:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80DCC2BC00E; Wed, 22 Dec 2021 05:31:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 681232BC00E for ; Wed, 22 Dec 2021 05:31:31 +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 0B070342F91 for ; Wed, 22 Dec 2021 05:31:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73F04202 for ; Wed, 22 Dec 2021 05:31:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1640151074.bec8587283c77bf6e61d3f84a86c701c5e4efb1c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/exiftool/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/exiftool/exiftool-12.30.ebuild media-libs/exiftool/exiftool-12.33.ebuild X-VCS-Directories: media-libs/exiftool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bec8587283c77bf6e61d3f84a86c701c5e4efb1c X-VCS-Branch: master Date: Wed, 22 Dec 2021 05:31:28 +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: 3c367bbf-10f4-409e-b28a-0a36f2f6c821 X-Archives-Hash: e823f56e4b8abe5983b1f6f13da71881 commit: bec8587283c77bf6e61d3f84a86c701c5e4efb1c Author: Sam James gentoo org> AuthorDate: Wed Dec 22 05:31:14 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 22 05:31:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec85872 media-libs/exiftool: add note re 'production' releases Signed-off-by: Sam James gentoo.org> media-libs/exiftool/exiftool-12.30.ebuild | 3 +++ media-libs/exiftool/exiftool-12.33.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/media-libs/exiftool/exiftool-12.30.ebuild b/media-libs/exiftool/exiftool-12.30.ebuild index 8e18fe6a6c47..debd1e4016eb 100644 --- a/media-libs/exiftool/exiftool-12.30.ebuild +++ b/media-libs/exiftool/exiftool-12.30.ebuild @@ -3,6 +3,9 @@ EAPI=7 +# 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. + DIST_NAME=Image-ExifTool inherit perl-module diff --git a/media-libs/exiftool/exiftool-12.33.ebuild b/media-libs/exiftool/exiftool-12.33.ebuild index 6136373aa4a1..cdbb44a589d6 100644 --- a/media-libs/exiftool/exiftool-12.33.ebuild +++ b/media-libs/exiftool/exiftool-12.33.ebuild @@ -3,6 +3,9 @@ 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. + DIST_NAME=Image-ExifTool inherit perl-module