From 476b32c13455b4a6095d56959b48d8eac6a7c9e0 Mon Sep 17 00:00:00 2001 From: Thomas Anderson Date: Tue, 13 May 2008 12:53:57 +0000 Subject: sci-mathematics/dataplot: Add DEPEND on dev-util/pkgconfig since it is used in the autotools stuff. svn path=/sunrise/; revision=6185 --- sci-mathematics/dataplot/ChangeLog | 4 ++++ sci-mathematics/dataplot/Manifest | 4 ++-- sci-mathematics/dataplot/dataplot-20080225-r1.ebuild | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'sci-mathematics') diff --git a/sci-mathematics/dataplot/ChangeLog b/sci-mathematics/dataplot/ChangeLog index b12fe808e..69c3884c7 100644 --- a/sci-mathematics/dataplot/ChangeLog +++ b/sci-mathematics/dataplot/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 May 2008; Thomas Anderson (gentoofan23) + dataplot-20080225-r1.ebuild: + Add DEPEND on dev-util/pkgconfig since it is used in the autotools stuff. + 30 Apr 2008; Thomas Anderson (gentoofan23) -dataplot-20080225.ebuild, +dataplot-20080225-r1.ebuild: Oops, forgot to revbump for new ghostscript(gs) USE flag diff --git a/sci-mathematics/dataplot/Manifest b/sci-mathematics/dataplot/Manifest index 2d83fe2f6..ef570a3c3 100644 --- a/sci-mathematics/dataplot/Manifest +++ b/sci-mathematics/dataplot/Manifest @@ -7,6 +7,6 @@ AUX dpsrc-maxobvvalue-20080225.patch 352 RMD160 fe8d89430ec5e63b644cd4b9e5161c40 AUX dpsrc-patchset-20080225.patch 4587 RMD160 a582f14dbe92cb3802b641b737d726ed2d39d527 SHA1 3aa03d5d53135ca9ac1464f26a3eceae4a8a9d3a SHA256 4a1c7ca2418558a857bd7d55d0815c5caa6fbe911bd4bf320b8460aa917effbb DIST dplib.02_25_2008.tar.gz 5340447 RMD160 51b5892c83bb5d420f324e3dab5edec24925f728 SHA1 3a77ed5e1e49f377083a11b8a177f678284b91f2 SHA256 7f9a30ae8ab029e0eeca4fbe08e665b572ec98a05ec001a67f95e4857d2a5b05 DIST dpsrc.02_25_2008.tar.gz 6399167 RMD160 ed14f8ceb225e86f25026916ab4934a140f602ae SHA1 f1023d99ec7d2a64611dabedfbc5ad6f16e67cf7 SHA256 794bedcc48cf444c5813f864f4bacb158474d450337279edaf7fba1055c552c6 -EBUILD dataplot-20080225-r1.ebuild 2395 RMD160 92cac6c9eba44e740d78e92fd49e1e4c60667b35 SHA1 7ef35a4144e19c7a18b68b05f3400850d257ec49 SHA256 b3eca16bee1cd13e78f3a6c244fac9816d6a312afaebf7d434db8e359eb01b05 -MISC ChangeLog 2097 RMD160 4a47110ad8726200ddf4ea7bda4f02dbe9a76993 SHA1 2a66df79a397b42af1c2fbe9819a14b8ddba98aa SHA256 e7f21f158c07ca5691452e82b8de16e9c817cfc2a078c9cee06117ec5f81bd95 +EBUILD dataplot-20080225-r1.ebuild 2415 RMD160 f2ad44aaab803a5d83eb6e3e0e5558d692dc3591 SHA1 9018041861691f66686893835f4efba5543dfa84 SHA256 b01da49be8e07b9da9fe5baddd768081054b938e72c30736f2989863c78a9bce +MISC ChangeLog 2274 RMD160 52700eedceb868ef77f8f41d139bc21b012446ca SHA1 0efd173955e54d7788871f2abcdf886e2c4de616 SHA256 16cfefc8ff0edfcecc603bf06961805b8962f4ea03b210c2f50edbd483848378 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild b/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild index 21fc27041..5963594f8 100644 --- a/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild +++ b/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild @@ -23,7 +23,8 @@ IUSE="examples gd gs opengl X" COMMON_DEPEND="opengl? ( virtual/opengl ) gd? ( media-libs/gd ) gs? ( virtual/ghostscript media-libs/gd )" -DEPEND="${COMMON_DEPEND}" +DEPEND="${COMMON_DEPEND} + dev-util/pkgconfig" RDEPEND="${COMMON_DEPEND} X? ( x11-misc/xdg-utils )" -- cgit v1.2.3-65-gdbad