diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-01-22 05:08:34 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-01-22 05:08:34 +0000 |
commit | 71601ae6715e6497b925e3bed9c188310cd1226a (patch) | |
tree | 060d42c4921b76ed2f7bd271628c534797e556af /dev-java/javacc/files | |
parent | stable on x86 for bug #115113 (diff) | |
download | gentoo-2-71601ae6715e6497b925e3bed9c188310cd1226a.tar.gz gentoo-2-71601ae6715e6497b925e3bed9c188310cd1226a.tar.bz2 gentoo-2-71601ae6715e6497b925e3bed9c188310cd1226a.zip |
Version bump (bug #118576).
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-java/javacc/files')
-rw-r--r-- | dev-java/javacc/files/digest-javacc-4.0 | 1 | ||||
-rw-r--r-- | dev-java/javacc/files/javacc-4.0 | 7 | ||||
-rw-r--r-- | dev-java/javacc/files/javacc-4.0-javadoc.patch | 14 | ||||
-rw-r--r-- | dev-java/javacc/files/javacc.sh-4.0 | 14 | ||||
-rw-r--r-- | dev-java/javacc/files/jjdoc-4.0 | 14 | ||||
-rw-r--r-- | dev-java/javacc/files/jjtree-4.0 | 14 |
6 files changed, 64 insertions, 0 deletions
diff --git a/dev-java/javacc/files/digest-javacc-4.0 b/dev-java/javacc/files/digest-javacc-4.0 new file mode 100644 index 000000000000..a696fa472550 --- /dev/null +++ b/dev-java/javacc/files/digest-javacc-4.0 @@ -0,0 +1 @@ +MD5 bf91835dc1bb4821f4b26fd552b43c8d javacc-4.0src.tar.gz 765150 diff --git a/dev-java/javacc/files/javacc-4.0 b/dev-java/javacc/files/javacc-4.0 new file mode 100644 index 000000000000..3950bdf346f3 --- /dev/null +++ b/dev-java/javacc/files/javacc-4.0 @@ -0,0 +1,7 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/javacc/files/javacc-4.0,v 1.1 2006/01/22 05:08:34 nichoj Exp $ + +VERSION="JavaCC @PV@" +JAVACC_HOME=/usr/share/@PN@ +ENV_VARS="JAVACC_HOME" diff --git a/dev-java/javacc/files/javacc-4.0-javadoc.patch b/dev-java/javacc/files/javacc-4.0-javadoc.patch new file mode 100644 index 000000000000..f5467a4552e7 --- /dev/null +++ b/dev-java/javacc/files/javacc-4.0-javadoc.patch @@ -0,0 +1,14 @@ +diff -ru javacc/build.xml javacc-patched/build.xml +--- javacc/build.xml 2003-08-11 15:16:01.000000000 -0400 ++++ javacc-patched/build.xml 2005-06-25 00:37:53.000000000 -0400 +@@ -150,5 +150,10 @@ + <arg line="${version}" /> + </exec> + </target> ++ <target name="javadoc" depends="compile"> ++ <javadoc destdir="doc/api" source="1.4"> ++ <fileset dir="src"/> ++ </javadoc> ++ </target> + + </project> diff --git a/dev-java/javacc/files/javacc.sh-4.0 b/dev-java/javacc/files/javacc.sh-4.0 new file mode 100644 index 000000000000..b5509e339980 --- /dev/null +++ b/dev-java/javacc/files/javacc.sh-4.0 @@ -0,0 +1,14 @@ +#! /bin/sh +# +# Copyright (c) 2004, Gentoo Technologies, Inc. +# Copyright (c) 2004, Karl Trygve Kalleberg <karltk@gentoo.org> +# +# Licensed under the GNU General Public License, v2 + +. /etc/env.d/java/22javacc +[ -f "${HOME}/.gentoo/env.d/22javacc" ] && . ${HOME}/.gentoo/env.d/22javacc + +java=$(java-config --java) +classpath=$(java-config --classpath=javacc) + +${java} -classpath ${classpath} javacc "$@" diff --git a/dev-java/javacc/files/jjdoc-4.0 b/dev-java/javacc/files/jjdoc-4.0 new file mode 100644 index 000000000000..f886ee838682 --- /dev/null +++ b/dev-java/javacc/files/jjdoc-4.0 @@ -0,0 +1,14 @@ +#! /bin/sh +# +# Copyright (c) Gentoo Technologies, Inc. +# Copyright (c) Karl Trygve Kalleberg <karltk@gentoo.org> +# +# Licensed under the GNU General License, v2 + +. /etc/env.d/java/22javacc +[ -f "${HOME}/.gentoo/env.d/22javacc" ] && . ${HOME}/.gentoo/env.d/22javacc + +java=$(java-config --java) +classpath=$(java-config --classpath=javacc) + +${java} -classpath ${classpath} jjdoc "$@" diff --git a/dev-java/javacc/files/jjtree-4.0 b/dev-java/javacc/files/jjtree-4.0 new file mode 100644 index 000000000000..3385f5c3ebb9 --- /dev/null +++ b/dev-java/javacc/files/jjtree-4.0 @@ -0,0 +1,14 @@ +#! /bin/sh +# +# Copyright (c) Gentoo Technologies, Inc. +# Copyright (c) Karl Trygve Kalleberg <karltk@gentoo.org> +# +# Licensed under the GNU General Public License, v2 + +. /etc/env.d/java/22javacc +[ -f "${HOME}/.gentoo/env.d/22javacc" ] && . ${HOME}/.gentoo/env.d/22javacc + +java=$(java-config --java) +classpath=$(java-config --classpath=javacc) + +${java} -classpath ${classpath} jjtree "$@" |