diff options
author | 2016-02-22 08:19:34 +0000 | |
---|---|---|
committer | 2016-02-22 08:33:41 +0000 | |
commit | 0cf50bcb42bb67ca01797564ccf6cad10165fafc (patch) | |
tree | d364ad3218d75bef3b021c302d8b4a066e7ae3af /www-apps | |
parent | app-emulation/virtualbox-modules: Remove myself from metadata (diff) | |
parent | www-apps/metadot: empty -r1 bump for no-dyndeps (diff) | |
download | gentoo-0cf50bcb42bb67ca01797564ccf6cad10165fafc.tar.gz gentoo-0cf50bcb42bb67ca01797564ccf6cad10165fafc.tar.bz2 gentoo-0cf50bcb42bb67ca01797564ccf6cad10165fafc.zip |
Merge github#893: Fix bad names on dev-perl/Image{Size,Info}.
Two ebuilds were wrongly named dev-perl/Image{Info,Size}. This PR
addresses the problem and renames the two ebuilds:
dev-perl/ImageInfo -> dev-perl/Image-Info
dev-perl/ImageSize -> dev-perl/Image-Size
Pull-Request: https://github.com/gentoo/gentoo/pull/893
Reporter: Kent Frederic <kentfredric@gmail.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3-r1.ebuild (renamed from www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3.ebuild) | 6 | ||||
-rw-r--r-- | www-apps/metadot/metadot-6.1.6-r1.ebuild (renamed from www-apps/metadot/metadot-6.1.6.ebuild) | 4 | ||||
-rw-r--r-- | www-apps/metadot/metadot-6.4.5.4-r1.ebuild (renamed from www-apps/metadot/metadot-6.4.5.4.ebuild) | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3.ebuild b/www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3-r1.ebuild index bea6836fa041..aec92c54c20d 100644 --- a/www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3.ebuild +++ b/www-apps/Apache-Gallery/Apache-Gallery-1.0_rc3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -26,8 +26,8 @@ DEPEND="${DEPEND} =www-apache/libapreq2-2*[perl] >=media-libs/imlib2-1.0.6-r1 dev-perl/URI - >=dev-perl/ImageInfo-1.04-r2 - >=dev-perl/ImageSize-2.99-r1 + >=dev-perl/Image-Info-1.40.0 + >=dev-perl/Image-Size-2.990.0 dev-perl/text-template >=dev-perl/CGI-3.08 dev-perl/Image-Imlib2 diff --git a/www-apps/metadot/metadot-6.1.6.ebuild b/www-apps/metadot/metadot-6.1.6-r1.ebuild index 9d7c2de08aa5..8dc917a9643c 100644 --- a/www-apps/metadot/metadot-6.1.6.ebuild +++ b/www-apps/metadot/metadot-6.1.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -32,7 +32,7 @@ RDEPEND=" dev-perl/Spreadsheet-WriteExcel dev-perl/Date-Calc dev-perl/AppConfig - dev-perl/ImageSize + dev-perl/Image-Size dev-perl/Template-Toolkit virtual/perl-Time-HiRes dev-perl/Lingua-EN-NameParse diff --git a/www-apps/metadot/metadot-6.4.5.4.ebuild b/www-apps/metadot/metadot-6.4.5.4-r1.ebuild index 6ca41f9494cf..e2a82c1f8983 100644 --- a/www-apps/metadot/metadot-6.4.5.4.ebuild +++ b/www-apps/metadot/metadot-6.4.5.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -32,7 +32,7 @@ RDEPEND=" >=dev-perl/Unicode-String-2.07 >=dev-perl/Spreadsheet-WriteExcel-0.41 >=dev-perl/Date-Calc-5.3 - >=dev-perl/ImageSize-2.991 + >=dev-perl/Image-Size-2.991.0 >=dev-perl/Template-Toolkit-2.09 >=virtual/perl-Time-HiRes-1.48 >=virtual/perl-Test-Harness-2.28 |