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 4F993139694 for ; Thu, 23 Mar 2017 20:53:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A876B21C1F6; Thu, 23 Mar 2017 20:53:15 +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 7315321C1F6 for ; Thu, 23 Mar 2017 20:53:10 +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 648A934165B for ; Thu, 23 Mar 2017 20:53:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DCDF7293 for ; Thu, 23 Mar 2017 20:53:01 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1490302304.64e6373aa8772d45c8667cbeffa82d383077542c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/gputils/gputils-0.13.6-r1.ebuild dev-embedded/gputils/gputils-0.13.7.ebuild dev-embedded/gputils/gputils-0.14.0.ebuild dev-embedded/gputils/gputils-0.14.1.ebuild dev-embedded/gputils/gputils-0.14.2.ebuild dev-embedded/gputils/gputils-1.2.0.ebuild dev-embedded/gputils/gputils-1.4.0.ebuild dev-embedded/gputils/gputils-1.5.0.ebuild X-VCS-Directories: dev-embedded/gputils/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 64e6373aa8772d45c8667cbeffa82d383077542c X-VCS-Branch: master Date: Thu, 23 Mar 2017 20:53:01 +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: 858d38c3-c154-4c4c-82a9-c38fcd8d1ad9 X-Archives-Hash: c9857186c9c06691b4e8705ee27296a1 commit: 64e6373aa8772d45c8667cbeffa82d383077542c Author: Harri Nieminen gmail com> AuthorDate: Mon Mar 20 09:24:33 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Mar 23 20:51:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e6373a dev-embedded/gputils: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4253 dev-embedded/gputils/gputils-0.13.6-r1.ebuild | 4 ++-- dev-embedded/gputils/gputils-0.13.7.ebuild | 4 ++-- dev-embedded/gputils/gputils-0.14.0.ebuild | 4 ++-- dev-embedded/gputils/gputils-0.14.1.ebuild | 4 ++-- dev-embedded/gputils/gputils-0.14.2.ebuild | 4 ++-- dev-embedded/gputils/gputils-1.2.0.ebuild | 4 ++-- dev-embedded/gputils/gputils-1.4.0.ebuild | 4 ++-- dev-embedded/gputils/gputils-1.5.0.ebuild | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/dev-embedded/gputils/gputils-0.13.6-r1.ebuild b/dev-embedded/gputils/gputils-0.13.6-r1.ebuild index 38260c3bb14..ff9ea6d96e5 100644 --- a/dev-embedded/gputils/gputils-0.13.6-r1.ebuild +++ b/dev-embedded/gputils/gputils-0.13.6-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils -DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers" +DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers" HOMEPAGE="http://gputils.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" diff --git a/dev-embedded/gputils/gputils-0.13.7.ebuild b/dev-embedded/gputils/gputils-0.13.7.ebuild index ca8898a6cd9..9d12d799263 100644 --- a/dev-embedded/gputils/gputils-0.13.7.ebuild +++ b/dev-embedded/gputils/gputils-0.13.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="2" inherit eutils -DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers" +DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers" HOMEPAGE="http://gputils.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" diff --git a/dev-embedded/gputils/gputils-0.14.0.ebuild b/dev-embedded/gputils/gputils-0.14.0.ebuild index 5ea4158d7d2..0e60ba69f23 100644 --- a/dev-embedded/gputils/gputils-0.14.0.ebuild +++ b/dev-embedded/gputils/gputils-0.14.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" -DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers" +DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers" HOMEPAGE="http://gputils.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" diff --git a/dev-embedded/gputils/gputils-0.14.1.ebuild b/dev-embedded/gputils/gputils-0.14.1.ebuild index 449e0d64af2..0e60ba69f23 100644 --- a/dev-embedded/gputils/gputils-0.14.1.ebuild +++ b/dev-embedded/gputils/gputils-0.14.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" -DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers" +DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers" HOMEPAGE="http://gputils.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" diff --git a/dev-embedded/gputils/gputils-0.14.2.ebuild b/dev-embedded/gputils/gputils-0.14.2.ebuild index 449e0d64af2..0e60ba69f23 100644 --- a/dev-embedded/gputils/gputils-0.14.2.ebuild +++ b/dev-embedded/gputils/gputils-0.14.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" -DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers" +DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers" HOMEPAGE="http://gputils.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" diff --git a/dev-embedded/gputils/gputils-1.2.0.ebuild b/dev-embedded/gputils/gputils-1.2.0.ebuild index 4ce8f9a7928..0e60ba69f23 100644 --- a/dev-embedded/gputils/gputils-1.2.0.ebuild +++ b/dev-embedded/gputils/gputils-1.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" -DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers" +DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers" HOMEPAGE="http://gputils.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" diff --git a/dev-embedded/gputils/gputils-1.4.0.ebuild b/dev-embedded/gputils/gputils-1.4.0.ebuild index 81afcc3eb41..0a2f1952d81 100644 --- a/dev-embedded/gputils/gputils-1.4.0.ebuild +++ b/dev-embedded/gputils/gputils-1.4.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" inherit toolchain-funcs -DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers" +DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers" HOMEPAGE="http://gputils.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" diff --git a/dev-embedded/gputils/gputils-1.5.0.ebuild b/dev-embedded/gputils/gputils-1.5.0.ebuild index 0d1d3ea7332..b6eec9feb86 100644 --- a/dev-embedded/gputils/gputils-1.5.0.ebuild +++ b/dev-embedded/gputils/gputils-1.5.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit toolchain-funcs -DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers" +DESCRIPTION="Tools including assembler, linker and librarian for PIC microcontrollers" HOMEPAGE="http://gputils.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"