summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-05-04 07:46:51 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-05-04 07:46:51 +0000
commit1e67413a8d2fdae15ffe325da6d0ea81c6c47438 (patch)
tree1e3bedea37010b2dff4fae1217c2a68ce3c55657
parentUse virtual/pkgconfig. (diff)
downloadgentoo-2-1e67413a8d2fdae15ffe325da6d0ea81c6c47438.tar.gz
gentoo-2-1e67413a8d2fdae15ffe325da6d0ea81c6c47438.tar.bz2
gentoo-2-1e67413a8d2fdae15ffe325da6d0ea81c6c47438.zip
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
-rw-r--r--sci-mathematics/cgal/ChangeLog6
-rw-r--r--sci-mathematics/cgal/cgal-3.7.ebuild6
-rw-r--r--sci-mathematics/cgal/cgal-3.9.ebuild6
-rw-r--r--sci-mathematics/cgal/cgal-4.0.ebuild4
-rw-r--r--sci-mathematics/dataplot/ChangeLog7
-rw-r--r--sci-mathematics/dataplot/dataplot-20090821.ebuild6
-rw-r--r--sci-mathematics/drgeo/ChangeLog5
-rw-r--r--sci-mathematics/drgeo/drgeo-1.1.0.ebuild4
-rw-r--r--sci-mathematics/euler/ChangeLog7
-rw-r--r--sci-mathematics/euler/euler-1.61.0.ebuild6
-rw-r--r--sci-mathematics/freemat/ChangeLog6
-rw-r--r--sci-mathematics/freemat/freemat-4.0.ebuild4
-rw-r--r--sci-mathematics/freemat/freemat-4.1.ebuild4
-rw-r--r--sci-mathematics/ginac/ChangeLog8
-rw-r--r--sci-mathematics/ginac/ginac-1.5.8.ebuild6
-rw-r--r--sci-mathematics/ginac/ginac-1.6.1.ebuild6
-rw-r--r--sci-mathematics/ginac/ginac-1.6.2.ebuild6
-rw-r--r--sci-mathematics/glpk/ChangeLog6
-rw-r--r--sci-mathematics/glpk/glpk-4.35.ebuild6
-rw-r--r--sci-mathematics/glpk/glpk-4.44.ebuild6
-rw-r--r--sci-mathematics/glpk/glpk-4.45.ebuild4
-rw-r--r--sci-mathematics/glpk/glpk-4.47.ebuild4
-rw-r--r--sci-mathematics/gretl/ChangeLog6
-rw-r--r--sci-mathematics/gretl/gretl-1.9.7.ebuild4
-rw-r--r--sci-mathematics/gretl/gretl-1.9.8.ebuild4
-rw-r--r--sci-mathematics/jags/ChangeLog5
-rw-r--r--sci-mathematics/jags/jags-3.2.0.ebuild4
-rw-r--r--sci-mathematics/octave/ChangeLog6
-rw-r--r--sci-mathematics/octave/octave-3.2.4-r1.ebuild4
-rw-r--r--sci-mathematics/octave/octave-3.4.3-r1.ebuild4
-rw-r--r--sci-mathematics/octave/octave-3.6.0.ebuild4
-rw-r--r--sci-mathematics/octave/octave-3.6.1.ebuild4
-rw-r--r--sci-mathematics/pspp/ChangeLog6
-rw-r--r--sci-mathematics/pspp/pspp-0.6.2-r1.ebuild4
-rw-r--r--sci-mathematics/pspp/pspp-0.6.2.ebuild4
35 files changed, 111 insertions, 71 deletions
diff --git a/sci-mathematics/cgal/ChangeLog b/sci-mathematics/cgal/ChangeLog
index b556388ada2b..751a550c9500 100644
--- a/sci-mathematics/cgal/ChangeLog
+++ b/sci-mathematics/cgal/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/cgal
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/ChangeLog,v 1.13 2012/04/18 23:46:24 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/ChangeLog,v 1.14 2012/05/04 07:46:50 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> cgal-3.7.ebuild,
+ cgal-3.9.ebuild, cgal-4.0.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
*cgal-4.0 (18 Apr 2012)
diff --git a/sci-mathematics/cgal/cgal-3.7.ebuild b/sci-mathematics/cgal/cgal-3.7.ebuild
index 9b33392b8b64..b80700bf0424 100644
--- a/sci-mathematics/cgal/cgal-3.7.ebuild
+++ b/sci-mathematics/cgal/cgal-3.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.7.ebuild,v 1.3 2011/11/14 11:27:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.7.ebuild,v 1.4 2012/05/04 07:46:50 jdhore Exp $
EAPI=3
CMAKE_BUILD_TYPE=Release
@@ -31,7 +31,7 @@ RDEPEND="dev-libs/boost
x11-libs/qt-opengl:4 )"
DEPEND="${RDEPEND}
app-arch/xz-utils
- dev-util/pkgconfig"
+ virtual/pkgconfig"
S="${WORKDIR}/${MY_P}"
diff --git a/sci-mathematics/cgal/cgal-3.9.ebuild b/sci-mathematics/cgal/cgal-3.9.ebuild
index cea0973bd5c6..47dde121ae35 100644
--- a/sci-mathematics/cgal/cgal-3.9.ebuild
+++ b/sci-mathematics/cgal/cgal-3.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.9.ebuild,v 1.2 2011/12/17 03:31:49 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.9.ebuild,v 1.3 2012/05/04 07:46:50 jdhore Exp $
EAPI=4
CMAKE_BUILD_TYPE=Release
@@ -32,7 +32,7 @@ RDEPEND="dev-libs/boost
mpfi? ( sci-libs/mpfi )"
DEPEND="${RDEPEND}
app-arch/xz-utils
- dev-util/pkgconfig"
+ virtual/pkgconfig"
S="${WORKDIR}/${MY_P}"
diff --git a/sci-mathematics/cgal/cgal-4.0.ebuild b/sci-mathematics/cgal/cgal-4.0.ebuild
index 364e59316143..13d10922278b 100644
--- a/sci-mathematics/cgal/cgal-4.0.ebuild
+++ b/sci-mathematics/cgal/cgal-4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-4.0.ebuild,v 1.1 2012/04/18 23:46:24 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-4.0.ebuild,v 1.2 2012/05/04 07:46:50 jdhore Exp $
EAPI=4
CMAKE_BUILD_TYPE=Release
@@ -32,7 +32,7 @@ RDEPEND="dev-libs/boost
mpfi? ( sci-libs/mpfi )"
DEPEND="${RDEPEND}
app-arch/xz-utils
- dev-util/pkgconfig"
+ virtual/pkgconfig"
S="${WORKDIR}/${MY_P}"
diff --git a/sci-mathematics/dataplot/ChangeLog b/sci-mathematics/dataplot/ChangeLog
index 90f851012af4..fee66fad7483 100644
--- a/sci-mathematics/dataplot/ChangeLog
+++ b/sci-mathematics/dataplot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/dataplot
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.14 2011/11/25 20:52:51 bicatali Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.15 2012/05/04 07:46:51 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> dataplot-20090821.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
25 Nov 2011; Sébastien Fabbro <bicatali@gentoo.org>
-dataplot-20080225.ebuild, -files/dpsrc-dp1patches-20080225.patch,
diff --git a/sci-mathematics/dataplot/dataplot-20090821.ebuild b/sci-mathematics/dataplot/dataplot-20090821.ebuild
index 1260a3bcee98..ff2326cf1d7e 100644
--- a/sci-mathematics/dataplot/dataplot-20090821.ebuild
+++ b/sci-mathematics/dataplot/dataplot-20090821.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild,v 1.3 2011/06/21 14:44:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild,v 1.4 2012/05/04 07:46:51 jdhore Exp $
EAPI=3
@@ -29,7 +29,7 @@ COMMON_DEPEND="
opengl? ( virtual/opengl )
gd? ( media-libs/gd[png,jpeg] )"
DEPEND="${COMMON_DEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
RDEPEND="
virtual/fortran
${COMMON_DEPEND}
diff --git a/sci-mathematics/drgeo/ChangeLog b/sci-mathematics/drgeo/ChangeLog
index bfbb43089703..bcafb5de9ce8 100644
--- a/sci-mathematics/drgeo/ChangeLog
+++ b/sci-mathematics/drgeo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/drgeo
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/drgeo/ChangeLog,v 1.22 2012/04/25 18:47:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/drgeo/ChangeLog,v 1.23 2012/05/04 07:46:51 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> drgeo-1.1.0.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
25 Apr 2012; Justin Lecher <jlec@gentoo.org> drgeo-1.1.0.ebuild,
metadata.xml:
diff --git a/sci-mathematics/drgeo/drgeo-1.1.0.ebuild b/sci-mathematics/drgeo/drgeo-1.1.0.ebuild
index b00b156e71b3..e84dbfeed5bb 100644
--- a/sci-mathematics/drgeo/drgeo-1.1.0.ebuild
+++ b/sci-mathematics/drgeo/drgeo-1.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/drgeo/drgeo-1.1.0.ebuild,v 1.9 2012/04/25 18:47:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/drgeo/drgeo-1.1.0.ebuild,v 1.10 2012/05/04 07:46:51 jdhore Exp $
EAPI=4
@@ -30,7 +30,7 @@ RDEPEND="
=dev-scheme/guile-1.6*
)"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_prepare() {
epatch "${FILESDIR}"/${P}-gcc45.patch
diff --git a/sci-mathematics/euler/ChangeLog b/sci-mathematics/euler/ChangeLog
index f40cfe85482f..7137ea19fbd8 100644
--- a/sci-mathematics/euler/ChangeLog
+++ b/sci-mathematics/euler/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/euler
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/ChangeLog,v 1.18 2011/03/06 09:34:01 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/ChangeLog,v 1.19 2012/05/04 07:46:51 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> euler-1.61.0.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
06 Mar 2011; Justin Lecher <jlec@gentoo.org> euler-1.61.0.ebuild:
Correct Slots for gtk 3 introduction to tree
diff --git a/sci-mathematics/euler/euler-1.61.0.ebuild b/sci-mathematics/euler/euler-1.61.0.ebuild
index 893831ed342d..1bec7cbbb08f 100644
--- a/sci-mathematics/euler/euler-1.61.0.ebuild
+++ b/sci-mathematics/euler/euler-1.61.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/euler-1.61.0.ebuild,v 1.9 2011/03/06 09:34:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/euler-1.61.0.ebuild,v 1.10 2012/05/04 07:46:51 jdhore Exp $
EAPI="1"
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc -sparc x86"
IUSE=""
DEPEND="x11-libs/gtk+:2
- dev-util/pkgconfig"
+ virtual/pkgconfig"
RDEPEND="x11-libs/gtk+:2
x11-misc/xdg-utils"
diff --git a/sci-mathematics/freemat/ChangeLog b/sci-mathematics/freemat/ChangeLog
index e2c40cda99ac..625d9a625cbe 100644
--- a/sci-mathematics/freemat/ChangeLog
+++ b/sci-mathematics/freemat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/freemat
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.27 2012/04/12 23:38:41 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.28 2012/05/04 07:46:50 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> freemat-4.0.ebuild,
+ freemat-4.1.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
12 Apr 2012; Sébastien Fabbro <bicatali@gentoo.org> freemat-4.1.ebuild,
+files/freemat-4.1-python3.patch, metadata.xml:
diff --git a/sci-mathematics/freemat/freemat-4.0.ebuild b/sci-mathematics/freemat/freemat-4.0.ebuild
index f5a43550dcbf..505103ee43ec 100644
--- a/sci-mathematics/freemat/freemat-4.0.ebuild
+++ b/sci-mathematics/freemat/freemat-4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-4.0.ebuild,v 1.5 2012/03/10 10:36:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-4.0.ebuild,v 1.6 2012/05/04 07:46:50 jdhore Exp $
EAPI="2"
inherit eutils cmake-utils fdo-mime
@@ -32,7 +32,7 @@ RDEPEND="dev-libs/libpcre
volpack? ( media-libs/volpack )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
S="${WORKDIR}/${MY_P}.1-Source"
diff --git a/sci-mathematics/freemat/freemat-4.1.ebuild b/sci-mathematics/freemat/freemat-4.1.ebuild
index 029913d5f3c1..e62be4a1757a 100644
--- a/sci-mathematics/freemat/freemat-4.1.ebuild
+++ b/sci-mathematics/freemat/freemat-4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-4.1.ebuild,v 1.2 2012/04/12 23:38:41 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-4.1.ebuild,v 1.3 2012/05/04 07:46:50 jdhore Exp $
EAPI=4
inherit eutils cmake-utils fdo-mime python
@@ -37,7 +37,7 @@ RDEPEND="dev-libs/libpcre
DEPEND="${RDEPEND}
dev-lang/python
- dev-util/pkgconfig"
+ virtual/pkgconfig"
S="${WORKDIR}/${MY_P}-Source"
diff --git a/sci-mathematics/ginac/ChangeLog b/sci-mathematics/ginac/ChangeLog
index 816cb116eef0..068848ddd084 100644
--- a/sci-mathematics/ginac/ChangeLog
+++ b/sci-mathematics/ginac/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/ginac
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.55 2011/11/25 18:10:37 bicatali Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.56 2012/05/04 07:46:51 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> ginac-1.5.8.ebuild,
+ ginac-1.6.1.ebuild, ginac-1.6.2.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
*ginac-1.6.2 (25 Nov 2011)
diff --git a/sci-mathematics/ginac/ginac-1.5.8.ebuild b/sci-mathematics/ginac/ginac-1.5.8.ebuild
index a791398ab0d0..61a07657b8fe 100644
--- a/sci-mathematics/ginac/ginac-1.5.8.ebuild
+++ b/sci-mathematics/ginac/ginac-1.5.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.8.ebuild,v 1.6 2011/10/05 18:46:53 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.8.ebuild,v 1.7 2012/05/04 07:46:51 jdhore Exp $
EAPI=2
inherit eutils
@@ -16,7 +16,7 @@ IUSE="doc"
RDEPEND=">=sci-libs/cln-1.2.2"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
+ virtual/pkgconfig
doc? ( app-doc/doxygen
media-gfx/transfig
virtual/texi2dvi
diff --git a/sci-mathematics/ginac/ginac-1.6.1.ebuild b/sci-mathematics/ginac/ginac-1.6.1.ebuild
index efc11a13a732..4e29f54aaa91 100644
--- a/sci-mathematics/ginac/ginac-1.6.1.ebuild
+++ b/sci-mathematics/ginac/ginac-1.6.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.6.1.ebuild,v 1.2 2011/10/05 18:46:53 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.6.1.ebuild,v 1.3 2012/05/04 07:46:51 jdhore Exp $
EAPI=4
inherit eutils
@@ -16,7 +16,7 @@ IUSE="doc static-libs"
RDEPEND=">=sci-libs/cln-1.2.2"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
+ virtual/pkgconfig
doc? ( app-doc/doxygen
media-gfx/transfig
virtual/texi2dvi
diff --git a/sci-mathematics/ginac/ginac-1.6.2.ebuild b/sci-mathematics/ginac/ginac-1.6.2.ebuild
index e4028c5a4bb5..32abcd0aa576 100644
--- a/sci-mathematics/ginac/ginac-1.6.2.ebuild
+++ b/sci-mathematics/ginac/ginac-1.6.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.6.2.ebuild,v 1.1 2011/11/25 18:10:37 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.6.2.ebuild,v 1.2 2012/05/04 07:46:51 jdhore Exp $
EAPI=4
inherit eutils
@@ -16,7 +16,7 @@ IUSE="doc static-libs"
RDEPEND=">=sci-libs/cln-1.2.2"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
+ virtual/pkgconfig
doc? ( app-doc/doxygen
media-gfx/transfig
virtual/texi2dvi
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog
index 6a99b009413b..20041b601967 100644
--- a/sci-mathematics/glpk/ChangeLog
+++ b/sci-mathematics/glpk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/glpk
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.56 2012/03/24 14:33:55 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.57 2012/05/04 07:46:50 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> glpk-4.35.ebuild,
+ glpk-4.44.ebuild, glpk-4.45.ebuild, glpk-4.47.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
24 Mar 2012; Fabian Groffen <grobian@gentoo.org> glpk-4.47.ebuild:
Marked ~x{86,64}-macos, bug #408497
diff --git a/sci-mathematics/glpk/glpk-4.35.ebuild b/sci-mathematics/glpk/glpk-4.35.ebuild
index 2b67b8875d6e..c4560cee2058 100644
--- a/sci-mathematics/glpk/glpk-4.35.ebuild
+++ b/sci-mathematics/glpk/glpk-4.35.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.35.ebuild,v 1.8 2009/05/17 13:15:33 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.35.ebuild,v 1.9 2012/05/04 07:46:50 jdhore Exp $
inherit flag-o-matic
@@ -18,7 +18,7 @@ RDEPEND="odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) )
mysql? ( virtual/mysql )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_compile() {
local myconf="--disable-dl"
diff --git a/sci-mathematics/glpk/glpk-4.44.ebuild b/sci-mathematics/glpk/glpk-4.44.ebuild
index 491f237df019..05d4c9c125fc 100644
--- a/sci-mathematics/glpk/glpk-4.44.ebuild
+++ b/sci-mathematics/glpk/glpk-4.44.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.44.ebuild,v 1.1 2010/07/12 17:20:38 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.44.ebuild,v 1.2 2012/05/04 07:46:50 jdhore Exp $
EAPI=2
inherit flag-o-matic
@@ -19,7 +19,7 @@ RDEPEND="odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) )
mysql? ( virtual/mysql )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_configure() {
local myconf="--disable-dl"
diff --git a/sci-mathematics/glpk/glpk-4.45.ebuild b/sci-mathematics/glpk/glpk-4.45.ebuild
index 4d14cea4c3bc..85aa625a09e3 100644
--- a/sci-mathematics/glpk/glpk-4.45.ebuild
+++ b/sci-mathematics/glpk/glpk-4.45.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild,v 1.9 2012/03/08 15:14:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild,v 1.10 2012/05/04 07:46:50 jdhore Exp $
EAPI=2
inherit flag-o-matic
@@ -20,7 +20,7 @@ RDEPEND="sys-libs/zlib
mysql? ( virtual/mysql )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_configure() {
local myconf="--disable-dl"
diff --git a/sci-mathematics/glpk/glpk-4.47.ebuild b/sci-mathematics/glpk/glpk-4.47.ebuild
index c2c12478d774..95cb79bacfe7 100644
--- a/sci-mathematics/glpk/glpk-4.47.ebuild
+++ b/sci-mathematics/glpk/glpk-4.47.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.47.ebuild,v 1.2 2012/03/24 14:33:55 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.47.ebuild,v 1.3 2012/05/04 07:46:50 jdhore Exp $
EAPI=4
inherit flag-o-matic
@@ -19,7 +19,7 @@ RDEPEND="odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) )
mysql? ( virtual/mysql )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_configure() {
local myconf="--disable-dl"
diff --git a/sci-mathematics/gretl/ChangeLog b/sci-mathematics/gretl/ChangeLog
index f5289ef00102..93b0943c8b1d 100644
--- a/sci-mathematics/gretl/ChangeLog
+++ b/sci-mathematics/gretl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/gretl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.37 2012/04/16 16:32:05 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.38 2012/05/04 07:46:51 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> gretl-1.9.7.ebuild,
+ gretl-1.9.8.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
*gretl-1.9.8 (16 Apr 2012)
diff --git a/sci-mathematics/gretl/gretl-1.9.7.ebuild b/sci-mathematics/gretl/gretl-1.9.7.ebuild
index aa258cba222a..a1725da77709 100644
--- a/sci-mathematics/gretl/gretl-1.9.7.ebuild
+++ b/sci-mathematics/gretl/gretl-1.9.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.7.ebuild,v 1.2 2012/04/13 19:39:59 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.7.ebuild,v 1.3 2012/05/04 07:46:51 jdhore Exp $
EAPI=4
USE_EINSTALL=true
@@ -43,7 +43,7 @@ RDEPEND="dev-libs/libxml2:2
emacs? ( virtual/emacs )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
SITEFILE=50${PN}-gentoo.el
diff --git a/sci-mathematics/gretl/gretl-1.9.8.ebuild b/sci-mathematics/gretl/gretl-1.9.8.ebuild
index 570d256dcc93..a768950b3dd0 100644
--- a/sci-mathematics/gretl/gretl-1.9.8.ebuild
+++ b/sci-mathematics/gretl/gretl-1.9.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.8.ebuild,v 1.1 2012/04/16 16:32:05 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.8.ebuild,v 1.2 2012/05/04 07:46:51 jdhore Exp $
EAPI=4
USE_EINSTALL=true
@@ -44,7 +44,7 @@ RDEPEND="dev-libs/glib:2
readline? ( sys-libs/readline )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
SITEFILE=50${PN}-gentoo.el
diff --git a/sci-mathematics/jags/ChangeLog b/sci-mathematics/jags/ChangeLog
index dfd4d84a9564..0433b09bab4e 100644
--- a/sci-mathematics/jags/ChangeLog
+++ b/sci-mathematics/jags/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/jags
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.7 2012/02/10 22:09:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/ChangeLog,v 1.8 2012/05/04 07:46:51 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> jags-3.2.0.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
10 Feb 2012; Agostino Sarubbo <ago@gentoo.org> jags-3.2.0.ebuild:
Stable for amd64, wrt bug #402953
diff --git a/sci-mathematics/jags/jags-3.2.0.ebuild b/sci-mathematics/jags/jags-3.2.0.ebuild
index 2ce5a8dc9507..375f92b82630 100644
--- a/sci-mathematics/jags/jags-3.2.0.ebuild
+++ b/sci-mathematics/jags/jags-3.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-3.2.0.ebuild,v 1.3 2012/02/10 22:09:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/jags/jags-3.2.0.ebuild,v 1.4 2012/05/04 07:46:51 jdhore Exp $
EAPI=4
inherit autotools-utils
@@ -19,7 +19,7 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
RDEPEND="virtual/blas
virtual/lapack"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
+ virtual/pkgconfig
doc? ( virtual/latex-base
dev-texlive/texlive-latexextra
)"
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog
index 479fbcb27c9f..9df27c9b5fe3 100644
--- a/sci-mathematics/octave/ChangeLog
+++ b/sci-mathematics/octave/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/octave
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.124 2012/04/24 10:39:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.125 2012/05/04 07:46:51 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> octave-3.2.4-r1.ebuild,
+ octave-3.4.3-r1.ebuild, octave-3.6.0.ebuild, octave-3.6.1.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
24 Apr 2012; Michał Górny <mgorny@gentoo.org> octave-3.2.4-r1.ebuild,
octave-3.4.3-r1.ebuild, octave-3.6.0.ebuild, octave-3.6.1.ebuild:
diff --git a/sci-mathematics/octave/octave-3.2.4-r1.ebuild b/sci-mathematics/octave/octave-3.2.4-r1.ebuild
index 59eb9a5638f2..2bd07e093ac6 100644
--- a/sci-mathematics/octave/octave-3.2.4-r1.ebuild
+++ b/sci-mathematics/octave/octave-3.2.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r1.ebuild,v 1.14 2012/04/24 10:39:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r1.ebuild,v 1.15 2012/05/04 07:46:51 jdhore Exp $
EAPI="2"
inherit flag-o-matic xemacs-elisp-common autotools
@@ -43,7 +43,7 @@ DEPEND="${RDEPEND}
sys-apps/texinfo
dev-texlive/texlive-genericrecommended
dev-util/gperf
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_prepare() {
epatch "${FILESDIR}"/${PN}-3.2.0_parallel_make.patch \
diff --git a/sci-mathematics/octave/octave-3.4.3-r1.ebuild b/sci-mathematics/octave/octave-3.4.3-r1.ebuild
index 463873f6e006..7812f73c7345 100644
--- a/sci-mathematics/octave/octave-3.4.3-r1.ebuild
+++ b/sci-mathematics/octave/octave-3.4.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.13 2012/04/24 10:39:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.14 2012/05/04 07:46:51 jdhore Exp $
EAPI=4
inherit eutils base autotools toolchain-funcs
@@ -48,7 +48,7 @@ DEPEND="${RDEPEND}
dev-texlive/texlive-genericrecommended
sys-apps/texinfo )
dev-util/gperf
- dev-util/pkgconfig"
+ virtual/pkgconfig"
pkg_setup() {
use openmp && [[ $(tc-getCC)$ == *gcc* ]] && ! tc-has-openmp && \
diff --git a/sci-mathematics/octave/octave-3.6.0.ebuild b/sci-mathematics/octave/octave-3.6.0.ebuild
index 5395669f5ffa..8f1e1fa2c2f2 100644
--- a/sci-mathematics/octave/octave-3.6.0.ebuild
+++ b/sci-mathematics/octave/octave-3.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.0.ebuild,v 1.6 2012/04/24 10:39:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.0.ebuild,v 1.7 2012/05/04 07:46:51 jdhore Exp $
EAPI=4
@@ -51,7 +51,7 @@ DEPEND="${RDEPEND}
dev-texlive/texlive-genericrecommended
sys-apps/texinfo )
dev-util/gperf
- dev-util/pkgconfig"
+ virtual/pkgconfig"
PATCHES=( "${FILESDIR}"/${PN}-3.4.3-{pkgbuilddir,help,texi}.patch )
diff --git a/sci-mathematics/octave/octave-3.6.1.ebuild b/sci-mathematics/octave/octave-3.6.1.ebuild
index a05a33770f7d..916694c71f94 100644
--- a/sci-mathematics/octave/octave-3.6.1.ebuild
+++ b/sci-mathematics/octave/octave-3.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.1.ebuild,v 1.3 2012/04/24 10:39:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.1.ebuild,v 1.4 2012/05/04 07:46:51 jdhore Exp $
EAPI=4
@@ -52,7 +52,7 @@ DEPEND="${RDEPEND}
dev-texlive/texlive-genericrecommended
sys-apps/texinfo )
dev-util/gperf
- dev-util/pkgconfig"
+ virtual/pkgconfig"
PATCHES=( "${FILESDIR}"/${PN}-3.4.3-{pkgbuilddir,help,texi}.patch )
diff --git a/sci-mathematics/pspp/ChangeLog b/sci-mathematics/pspp/ChangeLog
index efc2d239dd97..b010f5ae6214 100644
--- a/sci-mathematics/pspp/ChangeLog
+++ b/sci-mathematics/pspp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/pspp
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.18 2012/04/24 10:41:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.19 2012/05/04 07:46:50 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> pspp-0.6.2.ebuild,
+ pspp-0.6.2-r1.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
24 Apr 2012; Michał Górny <mgorny@gentoo.org> pspp-0.6.2.ebuild,
pspp-0.6.2-r1.ebuild:
diff --git a/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild b/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild
index 0b7f174a0e74..05b175488f3c 100644
--- a/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild
+++ b/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild,v 1.3 2012/04/24 10:41:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild,v 1.4 2012/05/04 07:46:50 jdhore Exp $
EAPI=4
inherit eutils elisp-common autotools
@@ -25,7 +25,7 @@ RDEPEND="sci-libs/gsl
plotutils? ( media-libs/plotutils )
postgres? ( dev-db/postgresql-server )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
+ virtual/pkgconfig
doc? ( virtual/latex-base )"
SITEFILE=50${PN}-gentoo.el
diff --git a/sci-mathematics/pspp/pspp-0.6.2.ebuild b/sci-mathematics/pspp/pspp-0.6.2.ebuild
index ca0be4f5b8f0..9caf0f179b46 100644
--- a/sci-mathematics/pspp/pspp-0.6.2.ebuild
+++ b/sci-mathematics/pspp/pspp-0.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2.ebuild,v 1.7 2012/04/24 10:41:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2.ebuild,v 1.8 2012/05/04 07:46:50 jdhore Exp $
EAPI=2
inherit eutils elisp-common autotools
@@ -26,7 +26,7 @@ RDEPEND="
plotutils? ( media-libs/plotutils )
postgres? ( dev-db/postgresql-server )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
+ virtual/pkgconfig
doc? ( virtual/latex-base )"
SITEFILE=50${PN}-gentoo.el