Summary: | requesting java support in dev-libs/clearsilver-0.10.5 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | David Zaslavsky <diazona> |
Component: | [OLD] Unspecified | Assignee: | Gentoo Web Application Packages Maintainers <web-apps> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | diazona, java |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Ebuild with Java support (may need polishing) |
Description
David Zaslavsky
2008-12-16 00:17:34 UTC
Created attachment 178968 [details]
Ebuild with Java support (may need polishing)
I was able to successfully compile a small test program using the Clearsilver Java interface after emerging with the attached ebuild and running java-config -a clearsilver.
The ebuild includes >=virtual/jre-1.5 in DEPEND but that's just a guess, I don't actually know which JRE version is required.
(In reply to comment #1) > Created an attachment (id=178968) [edit] > Ebuild with Java support (may need polishing) java-pkg-opt-2 is the eclass to be used by ebuilds that provide optional java support. | Author: Patrice Clement <monsieurp@gentoo.org> | Date: Thu Oct 1 16:45:22 2015 +0000 | | dev-libs/clearsilver: Add Java support. Fixes bug 251091. | | Package-Manager: portage-2.2.18 | Signed-off-by: Patrice Clement <monsieurp@gentoo.org> | | create mode 100644 dev-libs/clearsilver/clearsilver-0.10.5-r3.ebuild | create mode 100644 dev-libs/clearsilver/files/clearsilver-0.10.5-disable-java-tests.patch |