X-Git-Url: https://git.draconx.ca/gitweb/gentoo-fixes.git/blobdiff_plain/84c6acabbd20ad10a04fb7beeb094c81de5dc3b8:/sys-apps/man/man-1.6g-r2.ebuild..ee6438aa3ba5188dee09a5a6092ea5d132922af6:/sys-apps/man/static/gitweb-local.css diff --git a/sys-apps/man/man-1.6g-r2.ebuild b/sys-apps/man/man-1.6g-r2.ebuild deleted file mode 100644 index d457494..0000000 --- a/sys-apps/man/man-1.6g-r2.ebuild +++ /dev/null @@ -1,144 +0,0 @@ -# Copyright © 2018 Nick Bowler -# License GPLv2+: GNU General Public License version 2 or any later version. -# This is free software: you are free to change and distribute it. -# There is NO WARRANTY, to the extent permitted by law. -# -# This a modified version of the original ebuild from Gentoo GNU/Linux, -# covered by the following copyright and permission notice: -# -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit eutils prefix toolchain-funcs user - -DESCRIPTION="Standard commands to read man pages" -HOMEPAGE="http://primates.ximian.com/~flucifredi/man/" -SRC_URI="http://primates.ximian.com/~flucifredi/man/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="+lzma nls selinux" - -DEPEND="nls? ( sys-devel/gettext )" -RDEPEND="|| ( >=sys-apps/groff-1.19.2-r1 app-doc/heirloom-doctools ) - !sys-apps/man-db - !makewhatis.cron <