From a5ceaaf5f98ba18b0da66b461c8e051a5b7891db Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 21 Dec 2006 21:59:01 +0000 Subject: add patch to build using gmcs (Portage version: 2.1.2_rc3-r9) --- x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild') diff --git a/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild b/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild index a9a751d8c38c..86ea46c3f37e 100644 --- a/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild +++ b/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild,v 1.2 2006/12/07 20:51:08 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild,v 1.3 2006/12/21 21:59:01 compnerd Exp $ -inherit mono eutils +inherit autotools eutils mono DESCRIPTION="Reminder Plugin for Tomboy" HOMEPAGE="http://raphael.slinckx.net/blog/projects/tomboy-reminder-plugin/" @@ -18,6 +18,14 @@ RDEPEND=">=dev-lang/mono-1.0 DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.19" +src_unpack() { + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/${PN}-0.9-mcs-to-gmcs.patch + eautomake +} + src_install() { make DESTDIR="${D}" install || die "install failed" dodoc README NEWS ChangeLog AUTHORS -- cgit v1.2.3-65-gdbad