summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2020-08-09 12:23:51 +0200
committerMartin Väth <martin@mvath.de>2020-08-09 12:23:51 +0200
commit14a6a7286d3e568a0d79f4df96c7c22a2d117e52 (patch)
tree4c8d7d351fb7f4f062c738374970e1ef57a04308
parentwww-plugins squashfs-tool googleearth sundtek-tv schily-tools: Version bumps (diff)
downloadmv-14a6a7286d3e568a0d79f4df96c7c22a2d117e52.tar.gz
mv-14a6a7286d3e568a0d79f4df96c7c22a2d117e52.tar.bz2
mv-14a6a7286d3e568a0d79f4df96c7c22a2d117e52.zip
sys-apps/man: enewgroup -> acct-group/man enewuser -> acct-user/man
Signed-off-by: Martin Väth <martin@mvath.de>
-rw-r--r--metadata/pkg_desc_index2
-rw-r--r--sys-apps/man/man-1.6g-r3.ebuild (renamed from sys-apps/man/man-1.6g-r2.ebuild)11
2 files changed, 5 insertions, 8 deletions
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index 8dd8ad0d..1931c7dd 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -101,7 +101,7 @@ sci-mathematics/genius 1.0.21: Genius Mathematics Tool and the GEL Language
sci-mathematics/reduce 20141130-r2 20190413: A general-purpose computer algebra system
sys-apps/cpi 3.2: A wrapper for cp -i -a, making use of diff
sys-apps/less 563: Excellent text file viewer, optionally with additional selection feature
-sys-apps/man 1.6g-r2: Standard commands to read man pages
+sys-apps/man 1.6g-r3: Standard commands to read man pages
sys-apps/openrc-wrapper 2.4: Use openrc init scripts with systemd or other init systems
sys-apps/paxopen 1.2: A wrapper script to set PAX kernel variables to an insecure/safe state
sys-apps/schedule 8.0.1: script to schedule jobs in a multiuser multitasking environment
diff --git a/sys-apps/man/man-1.6g-r2.ebuild b/sys-apps/man/man-1.6g-r3.ebuild
index adb098d2..e12af4d6 100644
--- a/sys-apps/man/man-1.6g-r2.ebuild
+++ b/sys-apps/man/man-1.6g-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit eutils prefix toolchain-funcs user
+inherit eutils prefix toolchain-funcs
DESCRIPTION="Standard commands to read man pages"
HOMEPAGE="http://primates.ximian.com/~flucifredi/man/"
@@ -15,17 +15,14 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x8
IUSE="cache +lzma nls selinux"
DEPEND="nls? ( sys-devel/gettext )"
-RDEPEND=">=sys-apps/groff-1.19.2-r1
+RDEPEND="acct-group/man
+ acct-user/man
+ >=sys-apps/groff-1.19.2-r1
!sys-apps/man-db
!<app-arch/lzma-4.63
lzma? ( app-arch/xz-utils )
selinux? ( sec-policy/selinux-makewhatis )"
-pkg_setup() {
- enewgroup man 15
- enewuser man 13 -1 /usr/share/man man
-}
-
src_prepare() {
eapply -p0 "${FILESDIR}"/man-1.6f-man2html-compression-2.patch
eapply -p0 "${FILESDIR}"/man-1.6-cross-compile.patch