summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-14 12:44:22 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-15 10:57:06 -0400
commit6adbfe479861de5f870b4ea5c77d02148c1981c8 (patch)
tree7a3911a0ff7cedb8dc199fd6b25ed498694eb18d /media-libs/exiftool
parentdev-perl/YAML-Tiny: Drop old versions (diff)
downloadgentoo-6adbfe479861de5f870b4ea5c77d02148c1981c8.tar.gz
gentoo-6adbfe479861de5f870b4ea5c77d02148c1981c8.tar.bz2
gentoo-6adbfe479861de5f870b4ea5c77d02148c1981c8.zip
media-libs/exiftool: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/exiftool')
-rw-r--r--media-libs/exiftool/Manifest3
-rw-r--r--media-libs/exiftool/exiftool-12.64.ebuild26
-rw-r--r--media-libs/exiftool/exiftool-12.72.ebuild26
-rw-r--r--media-libs/exiftool/exiftool-12.74.ebuild26
4 files changed, 0 insertions, 81 deletions
diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index 21685525865f..0c43151014cb 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -1,4 +1 @@
-DIST Image-ExifTool-12.64.tar.gz 5244559 BLAKE2B fffa18a00b87bee679469c5a83851760f600f34131528ad5638a18fbffd9116b1350553681bb0e05eff86fb129cd7eeae30af82c53d00d72c01e2be6ffad485d SHA512 d643787b4c279271b01cee800fd554707cacb57e42955d58c68d4eb4de93b75d8628d724307e812d61a5b780af3f555680d6f3617080c649d532d2492fe67dcf
-DIST Image-ExifTool-12.72.tar.gz 5310864 BLAKE2B 3ad4b03ba234e45d1eaf8b8b4724d213286e6ef106854a75eb6a2f044fa9641f82b253ca01f3d88adf9999045015b9328ef4140ea3efe47845f73089fd297e0b SHA512 332f34550fca9bf155f4500d10409eecffb40bbbcbca6a88b2872662a03edcaf86c0fd177b81e1cc820587dbe5bac96c8cb8736d9f42f6dc53309a9ab1a801fd
-DIST Image-ExifTool-12.74.tar.gz 5318136 BLAKE2B b628095cf8d74d2c8ef70116b5a2019b45766f70ce5bbfaf379997c719bdd2273977bb5f9d64c7cde4f9eb24d347dce72290a795baa3b5331b42108f8622af0a SHA512 d0a756ea01a1c410257f66563e7f6f93e288545a207ca9d70afeea1a38542eb0a82222e23e2ebf378fbbbb8b63bbab1b43f4c93e7ff96e2213859f21d100d095
DIST Image-ExifTool-12.76.tar.gz 5320564 BLAKE2B caaacf4e04246c42ea12f0f491c60a95ed0c55a6e68b5007c2b265ba3b04da661bea53f374f3f66903bd9c086bab7526be63145544d3763c41c3437b4a504654 SHA512 3e00718663cf1eb8f9b93ad2bdcaf7beb31d20d40ad7b131cb70155c660795afc8ba430610ece5e2949773667ea27d57eb417b8bf64a108409b336daffa99db7
diff --git a/media-libs/exiftool/exiftool-12.64.ebuild b/media-libs/exiftool/exiftool-12.64.ebuild
deleted file mode 100644
index daff035641ad..000000000000
--- a/media-libs/exiftool/exiftool-12.64.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 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.
-
-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"
-SRC_URI="https://exiftool.org/${DIST_P}.tar.gz"
-
-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
-}
diff --git a/media-libs/exiftool/exiftool-12.72.ebuild b/media-libs/exiftool/exiftool-12.72.ebuild
deleted file mode 100644
index be671cae8267..000000000000
--- a/media-libs/exiftool/exiftool-12.72.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 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.
-
-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"
-SRC_URI="https://exiftool.org/${DIST_P}.tar.gz"
-
-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
-}
diff --git a/media-libs/exiftool/exiftool-12.74.ebuild b/media-libs/exiftool/exiftool-12.74.ebuild
deleted file mode 100644
index cbb50fd139af..000000000000
--- a/media-libs/exiftool/exiftool-12.74.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.
-
-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"
-SRC_URI="https://exiftool.org/${DIST_P}.tar.gz"
-
-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
-}