diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:41:45 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:41:45 +0000 |
commit | 1922e103e7b672060ede947c16e00a1675e0bd39 (patch) | |
tree | 068a70388f0952d0f88c17580da1c3d433678f65 /sci-mathematics | |
parent | Move EAPI assignment to top of ebuild, bug 411875. (diff) | |
download | gentoo-2-1922e103e7b672060ede947c16e00a1675e0bd39.tar.gz gentoo-2-1922e103e7b672060ede947c16e00a1675e0bd39.tar.bz2 gentoo-2-1922e103e7b672060ede947c16e00a1675e0bd39.zip |
Move EAPI assignment to top of ebuild, bug 411875.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/wxmaxima/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/wxmaxima/wxmaxima-11.08.0.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/wxmaxima/wxmaxima-12.01.0.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/sci-mathematics/wxmaxima/ChangeLog b/sci-mathematics/wxmaxima/ChangeLog index 0a15ff723790..045f763a97be 100644 --- a/sci-mathematics/wxmaxima/ChangeLog +++ b/sci-mathematics/wxmaxima/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/wxmaxima # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.36 2012/03/04 18:38:47 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.37 2012/04/13 19:41:45 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> wxmaxima-0.8.2.ebuild, + wxmaxima-11.08.0.ebuild, wxmaxima-12.01.0.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. *wxmaxima-12.01.0 (04 Mar 2012) diff --git a/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild b/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild index e8e14f70f9d0..a63e3323bc73 100644 --- a/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild +++ b/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild @@ -1,9 +1,9 @@ -# 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/wxmaxima/wxmaxima-0.8.2.ebuild,v 1.6 2011/03/02 21:10:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild,v 1.7 2012/04/13 19:41:45 ulm Exp $ -WX_GTK_VER="2.8" EAPI="2" +WX_GTK_VER="2.8" inherit wxwidgets fdo-mime MYP=wxMaxima-${PV} diff --git a/sci-mathematics/wxmaxima/wxmaxima-11.08.0.ebuild b/sci-mathematics/wxmaxima/wxmaxima-11.08.0.ebuild index de3958853bae..4e7857a5e063 100644 --- a/sci-mathematics/wxmaxima/wxmaxima-11.08.0.ebuild +++ b/sci-mathematics/wxmaxima/wxmaxima-11.08.0.ebuild @@ -1,9 +1,9 @@ -# 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/wxmaxima/wxmaxima-11.08.0.ebuild,v 1.1 2011/11/25 20:55:48 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-11.08.0.ebuild,v 1.2 2012/04/13 19:41:45 ulm Exp $ -WX_GTK_VER="2.8" EAPI=4 +WX_GTK_VER="2.8" inherit wxwidgets fdo-mime MYP=wxMaxima-${PV} diff --git a/sci-mathematics/wxmaxima/wxmaxima-12.01.0.ebuild b/sci-mathematics/wxmaxima/wxmaxima-12.01.0.ebuild index 7c7e5fedd845..64bd74fc6bc1 100644 --- a/sci-mathematics/wxmaxima/wxmaxima-12.01.0.ebuild +++ b/sci-mathematics/wxmaxima/wxmaxima-12.01.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-12.01.0.ebuild,v 1.1 2012/03/04 18:38:47 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-12.01.0.ebuild,v 1.2 2012/04/13 19:41:45 ulm Exp $ -WX_GTK_VER="2.8" EAPI=4 +WX_GTK_VER="2.8" inherit wxwidgets fdo-mime MYP=wxMaxima-${PV} |