diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-04-08 21:45:46 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-04-08 21:45:46 +0000 |
commit | 02e3ad5f8b35ddfc357effce9d9b5cd1c95cc9c7 (patch) | |
tree | 92bd12538ae74de2fa3100191ccde27ea0b23507 /sys-apps/help2man | |
parent | Version bump. (diff) | |
download | gentoo-2-02e3ad5f8b35ddfc357effce9d9b5cd1c95cc9c7.tar.gz gentoo-2-02e3ad5f8b35ddfc357effce9d9b5cd1c95cc9c7.tar.bz2 gentoo-2-02e3ad5f8b35ddfc357effce9d9b5cd1c95cc9c7.zip |
Remove old.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/help2man')
-rw-r--r-- | sys-apps/help2man/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/help2man/files/help2man-1.38.2-build.patch | 77 | ||||
-rw-r--r-- | sys-apps/help2man/help2man-1.38.2.ebuild | 43 | ||||
-rw-r--r-- | sys-apps/help2man/help2man-1.40.6.ebuild | 41 |
4 files changed, 5 insertions, 162 deletions
diff --git a/sys-apps/help2man/ChangeLog b/sys-apps/help2man/ChangeLog index fc37b2271a5a..66eb9c5444ca 100644 --- a/sys-apps/help2man/ChangeLog +++ b/sys-apps/help2man/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/help2man # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.76 2012/04/08 21:43:20 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.77 2012/04/08 21:45:46 radhermit Exp $ + + 08 Apr 2012; Tim Harder <radhermit@gentoo.org> -help2man-1.38.2.ebuild, + -files/help2man-1.38.2-build.patch, -help2man-1.40.6.ebuild: + Remove old. *help2man-1.40.8 (08 Apr 2012) diff --git a/sys-apps/help2man/files/help2man-1.38.2-build.patch b/sys-apps/help2man/files/help2man-1.38.2-build.patch deleted file mode 100644 index b640b7690b21..000000000000 --- a/sys-apps/help2man/files/help2man-1.38.2-build.patch +++ /dev/null @@ -1,77 +0,0 @@ -respect user LINGUAS - -fix parallel build install - ---- a/Makefile.in -+++ b/Makefile.in -@@ -16,7 +16,12 @@ - export VPATH = .:$(srcdir) - - DESTDIR = --LINGUAS = $(basename $(notdir $(wildcard $(srcdir)/po/*.po))) -+ALL_LINGUAS = $(basename $(notdir $(wildcard $(srcdir)/po/*.po))) -+ifeq ($(LINGUAS),) -+INSTALL_LINGUAS = $(ALL_LINGUAS) -+else -+INSTALL_LINGUAS = $(filter $(LINGUAS),$(ALL_LINGUAS)) -+endif - - CC = @CC@ - PERL = @PERL@ -@@ -39,12 +44,13 @@ - all: $(target) man info @extra_make_all@ - - install: all install_base @extra_make_install@ --install_base: -+install_dirs: - $(MKINSTALLDIRS) $(DESTDIR)$(bindir) - $(MKINSTALLDIRS) $(DESTDIR)$(libdir) - $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man1 - $(MKINSTALLDIRS) $(DESTDIR)$(infodir) - -+install_base: install_dirs - $(INSTALL_PROGRAM) $(target) $(DESTDIR)$(bindir) - $(INSTALL_DATA) $(call vpath_file,$(target).1) $(DESTDIR)$(mandir)/man1 - $(INSTALL_DATA) $(call vpath_file,/$(target).info) \ -@@ -56,11 +62,11 @@ - $(DESTDIR)$(infodir)/$(target).info; \ - fi - --install_preload: preload -+install_preload: install_dirs preload - $(INSTALL_PROGRAM) $(preload).so $(DESTDIR)$(libdir) - --install_l10n: msg_l10n man_l10n -- for lang in $(LINGUAS); \ -+install_l10n: install_dirs msg_l10n man_l10n -+ for lang in $(INSTALL_LINGUAS); \ - do \ - $(MKINSTALLDIRS) $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \ - $(INSTALL_DATA) $(call vpath_file,po/$$lang.gmo) \ -@@ -124,7 +130,7 @@ - $(MAKE) $(target).h2m - ./$(target) --include=$(target).h2m --output=$@ ./$(target) - --msg_l10n: $(addprefix po/,$(addsuffix .gmo,$(LINGUAS))) -+msg_l10n: $(addprefix po/,$(addsuffix .gmo,$(ALL_LINGUAS))) - po/%.gmo: $(srcdir)/po/%.po - test -d po || mkdir po - $(MSGFMT) -o $@ $? -@@ -134,7 +140,7 @@ - $(MKINSTALLDIRS) localetmp/$$lang/LC_MESSAGES && \ - $(INSTALL_DATA) po/$$lang.gmo localetmp/$$lang/LC_MESSAGES/$(target).mo - --man_l10n: $(addprefix $(target).,$(addsuffix .1,$(LINGUAS))) -+man_l10n: $(addprefix $(target).,$(addsuffix .1,$(ALL_LINGUAS))) - $(target).%.1: $(srcdir)/$(target).PL $(srcdir)/$(target).h2m.PL \ - $(srcdir)/po/%.po - lang=$(patsubst $(target).%.1,%,$@); \ -@@ -164,7 +170,7 @@ - ./config.status - - update-po: $(srcdir)/po/$(target).pot -- for lang in $(LINGUAS); \ -+ for lang in $(ALL_LINGUAS); \ - do \ - echo -n "Updating $$lang "; \ - msgmerge -U $(srcdir)/po/$$lang.po $(srcdir)/po/$(target).pot; \ diff --git a/sys-apps/help2man/help2man-1.38.2.ebuild b/sys-apps/help2man/help2man-1.38.2.ebuild deleted file mode 100644 index 54244b405eec..000000000000 --- a/sys-apps/help2man/help2man-1.38.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.38.2.ebuild,v 1.9 2011/09/22 15:05:48 flameeyes Exp $ - -EAPI="2" - -inherit eutils - -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 ~sparc-fbsd ~x86-fbsd" -IUSE="nls elibc_glibc" - -RDEPEND="dev-lang/perl - elibc_glibc? ( nls? ( - dev-perl/Locale-gettext - ) )" -DEPEND="${RDEPEND} - elibc_glibc? ( nls? ( - dev-perl/Locale-gettext - ) )" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.36.4-respect-LDFLAGS.patch - epatch "${FILESDIR}"/${PN}-1.38.2-build.patch -} - -src_configure() { - local myconf - use elibc_glibc \ - && myconf="${myconf} $(use_enable nls)" \ - || myconf="${myconf} --disable-nls" - econf ${myconf} -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog NEWS README THANKS -} diff --git a/sys-apps/help2man/help2man-1.40.6.ebuild b/sys-apps/help2man/help2man-1.40.6.ebuild deleted file mode 100644 index 53579fbef819..000000000000 --- a/sys-apps/help2man/help2man-1.40.6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.40.6.ebuild,v 1.1 2012/02/23 06:44:13 radhermit Exp $ - -EAPI="4" - -inherit eutils - -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 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="nls elibc_glibc" - -RDEPEND="dev-lang/perl - elibc_glibc? ( nls? ( - dev-perl/Locale-gettext - ) )" -DEPEND="${RDEPEND} - elibc_glibc? ( nls? ( - dev-perl/Locale-gettext - ) )" - -DOCS=( debian/changelog NEWS README THANKS ) #385753 - -src_prepare() { - epatch \ - "${FILESDIR}"/${PN}-1.36.4-respect-LDFLAGS.patch \ - "${FILESDIR}"/${PN}-1.38.4-linguas.patch -} - -src_configure() { - local myconf - use elibc_glibc \ - && myconf="${myconf} $(use_enable nls)" \ - || myconf="${myconf} --disable-nls" - econf ${myconf} -} |