commit: 9545e4bf5c9c53d82feecfe5261d966da4fc0f05 Author: Jonas Stein <jstein <AT> gentoo <DOT> org> AuthorDate: Tue Jan 31 11:42:38 2017 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> 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 @@ <email>[email protected]</email> <name>Gentoo Base System</name> </maintainer> +<longdescription>Standard GNU file utilities (chmod, cp, dd, dir, ls, ...), text utilities (sort, tr, head, wc, ...), and shell utilities (whoami, who, ...) +</longdescription> <use> <flag name="hostname">Build the hostname program</flag> <flag name="kill">Build the kill program</flag>
