Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 239003 | Differences between
and this patch

Collapse All | Expand All

(-)a/gnome-extra/gnome-power-manager/gnome-power-manager-2.24.0.ebuild (-3 / +2 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-power-manager/gnome-power-manager-2.22.1.ebuild,v 1.8 2008/08/10 12:44:55 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-power-manager/gnome-power-manager-2.22.1.ebuild,v 1.8 2008/08/10 12:44:55 maekke Exp $
4
4
5
inherit eutils gnome2 virtualx
5
inherit eutils gnome2 virtualx autotools
6
6
7
DESCRIPTION="Gnome Power Manager"
7
DESCRIPTION="Gnome Power Manager"
8
HOMEPAGE="http://www.gnome.org/projects/gnome-power-manager/"
8
HOMEPAGE="http://www.gnome.org/projects/gnome-power-manager/"
Lines 76-82 src_unpack() { Link Here
76
	else
76
	else
77
		# Remove the docbook2man rules here since it's not handled by a proper
77
		# Remove the docbook2man rules here since it's not handled by a proper
78
		# parameter in configure.in.
78
		# parameter in configure.in.
79
		sed -i -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' "${S}/man/Makefile.am"
79
		sed -i -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' "${S}/man/Makefile.in"
80
	fi
80
	fi
81
81
82
	# glibc splits this out, whereas other libc's do not tend to
82
	# glibc splits this out, whereas other libc's do not tend to
83
- 

Return to bug 239003