| 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/gnuplot-4.4.4-r1.ebuild,v 1.7 2012/03/07 00:33:49 ulm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.4.4-r1.ebuild,v 1.8 2012/03/08 22:59:23 ranger 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? ( |