1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/Attic/gnuplot-4.4.4-r1.ebuild,v 1.3 2012/01/27 20:03:59 ago Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/Attic/gnuplot-4.4.4-r1.ebuild,v 1.4 2012/02/08 20:15:09 jer Exp $ |
4 | |
4 | |
5 | EAPI=4 |
5 | EAPI=4 |
6 | |
6 | |
7 | inherit elisp-common multilib wxwidgets |
7 | inherit elisp-common multilib wxwidgets |
8 | |
8 | |
… | |
… | |
23 | SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz" |
23 | SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz" |
24 | fi |
24 | fi |
25 | |
25 | |
26 | LICENSE="gnuplot GPL-2" |
26 | LICENSE="gnuplot GPL-2" |
27 | SLOT="0" |
27 | SLOT="0" |
28 | KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" |
28 | KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" |
29 | IUSE="cairo doc emacs examples +gd ggi latex lua plotutils readline svga thin-splines wxwidgets X xemacs" |
29 | IUSE="cairo doc emacs examples +gd ggi latex lua plotutils readline svga thin-splines wxwidgets X xemacs" |
30 | RESTRICT="wxwidgets? ( test )" |
30 | RESTRICT="wxwidgets? ( test )" |
31 | |
31 | |
32 | RDEPEND=" |
32 | RDEPEND=" |
33 | cairo? ( |
33 | cairo? ( |