Re: [gentoo-dev] ant-tasks.eclass patch proposal

2019-01-21 Thread Miroslav Šulc
hi, i just committed the changes to the eclass: commit f14e39de0e2eaa3d3011918e9febd89bfe98f7ee (HEAD -> master, origin/master, origin/HEAD) Author: Miroslav Šulc Date:   Mon Jan 21 09:45:29 2019 +0100     ant-tasks.eclass: cleanup and improvement     1) removed obsolete code     2)

Re: [gentoo-dev] ant-tasks.eclass patch proposal

2019-01-18 Thread Miroslav Šulc
thank you for the comments. i added eapi check at the beginning supporting eapi 5|6|7 (5 is needed for current ebuilds). i also changed epatch to eapply and disabled patching build.xml for eapi5 just to make the code more robust, build.xml patching is not used in current ebuilds and those will

Re: [gentoo-dev] ant-tasks.eclass patch proposal

2019-01-18 Thread Brian Evans
On 1/18/2019 11:11 AM, Miroslav Šulc wrote: > @@ -130,7 +112,11 @@ ant-tasks_src_unpack() { > cd "${S}" > > # replace build.xml with our modified for split > building > - mv -f "${WORKDIR}"/build.xml . > +