Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/icedtea-bin: ChangeLog icedtea-bin-6.1.13.3-r3.ebuild
Date: Mon, 30 Jun 2014 22:34:38
Message-Id: 20140630223434.D0C4F2004E@flycatcher.gentoo.org
1 caster 14/06/30 22:34:34
2
3 Modified: ChangeLog icedtea-bin-6.1.13.3-r3.ebuild
4 Log:
5 Fix icedtea-web use dep, which was requesting icedtea7 instead of nsplugin.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4E61DE84)
8
9 Revision Changes Path
10 1.68 dev-java/icedtea-bin/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/ChangeLog?rev=1.68&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/ChangeLog?rev=1.68&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/ChangeLog?r1=1.67&r2=1.68
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/ChangeLog,v
19 retrieving revision 1.67
20 retrieving revision 1.68
21 diff -u -r1.67 -r1.68
22 --- ChangeLog 30 Jun 2014 22:32:18 -0000 1.67
23 +++ ChangeLog 30 Jun 2014 22:34:34 -0000 1.68
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-java/icedtea-bin
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/ChangeLog,v 1.67 2014/06/30 22:32:18 caster Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/ChangeLog,v 1.68 2014/06/30 22:34:34 caster Exp $
29 +
30 + 30 Jun 2014; Vlastimil Babka <caster@g.o>
31 + icedtea-bin-6.1.13.3-r3.ebuild:
32 + Fix icedtea-web use dep, which was requesting icedtea7 instead of nsplugin.
33
34 30 Jun 2014; Vlastimil Babka <caster@g.o>
35 -icedtea-bin-6.1.13.3.ebuild, -icedtea-bin-6.1.13.3-r1.ebuild:
36
37
38
39 1.2 dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild?r1=1.1&r2=1.2
44
45 Index: icedtea-bin-6.1.13.3-r3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- icedtea-bin-6.1.13.3-r3.ebuild 27 Jun 2014 14:34:25 -0000 1.1
52 +++ icedtea-bin-6.1.13.3-r3.ebuild 30 Jun 2014 22:34:34 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild,v 1.1 2014/06/27 14:34:25 caster Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild,v 1.2 2014/06/30 22:34:34 caster Exp $
58
59 EAPI="5"
60
61 @@ -70,7 +70,7 @@
62 cups? ( ${CUPS_COMMON_DEP} )"
63
64 PDEPEND="webstart? ( dev-java/icedtea-web:0 )
65 - nsplugin? ( dev-java/icedtea-web:0[icedtea7] )"
66 + nsplugin? ( dev-java/icedtea-web:0[nsplugin] )"
67
68 src_install() {
69 local dest="/opt/${P}"