commit:     9a9cfcb5fb977d554f83415986a067f70296531f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 01:51:42 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 01:52:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9cfcb5

dev-perl/File-MimeInfo: Bump to version 0.290.0

- EAPI7
- Unconditionally remove bad tests

Upstream:
- Improve handling of Path::Tiny objects in ->default
- Fix `mimeinfo --stdin` to work

Package-Manager: Portage-3.0.4, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../File-MimeInfo/File-MimeInfo-0.290.0.ebuild     | 35 ++++++++++++++++++++++
 dev-perl/File-MimeInfo/Manifest                    |  1 +
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/File-MimeInfo/File-MimeInfo-0.290.0.ebuild 
b/dev-perl/File-MimeInfo/File-MimeInfo-0.290.0.ebuild
new file mode 100644
index 00000000000..22e255fcf02
--- /dev/null
+++ b/dev-perl/File-MimeInfo/File-MimeInfo-0.290.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MICHIELB
+DIST_VERSION=0.29
+inherit perl-module
+
+DESCRIPTION="Determine file type"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+       virtual/perl-Carp
+       virtual/perl-Exporter
+       >=dev-perl/File-BaseDir-0.30.0
+       >=dev-perl/File-DesktopEntry-0.40.0
+       x11-misc/shared-mime-info
+"
+BDEPEND="${RDEPEND}
+       >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+       test? (
+               virtual/perl-Test-Simple
+       )
+"
+PERL_RM_FILES=(
+       t/06_pod_ok.t
+       t/07_pod_cover.t
+       t/08_changes.t
+       t/09_no404s.t
+)

diff --git a/dev-perl/File-MimeInfo/Manifest b/dev-perl/File-MimeInfo/Manifest
index aa8c33f1fbf..4cf96e2e834 100644
--- a/dev-perl/File-MimeInfo/Manifest
+++ b/dev-perl/File-MimeInfo/Manifest
@@ -1 +1,2 @@
 DIST File-MimeInfo-0.28.tar.gz 32561 BLAKE2B 
18a200876fd5b466c52866bb68c6343a8a814b66b5a25511c74af6c759563096bd893ae9ec4732ded9aecdb7caa910a928dde88d00f5147648099df8035971c9
 SHA512 
894bf234cb5ff01d6bc995f857549e854457cd3eb8df17ce55bb63348def2c63e818d1add8617ad1ace20d9024e68cce954984328707ab51afcc818d47a9d5c0
+DIST File-MimeInfo-0.29.tar.gz 33113 BLAKE2B 
5653316aea954cf82ad1c13474b6bb2740834185e12c150b4dba27c1f194986e4c1685764635c1a82659d1c6eb0fdccf66d456a67f9845153e21bd5133c16182
 SHA512 
3b012843a0934e2df78a28e52efec3cbe10b06fd2be7f3d63f64309752240af2e7ef9440a839aa170197f1037baee5fdcf1c1303fd57349841f37ee7001b68dd

Reply via email to