summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-02-16 20:40:51 +0000
committerJustin Lecher <jlec@gentoo.org>2012-02-16 20:40:51 +0000
commit4cd73fbbce26ceda74e0a9d1ccea5099d97fe97a (patch)
tree6bc580e7f7c7bbae8b474a9d943e47ba9af722d9 /net-misc
parentRemove PYTHON_DEPEND as all python version are supported, thanks Arfrever for... (diff)
downloadgentoo-2-4cd73fbbce26ceda74e0a9d1ccea5099d97fe97a.tar.gz
gentoo-2-4cd73fbbce26ceda74e0a9d1ccea5099d97fe97a.tar.bz2
gentoo-2-4cd73fbbce26ceda74e0a9d1ccea5099d97fe97a.zip
Drop all deps as the binary is statically linked
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/dropbox/ChangeLog5
-rw-r--r--net-misc/dropbox/dropbox-1.2.51.ebuild20
2 files changed, 15 insertions, 10 deletions
diff --git a/net-misc/dropbox/ChangeLog b/net-misc/dropbox/ChangeLog
index 91d8f0e4b906..d6a049ec8520 100644
--- a/net-misc/dropbox/ChangeLog
+++ b/net-misc/dropbox/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/dropbox
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox/ChangeLog,v 1.10 2012/02/16 13:25:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox/ChangeLog,v 1.11 2012/02/16 20:40:51 jlec Exp $
+
+ 16 Feb 2012; Justin Lecher <jlec@gentoo.org> dropbox-1.2.51.ebuild:
+ Drop all deps as the binary is statically linked
16 Feb 2012; Justin Lecher <jlec@gentoo.org> dropbox-1.2.51.ebuild:
Correct path for paxmark
diff --git a/net-misc/dropbox/dropbox-1.2.51.ebuild b/net-misc/dropbox/dropbox-1.2.51.ebuild
index 733d8268cd84..bcd9c2efd313 100644
--- a/net-misc/dropbox/dropbox-1.2.51.ebuild
+++ b/net-misc/dropbox/dropbox-1.2.51.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox/dropbox-1.2.51.ebuild,v 1.2 2012/02/16 13:25:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox/dropbox-1.2.51.ebuild,v 1.3 2012/02/16 20:40:51 jlec Exp $
EAPI="4"
@@ -23,13 +23,15 @@ QA_EXECSTACK_amd64="opt/dropbox/_ctypes.so"
DEPEND=""
# Be sure to have GLIBCXX_3.4.9, #393125
-RDEPEND="
- dev-libs/popt
- dev-libs/openssl:0.9.8
- >=sys-devel/gcc-4.2.0
- net-misc/wget
- net-misc/rsync
- media-libs/libpng:1.2"
+RDEPEND=""
+# statically linked this time
+#
+# dev-libs/popt
+# dev-libs/openssl:0.9.8
+# >=sys-devel/gcc-4.2.0
+# net-misc/wget
+# net-misc/rsync
+# media-libs/libpng:1.2"
src_unpack() {
unpack ${A}
@@ -38,7 +40,7 @@ src_unpack() {
cd "${S}"/src
rm -vf libstdc++.so.6 libz* libssl* libbz2* libpopt.so.0 librsync.so.1 libcrypto.so.0.9.8 libpng12.so.0 || die
pax-mark cm "${S}/src/dropbox"
- cd ${WORKDIR}
+ cd "${WORKDIR}"
}
src_install() {