diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-03-17 13:39:25 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-03-17 13:39:25 +0000 |
commit | 4ea43ca66dac3dd046cf5beb8ed3a7896de1f7ec (patch) | |
tree | 11c79ed99dbb7817bc9ad9861d176e0405448b78 /eclass/gtk-sharp-module.eclass | |
parent | Bump to MD 2 Beta 2 (diff) | |
download | historical-4ea43ca66dac3dd046cf5beb8ed3a7896de1f7ec.tar.gz historical-4ea43ca66dac3dd046cf5beb8ed3a7896de1f7ec.tar.bz2 historical-4ea43ca66dac3dd046cf5beb8ed3a7896de1f7ec.zip |
Upstream say gnome-sharp-2.24.x will probably be the last release, so relax binding to PV. Fix typos in eclass-manpages stuff. Bind gconf-sharp's glade-sharp dep tightly to GTK_SHARP_REQUIRED_VERSION to not pull in mismatching versions of the gtk-sharp stuff into the depgraph.
Diffstat (limited to 'eclass/gtk-sharp-module.eclass')
-rw-r--r-- | eclass/gtk-sharp-module.eclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/gtk-sharp-module.eclass b/eclass/gtk-sharp-module.eclass index 60e4c0e7d013..27e15f1a98bd 100644 --- a/eclass/gtk-sharp-module.eclass +++ b/eclass/gtk-sharp-module.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.20 2009/03/09 01:11:53 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.21 2009/03/17 13:39:25 loki_val Exp $ # @ECLASS: gtk-sharp-module.eclass # @MAINTAINER: @@ -45,7 +45,7 @@ gapi_users_list="art gnome gnomevfs ${gnome_desktop_sharp_module_list} atk gtk g # The first two components of the PV variable. PV_MAJOR=$(get_version_component_range 1-2) -# @FUNCTION: add_bdepends +# @FUNCTION: add_bdepend # @USAGE: <package atom> # @DESCRIPTION: # Adds to the DEPEND variable @@ -54,7 +54,7 @@ add_bdepend() { DEPEND="${DEPEND} $@" } -# @FUNCTION: add_rdepends +# @FUNCTION: add_rdepend # @USAGE: <package atom> # @DESCRIPTION: # Adds to the RDEPEND variable @@ -116,7 +116,7 @@ case ${GTK_SHARP_MODULE} in gnome-desktop|gnome-print|gnome-panel|gtkhtml|gtksourceview|nautilusburn|rsvg|vte|wnck) TARBALL="gnome-desktop-sharp" add_depend "=dev-dotnet/gtk-sharp-${GTK_SHARP_REQUIRED_VERSION}*" - add_depend "=dev-dotnet/gnome-sharp-${PV_MAJOR}*" + add_depend "=dev-dotnet/gnome-sharp-2.24*" add_bdepend "=dev-dotnet/gtk-sharp-gapi-${GTK_SHARP_REQUIRED_VERSION}*" ;; *) @@ -194,7 +194,7 @@ case ${PF} in ;; gconf-sharp-*) add_depend ">=gnome-base/gconf-${PV_MAJOR}" - add_depend ">=dev-dotnet/glade-sharp-${GTK_SHARP_REQUIRED_VERSION}" + add_depend "=dev-dotnet/glade-sharp-${GTK_SHARP_REQUIRED_VERSION}*" add_depend "~dev-dotnet/gnome-sharp-${PV}" add_depend "~dev-dotnet/art-sharp-${PV}" ;; |