public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/snns: snns-4.2-r8.ebuild snns-4.2-r9.ebuild ChangeLog
@ 2012-02-26  5:28 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2012-02-26  5:28 UTC (permalink / raw
  To: gentoo-commits

patrick     12/02/26 05:28:38

  Modified:             snns-4.2-r8.ebuild snns-4.2-r9.ebuild ChangeLog
  Log:
  Restricting jython
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 sci-mathematics/snns/snns-4.2-r8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/snns-4.2-r8.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/snns-4.2-r8.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/snns-4.2-r8.ebuild?r1=1.10&r2=1.11

Index: snns-4.2-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r8.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- snns-4.2-r8.ebuild	2 Aug 2011 05:49:20 -0000	1.10
+++ snns-4.2-r8.ebuild	26 Feb 2012 05:28:38 -0000	1.11
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r8.ebuild,v 1.10 2011/08/02 05:49:20 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r8.ebuild,v 1.11 2012/02/26 05:28:38 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="python? 2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
 
 inherit distutils eutils
 



1.2                  sci-mathematics/snns/snns-4.2-r9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/snns-4.2-r9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/snns-4.2-r9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/snns-4.2-r9.ebuild?r1=1.1&r2=1.2

Index: snns-4.2-r9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- snns-4.2-r9.ebuild	1 Oct 2011 00:15:23 -0000	1.1
+++ snns-4.2-r9.ebuild	26 Feb 2012 05:28:38 -0000	1.2
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r9.ebuild,v 1.1 2011/10/01 00:15:23 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r9.ebuild,v 1.2 2012/02/26 05:28:38 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="python? 2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
 
 inherit distutils eutils
 



1.24                 sci-mathematics/snns/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	1 Oct 2011 00:15:23 -0000	1.23
+++ ChangeLog	26 Feb 2012 05:28:38 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/snns
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.23 2011/10/01 00:15:23 phosphan Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.24 2012/02/26 05:28:38 patrick Exp $
+
+  26 Feb 2012; Patrick Lauer <patrick@gentoo.org> snns-4.2-r8.ebuild,
+  snns-4.2-r9.ebuild:
+  Restricting jython
 
 *snns-4.2-r9 (30 Sep 2011)
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-26  5:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-26  5:28 [gentoo-commits] gentoo-x86 commit in sci-mathematics/snns: snns-4.2-r8.ebuild snns-4.2-r9.ebuild ChangeLog Patrick Lauer (patrick)

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