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 477DA139694 for ; Sat, 8 Apr 2017 21:58:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39B0121C08A; Sat, 8 Apr 2017 21:57:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0CB7B21C08A for ; Sat, 8 Apr 2017 21:57:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C48D34169E for ; Sat, 8 Apr 2017 21:57:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDA0A743C for ; Sat, 8 Apr 2017 21:57:43 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1491688341.e6dea4369c56782ce4a765d569e7ef4d3eaf2d9b.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/parrot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/parrot/parrot-7.1.0.ebuild dev-lang/parrot/parrot-7.11.0.ebuild dev-lang/parrot/parrot-7.5.0.ebuild dev-lang/parrot/parrot-8.1.0.ebuild X-VCS-Directories: dev-lang/parrot/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: e6dea4369c56782ce4a765d569e7ef4d3eaf2d9b X-VCS-Branch: master Date: Sat, 8 Apr 2017 21:57:43 +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: 69fa5c9b-3c54-4ac0-b206-4cddd8498ec5 X-Archives-Hash: 5496ef8714e6c46f8951f0a90f8ab583 commit: e6dea4369c56782ce4a765d569e7ef4d3eaf2d9b Author: Harri Nieminen gmail com> AuthorDate: Tue Apr 4 13:29:55 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Apr 8 21:52:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6dea436 dev-lang/parrot: fix toolong DESCRIPTION. Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4358 dev-lang/parrot/parrot-7.1.0.ebuild | 4 ++-- dev-lang/parrot/parrot-7.11.0.ebuild | 4 ++-- dev-lang/parrot/parrot-7.5.0.ebuild | 4 ++-- dev-lang/parrot/parrot-8.1.0.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-lang/parrot/parrot-7.1.0.ebuild b/dev-lang/parrot/parrot-7.1.0.ebuild index e4ac48c365b..21858f8b882 100644 --- a/dev-lang/parrot/parrot-7.1.0.ebuild +++ b/dev-lang/parrot/parrot-7.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit eutils multilib # weird failures RESTRICT="test" -DESCRIPTION="Virtual machine designed to efficiently compile and execute bytecode for dynamic languages" +DESCRIPTION="Virtual machine designed to compile and execute bytecode for dynamic languages" HOMEPAGE="http://www.parrot.org/" SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz" diff --git a/dev-lang/parrot/parrot-7.11.0.ebuild b/dev-lang/parrot/parrot-7.11.0.ebuild index 8c805442553..e81e39db869 100644 --- a/dev-lang/parrot/parrot-7.11.0.ebuild +++ b/dev-lang/parrot/parrot-7.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit eutils multilib # weird failures RESTRICT="test" -DESCRIPTION="Virtual machine designed to efficiently compile and execute bytecode for dynamic languages" +DESCRIPTION="Virtual machine designed to compile and execute bytecode for dynamic languages" HOMEPAGE="http://www.parrot.org/" SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz" diff --git a/dev-lang/parrot/parrot-7.5.0.ebuild b/dev-lang/parrot/parrot-7.5.0.ebuild index 8c805442553..e81e39db869 100644 --- a/dev-lang/parrot/parrot-7.5.0.ebuild +++ b/dev-lang/parrot/parrot-7.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit eutils multilib # weird failures RESTRICT="test" -DESCRIPTION="Virtual machine designed to efficiently compile and execute bytecode for dynamic languages" +DESCRIPTION="Virtual machine designed to compile and execute bytecode for dynamic languages" HOMEPAGE="http://www.parrot.org/" SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz" diff --git a/dev-lang/parrot/parrot-8.1.0.ebuild b/dev-lang/parrot/parrot-8.1.0.ebuild index 8c805442553..e81e39db869 100644 --- a/dev-lang/parrot/parrot-8.1.0.ebuild +++ b/dev-lang/parrot/parrot-8.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit eutils multilib # weird failures RESTRICT="test" -DESCRIPTION="Virtual machine designed to efficiently compile and execute bytecode for dynamic languages" +DESCRIPTION="Virtual machine designed to compile and execute bytecode for dynamic languages" HOMEPAGE="http://www.parrot.org/" SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz"