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

@ -1,46 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=1
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
DESCRIPTION="Java PDF Renderer"
HOMEPAGE="http://www.icepdf.org/"
SRC_URI="${PN}-${PV}-src.zip"
RESTRICT="fetch"
LICENSE="MPL-1.1"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
COMMON_DEP="
"
RDEPEND=">=virtual/jre-1.4
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.4
app-arch/unzip
${COMMON_DEP}"
S=${WORKDIR}/${PN}-${PV}-src/icepdf
src_unpack() {
unpack ${A}
cd "${S}"
}
EANT_BUILD_TARGET="build.jars"
EANT_DOC_TARGET=""
src_install() {
die
java-pkg_dojar
use doc && java-pkg_dojavadoc
use source && java-pkg_dosrc
}

View File

@ -1,46 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=1
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
DESCRIPTION="Java PDF Renderer"
HOMEPAGE="http://www.icepdf.org/"
SRC_URI="${PN}-${PV}-src.zip"
RESTRICT="fetch"
LICENSE="MPL-1.1"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
COMMON_DEP="
"
RDEPEND=">=virtual/jre-1.4
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.4
app-arch/unzip
${COMMON_DEP}"
S=${WORKDIR}/${PN}-${PV}-src/icepdf
src_unpack() {
unpack ${A}
cd "${S}"
}
EANT_BUILD_TARGET="build.jars"
EANT_DOC_TARGET=""
src_install() {
die
java-pkg_dojar
use doc && java-pkg_dojavadoc
use source && java-pkg_dosrc
}

View File

@ -1,46 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=1
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
DESCRIPTION="Java PDF Renderer"
HOMEPAGE="http://www.icepdf.org/"
SRC_URI="${PN}-${PV}-src.zip"
RESTRICT="fetch"
LICENSE="MPL-1.1"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
COMMON_DEP="
"
RDEPEND=">=virtual/jre-1.4
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.4
app-arch/unzip
${COMMON_DEP}"
S=${WORKDIR}/${PN}-${PV}-src/icepdf
src_unpack() {
unpack ${A}
cd "${S}"
}
EANT_BUILD_TARGET="build.jars"
EANT_DOC_TARGET=""
src_install() {
die
java-pkg_dojar
use doc && java-pkg_dojavadoc
use source && java-pkg_dosrc
}

View File

@ -1,51 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=1
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
DESCRIPTION="Java PDF Renderer"
HOMEPAGE="http://www.icepdf.org/"
SRC_URI="${PN}-${PV}-src.zip"
RESTRICT="fetch"
LICENSE="MPL-1.1"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="source"
COMMON_DEP="
dev-java/batik:1.7"
RDEPEND=">=virtual/jre-1.4
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.4
app-arch/unzip
${COMMON_DEP}"
S=${WORKDIR}/${PN}-${PV}-src/icepdf
src_unpack() {
unpack ${A}
cd "${S}"
}
src_prepare() {
cd "${S}/lib"
rm -v *.jar || die
java-pkg_jar-from batik-1.7
}
EANT_BUILD_TARGET="build.jars"
EANT_DOC_TARGET=""
src_install() {
java-pkg_dojar lib/icepdf-core.jar lib/icepdf-viewer.jar
use source && java-pkg_dosrc core/src viewer/src
}

View File

@ -47,7 +47,7 @@
</path>
<!-- Compile the java code -->
<javac compiler="javac1.4" target="1.4" source="1.4" srcdir="${iscwt.src.dir}" destdir="${iscwt.build.dir}" debug="true">
<javac compiler="javac1.6" target="1.6" source="1.6" srcdir="${iscwt.src.dir}" destdir="${iscwt.build.dir}" debug="true">
<classpath refid="iscwt.classpath"/>
</javac>
</target>

View File

