summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2005-04-29 01:59:05 +0000
committerPeter Johanson <latexer@gentoo.org>2005-04-29 01:59:05 +0000
commit7f808fcd0abddca6c5656dafd183d24dfa3e7cfa (patch)
treed8ceb44f7c4f19178d71ced523dd4c3c6e3c2e27 /dev-lang/mono
parentmirror syntax (diff)
downloadgentoo-2-7f808fcd0abddca6c5656dafd183d24dfa3e7cfa.tar.gz
gentoo-2-7f808fcd0abddca6c5656dafd183d24dfa3e7cfa.tar.bz2
gentoo-2-7f808fcd0abddca6c5656dafd183d24dfa3e7cfa.zip
Make the libgdiplus dep optional, using the X use flag, as libgdiplus pulls that in.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'dev-lang/mono')
-rw-r--r--dev-lang/mono/ChangeLog7
-rw-r--r--dev-lang/mono/mono-1.1.4.ebuild8
-rw-r--r--dev-lang/mono/mono-1.1.5-r1.ebuild6
-rw-r--r--dev-lang/mono/mono-1.1.6-r1.ebuild6
-rw-r--r--dev-lang/mono/mono-1.1.6.ebuild6
5 files changed, 19 insertions, 14 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog
index 14d4981c7515..ec18a0c336c8 100644
--- a/dev-lang/mono/ChangeLog
+++ b/dev-lang/mono/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/mono
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.41 2005/04/14 23:34:13 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.42 2005/04/29 01:59:05 latexer Exp $
+
+ 29 Apr 2005; Peter Johanson <latexer@gentoo.org> mono-1.1.4.ebuild,
+ mono-1.1.5-r1.ebuild, mono-1.1.6.ebuild, mono-1.1.6-r1.ebuild:
+ Make the libgdiplus dep optional, using the X use flag, as libgdiplus pulls
+ that in.
*mono-1.1.6-r1 (14 Apr 2005)
diff --git a/dev-lang/mono/mono-1.1.4.ebuild b/dev-lang/mono/mono-1.1.4.ebuild
index 73f2656d599a..3a9c6ff68c0a 100644
--- a/dev-lang/mono/mono-1.1.4.ebuild
+++ b/dev-lang/mono/mono-1.1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.4.ebuild,v 1.3 2005/04/08 00:08:09 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.4.ebuild,v 1.4 2005/04/29 01:59:05 latexer Exp $
inherit eutils mono flag-o-matic
@@ -11,7 +11,7 @@ SRC_URI="http://www.go-mono.com/archive/${PV}/${P}.tar.gz"
LICENSE="|| ( GPL-2 LGPL-2 X11)"
SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
-IUSE="nptl icu"
+IUSE="nptl icu X"
DEPEND="virtual/libc
>=dev-libs/glib-2.0
@@ -23,11 +23,11 @@ DEPEND="virtual/libc
>=sys-libs/glibc-2.3.3_pre20040420
)"
RDEPEND="${DEPEND}
- >=dev-dotnet/libgdiplus-${PV}
+ X? ( >=dev-dotnet/libgdiplus-${PV} )
dev-util/pkgconfig
dev-libs/libxml2"
-PDEPEND=">=dev-dotnet/libgdiplus-${PV}"
+PDEPEND="X? ( >=dev-dotnet/libgdiplus-${PV} )"
src_unpack() {
unpack ${A}
diff --git a/dev-lang/mono/mono-1.1.5-r1.ebuild b/dev-lang/mono/mono-1.1.5-r1.ebuild
index 27909de02a2c..9f3cb7755666 100644
--- a/dev-lang/mono/mono-1.1.5-r1.ebuild
+++ b/dev-lang/mono/mono-1.1.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.5-r1.ebuild,v 1.3 2005/04/08 00:08:09 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.5-r1.ebuild,v 1.4 2005/04/29 01:59:05 latexer Exp $
inherit eutils mono flag-o-matic
@@ -11,7 +11,7 @@ SRC_URI="http://www.go-mono.com/archive/${PV}/${P}.tar.gz"
LICENSE="|| ( GPL-2 LGPL-2 X11)"
SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
-IUSE="nptl icu"
+IUSE="nptl icu X"
DEPEND="virtual/libc
>=dev-libs/glib-2.0
@@ -23,7 +23,7 @@ DEPEND="virtual/libc
>=sys-libs/glibc-2.3.3_pre20040420
)"
RDEPEND="${DEPEND}
- >=dev-dotnet/libgdiplus-1.1.4
+ X? ( >=dev-dotnet/libgdiplus-1.1.4 )
dev-util/pkgconfig
dev-libs/libxml2"
diff --git a/dev-lang/mono/mono-1.1.6-r1.ebuild b/dev-lang/mono/mono-1.1.6-r1.ebuild
index 6cd80b8d966c..6f3a024e0069 100644
--- a/dev-lang/mono/mono-1.1.6-r1.ebuild
+++ b/dev-lang/mono/mono-1.1.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.6-r1.ebuild,v 1.1 2005/04/14 23:34:13 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.6-r1.ebuild,v 1.2 2005/04/29 01:59:05 latexer Exp $
inherit eutils mono flag-o-matic
@@ -11,7 +11,7 @@ SRC_URI="http://www.go-mono.com/archive/${PV}/${P}.tar.gz"
LICENSE="|| ( GPL-2 LGPL-2 X11)"
SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
-IUSE="nptl icu"
+IUSE="nptl icu X"
DEPEND="virtual/libc
>=dev-libs/glib-2.0
@@ -23,7 +23,7 @@ DEPEND="virtual/libc
>=sys-libs/glibc-2.3.3_pre20040420
)"
RDEPEND="${DEPEND}
- >=dev-dotnet/libgdiplus-1.1.4
+ X? ( >=dev-dotnet/libgdiplus-1.1.4 )
dev-util/pkgconfig
dev-libs/libxml2"
diff --git a/dev-lang/mono/mono-1.1.6.ebuild b/dev-lang/mono/mono-1.1.6.ebuild
index 7a657e845d2e..7604a88b02e1 100644
--- a/dev-lang/mono/mono-1.1.6.ebuild
+++ b/dev-lang/mono/mono-1.1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.6.ebuild,v 1.2 2005/04/08 00:08:09 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.6.ebuild,v 1.3 2005/04/29 01:59:05 latexer Exp $
inherit eutils mono flag-o-matic
@@ -11,7 +11,7 @@ SRC_URI="http://www.go-mono.com/archive/${PV}/${P}.tar.gz"
LICENSE="|| ( GPL-2 LGPL-2 X11)"
SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
-IUSE="nptl icu"
+IUSE="nptl icu X"
DEPEND="virtual/libc
>=dev-libs/glib-2.0
@@ -23,7 +23,7 @@ DEPEND="virtual/libc
>=sys-libs/glibc-2.3.3_pre20040420
)"
RDEPEND="${DEPEND}
- >=dev-dotnet/libgdiplus-1.1.4
+ X? ( >=dev-dotnet/libgdiplus-1.1.4 )
dev-util/pkgconfig
dev-libs/libxml2"