Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Hash-NoRef/
Date: Fri, 04 Aug 2017 21:07:15
Message-Id: 1501880740.4106254f0af238c330861f148ab7c9b217a82b08.amynka@gentoo
1 commit: 4106254f0af238c330861f148ab7c9b217a82b08
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 23:18:10 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 4 21:05:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4106254f
7
8 dev-perl/Hash-NoRef: Shorter DESCRIPTION
9
10 dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r1.ebuild b/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r1.ebuild
14 index 4de5d7075d7..54521ba2bc1 100644
15 --- a/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r1.ebuild
16 +++ b/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -7,7 +7,7 @@ MODULE_AUTHOR=GMPASSOS
24 MODULE_VERSION=0.03
25 inherit perl-module
26
27 -DESCRIPTION="A HASH that store values without increasing the reference count (weak references)"
28 +DESCRIPTION="Hash to store values without increasing reference count (weak references)"
29
30 SLOT="0"
31 KEYWORDS="amd64 x86"