From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 202F5138330 for ; Fri, 16 Sep 2016 04:53:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33BD3E08E1; Fri, 16 Sep 2016 04:53:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43598E08E1 for ; Fri, 16 Sep 2016 04:53:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE390340A7F for ; Fri, 16 Sep 2016 04:53:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A55762481 for ; Fri, 16 Sep 2016 04:53:38 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1474001593.d088460242b17e4ad6bd2c5c09c6f12e38579cd0.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-GlobalDestruction/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild X-VCS-Directories: dev-perl/Devel-GlobalDestruction/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: d088460242b17e4ad6bd2c5c09c6f12e38579cd0 X-VCS-Branch: master Date: Fri, 16 Sep 2016 04:53:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f88909ef-01a2-452e-9762-ca91536b9bbd X-Archives-Hash: 303c277b6d4989a7d48e1d2d756a0ffa commit: d088460242b17e4ad6bd2c5c09c6f12e38579cd0 Author: Kent Fredric gentoo org> AuthorDate: Fri Sep 16 04:11:09 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Sep 16 04:53:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0884602 dev-perl/Devel-GlobalDestruction: Fix DESCRIPTIONS for QA Package-Manager: portage-2.3.0 .../Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild | 4 ++-- .../Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild index 79e2dce..bf9c648 100644 --- a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild +++ b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.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$ @@ -8,7 +8,7 @@ MODULE_AUTHOR=HAARG MODULE_VERSION=0.12 inherit perl-module -DESCRIPTION="Expose PL_dirty, the flag which marks global destruction" +DESCRIPTION='Returns the equivalent of ${^GLOBAL_PHASE} eq DESTRUCT for older perls' SLOT="0" KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86 ~ppc-aix ~x86-fbsd ~x86-solaris" diff --git a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild index 6a9615d..9f2c498 100644 --- a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild +++ b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.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$ @@ -8,7 +8,7 @@ MODULE_AUTHOR=HAARG MODULE_VERSION=0.12 inherit perl-module -DESCRIPTION='Provides function returning the equivalent of ${^GLOBAL_PHASE} eq DESTRUCT for older perls' +DESCRIPTION='Returns the equivalent of ${^GLOBAL_PHASE} eq DESTRUCT for older perls' SLOT="0" KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~ppc-aix ~x86-fbsd ~x86-solaris"