diff options
author | Michael Vetter <jubalh@iodoru.org> | 2023-04-25 08:19:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-26 05:02:33 +0100 |
commit | 99e94effcc9a77c2bddf91cbd0085e539097e9ba (patch) | |
tree | 35b7a2b2c8124283ad974a822a7c2d2ec5234cfc /media-libs/exiftool | |
parent | dev-qt/qtwebengine: fix qutebrowser's hinting issue (6.5 regression) (diff) | |
download | gentoo-99e94effcc9a77c2bddf91cbd0085e539097e9ba.tar.gz gentoo-99e94effcc9a77c2bddf91cbd0085e539097e9ba.tar.bz2 gentoo-99e94effcc9a77c2bddf91cbd0085e539097e9ba.zip |
media-libs/exiftool: drop 12.42
Old stable release.
Signed-off-by: Michael Vetter <jubalh@iodoru.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/exiftool')
-rw-r--r-- | media-libs/exiftool/exiftool-12.42.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/media-libs/exiftool/exiftool-12.42.ebuild b/media-libs/exiftool/exiftool-12.42.ebuild deleted file mode 100644 index b95a6773fa9f..000000000000 --- a/media-libs/exiftool/exiftool-12.42.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 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/ http://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 -} |