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 70D91139085 for ; Fri, 3 Feb 2017 10:11:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38455E0E23; Fri, 3 Feb 2017 10:11:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 06EF7E0E23 for ; Fri, 3 Feb 2017 10:11:45 +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 D8D97340EDA for ; Fri, 3 Feb 2017 10:11:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E6913B8E for ; Fri, 3 Feb 2017 10:11:42 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1486116698.9545e4bf5c9c53d82feecfe5261d966da4fc0f05.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/coreutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/coreutils/coreutils-8.25.ebuild sys-apps/coreutils/coreutils-8.26.ebuild sys-apps/coreutils/metadata.xml X-VCS-Directories: sys-apps/coreutils/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9545e4bf5c9c53d82feecfe5261d966da4fc0f05 X-VCS-Branch: master Date: Fri, 3 Feb 2017 10:11:42 +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: b07a6282-d2ec-46fe-9d94-077a35cd844e X-Archives-Hash: 9f10c284575970dc789260ed5a53ee6c commit: 9545e4bf5c9c53d82feecfe5261d966da4fc0f05 Author: Jonas Stein gentoo org> AuthorDate: Tue Jan 31 11:42:38 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Feb 3 10:11:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9545e4bf sys-apps/coreutils: add longdescription, shorten DESCRIPTION DESCRIPTION must not have more than 80 characters (devman/variables) Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3733 sys-apps/coreutils/coreutils-8.25.ebuild | 2 +- sys-apps/coreutils/coreutils-8.26.ebuild | 4 ++-- sys-apps/coreutils/metadata.xml | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sys-apps/coreutils/coreutils-8.25.ebuild b/sys-apps/coreutils/coreutils-8.25.ebuild index fd2169f..6402475 100644 --- a/sys-apps/coreutils/coreutils-8.25.ebuild +++ b/sys-apps/coreutils/coreutils-8.25.ebuild @@ -13,7 +13,7 @@ EAPI="4" inherit eutils flag-o-matic toolchain-funcs PATCH_VER="1.1" -DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)" +DESCRIPTION="Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc, who,...)" HOMEPAGE="https://www.gnu.org/software/coreutils/" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz diff --git a/sys-apps/coreutils/coreutils-8.26.ebuild b/sys-apps/coreutils/coreutils-8.26.ebuild index b19472a..f985706 100644 --- a/sys-apps/coreutils/coreutils-8.26.ebuild +++ b/sys-apps/coreutils/coreutils-8.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ EAPI=5 inherit eutils flag-o-matic toolchain-funcs PATCH_VER="1.1" -DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)" +DESCRIPTION="Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc, who,...)" HOMEPAGE="https://www.gnu.org/software/coreutils/" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz diff --git a/sys-apps/coreutils/metadata.xml b/sys-apps/coreutils/metadata.xml index f9a7962..b75c0df 100644 --- a/sys-apps/coreutils/metadata.xml +++ b/sys-apps/coreutils/metadata.xml @@ -5,6 +5,8 @@ base-system@gentoo.org Gentoo Base System +Standard GNU file utilities (chmod, cp, dd, dir, ls, ...), text utilities (sort, tr, head, wc, ...), and shell utilities (whoami, who, ...) + Build the hostname program Build the kill program