public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/dotnet:master commit in: media-sound/banshee/, dev-dotnet/gtk-sharp/
@ 2013-09-26 10:42 Heather Cynede
  0 siblings, 0 replies; only message in thread
From: Heather Cynede @ 2013-09-26 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     b3c99bc07867dd58b1c9d24546d49328cd46a145
Author:     Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Thu Sep 26 10:44:15 2013 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Sep 26 10:44:15 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=b3c99bc0

additional configuration options for gtk-sharp

---
 dev-dotnet/gtk-sharp/gtk-sharp-2.12.21-r1.ebuild | 60 ++++++++++++++++++++++++
 media-sound/banshee/banshee-2.6.1-r1.ebuild      |  6 +--
 2 files changed, 63 insertions(+), 3 deletions(-)

diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21-r1.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21-r1.ebuild
new file mode 100644
index 0000000..18a0836
--- /dev/null
+++ b/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21-r1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit dotnet autotools base
+
+SLOT="2"
+DESCRIPTION="gtk bindings for mono"
+LICENSE="GPL-2"
+HOMEPAGE="http://www.mono-project.com/GtkSharp"
+KEYWORDS="~amd64 ~x86 ~ppc"
+SRC_URI="http://download.mono-project.com/sources/gtk-sharp212/${P}.tar.gz"
+IUSE="debug"
+
+RESTRICT="test"
+
+RDEPEND="
+	>=dev-lang/mono-3.0
+	x11-libs/pango
+	>=dev-libs/glib-2.31
+	dev-libs/atk
+	x11-libs/gtk+:2
+	gnome-base/libglade
+	dev-perl/XML-LibXML
+	!dev-dotnet/gtk-sharp-gapi
+	!dev-dotnet/gtk-sharp-docs
+	!dev-dotnet/gtk-dotnet-sharp
+	!dev-dotnet/gdk-sharp
+	!dev-dotnet/glib-sharp
+	!dev-dotnet/glade-sharp
+	!dev-dotnet/pango-sharp
+	!dev-dotnet/atk-sharp"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	sys-devel/automake:1.11"
+
+src_prepare() {
+	base_src_prepare
+	eautoreconf
+	libtoolize
+}
+
+src_configure() {
+	econf	--disable-static \
+		--disable-dependency-tracking \
+		--disable-maintainer-mode \
+		$(use_enable debug)
+}
+
+src_compile() {
+	emake
+}
+
+src_install() {
+	default
+	dotnet_multilib_comply
+	sed -i "s/\\r//g" "${D}"/usr/bin/* || die "sed failed"
+}

diff --git a/media-sound/banshee/banshee-2.6.1-r1.ebuild b/media-sound/banshee/banshee-2.6.1-r1.ebuild
index d0edca0..7954f90 100644
--- a/media-sound/banshee/banshee-2.6.1-r1.ebuild
+++ b/media-sound/banshee/banshee-2.6.1-r1.ebuild
@@ -3,14 +3,14 @@
 # $Header: $
 
 EAPI="5"
-inherit eutils autotools mono gnome2-utils fdo-mime versionator gnome.org
+inherit eutils autotools mono-env gnome2-utils fdo-mime versionator gnome.org
 
 DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface."
 HOMEPAGE="http://banshee.fm/"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 
 #switched web to - because I personally don't want to build yet another webkit-gtk
 IUSE="+aac +cdda +bpm daap doc +encode ipod karma mtp test udev -web youtube"
@@ -126,7 +126,7 @@ src_configure() {
 }
 
 src_compile() {
-	emake MCS=/usr/bin/gmcs
+	emake #MCS=/usr/bin/gmcs
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-26 10:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-26 10:42 [gentoo-commits] proj/dotnet:master commit in: media-sound/banshee/, dev-dotnet/gtk-sharp/ Heather Cynede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox