diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:26:29 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:26:29 +0000 |
commit | 56f36d07104a8d33614c598cef412038fda75e29 (patch) | |
tree | 219023c5d058e6c73a1617f6f5ca04cdd37b195c /sci-visualization | |
parent | Add missing inheritance of eutils.eclass (diff) | |
download | historical-56f36d07104a8d33614c598cef412038fda75e29.tar.gz historical-56f36d07104a8d33614c598cef412038fda75e29.tar.bz2 historical-56f36d07104a8d33614c598cef412038fda75e29.zip |
Add missing inheritance of eutils.eclass
Package-Manager: portage-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 | ||||
-rw-r--r-- | sci-visualization/gnuplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-4.4.4-r1.ebuild | 4 |
6 files changed, 18 insertions, 11 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" diff --git a/sci-visualization/gnuplot/ChangeLog b/sci-visualization/gnuplot/ChangeLog index 259274ec2639..bbcf831bcb77 100644 --- a/sci-visualization/gnuplot/ChangeLog +++ b/sci-visualization/gnuplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/gnuplot # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.188 2012/05/04 08:07:01 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.189 2012/05/21 19:26:29 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> gnuplot-4.4.4-r1.ebuild: + Add missing inheritance of eutils.eclass 04 May 2012; Jeff Horelick <jdhore@gentoo.org> gnuplot-4.4.3-r1.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/sci-visualization/gnuplot/gnuplot-4.4.4-r1.ebuild b/sci-visualization/gnuplot/gnuplot-4.4.4-r1.ebuild index 0dd14862537e..ba7ea8d52e75 100644 --- a/sci-visualization/gnuplot/gnuplot-4.4.4-r1.ebuild +++ b/sci-visualization/gnuplot/gnuplot-4.4.4-r1.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-visualization/gnuplot/gnuplot-4.4.4-r1.ebuild,v 1.10 2012/05/03 11:49:42 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.4.4-r1.ebuild,v 1.11 2012/05/21 19:26:29 xarthisius Exp $ EAPI=4 -inherit elisp-common multilib wxwidgets +inherit elisp-common multilib wxwidgets eutils DESCRIPTION="Command-line driven interactive plotting program" HOMEPAGE="http://www.gnuplot.info/" |