dev-python/conda-libmamba-solver: bump version to 24.11.1
[gentoo-zh.git] / app-text / groff-utf8 / groff-utf8-0-r1.ebuild
blob2454119137d9ee5906784cc7c287c85219897de6
1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 DESCRIPTION="GNU groff wrapper allowing UTF-8 input"
7 HOMEPAGE="http://www.haible.de/bruno/packages-groff-utf8.html"
8 SRC_URI="http://www.haible.de/bruno/gnu/${PN}.tar.gz -> ${P}.tar.gz"
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="amd64 x86"
14 DEPEND=">=sys-apps/groff-1.18.1"
16 S="${WORKDIR}/${PN}"
18 src_prepare() {
19 default
20 sed -i -e '/^CFLAGS/d' Makefile || die
21 sed -i -e '/^LDFLAGS/d' Makefile || die
22 sed -i -e '/^CPPFLAGS/d' Makefile || die
23 sed -i -e '/^CC/d' Makefile || die
26 src_install() {
27 emake install DESTDIR="${D}" PREFIX=/usr CFLAGS="${CFLAGS}" || die "make install failed"
30 pkg_postinst() {
31 sed 's/^NROFF.*\/usr\/bin\/nroff -mandoc/NROFF\t\t\/usr\/bin\/groff-utf8 -Tutf8 -c -mandoc/' -i /etc/man.conf || die
34 pkg_postrm(){
35 sed 's/groff-utf8 -Tutf8 -c -mandoc/nroff -mandoc/g' -i /etc/man.conf || die