git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@3049 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2011-11-19 10:52:05 +00:00
parent ad5b0f2581
commit b29eb34351
33 changed files with 31 additions and 848 deletions

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
EAPI=4
JAVA_PKG_IUSE="source doc"
JAVA_ANT_REWRITE_CLASSPATH="true"
@@ -29,7 +29,7 @@ DEPEND=">=virtual/jdk-1.5
S="${WORKDIR}"/distribution
src_prepare() {
java_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}