diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-12-14 15:29:25 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-12-14 15:29:25 +0000 |
commit | af71f78b312399fc50bc047e2b762af9eb685d2b (patch) | |
tree | 23c92e05eae54cdc3a7e8a339e89e9692d26cc3c /dev-dotnet/notify-sharp | |
parent | Add new rc3 (diff) | |
download | historical-af71f78b312399fc50bc047e2b762af9eb685d2b.tar.gz historical-af71f78b312399fc50bc047e2b762af9eb685d2b.tar.bz2 historical-af71f78b312399fc50bc047e2b762af9eb685d2b.zip |
Use virtual/monodoc to accomodate inclusion of monodoc in mono from >=mono-2.2_pre1
Package-Manager: portage-2.2_rc17/cvs/Linux 2.6.28-rc6 x86_64
Diffstat (limited to 'dev-dotnet/notify-sharp')
-rw-r--r-- | dev-dotnet/notify-sharp/ChangeLog | 7 | ||||
-rw-r--r-- | dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-dotnet/notify-sharp/ChangeLog b/dev-dotnet/notify-sharp/ChangeLog index c94d5d92b0d2..e93be1f6976a 100644 --- a/dev-dotnet/notify-sharp/ChangeLog +++ b/dev-dotnet/notify-sharp/ChangeLog @@ -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, diff --git a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild index 67da99f38e0b..bf25334dcd50 100644 --- a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild +++ b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912.ebuild @@ -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 @@ RDEPEND=">=dev-lang/mono-1.1.13 >=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} |