diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-12 12:07:49 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-12 12:07:49 +0000 |
commit | 31ec95c5467311a0d8481484b7b4963d9124d429 (patch) | |
tree | b7f92d6b4a488ba64177365de2c3700a1cf5fff2 /dev-dotnet | |
parent | Version bump (diff) | |
download | gentoo-2-31ec95c5467311a0d8481484b7b4963d9124d429.tar.gz gentoo-2-31ec95c5467311a0d8481484b7b4963d9124d429.tar.bz2 gentoo-2-31ec95c5467311a0d8481484b7b4963d9124d429.zip |
Drop unneeded dep
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/notify-sharp/ChangeLog | 9 | ||||
-rw-r--r-- | dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild | 7 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-dotnet/notify-sharp/ChangeLog b/dev-dotnet/notify-sharp/ChangeLog index c75d285f926c..6655e7e93701 100644 --- a/dev-dotnet/notify-sharp/ChangeLog +++ b/dev-dotnet/notify-sharp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/notify-sharp -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.19 2012/11/28 20:53:07 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.20 2013/10/12 12:07:49 pacho Exp $ + + 12 Oct 2013; Pacho Ramos <pacho@gentoo.org> + notify-sharp-0.4.0_pre20090305.ebuild: + Drop unneeded dep 28 Nov 2012; Ulrich Müller <ulm@gentoo.org> notify-sharp-0.4.0_pre20090305.ebuild: @@ -90,4 +94,3 @@ +notify-sharp-0.4.0_pre20080912.ebuild: Initial import. Ebuild adapted from the one in ikelos' overlay. Bug 235111. - diff --git a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild index eeb22c78a011..e323e6d2e00b 100644 --- a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild +++ b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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_pre20090305.ebuild,v 1.7 2012/11/28 20:53:07 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.8 2013/10/12 12:07:49 pacho Exp $ EAPI=4 inherit autotools eutils mono @@ -21,8 +21,7 @@ RDEPEND=">=dev-lang/mono-1.1.13 >=dev-dotnet/dbus-sharp-0.6 >=dev-dotnet/dbus-sharp-glib-0.4 >=x11-libs/libnotify-0.4.5" -DEPEND="${RDEPEND} - doc? ( virtual/monodoc )" +DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} |