From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9464C138204 for ; Mon, 23 Sep 2013 12:41:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5B78E0933; Mon, 23 Sep 2013 12:41:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 312EEE0953 for ; Mon, 23 Sep 2013 12:41:48 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 462CE33ED4F for ; Mon, 23 Sep 2013 12:41:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E1F0DE5463 for ; Mon, 23 Sep 2013 12:41:45 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1379940045.c813adb4c1fd86acda38f4b6b34195c45f77e889.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-util/monodevelop/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-util/monodevelop/monodevelop-4.0-r1.ebuild X-VCS-Directories: dev-util/monodevelop/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: c813adb4c1fd86acda38f4b6b34195c45f77e889 X-VCS-Branch: master Date: Mon, 23 Sep 2013 12:41:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0c4d175b-add5-41ac-95dd-7edc302e695e X-Archives-Hash: ef0030daa0f97aff589cdaa8e9f730b0 commit: c813adb4c1fd86acda38f4b6b34195c45f77e889 Author: Matthias Dittrich googlemail com> AuthorDate: Sat Mar 9 22:07:12 2013 +0000 Commit: Heather Cynede gentoo org> CommitDate: Mon Sep 23 12:40:45 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=c813adb4 make monodevelop depend on xterm or debugging will not work. --- dev-util/monodevelop/monodevelop-4.0-r1.ebuild | 76 ++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/dev-util/monodevelop/monodevelop-4.0-r1.ebuild b/dev-util/monodevelop/monodevelop-4.0-r1.ebuild new file mode 100644 index 0000000..555dfd5 --- /dev/null +++ b/dev-util/monodevelop/monodevelop-4.0-r1.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop/monodevelop-4.0.ebuild Exp $ + +EAPI=5 +inherit fdo-mime gnome2-utils mono versionator eutils + +DESCRIPTION="Integrated Development Environment for .NET" +HOMEPAGE="http://www.monodevelop.com/" +SRC_URI="http://download.mono-project.com/sources/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +#IT'S STABLE! +KEYWORDS="amd64 x86" +IUSE="+subversion +git" + +SDEPEND=">=dev-lang/mono-3.0.1 + >=dev-dotnet/gconf-sharp-2.24.0 + >=dev-dotnet/glade-sharp-2.12.9 + >=dev-dotnet/gnome-sharp-2.24.0 + >=dev-dotnet/gnomevfs-sharp-2.24.0 + >=dev-dotnet/gtk-sharp-2.12.9 + >=dev-dotnet/mono-addins-0.6[gtk] + >=dev-dotnet/xsp-2 + dev-util/ctags + sys-apps/dbus[X] + >=virtual/monodoc-2.0 + || ( + www-client/firefox + www-client/firefox-bin + www-client/seamonkey + ) + subversion? ( dev-vcs/subversion ) + !