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

(-)openvpn-2.2.0.ebuild.org (-10 / +1 lines)
Lines 59-64 src_configure() { Link Here
59
	fi
59
	fi
60
60
61
	econf ${myconf} \
61
	econf ${myconf} \
62
		--docdir="/usr/share/doc/${PF}" \
62
		$(use_enable passwordsave password-save) \
63
		$(use_enable passwordsave password-save) \
63
		$(use_enable ssl) \
64
		$(use_enable ssl) \
64
		$(use_enable ssl crypto) \
65
		$(use_enable ssl crypto) \
Lines 90-99 src_install() { Link Here
90
91
91
	# install documentation
92
	# install documentation
92
	dodoc AUTHORS ChangeLog PORTS README
93
	dodoc AUTHORS ChangeLog PORTS README
93
	use eurephia && dodoc README.eurephia
94
94
95
	# remove empty dir
96
	rmdir "${D}/usr/share/doc/openvpn" || die "rmdir failed"
97
	keepdir /etc/openvpn
95
	keepdir /etc/openvpn
98
96
99
	# Install some helper scripts
97
	# Install some helper scripts
Lines 169-179 pkg_postinst() { Link Here
169
		einfo "For more information please visit:"
167
		einfo "For more information please visit:"
170
		einfo "http://github.com/jjo/openvpn-ipv6"
168
		einfo "http://github.com/jjo/openvpn-ipv6"
171
	fi
169
	fi
172
173
	if use eurephia ; then
174
		einfo ""
175
		einfo "This build contains eurephia patch."
176
		einfo "For more information please visit:"
177
		einfo "http://www.eurephia.net/"
178
	fi
179
}
170
}

Return to bug 365529