monsieurp 15/07/06 15:30:47 Modified: sun-httpserver-bin-2.0.1.ebuild ChangeLog Added: sun-httpserver-bin-2.0.1-r1.ebuild Log: EAPI 5 bump. Find correct java path with java-config. Fix bug 544000. Signed-off-by: Patrice Clement <[email protected]> (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Revision Changes Path 1.6 dev-java/sun-httpserver-bin/sun-httpserver-bin-2.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-httpserver-bin/sun-httpserver-bin-2.0.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-httpserver-bin/sun-httpserver-bin-2.0.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-httpserver-bin/sun-httpserver-bin-2.0.1.ebuild?r1=1.5&r2=1.6 Index: sun-httpserver-bin-2.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/sun-httpserver-bin/sun-httpserver-bin-2.0.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sun-httpserver-bin-2.0.1.ebuild 28 Mar 2008 17:59:05 -0000 1.5 +++ sun-httpserver-bin-2.0.1.ebuild 6 Jul 2015 15:30:47 -0000 1.6 @@ -1,6 +1,7 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-httpserver-bin/sun-httpserver-bin-2.0.1.ebuild,v 1.5 2008/03/28 17:59:05 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-httpserver-bin/sun-httpserver-bin-2.0.1.ebuild,v 1.6 2015/07/06 15:30:47 monsieurp Exp $ +EAPI=5 inherit java-pkg-2 @@ -22,8 +23,9 @@ S="${WORKDIR}/jaxws-si" src_unpack() { + MY_JAVA=$(java-config -J) - echo "A" | java -jar "${DISTDIR}/${A}" -console > /dev/null || die "unpack failed" + echo "A" | ${MY_JAVA} -jar "${DISTDIR}/${A}" -console > /dev/null || die "unpack failed" unpack ./jaxws-src.zip || die "unzip failed" @@ -34,7 +36,5 @@ } src_install() { - java-pkg_dojar lib/http.jar - } 1.7 dev-java/sun-httpserver-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-httpserver-bin/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-httpserver-bin/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-httpserver-bin/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/sun-httpserver-bin/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 28 Mar 2008 17:59:05 -0000 1.6 +++ ChangeLog 6 Jul 2015 15:30:47 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for dev-java/sun-httpserver-bin -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-httpserver-bin/ChangeLog,v 1.6 2008/03/28 17:59:05 nixnut Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-httpserver-bin/ChangeLog,v 1.7 2015/07/06 15:30:47 monsieurp Exp $ + +*sun-httpserver-bin-2.0.1-r1 (06 Jul 2015) + + 06 Jul 2015; Patrice Clement <[email protected]> + +sun-httpserver-bin-2.0.1-r1.ebuild, sun-httpserver-bin-2.0.1.ebuild: + EAPI 5 bump. Find correct java path with java-config. Fix bug 544000. 28 Mar 2008; nixnut <[email protected]> sun-httpserver-bin-2.0.1.ebuild: Stable on ppc wrt bug 214778 @@ -25,4 +31,3 @@ 01 May 2007; Krzysiek Pawlik <[email protected]> +metadata.xml, +sun-httpserver-bin-2.0.1.ebuild: Initial commit of sun-httpserver-bin. - 1.1 dev-java/sun-httpserver-bin/sun-httpserver-bin-2.0.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-httpserver-bin/sun-httpserver-bin-2.0.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/sun-httpserver-bin/sun-httpserver-bin-2.0.1-r1.ebuild?rev=1.1&content-type=text/plain Index: sun-httpserver-bin-2.0.1-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/sun-httpserver-bin/sun-httpserver-bin-2.0.1-r1.ebuild,v 1.1 2015/07/06 15:30:47 monsieurp Exp $ EAPI=5 inherit java-pkg-2 DESCRIPTION="Sun sun.net.httpserver classes" HOMEPAGE="http://jax-ws.dev.java.net/" DATE="20060817" MY_P="JAXWS${PV}m1_source_${DATE}.jar" SRC_URI="https://jax-ws.dev.java.net/jax-ws-201-m1/${MY_P}" LICENSE="CDDL" SLOT="2" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=virtual/jre-1.5" DEPEND="app-arch/unzip ${RDEPEND}" S="${WORKDIR}/jaxws-si" src_unpack() { MY_JAVA=$(java-config -J) echo "A" | ${MY_JAVA} -jar "${DISTDIR}/${A}" -console > /dev/null || die "unpack failed" unpack ./jaxws-src.zip || die "unzip failed" } src_compile() { : } src_install() { java-pkg_dojar lib/http.jar }