@ -1,45 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
JAVA_PKG_IUSE="source doc"
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="swt-3.4,isfreetype,isnativec,isrt,jna"
inherit java-pkg-2 java-ant-2
DESCRIPTION="This is a window toolkit and basic rendering abstraction layer."
HOMEPAGE="http://opensource.intarsys.de/"
SRC_URI="mirror://sourceforge/jpodrenderer/isCWT.${PV}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEP="dev-java/jna:0
dev-java/swt:3.4
dev-java/isrt:0
dev-java/isnativec:0
dev-java/isfreetype:0"
RDEPEND=">=virtual/jre-1.5
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
${COMMON_DEP}
app-arch/unzip"
S="${WORKDIR}"/distribution
src_prepare() {
cp "${FILESDIR}"/build.* "${S}"
}
src_install() {
java-pkg_dojar build/iscwt/dist/iscwt.jar
use source && java-pkg_dosrc src/*
use doc && java-pkg_dojavadoc build/iscwt/javadoc
}

View File

@ -1,45 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
JAVA_PKG_IUSE="source doc"
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="swt-3.4,isfreetype,isnativec,isrt,jna"
inherit java-pkg-2 java-ant-2
DESCRIPTION="This is a window toolkit and basic rendering abstraction layer."
HOMEPAGE="http://opensource.intarsys.de/"
SRC_URI="mirror://sourceforge/jpodrenderer/isCWT.${PV}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEP="dev-java/jna:0
dev-java/swt:3.4
dev-java/isrt:0
dev-java/isnativec:0
dev-java/isfreetype:0"
RDEPEND=">=virtual/jre-1.5
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
${COMMON_DEP}
app-arch/unzip"
S="${WORKDIR}"/distribution
src_prepare() {
cp "${FILESDIR}"/build.* "${S}"
}
src_install() {
java-pkg_dojar build/iscwt/dist/iscwt.jar
use source && java-pkg_dosrc src/*
use doc && java-pkg_dojavadoc build/iscwt/javadoc
}

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"
@ -24,15 +24,15 @@ COMMON_DEP="dev-java/jna:0
dev-java/isrt:0
dev-java/isnativec:0
dev-java/isfreetype:0"
RDEPEND=">=virtual/jre-1.5
RDEPEND=">=virtual/jre-1.6
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
DEPEND=">=virtual/jdk-1.6
${COMMON_DEP}
app-arch/unzip"
S="${WORKDIR}"/distribution
src_prepare() {
java_prepare() {
cp "${FILESDIR}"/build.* "${S}"
}

View File

@ -45,7 +45,7 @@
</path>
<!-- Compile the java code -->
<javac compiler="javac1.4" target="1.4" source="1.4" srcdir="${isfreetype.src.dir}" destdir="${isfreetype.build.dir}" debug="true">
<javac compiler="javac1.6" target="1.6" source="1.6" srcdir="${isfreetype.src.dir}" destdir="${isfreetype.build.dir}" debug="true">
<classpath refid="isfreetype.classpath"/>
</javac>
</target>

View File

@ -1,43 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
JAVA_PKG_IUSE="source doc"
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="isnativec,isrt,jna"
inherit java-pkg-2 java-ant-2
DESCRIPTION="This is a generic native code wrapper."
HOMEPAGE="http://opensource.intarsys.de/"
SRC_URI="mirror://sourceforge/jpodrenderer/isFreetype.${PV}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEP="dev-java/jna:0
dev-java/isrt:0
dev-java/isnativec:0"
RDEPEND=">=virtual/jre-1.5
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
${COMMON_DEP}
app-arch/unzip"
S="${WORKDIR}"/distribution
src_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}
src_install() {
java-pkg_dojar build/isfreetype/dist/isfreetype.jar
use source && java-pkg_dosrc src/*
use doc && java-pkg_dojavadoc build/isfreetype/javadoc
}

View File

@ -1,43 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
JAVA_PKG_IUSE="source doc"
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="isnativec,isrt,jna"
inherit java-pkg-2 java-ant-2
DESCRIPTION="This is a generic native code wrapper."
HOMEPAGE="http://opensource.intarsys.de/"
SRC_URI="mirror://sourceforge/jpodrenderer/isFreetype.${PV}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEP="dev-java/jna:0
dev-java/isrt:0
dev-java/isnativec:0"
RDEPEND=">=virtual/jre-1.5
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
${COMMON_DEP}
app-arch/unzip"
S="${WORKDIR}"/distribution
src_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}
src_install() {
java-pkg_dojar build/isfreetype/dist/isfreetype.jar
use source && java-pkg_dosrc src/*
use doc && java-pkg_dojavadoc build/isfreetype/javadoc
}

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"
@ -22,15 +22,15 @@ IUSE=""
COMMON_DEP="dev-java/jna:0
dev-java/isrt:0
dev-java/isnativec:0"
RDEPEND=">=virtual/jre-1.5
RDEPEND=">=virtual/jre-1.6
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
DEPEND=">=virtual/jdk-1.6
${COMMON_DEP}
app-arch/unzip"
S="${WORKDIR}"/distribution
src_prepare() {
java_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}

View File

@ -44,7 +44,7 @@
</path>
<!-- Compile the java code -->
<javac compiler="javac1.4" target="1.4" source="1.4" srcdir="${isnativec.src.dir}" destdir="${isnativec.build.dir}" debug="true">
<javac compiler="javac1.6" target="1.6" source="1.6" srcdir="${isnativec.src.dir}" destdir="${isnativec.build.dir}" debug="true">
<classpath refid="isnativec.classpath"/>
</javac>
</target>

View File

@ -1,42 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
JAVA_PKG_IUSE="source doc"
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="isrt,jna"
inherit java-pkg-2 java-ant-2
DESCRIPTION="This is a generic native code wrapper."
HOMEPAGE="http://opensource.intarsys.de/"
SRC_URI="mirror://sourceforge/jpodrenderer/isNative.${PV}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEP="dev-java/jna:0
dev-java/isrt:0"
RDEPEND=">=virtual/jre-1.5
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
${COMMON_DEP}
app-arch/unzip"
S="${WORKDIR}"/distribution
src_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}
src_install() {
java-pkg_dojar build/isnativec/dist/isnativec.jar
use source && java-pkg_dosrc src/*
use doc && java-pkg_dojavadoc build/isnativec/javadoc
}

View File

@ -1,42 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
JAVA_PKG_IUSE="source doc"
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="isrt,jna"
inherit java-pkg-2 java-ant-2
DESCRIPTION="This is a generic native code wrapper."
HOMEPAGE="http://opensource.intarsys.de/"
SRC_URI="mirror://sourceforge/jpodrenderer/isNative.${PV}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEP="dev-java/jna:0
dev-java/isrt:0"
RDEPEND=">=virtual/jre-1.5
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
${COMMON_DEP}
app-arch/unzip"
S="${WORKDIR}"/distribution
src_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}
src_install() {
java-pkg_dojar build/isnativec/dist/isnativec.jar
use source && java-pkg_dosrc src/*
use doc && java-pkg_dojavadoc build/isnativec/javadoc
}

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
}

View File

@ -43,7 +43,7 @@
</path>
<!-- Compile the java code -->
<javac compiler="javac1.4" target="1.4" source="1.4" srcdir="${isrt.src.dir}" destdir="${isrt.build.dir}" debug="true">
<javac compiler="javac1.6" target="1.6" source="1.6" srcdir="${isrt.src.dir}" destdir="${isrt.build.dir}" debug="true">
<classpath refid="isrt.classpath"/>
</javac>
</target>

View File

@ -1,36 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
JAVA_PKG_IUSE="source doc"
inherit java-pkg-2 java-ant-2
DESCRIPTION="The basic runtime tools and interfaces for intarsys components."
HOMEPAGE="http://opensource.intarsys.de/"
SRC_URI="mirror://sourceforge/jpodrenderer/isrt.${PV}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=virtual/jre-1.5"
DEPEND=">=virtual/jdk-1.5
app-arch/unzip"
S="${WORKDIR}"/distribution
src_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}
src_install() {
java-pkg_dojar build/isrt/dist/isrt.jar
use source && java-pkg_dosrc src/*
use doc && java-pkg_dojavadoc build/isrt/javadoc
}

View File

@ -1,36 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
JAVA_PKG_IUSE="source doc"
inherit java-pkg-2 java-ant-2
DESCRIPTION="The basic runtime tools and interfaces for intarsys components."
HOMEPAGE="http://opensource.intarsys.de/"
SRC_URI="mirror://sourceforge/jpodrenderer/isrt.${PV}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=virtual/jre-1.5"
DEPEND=">=virtual/jdk-1.5
app-arch/unzip"
S="${WORKDIR}"/distribution
src_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}
src_install() {
java-pkg_dojar build/isrt/dist/isrt.jar
use source && java-pkg_dosrc src/*
use doc && java-pkg_dojavadoc build/isrt/javadoc
}

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"
@ -17,13 +17,13 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=virtual/jre-1.5"
DEPEND=">=virtual/jdk-1.5
RDEPEND=">=virtual/jre-1.6"
DEPEND=">=virtual/jdk-1.6
app-arch/unzip"
S="${WORKDIR}"/distribution
src_prepare() {
java_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}

View File

@ -45,7 +45,7 @@
</path>
<!-- Compile the java code -->
<javac compiler="javac1.4" target="1.4" source="1.4" srcdir="${jPod.src.dir}" destdir="${jPod.build.dir}" debug="true">
<javac compiler="javac1.6" target="1.6" source="1.6" srcdir="${jPod.src.dir}" destdir="${jPod.build.dir}" debug="true">
<classpath refid="jPod.classpath"/>
</javac>
</target>

View File

@ -1,43 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
JAVA_PKG_IUSE="source doc"
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="jbig2,iscwt,isrt"
inherit java-pkg-2 java-ant-2
DESCRIPTION="A library for reading, writing and manipulating PDF files."
HOMEPAGE="http://opensource.intarsys.de/"
SRC_URI="mirror://sourceforge/jpodrenderer/jPod.${PV}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEP="dev-java/isrt:0
dev-java/jbig2:0
dev-java/iscwt:0"
RDEPEND=">=virtual/jre-1.5
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
${COMMON_DEP}
app-arch/unzip"
S="${WORKDIR}"/distribution
src_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}
src_install() {
java-pkg_dojar build/jPod/dist/jPod.jar
use source && java-pkg_dosrc src/*
use doc && java-pkg_dojavadoc build/jPod/javadoc
}

View File

@ -1,43 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
JAVA_PKG_IUSE="source doc"
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="jbig2,iscwt,isrt"
inherit java-pkg-2 java-ant-2
DESCRIPTION="A library for reading, writing and manipulating PDF files."
HOMEPAGE="http://opensource.intarsys.de/"
SRC_URI="mirror://sourceforge/jpodrenderer/jPod.${PV}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEP="dev-java/isrt:0
dev-java/jbig2:0
dev-java/iscwt:0"
RDEPEND=">=virtual/jre-1.5
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
${COMMON_DEP}
app-arch/unzip"
S="${WORKDIR}"/distribution
src_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}
src_install() {
java-pkg_dojar build/jPod/dist/jPod.jar
use source && java-pkg_dosrc src/*
use doc && java-pkg_dojavadoc build/jPod/javadoc
}

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"
@ -22,15 +22,15 @@ IUSE=""
COMMON_DEP="dev-java/isrt:0
dev-java/jbig2:0
dev-java/iscwt:0"
RDEPEND=">=virtual/jre-1.5
RDEPEND=">=virtual/jre-1.6
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
DEPEND=">=virtual/jdk-1.6
${COMMON_DEP}
app-arch/unzip"
S="${WORKDIR}"/distribution
src_prepare() {
java_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}

View File

@ -53,7 +53,7 @@
</path>
<!-- Compile the java code -->
<javac compiler="javac1.4" target="1.4" source="1.4" srcdir="${jPodRenderer.src.dir}" destdir="${jPodRenderer.build.dir}" debug="true">
<javac compiler="javac1.6" target="1.6" source="1.6" srcdir="${jPodRenderer.src.dir}" destdir="${jPodRenderer.build.dir}" debug="true">
<classpath refid="jPodRenderer.classpath"/>
</javac>
</target>

View File

@ -1,51 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
JAVA_PKG_IUSE="source doc"
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="jai-imageio,sun-jai-bin,jbig2,swt-3.4,jPod,iscwt,isfreetype,isnativec,isrt,jna"
inherit java-pkg-2 java-ant-2
DESCRIPTION="This is the jPod based PDF platform & rendering library."
HOMEPAGE="http://opensource.intarsys.de/"
SRC_URI="mirror://sourceforge/jpodrenderer/jPodRenderer.${PV}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEP="dev-java/jai-imageio:0
dev-java/sun-jai-bin:0
dev-java/jbig2:0
dev-java/jna:0
dev-java/swt:3.4
dev-java/isrt:0
dev-java/isnativec:0
dev-java/isfreetype:0
dev-java/iscwt:0
dev-java/jPod:0"
RDEPEND=">=virtual/jre-1.5
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
${COMMON_DEP}
app-arch/unzip"
S="${WORKDIR}"/distribution
src_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}
src_install() {
java-pkg_dojar build/jPodRenderer/dist/jPodRenderer.jar
java-pkg_dojar lib/jPodFonts.jar
use source && java-pkg_dosrc src/*
use doc && java-pkg_dojavadoc build/jPodRenderer/javadoc
}

View File

@ -1,51 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
JAVA_PKG_IUSE="source doc"
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="jai-imageio,sun-jai-bin,jbig2,swt-3.4,jPod,iscwt,isfreetype,isnativec,isrt,jna"
inherit java-pkg-2 java-ant-2
DESCRIPTION="This is the jPod based PDF platform & rendering library."
HOMEPAGE="http://opensource.intarsys.de/"
SRC_URI="mirror://sourceforge/jpodrenderer/jPodRenderer.${PV}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEP="dev-java/jai-imageio:0
dev-java/sun-jai-bin:0
dev-java/jbig2:0
dev-java/jna:0
dev-java/swt:3.4
dev-java/isrt:0
dev-java/isnativec:0
dev-java/isfreetype:0
dev-java/iscwt:0
dev-java/jPod:0"
RDEPEND=">=virtual/jre-1.5
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
${COMMON_DEP}
app-arch/unzip"
S="${WORKDIR}"/distribution
src_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}
src_install() {
java-pkg_dojar build/jPodRenderer/dist/jPodRenderer.jar
java-pkg_dojar lib/jPodFonts.jar
use source && java-pkg_dosrc src/*
use doc && java-pkg_dojavadoc build/jPodRenderer/javadoc
}

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,15 +29,15 @@ COMMON_DEP="dev-java/jai-imageio:0
dev-java/isfreetype:0
dev-java/iscwt:0
dev-java/jPod:0"
RDEPEND=">=virtual/jre-1.5
RDEPEND=">=virtual/jre-1.6
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
DEPEND=">=virtual/jdk-1.6
${COMMON_DEP}
app-arch/unzip"
S="${WORKDIR}"/distribution
src_prepare() {
java_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}

View File

@ -43,7 +43,7 @@
</path>
<!-- Compile the java code -->
<javac compiler="javac1.4" target="1.4" source="1.4" srcdir="${jbig2.src.dir}" destdir="${jbig2.build.dir}" debug="true">
<javac compiler="javac1.6" target="1.6" source="1.6" srcdir="${jbig2.src.dir}" destdir="${jbig2.build.dir}" debug="true">
<classpath refid="jbig2.classpath"/>
</javac>
</target>

View File

@ -1,36 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
JAVA_PKG_IUSE="source doc"
inherit java-pkg-2 java-ant-2
DESCRIPTION="JPedal JBIG2 Image Decoder"
HOMEPAGE="http://idrsolutions.fogbugzhosting.com/default.asp?W80"
SRC_URI="http://www.jpedal.org/download/jbig2_src.zip -> jbig2_src-${PV}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=virtual/jre-1.5"
DEPEND=">=virtual/jdk-1.5
app-arch/unzip"
S="${WORKDIR}"
src_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}
src_install() {
java-pkg_dojar build/jbig2/dist/jbig2.jar
use source && java-pkg_dosrc src/*
use doc && java-pkg_dojavadoc build/jbig2/javadoc
}

View File

@ -1,36 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
JAVA_PKG_IUSE="source doc"
inherit java-pkg-2 java-ant-2
DESCRIPTION="JPedal JBIG2 Image Decoder"
HOMEPAGE="http://idrsolutions.fogbugzhosting.com/default.asp?W80"
SRC_URI="http://www.jpedal.org/download/jbig2_src.zip -> jbig2_src-${PV}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=virtual/jre-1.5"
DEPEND=">=virtual/jdk-1.5
app-arch/unzip"
S="${WORKDIR}"
src_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}
src_install() {
java-pkg_dojar build/jbig2/dist/jbig2.jar
use source && java-pkg_dosrc src/*
use doc && java-pkg_dojavadoc build/jbig2/javadoc
}

View File

@ -1,36 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
JAVA_PKG_IUSE="source doc"
inherit java-pkg-2 java-ant-2
DESCRIPTION="JPedal JBIG2 Image Decoder"
HOMEPAGE="http://idrsolutions.fogbugzhosting.com/default.asp?W80"
SRC_URI="http://www.jpedal.org/download/jbig2_src.zip -> jbig2_src-${PV}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=virtual/jre-1.5"
DEPEND=">=virtual/jdk-1.5
app-arch/unzip"
S="${WORKDIR}"
src_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}
src_install() {
java-pkg_dojar build/jbig2/dist/jbig2.jar
use source && java-pkg_dosrc src/*
use doc && java-pkg_dojavadoc build/jbig2/javadoc
}

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"
@ -23,7 +23,7 @@ DEPEND=">=virtual/jdk-1.5
S="${WORKDIR}"
src_prepare() {
java_prepare() {
cp "${FILESDIR}"/build.* "${S}" || die
}