Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/closure-compiler-bin: closure-compiler-bin-20130227.ebuild ChangeLog
Date: Fri, 01 Mar 2013 06:24:19
Message-Id: 20130301062415.D263F2171D@flycatcher.gentoo.org
1 vapier 13/03/01 06:24:15
2
3 Modified: ChangeLog
4 Added: closure-compiler-bin-20130227.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
9
10 Revision Changes Path
11 1.3 dev-lang/closure-compiler-bin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/closure-compiler-bin/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/closure-compiler-bin/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/closure-compiler-bin/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/closure-compiler-bin/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 8 Feb 2013 09:35:06 -0000 1.2
24 +++ ChangeLog 1 Mar 2013 06:24:15 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-lang/closure-compiler-bin
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/closure-compiler-bin/ChangeLog,v 1.2 2013/02/08 09:35:06 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/closure-compiler-bin/ChangeLog,v 1.3 2013/03/01 06:24:15 vapier Exp $
30 +
31 +*closure-compiler-bin-20130227 (01 Mar 2013)
32 +
33 + 01 Mar 2013; Mike Frysinger <vapier@g.o>
34 + +closure-compiler-bin-20130227.ebuild:
35 + Version bump.
36
37 *closure-compiler-bin-20121212 (08 Feb 2013)
38
39
40
41
42 1.1 dev-lang/closure-compiler-bin/closure-compiler-bin-20130227.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/closure-compiler-bin/closure-compiler-bin-20130227.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/closure-compiler-bin/closure-compiler-bin-20130227.ebuild?rev=1.1&content-type=text/plain
46
47 Index: closure-compiler-bin-20130227.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-lang/closure-compiler-bin/closure-compiler-bin-20130227.ebuild,v 1.1 2013/03/01 06:24:15 vapier Exp $
52
53 EAPI="4"
54
55 inherit java-pkg-2
56
57 DESCRIPTION="JavaScript optimizing compiler"
58 HOMEPAGE="http://code.google.com/p/closure-compiler/"
59 SRC_URI="http://closure-compiler.googlecode.com/files/compiler-${PV}.tar.gz -> ${P}.tar.gz"
60
61 LICENSE="Apache-2.0"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND=">=virtual/jre-1.6"
67
68 S=${WORKDIR}
69
70 src_install() {
71 java-pkg_jarinto /opt/${PN}-${SLOT}/lib
72 java-pkg_newjar compiler.jar ${PN}.jar
73 java-pkg_dolauncher \
74 ${PN%-bin} \
75 --jar /opt/${PN}-${SLOT}/lib/${PN}.jar \
76 -into /opt
77 dodoc README
78 }