From 1c99594fad97ce21be6bdef08dad5ec7060414fa Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 27 Dec 2011 06:54:23 +0000 Subject: [PATCH] Only call doman on manpages in twisted_src_install. Credit to Arfrever. --- eclass/ChangeLog | 5 ++++- eclass/twisted.eclass | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/eclass/ChangeLog b/eclass/ChangeLog index d77caf19bb2b..be4a0cab2ea6 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.56 2011/12/27 05:36:48 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.57 2011/12/27 06:54:23 floppym Exp $ + + 27 Dec 2011; Mike Gilbert twisted.eclass: + Only call doman on manpages in twisted_src_install. Credit to Arfrever. 27 Dec 2011; Mike Gilbert twisted.eclass: Use twistedmatrix.com/Releases in SRC_URI; tmrc.mit.edu does not have diff --git a/eclass/twisted.eclass b/eclass/twisted.eclass index e1f1e49d0b4f..4a8704e81c00 100644 --- a/eclass/twisted.eclass +++ b/eclass/twisted.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/eclass/twisted.eclass,v 1.9 2011/12/27 05:36:48 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/twisted.eclass,v 1.10 2011/12/27 06:54:23 floppym Exp $ # @ECLASS: twisted.eclass # @MAINTAINER: @@ -69,7 +69,7 @@ twisted_src_install() { distutils_src_install if [[ -d doc/man ]]; then - doman doc/man/* + doman doc/man/*.[[:digit:]] fi if [[ -d doc ]]; then -- 2.26.2