diff options
author | 2005-03-22 18:58:41 +0000 | |
---|---|---|
committer | 2005-03-22 18:58:41 +0000 | |
commit | 60913835fedbc5e41d7f91c2fc1466fdb13c141d (patch) | |
tree | 4d5927a8af26fce93d222d9d0370441cfff7334d /dev-java/commons-jexl/files | |
parent | remove old ebuild (diff) | |
download | gentoo-2-60913835fedbc5e41d7f91c2fc1466fdb13c141d.tar.gz gentoo-2-60913835fedbc5e41d7f91c2fc1466fdb13c141d.tar.bz2 gentoo-2-60913835fedbc5e41d7f91c2fc1466fdb13c141d.zip |
Initial import. Ebuild based on the contribution by Vibhav Garg <vibhavgarg@gmail.com>. Fixes #70671
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-java/commons-jexl/files')
-rw-r--r-- | dev-java/commons-jexl/files/commons-jexl-1.0-gentoo.diff | 38 | ||||
-rw-r--r-- | dev-java/commons-jexl/files/digest-commons-jexl-1.0 | 1 |
2 files changed, 39 insertions, 0 deletions
diff --git a/dev-java/commons-jexl/files/commons-jexl-1.0-gentoo.diff b/dev-java/commons-jexl/files/commons-jexl-1.0-gentoo.diff new file mode 100644 index 000000000000..e2b408c14a5e --- /dev/null +++ b/dev-java/commons-jexl/files/commons-jexl-1.0-gentoo.diff @@ -0,0 +1,38 @@ +*** build.xml.orig Tue Nov 9 20:43:52 2004 +--- build.xml Tue Nov 9 20:54:22 2004 +*************** +*** 31,40 **** + <target name="init" description="o Initializes some properties"> + <mkdir dir="${libdir}"> + </mkdir> +! <condition property="noget"> + <equals arg2="only" arg1="${build.sysclasspath}"> + </equals> +! </condition> + <!--Test if JUNIT is present in ANT classpath--> + + <available property="Junit.present" classname="junit.framework.Test"> +--- 31,41 ---- + <target name="init" description="o Initializes some properties"> + <mkdir dir="${libdir}"> + </mkdir> +! <!--<condition property="noget"> + <equals arg2="only" arg1="${build.sysclasspath}"> + </equals> +! </condition>--> +! <property name="noget" value="true"></property> + <!--Test if JUNIT is present in ANT classpath--> + + <available property="Junit.present" classname="junit.framework.Test"> +*************** +*** 157,160 **** + <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar"> + </unjar> + </target> +! </project> +\ No newline at end of file +--- 158,161 ---- + <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar"> + </unjar> + </target> +! </project> diff --git a/dev-java/commons-jexl/files/digest-commons-jexl-1.0 b/dev-java/commons-jexl/files/digest-commons-jexl-1.0 new file mode 100644 index 000000000000..0581b2cb0479 --- /dev/null +++ b/dev-java/commons-jexl/files/digest-commons-jexl-1.0 @@ -0,0 +1 @@ +MD5 a925ed8d07a1cbc12be78ce821f18f8e commons-jexl-1.0-src.tar.gz 72093 |