Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/metadot/
Date: Mon, 22 Feb 2016 08:46:58
Message-Id: 1456050188.50db7e66ecf1242c1aa28b63605afb3a45a5a451.monsieurp@gentoo
1 commit: 50db7e66ecf1242c1aa28b63605afb3a45a5a451
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 20 18:31:51 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 21 10:23:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50db7e66
7
8 www-apps/metadot: fix dep on dev-perl/Image-Size
9
10 Package-Manager: portage-2.2.27
11
12 www-apps/metadot/metadot-6.1.6.ebuild | 4 ++--
13 www-apps/metadot/metadot-6.4.5.4.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/www-apps/metadot/metadot-6.1.6.ebuild b/www-apps/metadot/metadot-6.1.6.ebuild
17 index 9d7c2de..8dc917a 100644
18 --- a/www-apps/metadot/metadot-6.1.6.ebuild
19 +++ b/www-apps/metadot/metadot-6.1.6.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -32,7 +32,7 @@ RDEPEND="
27 dev-perl/Spreadsheet-WriteExcel
28 dev-perl/Date-Calc
29 dev-perl/AppConfig
30 - dev-perl/ImageSize
31 + dev-perl/Image-Size
32 dev-perl/Template-Toolkit
33 virtual/perl-Time-HiRes
34 dev-perl/Lingua-EN-NameParse
35
36 diff --git a/www-apps/metadot/metadot-6.4.5.4.ebuild b/www-apps/metadot/metadot-6.4.5.4.ebuild
37 index 6ca41f9..e2a82c1 100644
38 --- a/www-apps/metadot/metadot-6.4.5.4.ebuild
39 +++ b/www-apps/metadot/metadot-6.4.5.4.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2014 Gentoo Foundation
42 +# Copyright 1999-2016 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 @@ -32,7 +32,7 @@ RDEPEND="
47 >=dev-perl/Unicode-String-2.07
48 >=dev-perl/Spreadsheet-WriteExcel-0.41
49 >=dev-perl/Date-Calc-5.3
50 - >=dev-perl/ImageSize-2.991
51 + >=dev-perl/Image-Size-2.991.0
52 >=dev-perl/Template-Toolkit-2.09
53 >=virtual/perl-Time-HiRes-1.48
54 >=virtual/perl-Test-Harness-2.28