* [gentoo-commits] gentoo-x86 commit in dev-java/icedtea-bin: ChangeLog icedtea-bin-6.1.13.3-r3.ebuild
@ 2014-06-30 22:34 Vlastimil Babka (caster)
0 siblings, 0 replies; 2+ messages in thread
From: Vlastimil Babka (caster) @ 2014-06-30 22:34 UTC (permalink / raw
To: gentoo-commits
caster 14/06/30 22:34:34
Modified: ChangeLog icedtea-bin-6.1.13.3-r3.ebuild
Log:
Fix icedtea-web use dep, which was requesting icedtea7 instead of nsplugin.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4E61DE84)
Revision Changes Path
1.68 dev-java/icedtea-bin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/ChangeLog?r1=1.67&r2=1.68
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog 30 Jun 2014 22:32:18 -0000 1.67
+++ ChangeLog 30 Jun 2014 22:34:34 -0000 1.68
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/icedtea-bin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/ChangeLog,v 1.67 2014/06/30 22:32:18 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/ChangeLog,v 1.68 2014/06/30 22:34:34 caster Exp $
+
+ 30 Jun 2014; Vlastimil Babka <caster@gentoo.org>
+ icedtea-bin-6.1.13.3-r3.ebuild:
+ Fix icedtea-web use dep, which was requesting icedtea7 instead of nsplugin.
30 Jun 2014; Vlastimil Babka <caster@gentoo.org>
-icedtea-bin-6.1.13.3.ebuild, -icedtea-bin-6.1.13.3-r1.ebuild:
1.2 dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild
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
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
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
Index: icedtea-bin-6.1.13.3-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- icedtea-bin-6.1.13.3-r3.ebuild 27 Jun 2014 14:34:25 -0000 1.1
+++ icedtea-bin-6.1.13.3-r3.ebuild 30 Jun 2014 22:34:34 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI="5"
@@ -70,7 +70,7 @@
cups? ( ${CUPS_COMMON_DEP} )"
PDEPEND="webstart? ( dev-java/icedtea-web:0 )
- nsplugin? ( dev-java/icedtea-web:0[icedtea7] )"
+ nsplugin? ( dev-java/icedtea-web:0[nsplugin] )"
src_install() {
local dest="/opt/${P}"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/icedtea-bin: ChangeLog icedtea-bin-6.1.13.3-r3.ebuild
@ 2014-07-06 15:32 Ralph Sennhauser (sera)
0 siblings, 0 replies; 2+ messages in thread
From: Ralph Sennhauser (sera) @ 2014-07-06 15:32 UTC (permalink / raw
To: gentoo-commits
sera 14/07/06 15:32:09
Modified: ChangeLog icedtea-bin-6.1.13.3-r3.ebuild
Log:
Inherit versionator #515850
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 3C5CF75A)
Revision Changes Path
1.71 dev-java/icedtea-bin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/ChangeLog?r1=1.70&r2=1.71
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog 1 Jul 2014 05:36:52 -0000 1.70
+++ ChangeLog 6 Jul 2014 15:32:09 -0000 1.71
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/icedtea-bin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/ChangeLog,v 1.70 2014/07/01 05:36:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/ChangeLog,v 1.71 2014/07/06 15:32:09 sera Exp $
+
+ 06 Jul 2014; Ralph Sennhauser <sera@gentoo.org>
+ icedtea-bin-6.1.13.3-r3.ebuild:
+ Inherit versionator #515850
01 Jul 2014; Agostino Sarubbo <ago@gentoo.org> icedtea-bin-6.1.13.3-r3.ebuild:
Stable for x86, wrt bug #501472
1.5 dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild?r1=1.4&r2=1.5
Index: icedtea-bin-6.1.13.3-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- icedtea-bin-6.1.13.3-r3.ebuild 1 Jul 2014 05:36:52 -0000 1.4
+++ icedtea-bin-6.1.13.3-r3.ebuild 6 Jul 2014 15:32:09 -0000 1.5
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild,v 1.4 2014/07/01 05:36:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r3.ebuild,v 1.5 2014/07/06 15:32:09 sera Exp $
EAPI="5"
-inherit java-vm-2 multilib prefix
+inherit java-vm-2 multilib prefix versionator
dist="http://dev.gentoo.org/~caster/distfiles/"
TARBALL_VERSION="${PV}"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-06 15:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30 22:34 [gentoo-commits] gentoo-x86 commit in dev-java/icedtea-bin: ChangeLog icedtea-bin-6.1.13.3-r3.ebuild Vlastimil Babka (caster)
-- strict thread matches above, loose matches on Subject: below --
2014-07-06 15:32 Ralph Sennhauser (sera)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox