diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-02-22 08:19:34 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-02-22 08:33:41 +0000 |
commit | 0cf50bcb42bb67ca01797564ccf6cad10165fafc (patch) | |
tree | d364ad3218d75bef3b021c302d8b4a066e7ae3af /media-plugins | |
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 'media-plugins')
-rw-r--r-- | media-plugins/mythplugins/mythplugins-0.26.0_p20130922-r1.ebuild (renamed from media-plugins/mythplugins/mythplugins-0.26.0_p20130922.ebuild) | 4 | ||||
-rw-r--r-- | media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r3.ebuild (renamed from media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r1.ebuild) | 4 | ||||
-rw-r--r-- | media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r4.ebuild (renamed from media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r2.ebuild) | 2 | ||||
-rw-r--r-- | media-plugins/mythplugins/mythplugins-0.27_p20140321-r1.ebuild (renamed from media-plugins/mythplugins/mythplugins-0.27_p20140321.ebuild) | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/media-plugins/mythplugins/mythplugins-0.26.0_p20130922.ebuild b/media-plugins/mythplugins/mythplugins-0.26.0_p20130922-r1.ebuild index ac217b1644de..e6acfe47c29b 100644 --- a/media-plugins/mythplugins/mythplugins-0.26.0_p20130922.ebuild +++ b/media-plugins/mythplugins/mythplugins-0.26.0_p20130922-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$ @@ -70,7 +70,7 @@ DEPEND="!media-plugins/mytharchive mythweather? ( dev-perl/DateManip dev-perl/DateTime-Format-ISO8601 - dev-perl/ImageSize + dev-perl/Image-Size dev-perl/JSON dev-perl/SOAP-Lite dev-perl/XML-Simple diff --git a/media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r1.ebuild b/media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r3.ebuild index 740b4872f5a3..8d1ce4201db1 100644 --- a/media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r1.ebuild +++ b/media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r3.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$ @@ -111,7 +111,7 @@ DEPEND="!media-plugins/mytharchive dev-perl/DateManip dev-perl/DateTime-Format-ISO8601 >=dev-perl/DateTime-1 - dev-perl/ImageSize + dev-perl/Image-Size dev-perl/JSON dev-perl/SOAP-Lite dev-perl/XML-Simple diff --git a/media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r2.ebuild b/media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r4.ebuild index 8305e574ea3f..a82d7ebb25ae 100644 --- a/media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r2.ebuild +++ b/media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r4.ebuild @@ -111,7 +111,7 @@ DEPEND="!media-plugins/mytharchive dev-perl/DateManip dev-perl/DateTime-Format-ISO8601 >=dev-perl/DateTime-1 - dev-perl/ImageSize + dev-perl/Image-Size dev-perl/JSON dev-perl/SOAP-Lite dev-perl/XML-Simple diff --git a/media-plugins/mythplugins/mythplugins-0.27_p20140321.ebuild b/media-plugins/mythplugins/mythplugins-0.27_p20140321-r1.ebuild index d0311739a21a..f888c76cafde 100644 --- a/media-plugins/mythplugins/mythplugins-0.27_p20140321.ebuild +++ b/media-plugins/mythplugins/mythplugins-0.27_p20140321-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$ @@ -71,7 +71,7 @@ DEPEND="!media-plugins/mytharchive dev-perl/DateManip dev-perl/DateTime-Format-ISO8601 >=dev-perl/DateTime-1 - dev-perl/ImageSize + dev-perl/Image-Size dev-perl/JSON dev-perl/SOAP-Lite dev-perl/XML-Simple |