summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Jaroszyński <peper@gentoo.org>2007-07-02 02:31:24 +0000
committerPiotr Jaroszyński <peper@gentoo.org>2007-07-02 02:31:24 +0000
commit31c5fe66177e6e9030f103d38c897d75f4c95c59 (patch)
tree1be5f637729b057b9fa0bb36a1d864cf8605c00f
parent(QA) RESTRICT clean up. (diff)
downloadgentoo-2-31c5fe66177e6e9030f103d38c897d75f4c95c59.tar.gz
gentoo-2-31c5fe66177e6e9030f103d38c897d75f4c95c59.tar.bz2
gentoo-2-31c5fe66177e6e9030f103d38c897d75f4c95c59.zip
(QA) RESTRICT clean up.
(Portage version: 2.1.3_rc6)
-rw-r--r--dev-lang/mono/ChangeLog5
-rw-r--r--dev-lang/mono/mono-1.1.16.1.ebuild4
-rw-r--r--dev-lang/mono/mono-1.2.2.1.ebuild5
-rw-r--r--dev-lang/mono/mono-1.2.3.1.ebuild5
-rw-r--r--dev-lang/mono/mono-1.2.4.ebuild5
5 files changed, 10 insertions, 14 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog
index 46ea714afab2..52466bd09740 100644
--- a/dev-lang/mono/ChangeLog
+++ b/dev-lang/mono/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/mono
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.120 2007/06/27 01:39:47 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.121 2007/07/02 02:31:24 peper Exp $
+
+ 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> mono-1.1.16.1.ebuild:
+ (QA) RESTRICT clean up.
27 Jun 2007; Jurek Bartuszek <jurek@gentoo.org> mono-1.1.16.1.ebuild,
mono-1.2.2.1.ebuild, mono-1.2.3.1.ebuild, mono-1.2.4.ebuild:
diff --git a/dev-lang/mono/mono-1.1.16.1.ebuild b/dev-lang/mono/mono-1.1.16.1.ebuild
index e50763cb18f3..32608554e57e 100644
--- a/dev-lang/mono/mono-1.1.16.1.ebuild
+++ b/dev-lang/mono/mono-1.1.16.1.ebuild
@@ -1,11 +1,9 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.16.1.ebuild,v 1.6 2007/06/27 01:39:47 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.16.1.ebuild,v 1.7 2007/07/02 02:31:24 peper Exp $
inherit eutils mono flag-o-matic multilib autotools
-RESTRICT="confcache"
-
DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter"
HOMEPAGE="http://www.go-mono.com/"
SRC_URI="http://www.go-mono.com/sources/mono-${PV:0:3}/${P}.tar.gz"
diff --git a/dev-lang/mono/mono-1.2.2.1.ebuild b/dev-lang/mono/mono-1.2.2.1.ebuild
index affe8e1d9586..c23151b3a1d1 100644
--- a/dev-lang/mono/mono-1.2.2.1.ebuild
+++ b/dev-lang/mono/mono-1.2.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.2.1.ebuild,v 1.9 2007/06/27 01:39:47 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.2.1.ebuild,v 1.10 2007/07/02 02:31:24 peper Exp $
inherit eutils flag-o-matic multilib autotools
@@ -29,8 +29,7 @@ PDEPEND="dev-dotnet/pe-format"
# Parallel build unfriendly
MAKEOPTS="${MAKEOPTS} -j1"
-# confcache causes build errors
-RESTRICT="confcache test"
+RESTRICT="test"
function get-memory-total() {
cat /proc/meminfo | grep MemTotal | sed -r "s/[^0-9]*([[0-9]+).*/\1/"
diff --git a/dev-lang/mono/mono-1.2.3.1.ebuild b/dev-lang/mono/mono-1.2.3.1.ebuild
index f5ba1b367243..23ca339899a9 100644
--- a/dev-lang/mono/mono-1.2.3.1.ebuild
+++ b/dev-lang/mono/mono-1.2.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.3.1.ebuild,v 1.6 2007/06/27 01:39:47 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.3.1.ebuild,v 1.7 2007/07/02 02:31:24 peper Exp $
inherit eutils flag-o-matic multilib autotools
@@ -29,8 +29,7 @@ PDEPEND="dev-dotnet/pe-format"
# Parallel build unfriendly
MAKEOPTS="${MAKEOPTS} -j1"
-# confcache causes build errors
-RESTRICT="confcache test"
+RESTRICT="test"
function get-memory-total() {
cat /proc/meminfo | grep MemTotal | sed -r "s/[^0-9]*([[0-9]+).*/\1/"
diff --git a/dev-lang/mono/mono-1.2.4.ebuild b/dev-lang/mono/mono-1.2.4.ebuild
index 42e1ba6033cd..c1c8bea51c3e 100644
--- a/dev-lang/mono/mono-1.2.4.ebuild
+++ b/dev-lang/mono/mono-1.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.4.ebuild,v 1.9 2007/06/27 01:39:47 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.4.ebuild,v 1.10 2007/07/02 02:31:24 peper Exp $
inherit eutils flag-o-matic multilib autotools
@@ -29,9 +29,6 @@ PDEPEND="dev-dotnet/pe-format"
# Parallel build unfriendly
MAKEOPTS="${MAKEOPTS} -j1"
-# confcache causes build errors
-RESTRICT="confcache"
-
function get-memory-total() {
cat /proc/meminfo | grep MemTotal | sed -r "s/[^0-9]*([[0-9]+).*/\1/"
}