* [gentoo-commits] gentoo-x86 commit in dev-java/java-config: ChangeLog java-config-2.2.0.ebuild
@ 2013-04-08 16:45 Ralph Sennhauser (sera)
0 siblings, 0 replies; 3+ messages in thread
From: Ralph Sennhauser (sera) @ 2013-04-08 16:45 UTC (permalink / raw
To: gentoo-commits
sera 13/04/08 16:45:48
Modified: ChangeLog
Added: java-config-2.2.0.ebuild
Log:
bug 455798: Use recorded VM dependency for launcher
bug 402315: Don't lock on active VM in presence of virtuals.
bug 464608: Make Portage dependency explicit.
ROOT support.
Gentoo Prefix support.
Install man page.
Eselect modules and run-java-tool are split-out into separate package
eselect-java.
Desktop files, icons, env.d and profile.d files as well as revdep-rebuild
control file now part of baselayout-java.
Fix running tests.
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 3C5CF75A)
Revision Changes Path
1.279 dev-java/java-config/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.279&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.279&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?r1=1.278&r2=1.279
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -r1.278 -r1.279
--- ChangeLog 6 Apr 2013 10:21:50 -0000 1.278
+++ ChangeLog 8 Apr 2013 16:45:48 -0000 1.279
@@ -1,6 +1,21 @@
# ChangeLog for dev-java/java-config
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.278 2013/04/06 10:21:50 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.279 2013/04/08 16:45:48 sera Exp $
+
+*java-config-2.2.0 (08 Apr 2013)
+
+ 08 Apr 2013; Ralph Sennhauser <sera@gentoo.org> +java-config-2.2.0.ebuild:
+ bug 455798: Use recorded VM dependency for launcher
+ bug 402315: Don't lock on active VM in presence of virtuals.
+ bug 464608: Make Portage dependency explicit.
+ ROOT support.
+ Gentoo Prefix support.
+ Install man page.
+ Eselect modules and run-java-tool are split-out into separate package
+ eselect-java.
+ Desktop files, icons, env.d and profile.d files as well as revdep-rebuild
+ control file now part of baselayout-java.
+ Fix running tests.
06 Apr 2013; Vlastimil Babka <caster@gentoo.org> -java-config-2.1.10.ebuild,
java-config-2.1.11.ebuild, -java-config-2.1.11-r1.ebuild,
1.1 dev-java/java-config/java-config-2.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild?rev=1.1&content-type=text/plain
Index: java-config-2.2.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild,v 1.1 2013/04/08 16:45:48 sera Exp $
EAPI="5"
# jython depends on java-config, so don't add it or things will break
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
inherit distutils-r1
DESCRIPTION="Java environment configuration query tool"
HOMEPAGE="http://www.gentoo.org/proj/en/java/"
SRC_URI="http://dev.gentoo.org/~sera/distfiles/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~amd64"
IUSE=""
# baselayout-java is added as a dep till it can be added to eclass.
RDEPEND="
>=dev-java/java-config-wrapper-0.15
sys-apps/baselayout-java
sys-apps/portage"
python_test() {
esetup.py test || die
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/java-config: ChangeLog java-config-2.2.0.ebuild
@ 2013-05-19 19:19 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2013-05-19 19:19 UTC (permalink / raw
To: gentoo-commits
aballier 13/05/19 19:19:08
Modified: ChangeLog java-config-2.2.0.ebuild
Log:
keyword ~amd64-fbsd, bug #465136
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.282 dev-java/java-config/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.282&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.282&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?r1=1.281&r2=1.282
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -r1.281 -r1.282
--- ChangeLog 4 May 2013 03:20:00 -0000 1.281
+++ ChangeLog 19 May 2013 19:19:08 -0000 1.282
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/java-config
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.281 2013/05/04 03:20:00 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.282 2013/05/19 19:19:08 aballier Exp $
+
+ 19 May 2013; Alexis Ballier <aballier@gentoo.org> java-config-2.2.0.ebuild:
+ keyword ~amd64-fbsd, bug #465136
04 May 2013; Naohiro Aota <naota@gentoo.org> java-config-2.2.0.ebuild:
Add ~x86-fbsd #465136
1.4 dev-java/java-config/java-config-2.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild?r1=1.3&r2=1.4
Index: java-config-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- java-config-2.2.0.ebuild 4 May 2013 03:20:00 -0000 1.3
+++ java-config-2.2.0.ebuild 19 May 2013 19:19:08 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild,v 1.3 2013/05/04 03:20:00 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild,v 1.4 2013/05/19 19:19:08 aballier Exp $
EAPI="5"
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="~amd64 ~x86-fbsd"
+KEYWORDS="~amd64 ~amd64-fbsd ~x86-fbsd"
IUSE=""
# baselayout-java is added as a dep till it can be added to eclass.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/java-config: ChangeLog java-config-2.2.0.ebuild
@ 2014-03-10 17:35 Johannes Huber (johu)
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber (johu) @ 2014-03-10 17:35 UTC (permalink / raw
To: gentoo-commits
johu 14/03/10 17:35:03
Modified: ChangeLog java-config-2.2.0.ebuild
Log:
x86 stable, bug #500398
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path
1.286 dev-java/java-config/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.286&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.286&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?r1=1.285&r2=1.286
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -r1.285 -r1.286
--- ChangeLog 8 Mar 2014 14:11:38 -0000 1.285
+++ ChangeLog 10 Mar 2014 17:35:03 -0000 1.286
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/java-config
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.285 2014/03/08 14:11:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.286 2014/03/10 17:35:03 johu Exp $
+
+ 10 Mar 2014; Johannes Huber <johu@gentoo.org> java-config-2.2.0.ebuild:
+ x86 stable, bug #500398
08 Mar 2014; Pacho Ramos <pacho@gentoo.org> java-config-2.2.0.ebuild:
amd64 stable, bug 500398
1.8 dev-java/java-config/java-config-2.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild?r1=1.7&r2=1.8
Index: java-config-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- java-config-2.2.0.ebuild 8 Mar 2014 14:11:38 -0000 1.7
+++ java-config-2.2.0.ebuild 10 Mar 2014 17:35:03 -0000 1.8
@@ -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/java-config/java-config-2.2.0.ebuild,v 1.7 2014/03/08 14:11:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild,v 1.8 2014/03/10 17:35:03 johu Exp $
EAPI="5"
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
# baselayout-java is added as a dep till it can be added to eclass.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-10 17:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-10 17:35 [gentoo-commits] gentoo-x86 commit in dev-java/java-config: ChangeLog java-config-2.2.0.ebuild Johannes Huber (johu)
-- strict thread matches above, loose matches on Subject: below --
2013-05-19 19:19 Alexis Ballier (aballier)
2013-04-08 16:45 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