diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-21 17:30:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-21 17:30:36 +0000 |
commit | b7440f701f3a6dc8fcebe6e155f632efdcd46a7e (patch) | |
tree | cbbf5c7a1dd1e7d66a9e4e6a95f499969581e5ea /sci-libs/plplot | |
parent | depend on virtual/man (diff) | |
download | gentoo-2-b7440f701f3a6dc8fcebe6e155f632efdcd46a7e.tar.gz gentoo-2-b7440f701f3a6dc8fcebe6e155f632efdcd46a7e.tar.bz2 gentoo-2-b7440f701f3a6dc8fcebe6e155f632efdcd46a7e.zip |
depend on virtual/man #137481 by Paul Drynoff
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'sci-libs/plplot')
-rw-r--r-- | sci-libs/plplot/plplot-5.3.1.ebuild | 8 | ||||
-rw-r--r-- | sci-libs/plplot/plplot-5.5.2.ebuild | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sci-libs/plplot/plplot-5.3.1.ebuild b/sci-libs/plplot/plplot-5.3.1.ebuild index 15aa703dea98..d8c7adfaa0d9 100644 --- a/sci-libs/plplot/plplot-5.3.1.ebuild +++ b/sci-libs/plplot/plplot-5.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.3.1.ebuild,v 1.3 2005/08/20 20:06:46 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.3.1.ebuild,v 1.4 2006/06/21 17:30:36 vapier Exp $ inherit eutils @@ -11,8 +11,8 @@ inherit eutils DESCRIPTION="A Scientific Plotting Library" HOMEPAGE="http://plplot.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="LGPL-2" +LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="X debug doc fortran gnome ifc itcl java jpeg octave png python tcltk tetex truetype" @@ -20,7 +20,7 @@ IUSE="X debug doc fortran gnome ifc itcl java jpeg octave png python tcltk tetex DEPEND="dev-util/pkgconfig ifc? ( dev-lang/ifc ) virtual/libc - sys-apps/man + virtual/man dev-lang/perl app-text/opensp python? ( dev-python/numeric ) diff --git a/sci-libs/plplot/plplot-5.5.2.ebuild b/sci-libs/plplot/plplot-5.5.2.ebuild index b4fcab0eab6f..ee831a9e5b57 100644 --- a/sci-libs/plplot/plplot-5.5.2.ebuild +++ b/sci-libs/plplot/plplot-5.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.5.2.ebuild,v 1.4 2006/06/11 10:42:54 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.5.2.ebuild,v 1.5 2006/06/21 17:30:36 vapier Exp $ inherit eutils @@ -11,8 +11,8 @@ inherit eutils DESCRIPTION="A Scientific Plotting Library" HOMEPAGE="http://plplot.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="LGPL-2" +LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc" IUSE="X debug doc fortran gnome ifc itcl java jpeg octave png python tcltk tetex truetype" @@ -41,7 +41,7 @@ RDEPEND="virtual/libc DEPEND="${RDEPEND} dev-util/pkgconfig ifc? ( dev-lang/ifc ) - sys-apps/man + virtual/man app-text/opensp java? ( virtual/jdk ) X? ( || ( ( x11-proto/xproto ) |