summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-23 20:11:51 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-23 20:11:51 +0000
commit480fd12ded8d8db8f8f3673631f33a77a4cc9552 (patch)
treeb38bc50b80207d511372a558b72b440170e84081 /sci-libs/plplot
parentRemove virtual/libc (diff)
downloadhistorical-480fd12ded8d8db8f8f3673631f33a77a4cc9552.tar.gz
historical-480fd12ded8d8db8f8f3673631f33a77a4cc9552.tar.bz2
historical-480fd12ded8d8db8f8f3673631f33a77a4cc9552.zip
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/plplot')
-rw-r--r--sci-libs/plplot/ChangeLog5
-rw-r--r--sci-libs/plplot/plplot-5.5.2.ebuild35
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