jlec 15/03/20 15:29:21 Modified: sparky-3.115-r1.ebuild ChangeLog Removed: sparky-3.115.ebuild Log: Fix tcl/tk slotting; drop old (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.4 sci-chemistry/sparky/sparky-3.115-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/sparky-3.115-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/sparky-3.115-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/sparky-3.115-r1.ebuild?r1=1.3&r2=1.4 Index: sparky-3.115-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.115-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sparky-3.115-r1.ebuild 11 Nov 2013 18:12:11 -0000 1.3 +++ sparky-3.115-r1.ebuild 20 Mar 2015 15:29:21 -0000 1.4 @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.115-r1.ebuild,v 1.3 2013/11/11 18:12:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.115-r1.ebuild,v 1.4 2015/03/20 15:29:21 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="tk" inherit eutils flag-o-matic multilib prefix python-single-r1 toolchain-funcs @@ -20,8 +20,8 @@ RDEPEND=" app-shells/tcsh - dev-lang/tcl - dev-lang/tk" + dev-lang/tcl:0= + dev-lang/tk:0=" DEPEND="${RDEPEND}" RESTRICT="mirror" 1.21 sci-chemistry/sparky/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/sparky/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 11 Nov 2013 18:12:11 -0000 1.20 +++ ChangeLog 20 Mar 2015 15:29:21 -0000 1.21 @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/sparky -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.20 2013/11/11 18:12:11 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.21 2015/03/20 15:29:21 jlec Exp $ + + 20 Mar 2015; Justin Lecher <[email protected]> -sparky-3.115.ebuild, + sparky-3.115-r1.ebuild: + Fix tcl/tk slotting; drop old 11 Nov 2013; Justin Lecher <[email protected]> sparky-3.115-r1.ebuild: It also works with python 2.7 @@ -83,4 +87,3 @@ A new graphical NMR assignment and integration program for proteins, nucleic acids, and other polymers. Very strange build system; takes lots of hacking and tweaking to get working. Doesn't work with python-2.4, only 2.3. -
