summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-03 23:20:25 +0000
committerSam James <sam@gentoo.org>2021-01-03 23:20:25 +0000
commitc944b43aba94a4de73d3ca6c582fe40c5998cf6a (patch)
tree3e0c4c6147c4cc77b621e6df18aeb3d92ddb44a1 /sys-apps/moreutils
parentsys-apps/moreutils: bump to 0.65 (diff)
downloadgentoo-c944b43aba94a4de73d3ca6c582fe40c5998cf6a.tar.gz
gentoo-c944b43aba94a4de73d3ca6c582fe40c5998cf6a.tar.bz2
gentoo-c944b43aba94a4de73d3ca6c582fe40c5998cf6a.zip
sys-apps/moreutils: minor style + dep fixups
* PMS says that in pkg_*inst, we can only rely on RDEPEND => eselect is an RDEPEND. * Style changes in DESCRIPTION and layout. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/moreutils')
-rw-r--r--sys-apps/moreutils/moreutils-0.65.ebuild14
1 files changed, 8 insertions, 6 deletions
diff --git a/sys-apps/moreutils/moreutils-0.65.ebuild b/sys-apps/moreutils/moreutils-0.65.ebuild
index d998cee9476e..2a5608311949 100644
--- a/sys-apps/moreutils/moreutils-0.65.ebuild
+++ b/sys-apps/moreutils/moreutils-0.65.ebuild
@@ -5,7 +5,7 @@ EAPI=7
inherit toolchain-funcs
-DESCRIPTION="a collection of tools that nobody thought to write when Unix was young"
+DESCRIPTION="A collection of tools that nobody thought to write when Unix was young"
HOMEPAGE="https://joeyh.name/code/moreutils/ https://git.joeyh.name/index.cgi/moreutils.git/"
# Not available at time of release
#SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.xz"
@@ -17,19 +17,21 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux ~x64-macos
IUSE="+doc +perl"
RDEPEND="
+ app-admin/eselect
perl? (
dev-lang/perl
dev-perl/IPC-Run
dev-perl/Time-Duration
dev-perl/TimeDate
- )"
+ )
+"
DEPEND="
- app-admin/eselect
doc? (
- dev-lang/perl
>=app-text/docbook2X-0.8.8-r2
app-text/docbook-xml-dtd:4.4
- )"
+ dev-lang/perl
+ )
+"
PATCHES=(
"${FILESDIR}/${PN}-0.64-respect-env.patch"
@@ -66,6 +68,6 @@ src_install() {
}
pkg_postinst() {
- # try to make sure $EDITOR is valid for vipe (bug #604630)
+ # Try to make sure $EDITOR is valid for vipe (bug #604630)
eselect editor update
}