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 / +5 lines)
Line 0 Link Here
1
--- man/Makefile.am.old	2008-10-02 00:57:44.000000000 +0200
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-86 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
		epatch "${FILESDIR}/docbook2man-remove.patch"
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
	use elibc_glibc || sed -i -e 's/-lresolv//' configure
83
	use elibc_glibc || sed -i -e 's/-lresolv//' configure
84
85
	eautoreconf
84
}
86
}
85
87
86
src_test() {
88
src_test() {
87
- 

Return to bug 239003