sys-apps/coreutils: add longdescription, shorten DESCRIPTION
authorJonas Stein <jstein@gentoo.org>
Tue, 31 Jan 2017 11:42:38 +0000 (12:42 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Fri, 3 Feb 2017 10:11:38 +0000 (11:11 +0100)
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
sys-apps/coreutils/coreutils-8.26.ebuild
sys-apps/coreutils/metadata.xml

index fd2169f21109d5505d7a5f37ec9f63c5d373c278..6402475ba5c9b7e7af541ac4e68dd4b2679df3b6 100644 (file)
@@ -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
index b19472ac4cd2522cb6328df1dfe57a1263602eff..f98570634d19d5ddcd7ae7262fd561424d472bf1 100644 (file)
@@ -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
index f9a79626e12c955df0792d421538e91a59c933ad..b75c0df6a5f954c77c7e1ebbfd4558ff00070b88 100644 (file)
@@ -5,6 +5,8 @@
        <email>base-system@gentoo.org</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>