diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-23 17:36:50 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-23 17:37:02 +0200 |
commit | cc1e3d9a555b3f2163888f0d4e0131dc2f5b66d6 (patch) | |
tree | 306dec2d3acdc06d7cea5aac8b6c3554f9a98428 /media-libs/exiftool | |
parent | profiles: mask app-i18n/uim[kde] on ppc (diff) | |
download | gentoo-cc1e3d9a555b3f2163888f0d4e0131dc2f5b66d6.tar.gz gentoo-cc1e3d9a555b3f2163888f0d4e0131dc2f5b66d6.tar.bz2 gentoo-cc1e3d9a555b3f2163888f0d4e0131dc2f5b66d6.zip |
media-libs/exiftool: Remove old
Bug: https://bugs.gentoo.org/803317
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'media-libs/exiftool')
-rw-r--r-- | media-libs/exiftool/Manifest | 1 | ||||
-rw-r--r-- | media-libs/exiftool/exiftool-12.26.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest index 74084b59fbb7..e8357415c74a 100644 --- a/media-libs/exiftool/Manifest +++ b/media-libs/exiftool/Manifest @@ -1,3 +1,2 @@ -DIST Image-ExifTool-12.26.tar.gz 4933296 BLAKE2B e45683243b82f8276aee498d52a88d5b34eaf8b28aebdd631f70e30bb91ceb52224dc994ed189b914f024be4eb471b07bf9f1d860d96af2ab211e482b9ea194e SHA512 15bbff738e151d3ed5c77a17c99ded6cc3da2050fe7df94c42aea544aa31d7f539d70d07fd5336ae018af05b7f168712f1367046d8004861fce58442c03f82bd DIST Image-ExifTool-12.30.tar.gz 4948601 BLAKE2B 359c06dc5d4f71e186d7a265488cb16e47e40438d8a0e2d4e74f75b6aac7efd1c5b3271a158cb8b822eace5f6b437d5d39458c31ae8e6e886e93f2e643f8c9a9 SHA512 2966854d8fd163fd5aaaca5608eeab2a3f0681fe9e22e006840acacd2ff2aaecd6076bcec23989facb7baf64aa96425ad7eeceb4045da44004421b8f10050935 DIST Image-ExifTool-12.33.tar.gz 4958375 BLAKE2B 699529e71e87cf2a5b4d1a69049f48b7b00ce8e720918cb25c2f2b35453fd44c580444bca2ff14d6cef76de99568b2e22b98ea87f45e550d69b40dda464831fe SHA512 7d6bb1942597535cc982e77397b4dc2edee3f361338f82cf2b5f24fd7fa94c148312b125d1d4f37c8dd303eed45173a805eb79ba61a6e74205e21c52f7561d90 diff --git a/media-libs/exiftool/exiftool-12.26.ebuild b/media-libs/exiftool/exiftool-12.26.ebuild deleted file mode 100644 index 579e441d9422..000000000000 --- a/media-libs/exiftool/exiftool-12.26.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_NAME=Image-ExifTool -inherit perl-module - -DESCRIPTION="Read and write meta information in image, audio and video files" -HOMEPAGE="https://exiftool.org/" -SRC_URI="https://exiftool.org/${DIST_P}.tar.gz" - -SLOT="0" -KEYWORDS="amd64 arm64 ppc ppc64 x86 ~x64-macos" -IUSE="doc" - -SRC_TEST="do" - -src_install() { - perl-module_src_install - use doc && dodoc -r html/ - - insinto /usr/share/${PN} - doins -r fmt_files config_files arg_files -} |