[dev-java/*] Added deps for scilab

This commit is contained in:
Francesco Ferro
2015-11-07 20:06:25 +01:00
parent 1dec930a8b
commit 3d3597ea78
48 changed files with 1903 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
DIST flexdock-1.1.1-src.zip 6163036 SHA256 e0bed4b633dd09da20651d495eb87b985150938564dd124083483c98bda09cf3 SHA512 104398a573b2aade0ed6b848920f8a3903964feabd755c653d8e62ea986251d9c31a07e88308c9cffe7e696c99109a3dfca249f0ca0357e88a896fc5769170f4 WHIRLPOOL 3265875a173911f5635d76824c1c98bc5f0fef3761abc7f5efc3ddc3582f354562391982f6c6f0f286ac2677bafc94237ce09e63ae877da79cad7dfcd50855b9
DIST flexdock-1.2.4.tar.gz 5977054 SHA256 ff0383929c5373df6c14ba321923b5668023b33c0345c1e8b1b46e056530fda2 SHA512 f20c92d33b0567ed1e779d4c7c843ac9d72e5ae0f0a145d69adf5066bd1dcc426cd8acfe7d0587bd36fc09cab63dd7217f27cd8eee1d5d9b522bec860df9b44f WHIRLPOOL 6acab83606f1d709645cf0c435aa3f5e6815da24be162cc46fc98cc25f2a2f4937249fccdd728e357977404d13a63e8c685d197fd1c3dea858c68cca28cee93a
@@ -0,0 +1,12 @@
diff -urN flexdock-orig/build.xml flexdock/build.xml
--- flexdock-orig/build.xml 2011-12-09 11:11:26.000000000 -0500
+++ flexdock/build.xml 2011-12-20 18:47:57.277051174 -0500
@@ -145,8 +145,6 @@
<src path="${java.src.drag}"/>
<src path="${java.src.perspective}"/>
</javac>
- <javac classpathref="javac.classpath.demo" srcdir="${java.src.demo}" destdir="${bin.dir.demo}" debug="true" source="1.5" target="1.5" includeAntRuntime="no"/>
- <javac classpathref="javac.classpath.test" srcdir="${java.src.test}" destdir="${bin.dir.test}" debug="true" source="1.5" target="1.5" includeAntRuntime="no"/>
</target>
@@ -0,0 +1,12 @@
diff -urN flexdock-orig/build.xml flexdock/build.xml
--- flexdock-orig/build.xml 2011-12-09 11:11:26.000000000 -0500
+++ flexdock/build.xml 2011-12-20 18:47:57.277051174 -0500
@@ -145,8 +145,6 @@
<src path="${java.src.drag}"/>
<src path="${java.src.perspective}"/>
</javac>
- <javac classpathref="javac.classpath.demo" srcdir="${java.src.demo}" destdir="${bin.dir.demo}" debug="true" source="1.5" target="1.5" includeAntRuntime="no"/>
- <javac classpathref="javac.classpath.test" srcdir="${java.src.test}" destdir="${bin.dir.test}" debug="true" source="1.5" target="1.5" includeAntRuntime="no"/>
</target>
+49
View File
@@ -0,0 +1,49 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
JAVA_PKG_IUSE="doc source"
inherit eutils java-pkg-2 java-ant-2
DESCRIPTION="A Java docking framework for use in cross-platform Swing applications"
HOMEPAGE="http://flexdock.dev.java.net/"
SRC_URI="http://forge.scilab.org/index.php/p/flexdock/downloads/get/${P}-src.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND=">=virtual/jre-1.4"
DEPEND="
app-arch/unzip
dev-java/skinlf
dev-java/jgoodies-looks:2.0
>=virtual/jdk-1.4"
EANT_DOC_TARGET="doc"
S="${WORKDIR}"
java_prepare() {
epatch "${FILESDIR}"/${P}-nodemo.patch
#some cleanups
find . -name '*.so' -exec rm -v {} \;|| die
find . -name '*.dll' -exec rm -v {} \;|| die
#remove built-in jars and use the system ones
cd lib || die
rm -rvf *.jar jmf|| die
java-pkg_jar-from skinlf
java-pkg_jar-from jgoodies-looks-2.0 looks.jar
}
src_install() {
java-pkg_newjar "build/${P}.jar" "${PN}.jar"
use doc && java-pkg_dojavadoc build/docs/api
use source && java-pkg_dosrc src
}
+45
View File
@@ -0,0 +1,45 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
DESCRIPTION="A Java docking framework for use in cross-platform Swing applications"
HOMEPAGE="http://flexdock.dev.java.net/"
SRC_URI="http://forge.scilab.org/index.php/p/flexdock/downloads/get/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND=">=virtual/jre-1.5"
DEPEND=">=virtual/jdk-1.5
app-arch/unzip
dev-java/skinlf"
EANT_BUILD_TARGET="jar"
EANT_DOC_TARGET="doc"
java_prepare() {
epatch "${FILESDIR}"/${P}-nodemo.patch
#some cleanups
find . -name '*.so' -exec rm -v {} \;|| die
find . -name '*.dll' -exec rm -v {} \;|| die
#remove built-in jars and use the system ones
cd lib || die
rm -rvf *.jar jmf|| die
java-pkg_jar-from skinlf
}
src_install() {
java-pkg_newjar "build/${P}.jar" "${PN}.jar"
use doc && java-pkg_dojavadoc build/docs/api
use source && java-pkg_dosrc src
}
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
<longdescription lang="en">
Java docking framework for use in cross-platform Swing applications.
</longdescription>
</pkgmetadata>