From 07408d69ab77abd652b12ce7add78747b86159cd Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Thu, 11 Jun 2020 10:38:10 +0200 Subject: sys-apps/mandoc: Bump to 1.14.5-r3 mandoc uses the 'locale' command in its configuration suite to find out which UTF-8 locale the system uses. On musl systems, 'locale' is missing, so mandoc assumes that no UTF-8 support is available. Force UTF8_LOCALE to C.UTF-8 on musl systems to make mandoc UTF-8 aware. Package-Manager: Portage-2.3.99, Repoman-2.3.22 --- sys-apps/mandoc/mandoc-1.14.5-r2.ebuild | 69 --------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 sys-apps/mandoc/mandoc-1.14.5-r2.ebuild (limited to 'sys-apps/mandoc/mandoc-1.14.5-r2.ebuild') diff --git a/sys-apps/mandoc/mandoc-1.14.5-r2.ebuild b/sys-apps/mandoc/mandoc-1.14.5-r2.ebuild deleted file mode 100644 index 1382e71..0000000 --- a/sys-apps/mandoc/mandoc-1.14.5-r2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit multilib toolchain-funcs - -DESCRIPTION="Suite of tools compiling mdoc and man" -HOMEPAGE="http://mdocml.bsd.lv/" -SRC_URI="http://mdocml.bsd.lv/snapshots/${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+cron static" - -LIB_DEPEND="sys-libs/zlib[static-libs(+)]" -RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) - !sys-apps/man-db !sys-apps/man" -DEPEND="${RDEPEND} - static? ( ${LIB_DEPEND} )" - -src_prepare() { - default - - sed -i -e '/ar rs/s:ar:$(AR):' Makefile || die - - cat <<-EOF > "configure.local" - PREFIX="${EPREFIX}/usr" - BINDIR="${EPREFIX}/usr/bin" - SBINDIR="${EPREFIX}/usr/sbin" - LIBDIR="${EPREFIX}/usr/$(get_libdir)" - MANDIR="${EPREFIX}/usr/share/man" - INCLUDEDIR="${EPREFIX}/usr/include/mandoc" - EXAMPLEDIR="${EPREFIX}/usr/share/examples/mandoc" - MANPATH_DEFAULT="${EPREFIX}/usr/man:${EPREFIX}/usr/share/man:${EPREFIX}/usr/local/man:${EPREFIX}/usr/local/share/man" - - BINM_SOELIM=msoelim - MANM_MAN=mandoc_man - MANM_ROFF=mandoc_roff - - CFLAGS="${CFLAGS} ${CPPFLAGS}" - LDFLAGS="${LDFLAGS} $(usex static -static '')" - AR="$(tc-getAR)" - CC="$(tc-getCC)" - # The STATIC variable is only used by man.cgi. - STATIC= - EOF -} - -src_install() { - default - - if use cron; then - exeinto /etc/cron.daily - newexe "${FILESDIR}"/mandoc.cron mandoc - fi -} - -pkg_postinst() { - elog "In order to enable mandoc's apropos and man -k functionality," - elog "the appropriate mandoc.db files need to be created. This can" - elog "be achieved by running makewhatis as root (Note: sudo will not" - elog "work, as it does not preserve the MANPATH environment variable" - elog "by default)." - elog - elog "If the cron use-flag is enabled, a cron.daily entry that calls" - elog "makewhatis will be installed." -} -- cgit v1.2.3-2-gb3c3