public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Linux-DesktopFiles/
Date: Sat, 28 Oct 2017 02:30:03 +0000 (UTC)	[thread overview]
Message-ID: <1509157789.e1e5958edf57f3c5693f0791ea3704a2e6da0111.kentnl@gentoo> (raw)

commit:     e1e5958edf57f3c5693f0791ea3704a2e6da0111
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 22:18:59 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 02:29:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e5958e

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

Upstream:
- Drop use of GDBM
- Add support for desktop IDs
- Remove support for resolving absolute icon paths
- Fix bug in icon names with dots.
- Ensure category names are unique
- Stop escaping some strings
- Add parse_desktop_file method
- parse_desktop_files() now context sensitive

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Linux-DesktopFiles-0.250.0.ebuild              | 22 ++++++++++++++++++++++
 dev-perl/Linux-DesktopFiles/Manifest               |  1 +
 2 files changed, 23 insertions(+)

diff --git a/dev-perl/Linux-DesktopFiles/Linux-DesktopFiles-0.250.0.ebuild b/dev-perl/Linux-DesktopFiles/Linux-DesktopFiles-0.250.0.ebuild
new file mode 100644
index 00000000000..c51b609b235
--- /dev/null
+++ b/dev-perl/Linux-DesktopFiles/Linux-DesktopFiles-0.250.0.ebuild
@@ -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.25
+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"
+DEPEND="dev-perl/Module-Build"
+
+src_test() {
+	perl_rm_files t/pod-coverage.t t/pod.t
+	perl-module_src_test
+}

diff --git a/dev-perl/Linux-DesktopFiles/Manifest b/dev-perl/Linux-DesktopFiles/Manifest
index 0fb3b23727a..319481995c5 100644
--- a/dev-perl/Linux-DesktopFiles/Manifest
+++ b/dev-perl/Linux-DesktopFiles/Manifest
@@ -1,2 +1,3 @@
 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
+DIST Linux-DesktopFiles-0.25.tar.gz 13995 SHA256 60377a74fba90fa465200ee1c7430dbdde69d454d85f9ee101c039803a07e5f5 SHA512 a825b014e85e53cf0a142c7d239948f288930627a517444d21a81b8ee898ab3bc1b7dc8864df7b76b2f3a982280ffcb09325f492d0d83950c682110999d5e107 WHIRLPOOL bc99f53fb136d51e0254ccbbc149d26c44853fd1e9b9ff76ac7b50b7cb0e62095f966c9c41e4cf687c4253b845d3881a2d2198ac85cfd34f38d3dd7520f6c558


             reply	other threads:[~2017-10-28  2:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-28  2:30 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-08 21:11 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Linux-DesktopFiles/ Andreas K. Hüttel
2018-08-17  4:29 Kent Fredric
2018-07-15 23:57 Mikle Kolyada
2017-06-05 10:34 Kent Fredric
2016-03-14 22:30 Andreas Hüttel
2016-03-14 15:05 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1509157789.e1e5958edf57f3c5693f0791ea3704a2e6da0111.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox