GNU bug report logs -
#28663
[PATCH] New java packages
Previous Next
Reported by: Julien Lepiller <julien <at> lepiller.eu>
Date: Sun, 1 Oct 2017 17:47:01 UTC
Severity: normal
Tags: patch
Done: Julien Lepiller <julien <at> lepiller.eu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Le 2017-10-01 19:53, julien <at> lepiller.eu a écrit :
> From: Julien Lepiller <julien <at> lepiller.eu>
>
> * gnu/packages/java.scm (java-osgi-service-jdbc): New variable.
> ---
> gnu/packages/java.scm | 32 ++++++++++++++++++++++++++++++++
> 1 file changed, 32 insertions(+)
>
> diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
> index 16e39c150..9e588e520 100644
> --- a/gnu/packages/java.scm
> +++ b/gnu/packages/java.scm
> @@ -5165,3 +5165,35 @@ and service platform for the Java programming
> language.")
> and service platform for the Java programming language. This package
> contains
> the log service.")
> (license license:asl2.0)))
> +
> +(define-public java-osgi-service-jdbc
> + (package
> + (name "java-osgi-service-jdbc")
> + (version "1.0.0")
> + (source (origin
> + (method url-fetch)
> + (uri (string-append
> "http://central.maven.org/maven2/org/osgi/"
> + "org.osgi.service.jdbc/"
> + version "/org.osgi.service.jdbc-"
> + version "-sources.jar"))
> + (sha256
> + (base32
> +
> "11iln5v7bk469cgb9ddkrz9sa95b3733gqgaqw9xf5g6wq652yjz"))))
> + (build-system ant-build-system)
> + (arguments
> + `(#:jar-name "osgi-service-jdbc.jar"
> + #:tests? #f)); no tests
> + (home-page "http://www.osgi.org")
> + (synopsis "Factory for JDBC connection factories")
> + (description
> + "OSGi, for Open Services Gateway initiative framework, is a
> module system
> +and service platform for the Java programming language. This package
> contains
> +A factory for JDBC connection factories. There are 3 preferred
> connection
> +factories for getting JDBC connections:
> +
> +@begin{itemize}
> +@item @code{javax.sql.DataSource};
> +@item @code{javax.sql.ConnectionPoolDataSource};
> +@item @code{javax.sql.XADataSource}.
> +@end{itemize}")
Whoops, that's not proper texinfo, will fix ;)
> + (license license:asl2.0)))
This bug report was last modified 7 years and 234 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.