Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 180363 - Stable request for dev-java/jcifs-1.2.13
Summary: Stable request for dev-java/jcifs-1.2.13
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL: http://overlays.gentoo.org/proj/java/...
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2007-05-30 16:54 UTC by Petteri Räty (RETIRED)
Modified: 2007-06-15 14:50 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Räty (RETIRED) gentoo-dev 2007-05-30 16:54:08 UTC
*jcifs-1.2.13 (25 Apr 2007)

  25 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> +jcifs-1.2.13.ebuild:
  Version bump using generation 2.

Test dev-java/jtds and the included examples you get with USE="examples"
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2007-06-02 09:48:04 UTC
x86 stable
Comment 2 Markus Rothe (RETIRED) gentoo-dev 2007-06-07 11:18:38 UTC
ppc64 stable
Comment 3 Tobias Scherbaum (RETIRED) gentoo-dev 2007-06-14 22:00:37 UTC
ppc stable
Comment 4 Ioannis Polyzos 2007-06-14 23:27:04 UTC
Stable on amd64.

- emerged without any problems
- the examples on /usr/share/doc/jcifs-1.2.13/examples 
  compiled and run without any problems

==== /usr/share/doc/jcifs-1.2.13/examples/Makefile ====
JAVA_HOME=/opt/sun-jdk-1.5.0.11
CLASSPATH=/usr/share/jcifs-1.1/lib/jcifs.jar:.

.SUFFIXES: .java .class
.....

==== /usr/share/doc/jcifs-1.2.13/examples/runtest.sh ====
#!/bin/sh

JAVA_HOME=/opt/sun-jdk-1.5.0.11
CLASSPATH=/usr/share/jcifs-1.1/lib/jcifs.jar:.
PROPERTIES=jcifs.prp
RUN="${JAVA_HOME}/bin/java -cp ${CLASSPATH} -Djcifs.properties=${PROPERTIES}"
.............

Comment 5 Christoph Mende (RETIRED) gentoo-dev 2007-06-15 14:50:29 UTC
amd64 done, thanks Ioannis