diff options
author | Markus Dittrich <markusle@gentoo.org> | 2009-11-04 14:21:09 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2009-11-04 14:21:09 +0000 |
commit | 9d80f4aa0746aa5ec05c92eb7ec12891d2be4887 (patch) | |
tree | 88e5d9dc1531c6cf5cd8f38a8393ae6e4d3fdb3b /sci-libs | |
parent | apply patch in topsrc dir bug #291797 (diff) | |
download | gentoo-2-9d80f4aa0746aa5ec05c92eb7ec12891d2be4887.tar.gz gentoo-2-9d80f4aa0746aa5ec05c92eb7ec12891d2be4887.tar.bz2 gentoo-2-9d80f4aa0746aa5ec05c92eb7ec12891d2be4887.zip |
Version bump and removed old version.
(Portage version: 2.1.7.3/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/plplot/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/plplot/files/plplot-5.9.4-pdf-driver.patch | 5 | ||||
-rw-r--r-- | sci-libs/plplot/plplot-5.9.5.ebuild (renamed from sci-libs/plplot/plplot-5.9.4.ebuild) | 13 |
3 files changed, 12 insertions, 14 deletions
diff --git a/sci-libs/plplot/ChangeLog b/sci-libs/plplot/ChangeLog index 5ebf6f64afe1..f6846af4cdf6 100644 --- a/sci-libs/plplot/ChangeLog +++ b/sci-libs/plplot/ChangeLog @@ -1,6 +1,12 @@ # 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.24 2009/09/23 20:08:48 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.25 2009/11/04 14:21:08 markusle Exp $ + +*plplot-5.9.5 (04 Nov 2009) + + 04 Nov 2009; Markus Dittrich <markusle@gentoo.org> -plplot-5.9.4.ebuild, + -files/plplot-5.9.4-pdf-driver.patch, +plplot-5.9.5.ebuild: + Version bump and removed old version. 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> plplot-5.5.2.ebuild: Remove virtual/libc diff --git a/sci-libs/plplot/files/plplot-5.9.4-pdf-driver.patch b/sci-libs/plplot/files/plplot-5.9.4-pdf-driver.patch deleted file mode 100644 index fe296c07c19e..000000000000 --- a/sci-libs/plplot/files/plplot-5.9.4-pdf-driver.patch +++ /dev/null @@ -1,5 +0,0 @@ -diff -Naur plplot-5.9.4/drivers/pdf.rc.in plplot-5.9.4.new/drivers/pdf.rc.in ---- drivers/pdf.rc.in 1969-12-31 19:00:00.000000000 -0500 -+++ drivers/pdf.rc.in 2009-09-02 09:58:24.000000000 -0400 -@@ -0,0 +1 @@ -+pdf:Portable Document Format PDF:1:pdf:58:pdf diff --git a/sci-libs/plplot/plplot-5.9.4.ebuild b/sci-libs/plplot/plplot-5.9.5.ebuild index d94e688e514a..ccc19e6e25df 100644 --- a/sci-libs/plplot/plplot-5.9.4.ebuild +++ b/sci-libs/plplot/plplot-5.9.5.ebuild @@ -1,6 +1,6 @@ # 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.9.4.ebuild,v 1.2 2009/09/02 14:28:54 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.5.ebuild,v 1.1 2009/11/04 14:21:08 markusle Exp $ EAPI="2" WX_GTK_VER="2.8" @@ -66,9 +66,6 @@ src_prepare() { # path for python independent of python version epatch "${FILESDIR}"/${PN}-5.9.0-python.patch - # we're missing the proper reference file pdf.rc - epatch "${FILESDIR}"/${P}-pdf-driver.patch - # remove license sed -i -e '/COPYING.LIB/d' CMakeLists.txt || die @@ -100,10 +97,10 @@ src_configure() { -DUSE_RPATH=OFF -DDEFAULT_ALL_DEVICES=ON -DCMAKE_INSTALL_LIBDIR=/usr/$(get_libdir) - $(cmake-utils_has python numpy) - $(cmake-utils_has qhull QHULL) - $(cmake-utils_has threads PTHREAD) - $(cmake-utils_has truetype FREETYPE) + $(cmake-utils_use_has python numpy) + $(cmake-utils_use_has qhull QHULL) + $(cmake-utils_use_has threads PTHREAD) + $(cmake-utils_use_with truetype FREETYPE) $(cmake-utils_use_enable ada ada) $(cmake-utils_use_enable fortran f77) $(cmake-utils_use_enable java java) |