summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2011-01-10 14:37:46 +0000
committerMarc Schiffbauer <mschiff@gentoo.org>2011-01-10 14:37:46 +0000
commit98839a97285fbb6697902deda22939e09d828668 (patch)
tree0e9ffc3e08c835bca2277c56ac22ef6fcb80b29c /gnome-extra
parentdev-python/pynzb: New ebuild for bug 350025 (diff)
downloadsunrise-reviewed-98839a97285fbb6697902deda22939e09d828668.tar.gz
sunrise-reviewed-98839a97285fbb6697902deda22939e09d828668.tar.bz2
sunrise-reviewed-98839a97285fbb6697902deda22939e09d828668.zip
gnome-extra/nautilus-dropbox: Remove RDEPEND on net-misc/wget as pythons urlib is used to download the daemon
svn path=/sunrise/; revision=11659
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/nautilus-dropbox/ChangeLog6
-rw-r--r--gnome-extra/nautilus-dropbox/Manifest4
-rw-r--r--gnome-extra/nautilus-dropbox/nautilus-dropbox-0.6.7.ebuild3
3 files changed, 8 insertions, 5 deletions
diff --git a/gnome-extra/nautilus-dropbox/ChangeLog b/gnome-extra/nautilus-dropbox/ChangeLog
index bb72b5c7d..b9155ee66 100644
--- a/gnome-extra/nautilus-dropbox/ChangeLog
+++ b/gnome-extra/nautilus-dropbox/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for gnome-extra/nautilus-dropbox
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Jan 2011; Marc Schiffbauer (mschiff) <marc@schiffbauer.net>
+ nautilus-dropbox-0.6.7.ebuild:
+ Remove RDEPEND on net-misc/wget as pythons urlib is used to download the daemon
+
18 Dec 2010; Fabiano Francesconi (elbryan) <fabiano.francesconi@gmail.com>
-nautilus-dropbox-0.6.4.ebuild, +nautilus-dropbox-0.6.7.ebuild:
Bumped again to version 0.6.7 since they have announced today the new
diff --git a/gnome-extra/nautilus-dropbox/Manifest b/gnome-extra/nautilus-dropbox/Manifest
index e9decf1bc..c3d266f2c 100644
--- a/gnome-extra/nautilus-dropbox/Manifest
+++ b/gnome-extra/nautilus-dropbox/Manifest
@@ -1,4 +1,4 @@
DIST nautilus-dropbox-0.6.7.tar.bz2 324049 RMD160 a8e3601e47a429e3a5331468b1bfa0c1f87e790e SHA1 77ce777bd342eaf7ada3e3a4f6664f66ca4189fb SHA256 4f37ac309a674bccc7edcd37d62bdccec590e78e6db8224dda4e641d5022b554
-EBUILD nautilus-dropbox-0.6.7.ebuild 1444 RMD160 d8668f3683c7fa7c79765d51de5dab54849b2a0e SHA1 f98113a7f0ecf18b93add4148f93a74cd9179a8e SHA256 e9a067dd100e290d05ae9ae92f23191893a0394cfe4fc44c0b2d70e43644d49a
-MISC ChangeLog 2511 RMD160 851f5adeb2f850834ca4fb10fd010f4c0667e922 SHA1 20b20a62547a215f9b104faa061b2c2bf7a2e902 SHA256 155ad6606c67d4e21c5980e8ba215e2de9b4fb32bd970e67b3ad487bcb1c154e
+EBUILD nautilus-dropbox-0.6.7.ebuild 1429 RMD160 9e7567a2dcbd66099d506697360c70f74b10bbd6 SHA1 39bc896db477c18bce1500a5607ceab29cd157bd SHA256 c378e8628cbc7298c2e2863b70a3dda91a9cc7918ae28ced7e84698e687435a0
+MISC ChangeLog 2692 RMD160 38989c0a380c46786f6612ae91b273c0a9b1dcac SHA1 3d3323e72b3cde60ce90abbdf5672716704a0c83 SHA256 9d61e075e5ad3c7907f36deb89dabeca90464bfe55e1bb2bed77e13b8993ce16
MISC metadata.xml 231 RMD160 6aebfea93d789d2b96ea6d8259dc842dd1fdacd3 SHA1 e10a04c4c18a66af326abc1f40c61b28cc610fae SHA256 48054ea190d00518c1e035fc6663b2368854cdea5ff69a94830e4f9a38260987
diff --git a/gnome-extra/nautilus-dropbox/nautilus-dropbox-0.6.7.ebuild b/gnome-extra/nautilus-dropbox/nautilus-dropbox-0.6.7.ebuild
index 68eb932f2..7ad9f57c3 100644
--- a/gnome-extra/nautilus-dropbox/nautilus-dropbox-0.6.7.ebuild
+++ b/gnome-extra/nautilus-dropbox/nautilus-dropbox-0.6.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -16,7 +16,6 @@ IUSE="debug"
RDEPEND="gnome-base/nautilus
dev-libs/glib:2
dev-python/pygtk
- net-misc/wget
x11-libs/gtk+:2
x11-libs/libnotify
x11-libs/libXinerama"