diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:08:48 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:08:48 +0000 |
commit | 3d867ee702d184642cc853ed08ee786807aa8f80 (patch) | |
tree | 352021c7f8c24a88d7676bdd19664605b15fb6bf /sci-libs | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-3d867ee702d184642cc853ed08ee786807aa8f80.tar.gz gentoo-2-3d867ee702d184642cc853ed08ee786807aa8f80.tar.bz2 gentoo-2-3d867ee702d184642cc853ed08ee786807aa8f80.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/plplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/plplot/plplot-5.5.2.ebuild | 35 |
2 files changed, 21 insertions, 19 deletions
diff --git a/sci-libs/plplot/ChangeLog b/sci-libs/plplot/ChangeLog index c9995d681299..5ebf6f64afe1 100644 --- a/sci-libs/plplot/ChangeLog +++ b/sci-libs/plplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/plplot # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.23 2009/09/02 14:28:54 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.24 2009/09/23 20:08:48 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> plplot-5.5.2.ebuild: + Remove virtual/libc 02 Sep 2009; Markus Dittrich <markusle@gentoo.org> plplot-5.9.4.ebuild, +files/plplot-5.9.4-pdf-driver.patch: diff --git a/sci-libs/plplot/plplot-5.5.2.ebuild b/sci-libs/plplot/plplot-5.5.2.ebuild index ccd1f15c719a..9fdb9db7a82f 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-2008 Gentoo Foundation +# Copyright 1999-2009 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.13 2008/04/12 17:58:27 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.5.2.ebuild,v 1.14 2009/09/23 20:08:48 patrick Exp $ inherit eutils fortran @@ -17,22 +17,21 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc" IUSE="X debug doc fortran itcl java jpeg octave png python tk jadetex truetype" -RDEPEND="virtual/libc - dev-lang/perl - python? ( dev-python/numeric ) - java? ( virtual/jre ) - jadetex? ( 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 - tk? ( dev-lang/tk - itcl? ( dev-tcltk/itcl ) - ) - )" +RDEPEND=" dev-lang/perl + python? ( dev-python/numeric ) + java? ( virtual/jre ) + jadetex? ( 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 + tk? ( dev-lang/tk + itcl? ( dev-tcltk/itcl ) + ) + )" DEPEND="${RDEPEND} dev-util/pkgconfig |