Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 886985
Collapse All | Expand All

(-)app-shells/pdsh/pdsh-2.26-r1.ebuild (+17 lines)
Lines 3-8 Link Here
3
3
4
EAPI=6
4
EAPI=6
5
5
6
inherit autotools
7
6
DESCRIPTION="A high-performance, parallel remote shell utility"
8
DESCRIPTION="A high-performance, parallel remote shell utility"
7
HOMEPAGE="https://computing.llnl.gov/linux/pdsh.html"
9
HOMEPAGE="https://computing.llnl.gov/linux/pdsh.html"
8
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
10
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
Lines 41-46 Link Here
41
	elog "PDSH_MODULE_LIST=\"module1 module2...\""
43
	elog "PDSH_MODULE_LIST=\"module1 module2...\""
42
}
44
}
43
45
46
src_prepare() {
47
	default
48
	rm -f aclocal.m4 configure || die
49
	rm -f config/config.guess config/config.sub config/depcomp || die
50
	rm -f config/install-sh config/libtool.m4 config/ltmain.sh || die
51
	rm -f config/missing config/mkinstalldirs || die
52
	find . -type f -name 'Makefile.in' -exec rm -f {} \;
53
	# AC_RSH is deprecated
54
	sed -e 's~AC_RSH.*~~' -i configure.ac || die
55
	sed -e 's~META_LT_.*=_X_AC_META_GETVAL.*~~' -i config/ac_meta.m4 || die
56
	M4DIR="config" autoupdate -I config || die
57
	M4DIR="config" eautoreconf -I config || die
58
	sed -e 's~LTDL_OBJDIR~LT_OBJDIR~' -i src/pdsh/ltdl.c || die
59
}
60
44
src_configure() {
61
src_configure() {
45
	econf ${MODULE_CONFIG} \
62
	econf ${MODULE_CONFIG} \
46
		--with-machines \
63
		--with-machines \

Return to bug 886985