Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/exiftool/
Date: Fri, 05 Jan 2018 07:28:51
Message-Id: 1515136630.999cae4138bcdd12740a84c1689d96e72c982793.radhermit@gentoo
1 commit: 999cae4138bcdd12740a84c1689d96e72c982793
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 07:17:10 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 07:17:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999cae41
7
8 media-libs/exiftool: remove old
9
10 media-libs/exiftool/Manifest | 4 ----
11 media-libs/exiftool/exiftool-10.64.ebuild | 22 ----------------------
12 media-libs/exiftool/exiftool-10.66.ebuild | 22 ----------------------
13 media-libs/exiftool/exiftool-10.67.ebuild | 22 ----------------------
14 media-libs/exiftool/exiftool-10.69.ebuild | 22 ----------------------
15 5 files changed, 92 deletions(-)
16
17 diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
18 index 11f58db6c6e..dfe7ae02c87 100644
19 --- a/media-libs/exiftool/Manifest
20 +++ b/media-libs/exiftool/Manifest
21 @@ -1,6 +1,2 @@
22 -DIST Image-ExifTool-10.64.tar.gz 4278747 BLAKE2B 35612093b27f698478071087ededfd122111cf257f87a27041e83f8f0b4b236c9ac46fec3e84ddb59e2ef7ff0eeafd8e9a356cd4eb5ac831d3e54bb966863615 SHA512 e0823c51521e5e300a2ad23734d8174da1d5f963fe9fe44c72dc1b2d9835bba8a5c940c748f17ce576be495e919685342f2c6932afa94019efd3fd2d47b852eb
23 -DIST Image-ExifTool-10.66.tar.gz 4293398 BLAKE2B 678b65372cd59a77d2f10c5bc084a6d20f7ac6b23e2e72bc4c1fa04be330d6569a80f4ec8acaa537b2e03a906ba4edc63b96ff58ab847750de63ab09b2a08cea SHA512 32824dfcaf84055143141cbdac05c56d322ecc970cf98813251b2eb1cda32340e08fd4fd6e9323994416e9dc4f9affcba7e35b991abfd6f30cabbb57d02b5eb2
24 -DIST Image-ExifTool-10.67.tar.gz 4293932 BLAKE2B 5bf69c6a3567a01a13c78c3790ee74f57f3154fd1523690770a3eb02e083f75427085b28121c260fcfa0f29f10444d2ccdf20948de921680cd35a995e3d50c27 SHA512 da16af355397d667b3c57a9b1d24b7d91888126138d4bc4cb936ea1ab418cef7e2baed069c39f2890cc93a5dc9cbecd51cd3b4ac7d81f1d6c1426b6fb1aca762
25 DIST Image-ExifTool-10.68.tar.gz 4295465 BLAKE2B 5074c7310affda8b21d580d6db5ad67b74bc3e136a115f403e9567e6f667a1f5e600e1f09717b620613f0006b8c2571d365b1942c2f8138f4f122dcf31b47f07 SHA512 8064ada3abbb12d12a1ad89ec4185b25e54c0726f50b8650460280869dd538ec776c15ed1832350be900c4668ba90d4a45bf3b898173c5ac09945cfa473f42c8
26 -DIST Image-ExifTool-10.69.tar.gz 4296779 BLAKE2B cce6bf0f2fc599e15c11ea5709d8eeb1a7df2902f360f52daa15fc413e227c5925b9c9d755cd992e1d5f15cebaab94b893024bcbad6a3f58112eb17e617a176a SHA512 9b7004607d8e12581943d9a4e6fe928562f777a6b609b8a2b553813c04ce90b17eb53bd8dd1206183ce5b80ae1f39357891db3972103b634442dc836ae26896e
27 DIST Image-ExifTool-10.72.tar.gz 4312531 BLAKE2B 27782c2b1396f0f20eb40d6848f6ca6ea63a7f81e4d40e394cc08a00303b8208adabc06758eecf48a24ce8e8b61af5a075c16937e0a8ff51152b76ac7f0dffb7 SHA512 a0fa407a8c6ef60b01601aea6b6e83959c63a5bf99e8c88a3cb5581a0c6ae5cbebd2baa70e0fbb972390870f93c19755f1c02e8b3ff7dc2d154ca0f63996d0b3
28
29 diff --git a/media-libs/exiftool/exiftool-10.64.ebuild b/media-libs/exiftool/exiftool-10.64.ebuild
30 deleted file mode 100644
31 index a92d9f73ade..00000000000
32 --- a/media-libs/exiftool/exiftool-10.64.ebuild
33 +++ /dev/null
34 @@ -1,22 +0,0 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -DIST_NAME=Image-ExifTool
41 -inherit perl-module
42 -
43 -DESCRIPTION="Read and write meta information in image, audio and video files"
44 -HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
45 -SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz"
46 -
47 -SLOT="0"
48 -KEYWORDS="amd64 ppc ppc64 x86 ~x64-macos"
49 -IUSE="doc"
50 -
51 -SRC_TEST="do"
52 -
53 -src_install() {
54 - perl-module_src_install
55 - use doc && dodoc -r html/
56 -}
57
58 diff --git a/media-libs/exiftool/exiftool-10.66.ebuild b/media-libs/exiftool/exiftool-10.66.ebuild
59 deleted file mode 100644
60 index 22e52f94845..00000000000
61 --- a/media-libs/exiftool/exiftool-10.66.ebuild
62 +++ /dev/null
63 @@ -1,22 +0,0 @@
64 -# Copyright 1999-2017 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=6
68 -
69 -DIST_NAME=Image-ExifTool
70 -inherit perl-module
71 -
72 -DESCRIPTION="Read and write meta information in image, audio and video files"
73 -HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
74 -SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz"
75 -
76 -SLOT="0"
77 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
78 -IUSE="doc"
79 -
80 -SRC_TEST="do"
81 -
82 -src_install() {
83 - perl-module_src_install
84 - use doc && dodoc -r html/
85 -}
86
87 diff --git a/media-libs/exiftool/exiftool-10.67.ebuild b/media-libs/exiftool/exiftool-10.67.ebuild
88 deleted file mode 100644
89 index 22e52f94845..00000000000
90 --- a/media-libs/exiftool/exiftool-10.67.ebuild
91 +++ /dev/null
92 @@ -1,22 +0,0 @@
93 -# Copyright 1999-2017 Gentoo Foundation
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=6
97 -
98 -DIST_NAME=Image-ExifTool
99 -inherit perl-module
100 -
101 -DESCRIPTION="Read and write meta information in image, audio and video files"
102 -HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
103 -SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz"
104 -
105 -SLOT="0"
106 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
107 -IUSE="doc"
108 -
109 -SRC_TEST="do"
110 -
111 -src_install() {
112 - perl-module_src_install
113 - use doc && dodoc -r html/
114 -}
115
116 diff --git a/media-libs/exiftool/exiftool-10.69.ebuild b/media-libs/exiftool/exiftool-10.69.ebuild
117 deleted file mode 100644
118 index 22e52f94845..00000000000
119 --- a/media-libs/exiftool/exiftool-10.69.ebuild
120 +++ /dev/null
121 @@ -1,22 +0,0 @@
122 -# Copyright 1999-2017 Gentoo Foundation
123 -# Distributed under the terms of the GNU General Public License v2
124 -
125 -EAPI=6
126 -
127 -DIST_NAME=Image-ExifTool
128 -inherit perl-module
129 -
130 -DESCRIPTION="Read and write meta information in image, audio and video files"
131 -HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
132 -SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz"
133 -
134 -SLOT="0"
135 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
136 -IUSE="doc"
137 -
138 -SRC_TEST="do"
139 -
140 -src_install() {
141 - perl-module_src_install
142 - use doc && dodoc -r html/
143 -}