summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-libs/exiftool/Manifest3
-rw-r--r--media-libs/exiftool/exiftool-10.11.ebuild24
-rw-r--r--media-libs/exiftool/exiftool-10.12.ebuild24
-rw-r--r--media-libs/exiftool/exiftool-10.13.ebuild24
4 files changed, 0 insertions, 75 deletions
diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index dacc23dba958..1f314a44adea 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -1,6 +1,3 @@
DIST Image-ExifTool-10.10.tar.gz 4056189 SHA256 f9fcecf8954cfd6b1f5658e1fc82801e8b98f891c88a60adbd6bc5c716471e09 SHA512 c18963020f02f196c68d89d22126834dbde31b2e13da0b56509d1d25f9adb6248f8e4ea9ec7cba7f144a44d6c81e966e9aafd36d4e2d76d92e3b7a0c7e4fdacd WHIRLPOOL e5bd0791dfc7fa4b16d4ee770d866626a119cf68b8e2736cda1181a2fcb7a32e96ad885a706d25da0241bd9ba1c0637c23be49e5662fe813fa8fb48b4100768c
-DIST Image-ExifTool-10.11.tar.gz 4060513 SHA256 8cf8b2ec192fdbec5e1946bcf1ed9c7c681e6d16896298bbf7adb8eb59356729 SHA512 c61f70782fbe9f7ce55fb1e0a66aaa0310be17b483b39505ba6255964798d46a8887254a9f635abfc5edc544b3c52cf180575ba7ccf72b4ed209608f78d4e427 WHIRLPOOL 5cbed0ea1516760339cfd93c6f3a73eda9b4413b58a7871c604da61bd0d484f6c6772ea1efa31d6b5d5a8da2d23fe1de4a81469bcc32eb28bb5122ff8134be98
-DIST Image-ExifTool-10.12.tar.gz 4061878 SHA256 be1d5a4f9d4992b95e2cc028d6f26f55fe19b99020589e68ff07c1a3fa32f14e SHA512 3149af438536825af2bfa4302103b530bc66f65fb84211daba145754fbc47aba8b626e8accbd8fb82c2825901943492d8492c54ec6e517646c71529788de5b02 WHIRLPOOL e78454d895f21e9e77da371b0e8209b96127baa511503a8d47649318b45af561d3ee3fc9f602f06a6d2cb66db9dde7b02d3248b57f05479d56f0758b6fe231d3
-DIST Image-ExifTool-10.13.tar.gz 4064536 SHA256 830ad5e28bc049ec69950c2a48e5703aff2cb05956b80ed21aa65167afab56a9 SHA512 8a2b2c0507b28e3fc0906f8b9beb72a44094d41d51257ced8d1e611aa10d63a09532f54149d047a46a8c57d8e07956fa7c0e46092238b094e540c7fa97bdd8d0 WHIRLPOOL 2545ea7c2a32bb499d4e70c443300253b82fab910f03f27280e2ed3b041357d4d0c66371ade2d2f2621deebbcf26673911e72ac1fe594babf498cba052287ade
DIST Image-ExifTool-10.14.tar.gz 4071176 SHA256 26ef376283de7321a155bdf402afd7f0dcd046b6f5461d99e8c6729f9ac107b5 SHA512 47bd9ef87ca68e41bb6d5ec4a6ae64255fef5550ae0ba90afc20716857bec136621cb79025d7e13b9451b5a8973c7a6ac6bc3ef3367fa30a30e0f71782fa1583 WHIRLPOOL c96cb98db18c47c0c4b3aae07c20910918a172eb06f912beea1867a6692f30cc85b06321e798c775a3f2607d266732c999575f33ec0dbcf11a595fec58ad9a76
DIST Image-ExifTool-10.15.tar.gz 4080986 SHA256 e1a94fdd1717e81bad4625e3fc51644b6cc3b6667024d29afe7a9bbe5457e935 SHA512 ee419f01887f54aaeb41df2dd8db710339c1784630d09a54fa96c3e37aefe90ec30e39eabe369a52c694eef8030bc169f4ca4bc3165f25d97381cd3a212ae120 WHIRLPOOL f8f5ac468cf6e9591f1da5abd31901b0680cd330469f0491e98de22be84d07e392bb36432ae9531270cd76513c970028b6423f23cd6564a5d6d19b783c0fb370
diff --git a/media-libs/exiftool/exiftool-10.11.ebuild b/media-libs/exiftool/exiftool-10.11.ebuild
deleted file mode 100644
index 0d48581c279e..000000000000
--- a/media-libs/exiftool/exiftool-10.11.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN=Image-ExifTool
-MY_P=${MY_PN}-${PV}
-inherit perl-module
-
-DESCRIPTION="Read and write meta information in image, audio and video files"
-HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
-SRC_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/${MY_P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
-IUSE="doc"
-
-SRC_TEST="do"
-
-src_install() {
- perl-module_src_install
- use doc && dohtml -r html/
-}
diff --git a/media-libs/exiftool/exiftool-10.12.ebuild b/media-libs/exiftool/exiftool-10.12.ebuild
deleted file mode 100644
index 0d48581c279e..000000000000
--- a/media-libs/exiftool/exiftool-10.12.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN=Image-ExifTool
-MY_P=${MY_PN}-${PV}
-inherit perl-module
-
-DESCRIPTION="Read and write meta information in image, audio and video files"
-HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
-SRC_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/${MY_P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
-IUSE="doc"
-
-SRC_TEST="do"
-
-src_install() {
- perl-module_src_install
- use doc && dohtml -r html/
-}
diff --git a/media-libs/exiftool/exiftool-10.13.ebuild b/media-libs/exiftool/exiftool-10.13.ebuild
deleted file mode 100644
index 0d48581c279e..000000000000
--- a/media-libs/exiftool/exiftool-10.13.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN=Image-ExifTool
-MY_P=${MY_PN}-${PV}
-inherit perl-module
-
-DESCRIPTION="Read and write meta information in image, audio and video files"
-HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
-SRC_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/${MY_P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
-IUSE="doc"
-
-SRC_TEST="do"
-
-src_install() {
- perl-module_src_install
- use doc && dohtml -r html/
-}