summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2009-01-05 17:21:34 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2009-01-05 17:21:34 +0000
commit1c27647beb58ca21dde63862a765921fd396ccc1 (patch)
treea291624dc7f27c39deb0ef1dab4445e4e64de122 /dev-dotnet
parentFIX for new gtk-sharp-module eclass (diff)
downloadgentoo-2-1c27647beb58ca21dde63862a765921fd396ccc1.tar.gz
gentoo-2-1c27647beb58ca21dde63862a765921fd396ccc1.tar.bz2
gentoo-2-1c27647beb58ca21dde63862a765921fd396ccc1.zip
FIX for new gtk-sharp-module eclass
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-rc9 x86_64)
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/monouml/ChangeLog7
-rw-r--r--dev-dotnet/monouml/monouml-0.1.ebuild13
2 files changed, 8 insertions, 12 deletions
diff --git a/dev-dotnet/monouml/ChangeLog b/dev-dotnet/monouml/ChangeLog
index a3c0a861b62d..c43b715ae520 100644
--- a/dev-dotnet/monouml/ChangeLog
+++ b/dev-dotnet/monouml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-dotnet/monouml
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monouml/ChangeLog,v 1.7 2008/11/25 22:18:28 loki_val Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monouml/ChangeLog,v 1.8 2009/01/05 17:21:34 loki_val Exp $
+
+ 05 Jan 2009; Peter Alfredsen <loki_val@gentoo.org> monouml-0.1.ebuild:
+ Fix for new gtk-sharp-module eclass
22 Nov 2008; Peter Alfredsen <loki_val@gentoo.org> monouml-0.1.ebuild:
Update ebuild for gtk-sharp-2.12*
diff --git a/dev-dotnet/monouml/monouml-0.1.ebuild b/dev-dotnet/monouml/monouml-0.1.ebuild
index 772bcd311398..99e1ac1cd8d0 100644
--- a/dev-dotnet/monouml/monouml-0.1.ebuild
+++ b/dev-dotnet/monouml/monouml-0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monouml/monouml-0.1.ebuild,v 1.7 2008/11/25 22:18:28 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monouml/monouml-0.1.ebuild,v 1.8 2009/01/05 17:21:34 loki_val Exp $
inherit mono eutils
@@ -18,7 +18,7 @@ IUSE=""
RDEPEND=">=dev-lang/mono-1.1.4
>=dev-dotnet/gtk-sharp-1.9.2
>=dev-dotnet/gnome-sharp-1.9.2
- || ( >=dev-dotnet/gtk-sharp-2.12.6 >=dev-dotnet/glade-sharp-1.9.2 )"
+ >=dev-dotnet/glade-sharp-1.9.2"
DEPEND="${RDEPEND}
app-arch/unzip
dev-util/pkgconfig"
@@ -26,13 +26,6 @@ DEPEND="${RDEPEND}
KEYWORDS="amd64 x86"
SLOT="0"
-pkg_setup() {
- if has_version '>=dev-dotnet/gtk-sharp-2.12.6'
- then
- built_with_use --missing false dev-dotnet/gtk-sharp glade || die "dev-dotnet/gtk-sharp must be built with glade support"
- fi
-}
-
src_unpack() {
unpack ${A}
cd "${S}"