dev-perl/Linux-DesktopFiles: Bump to version 0.130.0

- Cleanup author tests
- Set license as Artistic-2 re:
  c09ec8f264

Upstream:
- Use name of file when file lacks a name for `Name`
- Improved detection of inherited icon themes
- Remove no-op keep_empty_categories option

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Kent Fredric
2017-06-05 22:34:21 +12:00
parent 36175d2117
commit ae7eab4106
3 changed files with 31 additions and 4 deletions

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=TRIZEN
DIST_VERSION=0.13
inherit perl-module
DESCRIPTION="Perl module to get and parse the Linux .desktop files"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=dev-lang/perl-5.14.0[gdbm]"
DEPEND="dev-perl/Module-Build"
src_test() {
perl_rm_files t/pod-coverage.t t/pod.t
perl-module_src_test
}

View File

@@ -1 +1,2 @@
DIST Linux-DesktopFiles-0.09.tar.gz 10268 SHA256 45afb52301ed1553fa741c40e62dc91280bb0e6e58dad83e6a49415a02f0973b SHA512 9c46ca6be9c21092481efa6e101aaaa162c54e9c02156ac38f62363ddad937b9341a2b66fb09331347c45e1a8b9eba9dbcb2a7b0f45da41237a896b4dd31bb78 WHIRLPOOL 521976d1e340b381d352f41f159bfa8161cba22bed3fa8f1f756db1e2782a1c0b2769a4913d31fc602179579b7b81cc55d6366da5e08182b37364839c62aa053
DIST Linux-DesktopFiles-0.13.tar.gz 15008 SHA256 5ed7aa22895a33d2d3ad1e053273996550a446a37a9a0aecad131f6c75adf266 SHA512 408df4ffd6c4879426d74b196b2bb0c0d13ceab09f53160f62851c44cc7b3de295dd430d3a0391bb5d5f6682eab5816a1f34c589db084f9cf41c00f633102b9f WHIRLPOOL 7347b1dd095a81f998d6b9294afb538f7a11cc87d50d6acd2ea4021ea8ca043b7f7bffdcd53db6c7ff1710c84afdb56a308cf521834e49e9bbcbeb642a2611cc

View File

@@ -1,8 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Linux-DesktopFiles</remote-id>
<remote-id type="cpan-module">Linux::DesktopFiles</remote-id>
</upstream>
</pkgmetadata>