Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=openjava.git;a=commitdiff;h=37c2f227c9b30b20b9020a3d64138d67a559796c
commit 37c2f227c9b30b20b9020a3d64138d67a559796c Author: Marius Cirsta <[email protected]> Date: Sun Jul 8 14:03:24 2012 +0000 ow-util-ant-tasks-1.3.2-1-x86_64 * removing as this in no longer needed or maintained upstream diff --git a/source/devel-extra/ow-util-ant-tasks/FixCompile.diff b/source/devel-extra/ow-util-ant-tasks/FixCompile.diff deleted file mode 100644 index 5b81573..0000000 --- a/source/devel-extra/ow-util-ant-tasks/FixCompile.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- src/org/objectweb/util/ant/MultipleCopy.java 2007-07-07 13:23:10.000000000 -0100 -+++ src/org/objectweb/util/ant/MultipleCopy.java 2008-06-18 13:23:35.000000000 -0100 -@@ -101,8 +101,8 @@ - } - - // deal with the filesets -- for (int i = 0; i < filesets.size(); i++) { -- FileSet fs = (FileSet) filesets.elementAt(i); -+ for (int i = 0; i < rcs.size(); i++) { -+ FileSet fs = (FileSet) rcs.elementAt(i); - DirectoryScanner ds = fs.getDirectoryScanner(getProject()); - File fromDir = fs.getDir(getProject()); - diff --git a/source/devel-extra/ow-util-ant-tasks/FrugalBuild b/source/devel-extra/ow-util-ant-tasks/FrugalBuild deleted file mode 100644 index 069c95e..0000000 --- a/source/devel-extra/ow-util-ant-tasks/FrugalBuild +++ /dev/null @@ -1,28 +0,0 @@ -# Compiling Time: 0.03 SBU -# Maintainer: bouleetbil <[email protected]> - -pkgname=ow-util-ant-tasks -_F_archive_name=${pkgname//-/_} -pkgver=1.3.2 -pkgrel=1 -Fpkgversep="_" -pkgdesc="ObjectWeb utility Ant tasks library" -url="http://monolog.objectweb.org/" -Finclude java -groups=('devel-extra') -depends=(${depends[@]} 'xalan-j' 'apache-log4j' ) -archs=('i686' 'x86_64') -mirror="http://download.forge.objectweb.org/monolog/" -up2date="Flastarchive $mirror .zip" -source=($mirror/${_F_archive_name}${Fpkgversep}${pkgver}.zip FixCompile.diff) -sha1sums=('62a6ba7243f3caa557e98ea18ec802e4f7b634cb' \ - '8739cd758eee225b1aa61c4794d8e2fe3018d17e') -_F_cd_path="./" - -build() { - Fcd - Fpatchall - Fjavacleanup - Fant jar - Fjar output/lib/${_F_archive_name}.jar -} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
