diff options
author | 2006-06-11 10:42:54 +0000 | |
---|---|---|
committer | 2006-06-11 10:42:54 +0000 | |
commit | bf9bbd988611d4044ed6e37ea8409fe1050744a4 (patch) | |
tree | 64058223fae607dc701c3e4748522dc64edbabe1 /sci-libs/plplot | |
parent | Revert for now, as repoman bails out because of new rdepend policy checks. (diff) | |
download | gentoo-2-bf9bbd988611d4044ed6e37ea8409fe1050744a4.tar.gz gentoo-2-bf9bbd988611d4044ed6e37ea8409fe1050744a4.tar.bz2 gentoo-2-bf9bbd988611d4044ed6e37ea8409fe1050744a4.zip |
Bug #119388, fix plplot for modular-X. This ebuild is a big mess, and doesn't appear to have much demand.
(Portage version: 2.1)
Diffstat (limited to 'sci-libs/plplot')
-rw-r--r-- | sci-libs/plplot/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/plplot/plplot-5.5.2.ebuild | 48 |
2 files changed, 35 insertions, 21 deletions
diff --git a/sci-libs/plplot/ChangeLog b/sci-libs/plplot/ChangeLog index 87f1447a997a..eab414160f75 100644 --- a/sci-libs/plplot/ChangeLog +++ b/sci-libs/plplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/plplot -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.5 2005/08/27 23:49:39 cryos Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.6 2006/06/11 10:42:54 robbat2 Exp $ + + 11 Jun 2006; Robin H. Johnson <robbat2@gentoo.org> plplot-5.5.2.ebuild: + Bug #119388, fix plplot for modular-X. This ebuild is a big mess, and + doesn't appear to have much demand. 20 Aug 2005; Marcus D. Hanwell <cryos@gentoo.org> plplot-5.3.1.ebuild, -plplot-5.5.1.ebuild, plplot-5.5.2.ebuild: diff --git a/sci-libs/plplot/plplot-5.5.2.ebuild b/sci-libs/plplot/plplot-5.5.2.ebuild index 7f15af385c52..b4fcab0eab6f 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-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.5.2.ebuild,v 1.3 2005/08/20 20:06:46 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.5.2.ebuild,v 1.4 2006/06/11 10:42:54 robbat2 Exp $ inherit eutils @@ -14,28 +14,38 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~ppc" IUSE="X debug doc fortran gnome ifc itcl java jpeg octave png python tcltk tetex truetype" -DEPEND="dev-util/pkgconfig +RDEPEND="virtual/libc + dev-lang/perl + python? ( dev-python/numeric ) + java? ( virtual/jre ) + tetex? ( app-text/jadetex ) + octave? ( sci-mathematics/octave ) + jpeg? ( media-libs/gd ) + png? ( media-libs/gd ) + truetype? ( media-libs/freetype ) + X? ( || ( ( x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp + ) + virtual/x11 ) + tcltk? ( dev-lang/tcl + dev-lang/tk + itcl? ( dev-tcltk/itcl ) + ) + gnome? ( gnome-base/gnome-libs ) + )" + +DEPEND="${RDEPEND} + dev-util/pkgconfig ifc? ( dev-lang/ifc ) - virtual/libc sys-apps/man - dev-lang/perl app-text/opensp - python? ( dev-python/numeric ) - java? ( virtual/jre ) - tetex? ( app-text/jadetex ) - octave? ( sci-mathematics/octave ) - jpeg? ( media-libs/gd ) - png? ( media-libs/gd ) - truetype? ( media-libs/freetype ) - X? ( virtual/x11 - tcltk? ( dev-lang/tcl - dev-lang/tk - itcl? ( dev-tcltk/itcl ) - ) - gnome? ( gnome-base/gnome-libs ) + java? ( virtual/jdk ) + X? ( || ( ( x11-proto/xproto ) + virtual/x11 ) ) doc? ( sys-apps/texinfo )" # Optional support for libqhull (currently doesn't work). |