From 0f19812434e1663b659ea6229a6de9dd41539969 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 15 Jul 2006 04:35:07 +0000 Subject: Version bump #139566 by Jorma Rus. (Portage version: 2.1.1_pre2-r4) --- sys-apps/help2man/ChangeLog | 9 ++++++-- sys-apps/help2man/files/digest-help2man-1.29 | 2 ++ sys-apps/help2man/files/digest-help2man-1.33.1 | 2 ++ sys-apps/help2man/files/digest-help2man-1.36.4 | 3 +++ sys-apps/help2man/help2man-1.36.4.ebuild | 31 ++++++++++++++++++++++++++ 5 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 sys-apps/help2man/files/digest-help2man-1.36.4 create mode 100644 sys-apps/help2man/help2man-1.36.4.ebuild (limited to 'sys-apps/help2man') diff --git a/sys-apps/help2man/ChangeLog b/sys-apps/help2man/ChangeLog index b0282f94bdbd..29b589ee4a1b 100644 --- a/sys-apps/help2man/ChangeLog +++ b/sys-apps/help2man/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/help2man -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.23 2006/05/08 03:57:44 flameeyes Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.24 2006/07/15 04:35:07 vapier Exp $ + +*help2man-1.36.4 (15 Jul 2006) + + 15 Jul 2006; Mike Frysinger +help2man-1.36.4.ebuild: + Version bump #139566 by Jorma Rus. 08 May 2006; Diego Pettenò help2man-1.35.1.ebuild: Make nls support conditional to GLIBC as it requires preloadable_intl. diff --git a/sys-apps/help2man/files/digest-help2man-1.29 b/sys-apps/help2man/files/digest-help2man-1.29 index 3fe9a67f609d..eb90847fec81 100644 --- a/sys-apps/help2man/files/digest-help2man-1.29 +++ b/sys-apps/help2man/files/digest-help2man-1.29 @@ -1 +1,3 @@ MD5 d084ca7079239b4405f3a07298cf7229 help2man-1.29.tar.gz 37341 +RMD160 0f545ee0720abdc2b4759d3dcabad5f7a611acca help2man-1.29.tar.gz 37341 +SHA256 ebb5640e7236efc125e4e83644f5fc928818194fdb84a39ac7aff3d55ee85fb1 help2man-1.29.tar.gz 37341 diff --git a/sys-apps/help2man/files/digest-help2man-1.33.1 b/sys-apps/help2man/files/digest-help2man-1.33.1 index 2da23276a008..0c52eacffed0 100644 --- a/sys-apps/help2man/files/digest-help2man-1.33.1 +++ b/sys-apps/help2man/files/digest-help2man-1.33.1 @@ -1 +1,3 @@ MD5 4fd9c94cda2572735790e22e7fce3928 help2man-1.33.1.tar.gz 75293 +RMD160 3da10ebaf228d454c249178a24f715286ed803fe help2man-1.33.1.tar.gz 75293 +SHA256 a8fefeaa63c18e772cd09adebb04630467b2b85334aa7c08e5465378c935a7b8 help2man-1.33.1.tar.gz 75293 diff --git a/sys-apps/help2man/files/digest-help2man-1.36.4 b/sys-apps/help2man/files/digest-help2man-1.36.4 new file mode 100644 index 000000000000..2f24bfd85318 --- /dev/null +++ b/sys-apps/help2man/files/digest-help2man-1.36.4 @@ -0,0 +1,3 @@ +MD5 d31a0a38c2ec71faa06723f6b8bd3076 help2man-1.36.4.tar.gz 85630 +RMD160 1c2e18f86c2d689dbc4bbc1d85e60a2273308c42 help2man-1.36.4.tar.gz 85630 +SHA256 a4adadf76b496a6bc50795702253ecfcb6f0d159b68038f31a5362009340bca2 help2man-1.36.4.tar.gz 85630 diff --git a/sys-apps/help2man/help2man-1.36.4.ebuild b/sys-apps/help2man/help2man-1.36.4.ebuild new file mode 100644 index 000000000000..c45614d89df9 --- /dev/null +++ b/sys-apps/help2man/help2man-1.36.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4.ebuild,v 1.1 2006/07/15 04:35:07 vapier Exp $ + +DESCRIPTION="GNU utility to convert program --help output to a man page" +HOMEPAGE="http://www.gnu.org/software/help2man" +SRC_URI="mirror://gnu/help2man/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="nls" + +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + elibc_glibc? ( nls? ( dev-perl/Locale-gettext + >=sys-devel/gettext-0.12.1-r1 ) )" + +src_compile() { + local myconf + use elibc_glibc && myconf="${myconf} $(use_enable nls)" \ + || myconf="${myconf} --disable-nls" + + econf ${myconf} || die + emake || die "emake failed" +} + +src_install() { + emake -j1 DESTDIR="${D}" install || die "make install failed" + dodoc ChangeLog NEWS README THANKS +} -- cgit v1.2.3-65-gdbad