public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/catalyst: catalyst-2.0.8.ebuild catalyst-9999.ebuild catalyst-2.9999.ebuild ChangeLog
@ 2012-04-22 21:27 Mike Gilbert (floppym)
  0 siblings, 0 replies; only message in thread
From: Mike Gilbert (floppym) @ 2012-04-22 21:27 UTC (permalink / raw
  To: gentoo-commits

floppym     12/04/22 21:27:14

  Modified:             catalyst-2.0.8.ebuild catalyst-9999.ebuild
                        catalyst-2.9999.ebuild ChangeLog
  Log:
  Don't set SUPPORT_PYTHON_ABIS; call python_set_active_version instead.
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-util/catalyst/catalyst-2.0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/catalyst-2.0.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/catalyst-2.0.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/catalyst-2.0.8.ebuild?r1=1.3&r2=1.4

Index: catalyst-2.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- catalyst-2.0.8.ebuild	22 Apr 2012 16:52:09 -0000	1.3
+++ catalyst-2.0.8.ebuild	22 Apr 2012 21:27:14 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.8.ebuild,v 1.3 2012/04/22 16:52:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.8.ebuild,v 1.4 2012/04/22 21:27:14 floppym Exp $
 
 # catalyst-9999         -> latest Git
 # catalyst-2.9999       -> catalyst_2 branch from Git
@@ -8,8 +8,6 @@
 
 EAPI=3
 PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
 
 if [[ ${PV} == 9999* || ${PV} == 2.9999* ]]; then
 	EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/catalyst.git"
@@ -60,6 +58,7 @@
 		ewarn "until you have posted on the gentoo-catalyst mailing list and we"
 		ewarn "have asked you to do so."
 	fi
+	python_set_active_version 2
 }
 
 src_prepare() {



1.18                 dev-util/catalyst/catalyst-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild?r1=1.17&r2=1.18

Index: catalyst-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- catalyst-9999.ebuild	22 Apr 2012 16:52:09 -0000	1.17
+++ catalyst-9999.ebuild	22 Apr 2012 21:27:14 -0000	1.18
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.17 2012/04/22 16:52:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.18 2012/04/22 21:27:14 floppym Exp $
 
 # catalyst-9999         -> latest Git
 # catalyst-2.9999       -> catalyst_2 branch from Git
@@ -8,8 +8,6 @@
 
 EAPI=3
 PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
 
 if [[ ${PV} == 9999* || ${PV} == 2.9999* ]]; then
 	EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/catalyst.git"
@@ -60,6 +58,7 @@
 		ewarn "until you have posted on the gentoo-catalyst mailing list and we"
 		ewarn "have asked you to do so."
 	fi
+	python_set_active_version 2
 }
 
 src_prepare() {



1.4                  dev-util/catalyst/catalyst-2.9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/catalyst-2.9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/catalyst-2.9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/catalyst-2.9999.ebuild?r1=1.3&r2=1.4

Index: catalyst-2.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- catalyst-2.9999.ebuild	22 Apr 2012 16:52:09 -0000	1.3
+++ catalyst-2.9999.ebuild	22 Apr 2012 21:27:14 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.9999.ebuild,v 1.3 2012/04/22 16:52:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.9999.ebuild,v 1.4 2012/04/22 21:27:14 floppym Exp $
 
 # catalyst-9999         -> latest Git
 # catalyst-2.9999       -> catalyst_2 branch from Git
@@ -8,8 +8,6 @@
 
 EAPI=3
 PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
 
 if [[ ${PV} == 9999* || ${PV} == 2.9999* ]]; then
 	EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/catalyst.git"
@@ -60,6 +58,7 @@
 		ewarn "until you have posted on the gentoo-catalyst mailing list and we"
 		ewarn "have asked you to do so."
 	fi
+	python_set_active_version 2
 }
 
 src_prepare() {



1.241                dev-util/catalyst/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/ChangeLog?rev=1.241&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/ChangeLog?rev=1.241&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/catalyst/ChangeLog?r1=1.240&r2=1.241

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- ChangeLog	22 Apr 2012 16:52:09 -0000	1.240
+++ ChangeLog	22 Apr 2012 21:27:14 -0000	1.241
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/catalyst
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.240 2012/04/22 16:52:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.241 2012/04/22 21:27:14 floppym Exp $
+
+  22 Apr 2012; Mike Gilbert <floppym@gentoo.org> catalyst-2.0.8.ebuild,
+  catalyst-2.9999.ebuild, catalyst-9999.ebuild:
+  Don't set SUPPORT_PYTHON_ABIS; call python_set_active_version instead.
 
   22 Apr 2012; Raúl Porcel <armin76@gentoo.org> catalyst-2.0.8.ebuild,
   catalyst-2.9999.ebuild, catalyst-9999.ebuild:






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

only message in thread, other threads:[~2012-04-22 21:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-22 21:27 [gentoo-commits] gentoo-x86 commit in dev-util/catalyst: catalyst-2.0.8.ebuild catalyst-9999.ebuild catalyst-2.9999.ebuild ChangeLog Mike Gilbert (floppym)

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