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) increas

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 . > +

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

2019-01-18 Thread Miroslav Šulc
hi, i'm preparing bump of apache ant and i found out it would be good to clean up ant-tasks.eclass and improve it little bit. there are several changes in the patch that i summarize below: 1) increased lowest jdk/jre version to 1.6 as that is the lowest source/bytecode supported by jdk 11, w