[gnome-extra/nautilus-dropbox] Now available in Portage
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
# ChangeLog for gnome-extra/nautilus-dropbox
|
||||
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
07 May 2009; Ian Whyman <ian.whyman@sabayonlinux.org>
|
||||
-nautilus-dropbox-0.5.0.ebuild, +nautilus-dropbox-0.6.1.ebuild:
|
||||
Bump to latest, Closes bug #657, removed older unsupported version
|
||||
|
||||
07 May 2009; Ian Whyman <ian.whyman@sabayonlinux.org>
|
||||
-nautilus-dropbox-0.5.0.ebuild, +nautilus-dropbox-0.6.1.ebuild:
|
||||
Removed older dropbox as it no longer hosted
|
||||
|
||||
*nautilus-dropbox-0.6.1 (07 May 2009)
|
||||
|
||||
07 May 2009; Ian Whyman <ian.whyman@sabayonlinux.org>
|
||||
+nautilus-dropbox-0.6.1.ebuild:
|
||||
Bump to latest, Closes bug #657
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
DIST nautilus-dropbox-0.6.1.tar.bz2 306545 RMD160 52638938e453dc3b7e13d52fda41c964d6338892 SHA1 c22c91a368fc03daac44db95d43fb9aa6ff0a92a SHA256 104520fc0a16c733cfd1e9a4ffa0ab1f4ad9a2a5dbf15357011ea3b9c331e36f
|
||||
EBUILD nautilus-dropbox-0.6.1.ebuild 1363 RMD160 a063b81f0c6c7a67cfea8299c1dfe36f695ac6d6 SHA1 14280a0b0b53a03f28d434b9a92d5d83b21e25a1 SHA256 1c71013b228f24bb50acb264dfcb9ca65d0950db2686655a63e52e5007c29566
|
||||
MISC ChangeLog 655 RMD160 bb8dccac679c5899c05db16b21418e9945bc0559 SHA1 8e8466d49e89ff53377053d8c7c44c4ad53b84f3 SHA256 28c440f08c1a501baa1ce0e38128feb99e22fbe4b71900e3affea3b3d6c74bd6
|
||||
MISC Reasons 334 RMD160 65e26d379f58f2ab5dc0779fec01fb497a72a167 SHA1 17781bc72425a495381e150fc2368e7ca6e54ba7 SHA256 b2a74486d21007dc5044126247623b8ed991d05cbe0733a75984d1832ca14556
|
||||
@@ -1,12 +0,0 @@
|
||||
gnome-extra/nautilus-dropbox
|
||||
|
||||
Ebuild added Jan. 05, 2009
|
||||
Added by Ian Whyman <ian.whyman@sabayonlinux.org>
|
||||
|
||||
New ebuild. not available in portage,
|
||||
Requested by many users and joost_op
|
||||
Based on ebuild from Gentoo's bug #237433
|
||||
|
||||
======
|
||||
05.01.09 - Ian Whyman <ian.whyman@sabayonlinux.org>
|
||||
-nautilus-dropbox : hello dropbox :)
|
||||
@@ -1,53 +0,0 @@
|
||||
# Copyright 1999-2009 Sabayon Linux
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit gnome2 eutils multilib
|
||||
|
||||
DESCRIPTION="Store, Sync and Share Files Online"
|
||||
HOMEPAGE="http://www.getdropbox.com/"
|
||||
SRC_URI="http://www.getdropbox.com/download?dl=packages/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE="debug"
|
||||
|
||||
#app-backup/dropbox
|
||||
RDEPEND=">=gnome-base/nautilus-2.16
|
||||
>=dev-python/docutils-0.4
|
||||
>=x11-libs/gtk+-2.12
|
||||
>=net-misc/wget-1.10
|
||||
>=dev-libs/glib-2.14
|
||||
>=x11-libs/libnotify-0.4.4"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
DOCS="AUTHORS NEWS README"
|
||||
|
||||
pkg_setup () {
|
||||
G2CONF="${G2CONF} $(use_enable debug)"
|
||||
|
||||
# create the group for the daemon, if necessary
|
||||
# truthfully this should be run for any dropbox plugin
|
||||
enewgroup dropbox
|
||||
}
|
||||
|
||||
src_install () {
|
||||
gnome2_src_install
|
||||
|
||||
# Allow only for users in the dropbox group
|
||||
# see http://forums.getdropbox.com/topic.php?id=3329&replies=5#post-22898
|
||||
fowners root:dropbox /usr/$(get_libdir)/nautilus/extensions-2.0/libnautilus-dropbox.{a,la,so}
|
||||
fperms 750 /usr/$(get_libdir)/nautilus/extensions-2.0/libnautilus-dropbox.{la,so}
|
||||
fperms 640 /usr/$(get_libdir)/nautilus/extensions-2.0/libnautilus-dropbox.a
|
||||
}
|
||||
|
||||
pkg_postinst () {
|
||||
gnome2_pkg_postinst
|
||||
|
||||
einfo
|
||||
einfo "Add any users who wish to have access to the dropbox nautilus"
|
||||
einfo "plugin to the group 'dropbox'."
|
||||
einfo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user