public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/notify-sharp: notify-sharp-0.4.0_pre20080912.ebuild ChangeLog
@ 2008-11-26 21:17 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Alfredsen (loki_val) @ 2008-11-26 21:17 UTC (permalink / raw
  To: gentoo-commits

loki_val    08/11/26 21:17:17

  Modified:             notify-sharp-0.4.0_pre20080912.ebuild ChangeLog
  Log:
  Fix documentation generation, bug 248944.
  (Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc4 x86_64)

Revision  Changes    Path
1.2                  dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild?r1=1.1&r2=1.2

Index: notify-sharp-0.4.0_pre20080912.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- notify-sharp-0.4.0_pre20080912.ebuild	25 Nov 2008 14:22:25 -0000	1.1
+++ notify-sharp-0.4.0_pre20080912.ebuild	26 Nov 2008 21:17:17 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild,v 1.1 2008/11/25 14:22:25 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild,v 1.2 2008/11/26 21:17:17 loki_val Exp $
 
 EAPI=2
 
@@ -10,28 +10,34 @@
 
 DESCRIPTION="notify-sharp is a C# client implementation for Desktop Notifications"
 HOMEPAGE="http://www.ndesk.org/NotifySharp"
-SRC_URI="http://cvs.fedora.redhat.com/repo/pkgs/${PN}/${MY_P}.tar.bz2/098f3cde158cf26d3efedbfcc19c70dd/${MY_P}.tar.bz2"
+SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
+#http://cvs.fedora.redhat.com/repo/pkgs/${PN}/${MY_P}.tar.bz2/098f3cde158cf26d3efedbfcc19c70dd/${MY_P}.tar.bz2
 LICENSE="as-is"
 SLOT="0"
 
 KEYWORDS="~x86 ~amd64"
-IUSE=""
+IUSE="doc"
 
 RDEPEND=">=dev-lang/mono-1.1.13
 	>=dev-dotnet/gtk-sharp-2.10.1
 	>=dev-dotnet/dbus-sharp-0.6
 	>=dev-dotnet/dbus-glib-sharp-0.4"
 DEPEND="${RDEPEND}
-	dev-util/monodoc"
+	doc? ( dev-util/monodoc )"
 
 S=${WORKDIR}/${MY_P}
 
 MAKEOPTS="${MAKEOPTS} -j1"
 
 src_prepare() {
+	epatch "${FILESDIR}/${P}-control-docs.patch"
 	eautoreconf
 }
 
+src_configure() {
+	econf $(use_enable doc docs)
+}
+
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"
 }



1.2                  dev-dotnet/notify-sharp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	25 Nov 2008 14:22:25 -0000	1.1
+++ ChangeLog	26 Nov 2008 21:17:17 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-dotnet/notify-sharp
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.1 2008/11/25 14:22:25 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.2 2008/11/26 21:17:17 loki_val Exp $
+
+  26 Nov 2008; Peter Alfredsen <loki_val@gentoo.org>
+  +files/notify-sharp-0.4.0_pre20080912-control-docs.patch,
+  notify-sharp-0.4.0_pre20080912.ebuild:
+  Fix documentation generation, bug 248944.
 
 *notify-sharp-0.4.0_pre20080912 (25 Nov 2008)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/notify-sharp: notify-sharp-0.4.0_pre20080912.ebuild ChangeLog
@ 2008-12-14 15:23 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Alfredsen (loki_val) @ 2008-12-14 15:23 UTC (permalink / raw
  To: gentoo-commits

loki_val    08/12/14 15:23:48

  Modified:             notify-sharp-0.4.0_pre20080912.ebuild ChangeLog
  Log:
  Use virtual/monodoc to accomodate inclusion of monodoc in mono from >=mono-2.2_pre1
  (Portage version: 2.2_rc17/cvs/Linux 2.6.28-rc6 x86_64)

Revision  Changes    Path
1.3                  dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild?r1=1.2&r2=1.3

Index: notify-sharp-0.4.0_pre20080912.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- notify-sharp-0.4.0_pre20080912.ebuild	26 Nov 2008 21:17:17 -0000	1.2
+++ notify-sharp-0.4.0_pre20080912.ebuild	14 Dec 2008 15:23:48 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild,v 1.2 2008/11/26 21:17:17 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild,v 1.3 2008/12/14 15:23:48 loki_val Exp $
 
 EAPI=2
 
@@ -23,7 +23,7 @@
 	>=dev-dotnet/dbus-sharp-0.6
 	>=dev-dotnet/dbus-glib-sharp-0.4"
 DEPEND="${RDEPEND}
-	doc? ( dev-util/monodoc )"
+	doc? ( virtual/monodoc )"
 
 S=${WORKDIR}/${MY_P}
 



1.3                  dev-dotnet/notify-sharp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	26 Nov 2008 21:17:17 -0000	1.2
+++ ChangeLog	14 Dec 2008 15:23:48 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-dotnet/notify-sharp
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.2 2008/11/26 21:17:17 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.3 2008/12/14 15:23:48 loki_val Exp $
+
+  14 Dec 2008; Peter Alfredsen <loki_val@gentoo.org>
+  notify-sharp-0.4.0_pre20080912.ebuild:
+  Use virtual/monodoc to accomodate inclusion of monodoc in mono from
+  >=mono-2.2_pre1
 
   26 Nov 2008; Peter Alfredsen <loki_val@gentoo.org>
   +files/notify-sharp-0.4.0_pre20080912-control-docs.patch,






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-14 15:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-14 15:23 [gentoo-commits] gentoo-x86 commit in dev-dotnet/notify-sharp: notify-sharp-0.4.0_pre20080912.ebuild ChangeLog Peter Alfredsen (loki_val)
  -- strict thread matches above, loose matches on Subject: below --
2008-11-26 21:17 Peter Alfredsen (loki_val)

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