diff options
author | Heather Cynede <cynede@gentoo.org> | 2015-08-13 12:31:13 +0400 |
---|---|---|
committer | Heather Cynede <cynede@gentoo.org> | 2015-08-13 12:31:13 +0400 |
commit | 31ffc9ed59718712be4fe113c832e967448a4afa (patch) | |
tree | b02b4c7ea44ab24d76cc0ad4bfe223519649f705 /dev-dotnet | |
parent | dev-dotnet/gtk-sharp 2.12.21 (monolithic) (diff) | |
download | gentoo-31ffc9ed59718712be4fe113c832e967448a4afa.tar.gz gentoo-31ffc9ed59718712be4fe113c832e967448a4afa.tar.bz2 gentoo-31ffc9ed59718712be4fe113c832e967448a4afa.zip |
dev-dotnet/gnome-sharp 2.24.2-r1 (monolithic)
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/gnome-sharp/gnome-sharp-2.24.2-r1.ebuild | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/dev-dotnet/gnome-sharp/gnome-sharp-2.24.2-r1.ebuild b/dev-dotnet/gnome-sharp/gnome-sharp-2.24.2-r1.ebuild new file mode 100644 index 000000000000..604e7652e7b5 --- /dev/null +++ b/dev-dotnet/gnome-sharp/gnome-sharp-2.24.2-r1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit dotnet autotools base + +SLOT="2" +DESCRIPTION="gnome bindings for mono" +HOMEPAGE="http://www.mono-project.com/GtkSharp" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86 ~ppc ~x86-fbsd" +SRC_URI="mirror://gnome/sources/gnome-sharp/2.24/${P}.tar.bz2" +IUSE="debug" + +RESTRICT="test" + +RDEPEND=" + >=dev-dotnet/gtk-sharp-2.12.21:2 + gnome-base/gconf + gnome-base/libgnomecanvas + gnome-base/libgnomeui + media-libs/libart_lgpl + !dev-dotnet/gnomevfs-sharp + !dev-dotnet/gconf-sharp + !dev-dotnet/art-sharp + " +DEPEND="${RDEPEND} + sys-devel/automake:1.11" + +src_prepare() { + base_src_prepare + eautoreconf + elibtoolize +} + +src_configure() { + econf $(use_enable debug) +} + +src_install() { + default + dotnet_multilib_comply +} |