public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/java-config: java-config-2.1.12-r1.ebuild java-config-2.2.0.ebuild ChangeLog
@ 2013-04-11 15:49 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2013-04-11 15:49 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/04/11 15:49:11

  Modified:             java-config-2.1.12-r1.ebuild
                        java-config-2.2.0.ebuild ChangeLog
  Log:
  Disable pypy support since data install layout is incompatible with java-config.
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)

Revision  Changes    Path
1.8                  dev-java/java-config/java-config-2.1.12-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.1.12-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.1.12-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.1.12-r1.ebuild?r1=1.7&r2=1.8

Index: java-config-2.1.12-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.1.12-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- java-config-2.1.12-r1.ebuild	6 Apr 2013 10:21:50 -0000	1.7
+++ java-config-2.1.12-r1.ebuild	11 Apr 2013 15:49:11 -0000	1.8
@@ -1,11 +1,11 @@
 # 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.1.12-r1.ebuild,v 1.7 2013/04/06 10:21:50 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.1.12-r1.ebuild,v 1.8 2013/04/11 15:49:11 mgorny Exp $
 
 EAPI="5"
 
 # jython depends on java-config, so don't add it or things will breake.
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
+PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
 
 inherit distutils-r1 eutils fdo-mime gnome2-utils
 



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild?rev=1.2&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.1&r2=1.2

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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- java-config-2.2.0.ebuild	8 Apr 2013 16:45:48 -0000	1.1
+++ java-config-2.2.0.ebuild	11 Apr 2013 15:49:11 -0000	1.2
@@ -1,11 +1,11 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild,v 1.2 2013/04/11 15:49:11 mgorny 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} )
+PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
 
 inherit distutils-r1
 



1.280                dev-java/java-config/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.280&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.280&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?r1=1.279&r2=1.280

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -r1.279 -r1.280
--- ChangeLog	8 Apr 2013 16:45:48 -0000	1.279
+++ ChangeLog	11 Apr 2013 15:49:11 -0000	1.280
@@ -1,6 +1,11 @@
 # 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.279 2013/04/08 16:45:48 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.280 2013/04/11 15:49:11 mgorny Exp $
+
+  11 Apr 2013; Michał Górny <mgorny@gentoo.org> java-config-2.1.12-r1.ebuild,
+  java-config-2.2.0.ebuild:
+  Disable pypy support since data install layout is incompatible with java-
+  config.
 
 *java-config-2.2.0 (08 Apr 2013)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-java/java-config: java-config-2.1.12-r1.ebuild java-config-2.2.0.ebuild ChangeLog
@ 2013-09-05 18:27 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:27 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/05 18:27:44

  Modified:             java-config-2.1.12-r1.ebuild
                        java-config-2.2.0.ebuild ChangeLog
  Log:
  Clean up PYTHON_COMPAT from old implementations.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.9                  dev-java/java-config/java-config-2.1.12-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.1.12-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.1.12-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.1.12-r1.ebuild?r1=1.8&r2=1.9

Index: java-config-2.1.12-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.1.12-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- java-config-2.1.12-r1.ebuild	11 Apr 2013 15:49:11 -0000	1.8
+++ java-config-2.1.12-r1.ebuild	5 Sep 2013 18:27:44 -0000	1.9
@@ -1,11 +1,11 @@
 # 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.1.12-r1.ebuild,v 1.8 2013/04/11 15:49:11 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.1.12-r1.ebuild,v 1.9 2013/09/05 18:27:44 mgorny Exp $
 
 EAPI="5"
 
 # jython depends on java-config, so don't add it or things will breake.
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
 
 inherit distutils-r1 eutils fdo-mime gnome2-utils
 



1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild?rev=1.6&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.5&r2=1.6

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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- java-config-2.2.0.ebuild	12 Jul 2013 15:25:50 -0000	1.5
+++ java-config-2.2.0.ebuild	5 Sep 2013 18:27:44 -0000	1.6
@@ -1,11 +1,11 @@
 # 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.5 2013/07/12 15:25:50 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild,v 1.6 2013/09/05 18:27:44 mgorny 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} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
 
 inherit distutils-r1
 



1.284                dev-java/java-config/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.284&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.284&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?r1=1.283&r2=1.284

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -r1.283 -r1.284
--- ChangeLog	12 Jul 2013 15:25:50 -0000	1.283
+++ ChangeLog	5 Sep 2013 18:27:44 -0000	1.284
@@ -1,6 +1,10 @@
 # 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.283 2013/07/12 15:25:50 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.284 2013/09/05 18:27:44 mgorny Exp $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org> java-config-2.1.12-r1.ebuild,
+  java-config-2.2.0.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
   12 Jul 2013; Vicente Olivert Riera <vincent@gentoo.org>
   java-config-2.2.0.ebuild:





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-java/java-config: java-config-2.1.12-r1.ebuild java-config-2.2.0.ebuild ChangeLog
@ 2015-04-08 18:09 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 18:09 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 18:09:20

  Modified:             java-config-2.1.12-r1.ebuild
                        java-config-2.2.0.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.11                 dev-java/java-config/java-config-2.1.12-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.1.12-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.1.12-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.1.12-r1.ebuild?r1=1.10&r2=1.11

Index: java-config-2.1.12-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.1.12-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- java-config-2.1.12-r1.ebuild	31 Mar 2015 18:55:04 -0000	1.10
+++ java-config-2.1.12-r1.ebuild	8 Apr 2015 18:09:20 -0000	1.11
@@ -1,11 +1,11 @@
 # Copyright 1999-2015 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.1.12-r1.ebuild,v 1.10 2015/03/31 18:55:04 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.1.12-r1.ebuild,v 1.11 2015/04/08 18:09:20 mgorny Exp $
 
 EAPI="5"
 
 # jython depends on java-config, so don't add it or things will breake.
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3} )
 
 inherit distutils-r1 eutils fdo-mime gnome2-utils
 



1.13                 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.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild?rev=1.13&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.12&r2=1.13

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.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- java-config-2.2.0.ebuild	29 Nov 2014 09:56:32 -0000	1.12
+++ java-config-2.2.0.ebuild	8 Apr 2015 18:09:20 -0000	1.13
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.12 2014/11/29 09:56:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild,v 1.13 2015/04/08 18:09:20 mgorny 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_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
 



1.292                dev-java/java-config/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.292&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.292&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-config/ChangeLog?r1=1.291&r2=1.292

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -r1.291 -r1.292
--- ChangeLog	31 Mar 2015 18:55:04 -0000	1.291
+++ ChangeLog	8 Apr 2015 18:09:20 -0000	1.292
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/java-config
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.291 2015/03/31 18:55:04 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.292 2015/04/08 18:09:20 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> java-config-2.1.12-r1.ebuild,
+  java-config-2.2.0.ebuild:
+  Drop old Python implementations
 
   31 Mar 2015; Ulrich Müller <ulm@gentoo.org> java-config-2.1.11.ebuild,
   java-config-2.1.12-r1.ebuild:





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-08 18:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 18:09 [gentoo-commits] gentoo-x86 commit in dev-java/java-config: java-config-2.1.12-r1.ebuild java-config-2.2.0.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-05 18:27 Michal Gorny (mgorny)
2013-04-11 15:49 Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox