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 781AC139694 for ; Thu, 23 Mar 2017 20:53:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F5C421C220; Thu, 23 Mar 2017 20:53:36 +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 506DB21C21F for ; Thu, 23 Mar 2017 20:53:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 836AC341675 for ; Thu, 23 Mar 2017 20:53:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E43FA72A4 for ; Thu, 23 Mar 2017 20:53:02 +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: <1490302361.c702cf8cfd1db310842913f510a48cf9334fa39c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/sgpp-lite-arm-uclinux-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/sgpp-lite-arm-uclinux-bin/sgpp-lite-arm-uclinux-bin-2010.09.58.ebuild X-VCS-Directories: dev-embedded/sgpp-lite-arm-uclinux-bin/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c702cf8cfd1db310842913f510a48cf9334fa39c X-VCS-Branch: master Date: Thu, 23 Mar 2017 20:53:02 +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: 1a952995-ba74-4f11-8826-eb5994d28f03 X-Archives-Hash: b67b3eebbba9d01cb0881d04e1fff605 commit: c702cf8cfd1db310842913f510a48cf9334fa39c Author: Harri Nieminen gmail com> AuthorDate: Mon Mar 20 09:42:50 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Mar 23 20:52:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c702cf8c dev-embedded/sgpp-lite-arm-uclinux-bin: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4253 .../sgpp-lite-arm-uclinux-bin-2010.09.58.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-embedded/sgpp-lite-arm-uclinux-bin/sgpp-lite-arm-uclinux-bin-2010.09.58.ebuild b/dev-embedded/sgpp-lite-arm-uclinux-bin/sgpp-lite-arm-uclinux-bin-2010.09.58.ebuild index 60f05866d09..d7170d2890f 100644 --- a/dev-embedded/sgpp-lite-arm-uclinux-bin/sgpp-lite-arm-uclinux-bin-2010.09.58.ebuild +++ b/dev-embedded/sgpp-lite-arm-uclinux-bin/sgpp-lite-arm-uclinux-bin-2010.09.58.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 CPU="arm" @@ -6,7 +6,7 @@ TARGET="arm-uclinuxeabi" HOST="i686-pc-linux-gnu" MY_P="${CPU}-${PV%.*}-${PV##*.}-${TARGET}-${HOST}" -DESCRIPTION="regular, validated releases of the GNU Toolchain for ${CPU} processors by CodeSourcery" +DESCRIPTION="Regular, validated releases of the GNU Toolchain for ${CPU} processors" HOMEPAGE="http://www.codesourcery.com/sgpp/lite/${CPU}" SRC_URI="http://www.codesourcery.com/public/gnu_toolchain/${TARGET}/${MY_P}.tar.bz2"