diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:24:08 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:24:08 +0000 |
commit | 929886ce4c0a3142c55d6a9b58e009218bba6a2e (patch) | |
tree | 2f69fcb90c6870efd5c0e106d0c3da9587770ba3 /sci-mathematics | |
parent | add eutils (diff) | |
download | gentoo-2-929886ce4c0a3142c55d6a9b58e009218bba6a2e.tar.gz gentoo-2-929886ce4c0a3142c55d6a9b58e009218bba6a2e.tar.bz2 gentoo-2-929886ce4c0a3142c55d6a9b58e009218bba6a2e.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/maxima/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/maxima/maxima-5.18.1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/maxima/maxima-5.23.2.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/maxima/maxima-5.24.0-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/maxima/maxima-5.25.1.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/maxima/maxima-5.26.0.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/maxima/maxima-5.27.0.ebuild | 4 |
7 files changed, 21 insertions, 16 deletions
diff --git a/sci-mathematics/maxima/ChangeLog b/sci-mathematics/maxima/ChangeLog index 30a9030b1e2a..3badc2a7d54c 100644 --- a/sci-mathematics/maxima/ChangeLog +++ b/sci-mathematics/maxima/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-mathematics/maxima # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.96 2012/04/05 13:38:47 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.97 2012/05/21 19:24:08 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> maxima-5.18.1.ebuild, + maxima-5.23.2.ebuild, maxima-5.24.0-r1.ebuild, maxima-5.25.1.ebuild, + maxima-5.26.0.ebuild, maxima-5.27.0.ebuild: + Add missing inheritance of eutils.eclass *maxima-5.27.0 (05 Apr 2012) diff --git a/sci-mathematics/maxima/maxima-5.18.1.ebuild b/sci-mathematics/maxima/maxima-5.18.1.ebuild index 154cc2840b9c..a29111499e44 100644 --- a/sci-mathematics/maxima/maxima-5.18.1.ebuild +++ b/sci-mathematics/maxima/maxima-5.18.1.ebuild @@ -1,6 +1,6 @@ -# 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/maxima/maxima-5.18.1.ebuild,v 1.9 2011/06/19 16:36:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.18.1.ebuild,v 1.10 2012/05/21 19:24:08 xarthisius Exp $ EAPI=2 inherit eutils elisp-common diff --git a/sci-mathematics/maxima/maxima-5.23.2.ebuild b/sci-mathematics/maxima/maxima-5.23.2.ebuild index 441caee26d91..221a5e0f1016 100644 --- a/sci-mathematics/maxima/maxima-5.23.2.ebuild +++ b/sci-mathematics/maxima/maxima-5.23.2.ebuild @@ -1,10 +1,10 @@ -# 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/maxima/maxima-5.23.2.ebuild,v 1.3 2011/06/19 16:36:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.23.2.ebuild,v 1.4 2012/05/21 19:24:08 xarthisius Exp $ EAPI=3 -inherit autotools elisp-common +inherit autotools eutils elisp-common DESCRIPTION="Free computer algebra environment based on Macsyma" HOMEPAGE="http://maxima.sourceforge.net/" diff --git a/sci-mathematics/maxima/maxima-5.24.0-r1.ebuild b/sci-mathematics/maxima/maxima-5.24.0-r1.ebuild index 6013888ec1b2..38ed50f72ed7 100644 --- a/sci-mathematics/maxima/maxima-5.24.0-r1.ebuild +++ b/sci-mathematics/maxima/maxima-5.24.0-r1.ebuild @@ -1,10 +1,10 @@ -# 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/maxima/maxima-5.24.0-r1.ebuild,v 1.2 2011/06/19 16:36:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.24.0-r1.ebuild,v 1.3 2012/05/21 19:24:08 xarthisius Exp $ EAPI=3 -inherit autotools elisp-common +inherit autotools eutils elisp-common DESCRIPTION="Free computer algebra environment based on Macsyma" HOMEPAGE="http://maxima.sourceforge.net/" diff --git a/sci-mathematics/maxima/maxima-5.25.1.ebuild b/sci-mathematics/maxima/maxima-5.25.1.ebuild index e6f07da4d31c..7d62da776de2 100644 --- a/sci-mathematics/maxima/maxima-5.25.1.ebuild +++ b/sci-mathematics/maxima/maxima-5.25.1.ebuild @@ -1,10 +1,10 @@ -# 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/maxima/maxima-5.25.1.ebuild,v 1.1 2011/08/31 14:20:28 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.25.1.ebuild,v 1.2 2012/05/21 19:24:08 xarthisius Exp $ EAPI=3 -inherit autotools elisp-common +inherit autotools eutils elisp-common DESCRIPTION="Free computer algebra environment based on Macsyma" HOMEPAGE="http://maxima.sourceforge.net/" diff --git a/sci-mathematics/maxima/maxima-5.26.0.ebuild b/sci-mathematics/maxima/maxima-5.26.0.ebuild index 4d5be82648ba..b1f3d980668b 100644 --- a/sci-mathematics/maxima/maxima-5.26.0.ebuild +++ b/sci-mathematics/maxima/maxima-5.26.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.26.0.ebuild,v 1.2 2012/02/13 13:41:36 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.26.0.ebuild,v 1.3 2012/05/21 19:24:08 xarthisius Exp $ EAPI=3 -inherit autotools elisp-common +inherit autotools eutils elisp-common DESCRIPTION="Free computer algebra environment based on Macsyma" HOMEPAGE="http://maxima.sourceforge.net/" diff --git a/sci-mathematics/maxima/maxima-5.27.0.ebuild b/sci-mathematics/maxima/maxima-5.27.0.ebuild index 9c5785912b8c..6d9d6ad3b796 100644 --- a/sci-mathematics/maxima/maxima-5.27.0.ebuild +++ b/sci-mathematics/maxima/maxima-5.27.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.27.0.ebuild,v 1.1 2012/04/05 13:38:47 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.27.0.ebuild,v 1.2 2012/05/21 19:24:08 xarthisius Exp $ EAPI=3 -inherit autotools elisp-common +inherit autotools eutils elisp-common DESCRIPTION="Free computer algebra environment based on Macsyma" HOMEPAGE="http://maxima.sourceforge.net/" |