Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 181877 - dev-java/dnsjava (New Ebuild)
Summary: dev-java/dnsjava (New Ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL: http://dnsjava.org
Whiteboard:
Keywords: EBUILD, InOverlay
Depends on:
Blocks: 175034 323819
  Show dependency tree
 
Reported: 2007-06-13 08:17 UTC by kiorky
Modified: 2014-03-07 18:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dnsjava 2.0.6 ebuild (dnsjava-2.0.6.ebuild,629 bytes, text/plain)
2008-06-21 05:29 UTC, Chris Ryan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kiorky 2007-06-13 08:17:59 UTC
added as a maven dependency.
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2007-06-13 08:24:06 UTC
Too bad it's hard to write libc in Java as long as you run on a VM written in C/C++.
Comment 2 Chris Ryan 2008-06-21 05:29:21 UTC
Created attachment 157845 [details]
dnsjava 2.0.6 ebuild

Based on the dnsjava 1.3.2 ebuild in the java-overlay.  I've included the differences below.  This version is for Java 6 only (from the website: Open Issues - The DNSJavaNameService service provider only builds with Java 1.6, as the API changed in an incompatible way between 1.5 and 1.6.)
 
Also, I've only tested on x86.

# diff dnsjava-2.0.6.ebuild dnsjava-1.3.2.ebuild
13,14c13,14
< SLOT="2.0.6"
< KEYWORDS="~x86"
---
> SLOT="1.3.2" #used by plexus-server (maven)
> KEYWORDS="~x86 ~amd64"
16,17c16,17
< RDEPEND="=virtual/jre-1.6*"
< DEPEND="=virtual/jdk-1.6*"
---
> RDEPEND="=virtual/jre-1.4*"
> DEPEND="=virtual/jdk-1.4*"
Comment 3 Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2014-03-07 18:39:26 UTC
+  07 Mar 2014; Johann Schmitz <ercpe@gentoo.org> +dnsjava-2.1.6.ebuild,
+  +files/2.1.6-no-network-tests.patch, +metadata.xml:
+  Added ebuild for dev-java/dnsjava (wrt bug #181877).  Ebuild originally
+  written by Chris Ryan, i have only added the src_test call and some general
+  qa.

2.1.6 is now in the tree. Thank for contributing.