summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-05-21 19:22:02 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-05-21 19:22:02 +0300
commitcffecf59831f0354e56100d35b0fe78644b00005 (patch)
tree213320ae8a1412fe2cebae99ad4b5f7c4930d7be /sys-apps/help2man/help2man-1.46.6.ebuild
parentsys-apps/hwinfo: Drop old (diff)
downloadgentoo-cffecf59831f0354e56100d35b0fe78644b00005.tar.gz
gentoo-cffecf59831f0354e56100d35b0fe78644b00005.tar.bz2
gentoo-cffecf59831f0354e56100d35b0fe78644b00005.zip
sys-apps/help2man: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-apps/help2man/help2man-1.46.6.ebuild')
-rw-r--r--sys-apps/help2man/help2man-1.46.6.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/sys-apps/help2man/help2man-1.46.6.ebuild b/sys-apps/help2man/help2man-1.46.6.ebuild
deleted file mode 100644
index 3dd0890fd359..000000000000
--- a/sys-apps/help2man/help2man-1.46.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="GNU utility to convert program --help output to a man page"
-HOMEPAGE="https://www.gnu.org/software/help2man/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="nls"
-
-RDEPEND="dev-lang/perl
- nls? ( dev-perl/Locale-gettext )"
-DEPEND=${RDEPEND}
-
-DOCS="debian/changelog NEWS README THANKS" #385753
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PN}-1.46.1-linguas.patch
-}
-
-src_configure() {
- # Disable gettext requirement as the release includes the gmo files #555018
- econf \
- ac_cv_path_MSGFMT=$(type -P false) \
- $(use_enable nls)
-}