summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-09-29 19:10:46 -0400
committerTim Harder <radhermit@gentoo.org>2017-09-29 19:11:33 -0400
commit0abfc8dc2a6a76db82f17053d9e78bfe7539074d (patch)
tree2b13fa3d0838e6ee9b7abcaec148b96b052eacd9
parentmedia-libs/exiftool: stabilize 10.61 (diff)
downloadgentoo-0abfc8dc.tar.gz
gentoo-0abfc8dc.tar.bz2
gentoo-0abfc8dc.zip
media-libs/exiftool: remove old
-rw-r--r--media-libs/exiftool/Manifest2
-rw-r--r--media-libs/exiftool/exiftool-10.59.ebuild22
-rw-r--r--media-libs/exiftool/exiftool-10.60.ebuild22
3 files changed, 0 insertions, 46 deletions
diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index a59d723b10d5..74a526ab9a88 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -1,4 +1,2 @@
-DIST Image-ExifTool-10.59.tar.gz 4263896 SHA256 c2a7906edc2c62171bfd1afcf5123f7e720fd33867eee3e40b5251c1304952f3 SHA512 b68abe8b76694e9e26e188e61e1d0f94f4e694a3239718fc31d183b6734314692418b7842056be6bf020c2c8e7ecc3a69eb0cf12b6af7da1562caccc9ad892fd WHIRLPOOL c3c97eacbb3d54f81c8ad25c68edf5ca4b0985009f41dee261de71d35e957132575849f88d2bea09c5b2f1cdc63ed0e3e07892fb3bd7d27724792fe5bf8ff838
-DIST Image-ExifTool-10.60.tar.gz 4265747 SHA256 df0988f60e1a6c086799e1f2ecd419e8abbad4dfb5dfa66c6080c78a5cb7acfa SHA512 c3c113fd5771faca61663a6ed217a4d373271c3ec909e0fc871ad8320a8d4c9ef87d6a43cfcf6b3a9219ddcbdafad3bf78bb697440d96c425ff605b1809ee9c4 WHIRLPOOL e61040b317cd16fac878bf6c56a0db2fc8aa7fb70f2f84162475e1747aeefa3ce690ab9f11c4261a86f088db257edfa6efdc2b6b6f09caf5c518104f75d07169
DIST Image-ExifTool-10.61.tar.gz 4270638 SHA256 a8f2b535c070f17ae6113bc1dd2e9db5a663621f1726b45f57511e374b5190eb SHA512 2d528045f24501985c326a9abf58dc1e77b9ecbef4253e1fcb456fa3c76cbe0a6ff6c6b42fc0095401bf15ac2ad90e02ae4b22cac43aae740b2d5d484c3b85c5 WHIRLPOOL 3623dbdda5a2742f7ba1268814b4a0374dd24802237a278760d5da734d21c6c40352a6bc250831bc0d9b4eae02d353a5539a1d90aa87a76e1943a97d44e3a175
DIST Image-ExifTool-10.62.tar.gz 4274693 SHA256 6e8ff002e3c1253e2a4d77b4dd57f69c92599b0a1b48a94531bafb20b427f52e SHA512 3dce72f7c181eba94513924e3d914a6947ae74789064c96339010929b94bd44a35b5fafeaa5700b511ca4a3a498776a5b5d7c0dd5d459dabb57462a0ae9b32a1 WHIRLPOOL 780cc905ca1fccba418183df635d160a7460608d23e780cf3f95de0dccda80efac5b541d8682341dfc7c22c7755c7a394a26a5c05b9238e47d12c1ce83d706cd
diff --git a/media-libs/exiftool/exiftool-10.59.ebuild b/media-libs/exiftool/exiftool-10.59.ebuild
deleted file mode 100644
index a92d9f73adec..000000000000
--- a/media-libs/exiftool/exiftool-10.59.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_NAME=Image-ExifTool
-inherit perl-module
-
-DESCRIPTION="Read and write meta information in image, audio and video files"
-HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
-SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_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 && dodoc -r html/
-}
diff --git a/media-libs/exiftool/exiftool-10.60.ebuild b/media-libs/exiftool/exiftool-10.60.ebuild
deleted file mode 100644
index 22e52f948459..000000000000
--- a/media-libs/exiftool/exiftool-10.60.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_NAME=Image-ExifTool
-inherit perl-module
-
-DESCRIPTION="Read and write meta information in image, audio and video files"
-HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
-SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_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 && dodoc -r html/
-}