diff options
author | 2015-04-08 18:49:16 +0000 | |
---|---|---|
committer | 2015-04-08 18:49:16 +0000 | |
commit | 4e069c7904bf5cb23dae53ce43bad99cad042979 (patch) | |
tree | 4718c2c9aad9b36093efdc5ca7f1d58f10e71292 /sci-libs/mathgl | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-4e069c7904bf5cb23dae53ce43bad99cad042979.tar.gz gentoo-2-4e069c7904bf5cb23dae53ce43bad99cad042979.tar.bz2 gentoo-2-4e069c7904bf5cb23dae53ce43bad99cad042979.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-libs/mathgl')
-rw-r--r-- | sci-libs/mathgl/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/mathgl/mathgl-2.1.3.1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/mathgl/mathgl-2.1.3.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-libs/mathgl/ChangeLog b/sci-libs/mathgl/ChangeLog index 5fd140f3bd05..bdb56319abce 100644 --- a/sci-libs/mathgl/ChangeLog +++ b/sci-libs/mathgl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/mathgl -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.42 2015/04/07 14:41:59 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.43 2015/04/08 18:49:14 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> mathgl-2.1.3.1.ebuild, + mathgl-2.1.3.ebuild: + Drop old Python implementations 16 Nov 2013; Ryan Hill <dirtyepic@gentoo.org> mathgl-2.1.3.ebuild, mathgl-2.1.3.1.ebuild: diff --git a/sci-libs/mathgl/mathgl-2.1.3.1.ebuild b/sci-libs/mathgl/mathgl-2.1.3.1.ebuild index 0c1e50837de6..5edd5cee4ebd 100644 --- a/sci-libs/mathgl/mathgl-2.1.3.1.ebuild +++ b/sci-libs/mathgl/mathgl-2.1.3.1.ebuild @@ -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-libs/mathgl/mathgl-2.1.3.1.ebuild,v 1.2 2013/11/16 08:44:11 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.1.ebuild,v 1.3 2015/04/08 18:49:14 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) WX_GTK_VER=2.8 inherit cmake-utils eutils python-single-r1 wxwidgets multilib flag-o-matic diff --git a/sci-libs/mathgl/mathgl-2.1.3.ebuild b/sci-libs/mathgl/mathgl-2.1.3.ebuild index 1cc9b11f2118..5d3ba0cb9d7b 100644 --- a/sci-libs/mathgl/mathgl-2.1.3.ebuild +++ b/sci-libs/mathgl/mathgl-2.1.3.ebuild @@ -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-libs/mathgl/mathgl-2.1.3.ebuild,v 1.2 2013/11/16 08:44:11 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.ebuild,v 1.3 2015/04/08 18:49:14 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) WX_GTK_VER=2.8 inherit cmake-utils eutils python-single-r1 wxwidgets multilib flag-o-matic |