aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-dotnet/gnome-sharp/gnome-sharp-2.24.2-r2.ebuild')
-rw-r--r--dev-dotnet/gnome-sharp/gnome-sharp-2.24.2-r2.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-dotnet/gnome-sharp/gnome-sharp-2.24.2-r2.ebuild b/dev-dotnet/gnome-sharp/gnome-sharp-2.24.2-r2.ebuild
deleted file mode 100644
index 82bc6fd..0000000
--- a/dev-dotnet/gnome-sharp/gnome-sharp-2.24.2-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit dotnet autotools
-
-SLOT="2"
-DESCRIPTION="gnome bindings for mono"
-HOMEPAGE="https://www.mono-project.com/GtkSharp"
-LICENSE="GPL-2"
-KEYWORDS="~amd64"
-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() {
- default
- eautoreconf
- elibtoolize
-}
-
-src_configure() {
- econf $(use_enable debug)
-}
-
-src_install() {
- default
- dotnet_multilib_comply
-}