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: Sat, 24 Sep 2016 01:01:44
Message-Id: 1474678865.f66938e9097eb7f63e8fce61df773a6c796dcf93.radhermit@gentoo
1 commit: f66938e9097eb7f63e8fce61df773a6c796dcf93
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 01:01:05 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 01:01:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66938e9
7
8 media-libs/exiftool: remove old
9
10 media-libs/exiftool/Manifest | 3 ---
11 media-libs/exiftool/exiftool-10.20.ebuild | 23 -----------------------
12 media-libs/exiftool/exiftool-10.23.ebuild | 23 -----------------------
13 media-libs/exiftool/exiftool-10.24.ebuild | 23 -----------------------
14 4 files changed, 72 deletions(-)
15
16 diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
17 index 3d56c5b..1100e01 100644
18 --- a/media-libs/exiftool/Manifest
19 +++ b/media-libs/exiftool/Manifest
20 @@ -1,5 +1,2 @@
21 -DIST Image-ExifTool-10.20.tar.gz 4142166 SHA256 f06ae200950cd3f441f20f7532163365965aa45a91d96114672b0eb176b76d2a SHA512 0c96010d39b4b5af1595f74df5ac7e27c88a5a610b8dd5eaeda8d3a7bdc335d237659d076b890784baa2e791e007a33d3aa60dc169c901c3771a2e308eccf93a WHIRLPOOL fdb4d34f0bda105bcf9a2355bebb15b0b7255ecda483331aa9e075840cf76dc76c2cfa5b9b796df41a654b1cf59eec1e37ad24b9d0bcd124b5058b73059c8e45
22 -DIST Image-ExifTool-10.23.tar.gz 4158833 SHA256 ce0d0bade2ee205c5e1251bb564c3bcaa9f9afc6b952e5b43b25ab53805b490c SHA512 ce0e0b761a3bfbe65028c5a213e69a6e2bfc14975f6ace040150057d36639f4abeca9e8eac86787411df71c0946929f955b813d0a1ac2c26d6add566e38f4e6a WHIRLPOOL 4ddc0653d8697a7cba3229459dbf07db19626d1add869b3984c23babf6673da9bea55893389324bfd06252019e91e6eed5481c8f610497d63fe58ee9351117d2
23 -DIST Image-ExifTool-10.24.tar.gz 4161183 SHA256 c5315c75acf74db713746e6889e8d6c4c394934952c0151a3b053b429c66f58d SHA512 d748bf627b37d0b42c6fc0712d8ac01e69636d0e779a4375d0ff8bf3728e56116b30f29ba1a7c7e02be0536a89a692bb40b32033d1e4fe6de0e71cd292b3f82c WHIRLPOOL c93b3c36154ddecf1f9f5f9ac8585124823227284c6a7c00c55998d5567354d561e180e1faa8fece3c471ad45c5976fafd349b585aa808d4c770b824c5f2e771
24 DIST Image-ExifTool-10.25.tar.gz 4161833 SHA256 edc2de5848375f7ccb88cd7d0260c98c4c581ffd509c4c249949f0cd1f522dd0 SHA512 6f3c9e432198a0be00efed1dc6044ea1be330099ec3d47bab8e761230c8fadc48bc26571202aea16e82890a9315ea752f25e06a2c7e5fd6d7690387e681870c7 WHIRLPOOL 49f11b61ada48c3d4d3d36d79f110a248c535bb8eb8625cdd7f5c4ef714c94676369b765abe63076589ea05b7c5cbf7ee5401c1c93e344cf704e26a091c5d464
25 DIST Image-ExifTool-10.27.tar.gz 4176031 SHA256 344f201a37f61a9f02ed7831cd86c89ccb14ea163ea77e129f094dc92e4b8852 SHA512 2f90c36afb7d870e4ea39e598afd15ab6183645b53d760cd2b1c883e424df22e1e50d4e2851abe8bf54a4e04a015597ca947053f9d1597f0709e6c0ff342f1c2 WHIRLPOOL fee344bc2354f16cb303a24f7f6b530d28fc4b4823b9cf11adbc2215c18c2a2e5c2608cfeeb5732e420b64f8cefbc35fb4c49a714a0da87a0e8313729c4291d2
26
27 diff --git a/media-libs/exiftool/exiftool-10.20.ebuild b/media-libs/exiftool/exiftool-10.20.ebuild
28 deleted file mode 100644
29 index 2a3c8fe..00000000
30 --- a/media-libs/exiftool/exiftool-10.20.ebuild
31 +++ /dev/null
32 @@ -1,23 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=6
38 -
39 -DIST_NAME=Image-ExifTool
40 -inherit perl-module
41 -
42 -DESCRIPTION="Read and write meta information in image, audio and video files"
43 -HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
44 -SRC_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz"
45 -
46 -SLOT="0"
47 -KEYWORDS="amd64 ppc ppc64 x86 ~x64-macos"
48 -IUSE="doc"
49 -
50 -SRC_TEST="do"
51 -
52 -src_install() {
53 - perl-module_src_install
54 - use doc && dodoc -r html/
55 -}
56
57 diff --git a/media-libs/exiftool/exiftool-10.23.ebuild b/media-libs/exiftool/exiftool-10.23.ebuild
58 deleted file mode 100644
59 index e1513a9..00000000
60 --- a/media-libs/exiftool/exiftool-10.23.ebuild
61 +++ /dev/null
62 @@ -1,23 +0,0 @@
63 -# Copyright 1999-2016 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -# $Id$
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="http://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
74 -SRC_URI="http://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.24.ebuild b/media-libs/exiftool/exiftool-10.24.ebuild
88 deleted file mode 100644
89 index e1513a9..00000000
90 --- a/media-libs/exiftool/exiftool-10.24.ebuild
91 +++ /dev/null
92 @@ -1,23 +0,0 @@
93 -# Copyright 1999-2016 Gentoo Foundation
94 -# Distributed under the terms of the GNU General Public License v2
95 -# $Id$
96 -
97 -EAPI=6
98 -
99 -DIST_NAME=Image-ExifTool
100 -inherit perl-module
101 -
102 -DESCRIPTION="Read and write meta information in image, audio and video files"
103 -HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
104 -SRC_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz"
105 -
106 -SLOT="0"
107 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
108 -IUSE="doc"
109 -
110 -SRC_TEST="do"
111 -
112 -src_install() {
113 - perl-module_src_install
114 - use doc && dodoc -r html/
115 -}