summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Bordelon <sunflare@gentoo.org>2002-07-28 17:48:40 +0000
committerPhil Bordelon <sunflare@gentoo.org>2002-07-28 17:48:40 +0000
commit242deb3ea7fc5a1b5b5038b26291293df64433cf (patch)
tree4a5f34934329fca56011e8b5684fd98e7679a937 /dev-lang
parentNew gcc 3.2 based gentoo 2.0 profile... This is only to make sure it's stable... (diff)
downloadgentoo-2-242deb3ea7fc5a1b5b5038b26291293df64433cf.tar.gz
gentoo-2-242deb3ea7fc5a1b5b5038b26291293df64433cf.tar.bz2
gentoo-2-242deb3ea7fc5a1b5b5038b26291293df64433cf.zip
Updated ebuilds to require pkgconfig (see Bug #5665).
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/mono/ChangeLog15
-rw-r--r--dev-lang/mono/mono-0.12.ebuild5
-rw-r--r--dev-lang/mono/mono-0.13.ebuild5
3 files changed, 18 insertions, 7 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog
index 052f4da461ad..33e1553f1f68 100644
--- a/dev-lang/mono/ChangeLog
+++ b/dev-lang/mono/ChangeLog
@@ -1,13 +1,22 @@
# ChangeLog for dev-lang/mono
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.4 2002/07/27 22:04:58 trance Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.5 2002/07/28 17:48:40 sunflare Exp $
+
+*mono-0.13 (28 Jul 2002)
+
+ 28 Jul 2002; Phil Bordelon <sunflare@gentoo.org> mono-0.13.ebuild, ChangeLog:
+ Added pkgconfig as a dependency, closing bug #5665. Thanks to Nathan
+ Sharfi <nisharfi@csupomona.edu> for pointing this out.
-*mono-0.13 (27 Jul 2002)
27 Jul 2002: Kevyn Shortell <trance@gentoo.org> mono-0.13.ebuild, ChangLog:
updated to mono-0.13.ebuild. The ebuild was submitted by Luis Mayoral <satriani@okulto.net>.
Tested on PPC and X86, failed PPC. repo'd and submitted.
-*mono-0.12 (24 Jul 2002)
+*mono-0.12 (28 Jul 2002)
+
+ 28 Jul 2002; Phil Bordelon <sunflare@gentoo.org> mono-0.12.ebuild, ChangeLog:
+ Added pkgconfig as a dependency, closing bug #5665. Thanks to Nathan
+ Sharfi <nisharfi@csupomona.edu> for pointing this out.
24 Jul 2002: Brandon Low <lostlogic@gentoo.org> mono-0.12.ebuild, ChangeLog:
Doesn't like parallel make, and .keep a dir that it might need (othewise why did
diff --git a/dev-lang/mono/mono-0.12.ebuild b/dev-lang/mono/mono-0.12.ebuild
index 4b3280fe6ca4..4b4d599d9f1c 100644
--- a/dev-lang/mono/mono-0.12.ebuild
+++ b/dev-lang/mono/mono-0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.12.ebuild,v 1.3 2002/07/24 23:38:49 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.12.ebuild,v 1.4 2002/07/28 17:48:40 sunflare Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Mono runtime"
@@ -10,7 +10,8 @@ HOMEPAGE="http://www.go-mono.com/"
LICENSE="GPL-2"
SLOT="0"
-DEPEND="virtual/glibc"
+DEPEND="virtual/glibc
+ dev-util/pkgconfig"
RDEPEND="${DEPEND}"
KEYWORDS="x86"
diff --git a/dev-lang/mono/mono-0.13.ebuild b/dev-lang/mono/mono-0.13.ebuild
index e3de07be9646..6deef1374361 100644
--- a/dev-lang/mono/mono-0.13.ebuild
+++ b/dev-lang/mono/mono-0.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.13.ebuild,v 1.1 2002/07/27 22:52:33 trance Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.13.ebuild,v 1.2 2002/07/28 17:48:40 sunflare Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Mono runtime"
@@ -10,7 +10,8 @@ HOMEPAGE="http://www.go-mono.com/"
LICENSE="GPL-2"
SLOT="0"
-DEPEND="virtual/glibc"
+DEPEND="virtual/glibc
+ dev-util/pkgconfig"
RDEPEND="${DEPEND}"
KEYWORDS="x86 -ppc"