diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:24:17 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:24:17 +0000 |
commit | 452d5ef7acc676bc148729cac933d50124019f04 (patch) | |
tree | 410079cf5e714f499d9722c984eb4a77f6138bcb /sci-visualization | |
parent | Add missing inheritance of eutils.eclass (diff) | |
download | gentoo-2-452d5ef7acc676bc148729cac933d50124019f04.tar.gz gentoo-2-452d5ef7acc676bc148729cac933d50124019f04.tar.bz2 gentoo-2-452d5ef7acc676bc148729cac933d50124019f04.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/epix/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/epix/epix-1.2.10.ebuild | 4 | ||||
-rw-r--r-- | sci-visualization/epix/epix-1.2.6.ebuild | 6 | ||||
-rw-r--r-- | sci-visualization/epix/epix-1.2.9.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/sci-visualization/epix/ChangeLog b/sci-visualization/epix/ChangeLog index 48ac706de71d..784f215e2b98 100644 --- a/sci-visualization/epix/ChangeLog +++ b/sci-visualization/epix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/epix # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.41 2012/04/25 15:26:40 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.42 2012/05/21 19:24:17 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> epix-1.2.10.ebuild, + epix-1.2.6.ebuild, epix-1.2.9.ebuild: + Add missing inheritance of eutils.eclass *epix-1.2.10 (25 Apr 2012) diff --git a/sci-visualization/epix/epix-1.2.10.ebuild b/sci-visualization/epix/epix-1.2.10.ebuild index aa6c3a9c24fe..2cf28d2d2161 100644 --- a/sci-visualization/epix/epix-1.2.10.ebuild +++ b/sci-visualization/epix/epix-1.2.10.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-visualization/epix/epix-1.2.10.ebuild,v 1.1 2012/04/25 15:26:40 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.10.ebuild,v 1.2 2012/05/21 19:24:17 xarthisius Exp $ EAPI=4 -inherit elisp-common bash-completion-r1 autotools +inherit elisp-common bash-completion-r1 autotools eutils DESCRIPTION="2- and 3-D plotter for creating images (to be used in LaTeX)" HOMEPAGE="http://mathcs.holycross.edu/~ahwang/current/ePiX.html" diff --git a/sci-visualization/epix/epix-1.2.6.ebuild b/sci-visualization/epix/epix-1.2.6.ebuild index d9c1b9844a8b..8a15ae60a163 100644 --- a/sci-visualization/epix/epix-1.2.6.ebuild +++ b/sci-visualization/epix/epix-1.2.6.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-visualization/epix/epix-1.2.6.ebuild,v 1.5 2011/10/05 18:41:37 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.6.ebuild,v 1.6 2012/05/21 19:24:17 xarthisius Exp $ EAPI=2 -inherit elisp-common bash-completion autotools +inherit elisp-common bash-completion autotools eutils DESCRIPTION="2- and 3-D plotter for creating images (to be used in LaTeX)" HOMEPAGE="http://mathcs.holycross.edu/~ahwang/current/ePiX.html" diff --git a/sci-visualization/epix/epix-1.2.9.ebuild b/sci-visualization/epix/epix-1.2.9.ebuild index f8843633c0ce..fe5d3696fbdf 100644 --- a/sci-visualization/epix/epix-1.2.9.ebuild +++ b/sci-visualization/epix/epix-1.2.9.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-visualization/epix/epix-1.2.9.ebuild,v 1.3 2012/02/19 17:04:33 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.9.ebuild,v 1.4 2012/05/21 19:24:17 xarthisius Exp $ EAPI=4 -inherit elisp-common bash-completion-r1 autotools +inherit elisp-common bash-completion-r1 autotools eutils DESCRIPTION="2- and 3-D plotter for creating images (to be used in LaTeX)" HOMEPAGE="http://mathcs.holycross.edu/~ahwang/current/ePiX.html" |