Skip to content

Commit

Permalink
sys-apps/coreutils: add longdescription, shorten DESCRIPTION
Browse files Browse the repository at this point in the history
DESCRIPTION must not have more than 80 characters
(devman/variables)

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: gentoo#3733
  • Loading branch information
jonasstein authored and Lars Wendler committed Feb 3, 2017
1 parent 0f5c17b commit 9545e4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sys-apps/coreutils/coreutils-8.25.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions sys-apps/coreutils/coreutils-8.26.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions sys-apps/coreutils/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9545e4b

Please sign in to comment.