diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-11-26 00:57:47 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-11-26 00:57:47 +0000 |
commit | c043760838899e260ca49fc4bc033e5dbcd409ea (patch) | |
tree | c5646786c4c726c5bf3c68ee18a9e84a305e34f2 /dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.0.ebuild | |
parent | Bump to 2.24.0 (diff) | |
download | gentoo-2-c043760838899e260ca49fc4bc033e5dbcd409ea.tar.gz gentoo-2-c043760838899e260ca49fc4bc033e5dbcd409ea.tar.bz2 gentoo-2-c043760838899e260ca49fc4bc033e5dbcd409ea.zip |
Bump to 2.24.0
(Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc4 x86_64)
Diffstat (limited to 'dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.0.ebuild')
-rw-r--r-- | dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.0.ebuild b/dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.0.ebuild new file mode 100644 index 000000000000..6d8284647d70 --- /dev/null +++ b/dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.0.ebuild,v 1.1 2008/11/26 00:57:47 loki_val Exp $ + +EAPI=2 + +GTK_SHARP_REQUIRED_VERSION="2.12" + +inherit gtk-sharp-module + +SLOT="2" +KEYWORDS="~x86 ~ppc ~sparc ~x86-fbsd ~amd64" +IUSE="" + +RDEPEND=">=dev-dotnet/gtk-sharp-2.12.6[glade] + >=gnome-base/gnome-vfs-2.20" +DEPEND="${RDEPEND} dev-util/pkgconfig" |