vapier 15/03/11 02:47:15 Modified: ChangeLog Added: closure-compiler-bin-20150126.ebuild Log: Version bump #542802 by gromalle. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.6 dev-lang/closure-compiler-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/closure-compiler-bin/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/closure-compiler-bin/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/closure-compiler-bin/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/closure-compiler-bin/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 15 May 2013 09:14:00 -0000 1.5 +++ ChangeLog 11 Mar 2015 02:47:15 -0000 1.6 @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/closure-compiler-bin -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/closure-compiler-bin/ChangeLog,v 1.5 2013/05/15 09:14:00 djc Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/closure-compiler-bin/ChangeLog,v 1.6 2015/03/11 02:47:15 vapier Exp $ + +*closure-compiler-bin-20150126 (11 Mar 2015) + + 11 Mar 2015; Mike Frysinger <[email protected]> + +closure-compiler-bin-20150126.ebuild: + Version bump #542802 by gromalle. 15 May 2013; Dirkjan Ochtman <[email protected]> metadata.xml: Remove python herd from closure-compiler-bin. 1.1 dev-lang/closure-compiler-bin/closure-compiler-bin-20150126.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/closure-compiler-bin/closure-compiler-bin-20150126.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/closure-compiler-bin/closure-compiler-bin-20150126.ebuild?rev=1.1&content-type=text/plain Index: closure-compiler-bin-20150126.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/closure-compiler-bin/closure-compiler-bin-20150126.ebuild,v 1.1 2015/03/11 02:47:15 vapier Exp $ EAPI="4" inherit java-pkg-2 DESCRIPTION="JavaScript optimizing compiler" HOMEPAGE="https://github.com/google/closure-compiler" SRC_URI="http://dl.google.com/closure-compiler/compiler-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=virtual/jre-1.6" S=${WORKDIR} src_install() { java-pkg_jarinto /opt/${PN}-${SLOT}/lib java-pkg_newjar compiler.jar ${PN}.jar java-pkg_dolauncher \ ${PN%-bin} \ --jar /opt/${PN}-${SLOT}/lib/${PN}.jar \ -into /opt dodoc README.md }
