summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/dropbox/dropbox-1.3.14.ebuild')
-rw-r--r--net-misc/dropbox/dropbox-1.3.14.ebuild60
1 files changed, 0 insertions, 60 deletions
diff --git a/net-misc/dropbox/dropbox-1.3.14.ebuild b/net-misc/dropbox/dropbox-1.3.14.ebuild
deleted file mode 100644
index d691dc7..0000000
--- a/net-misc/dropbox/dropbox-1.3.14.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-inherit gnome2-utils
-
-DESCRIPTION="Dropbox daemon (pretends to be GUI-less)."
-HOMEPAGE="http://dropbox.com/"
-SRC_URI="x86? ( http://dl-web.dropbox.com/u/17/dropbox-lnx.x86-${PV}.tar.gz )
- amd64? ( http://dl-web.dropbox.com/u/17/dropbox-lnx.x86_64-${PV}.tar.gz )"
-
-LICENSE="CCPL-Attribution-NoDerivs-3.0 FTL MIT LGPL-2 openssl dropbox"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="mirror strip"
-
-QA_DT_HASH="opt/${PN}/.*"
-QA_EXECSTACK_x86="opt/dropbox/_ctypes.so"
-QA_EXECSTACK_amd64="opt/dropbox/_ctypes.so"
-
-DEPEND=""
-# Be sure to have GLIBCXX_3.4.9, #393125
-RDEPEND=">=sys-devel/gcc-4.2.0
- net-misc/wget"
-
-src_unpack() {
- unpack ${A}
- mv "${WORKDIR}/.dropbox-dist" "${S}" || die
- rm "${S}"/libstdc++.so.6
-}
-
-src_install() {
- dodoc README ACKNOWLEDGEMENTS
- rm README ACKNOWLEDGEMENTS || die
-
- local targetdir="/opt/dropbox"
- insinto "${targetdir}"
- doins -r *
- fperms a+x "${targetdir}/dropbox"
- fperms a+x "${targetdir}/dropboxd"
- dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
-
- insinto /usr/share
- doins -r icons
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}