--- /usr/portage/dev-ada/adasockets/adasockets-1.8.4.7.ebuild 2009-04-12 10:07:53.995018608 +0200 +++ adasockets-1.8.6.ebuild 2010-01-24 01:12:02.000000000 +0100 @@ -20,6 +20,14 @@ # a location to temporarily keep common stuff installed by make install CommonInst="${WORKDIR}/common-install" +src_unpack() { + unpack ${A} + cd "${S}" + + # sed -r 's/: in ([^o]|.[^u]|..[^t])/: \1/' -i *.ad? + epatch "${FILESDIR}"/${PV}-style-checks.patch +} + lib_compile() { econf || die "./configure failed" emake || die