summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2012-06-09 00:40:26 +0000
committerJulian Ospald <hasufell@gentoo.org>2012-06-09 00:40:26 +0000
commit0da73107c9c8e43d8d6d6b2035f99d7f4717518b (patch)
tree931805aa50c932cb135f64e373431e870d4f1103 /net-misc/dropbox-cli/dropbox-cli-1.ebuild
parentinherit user for enewgroup and enewuser (diff)
downloadgentoo-2-0da73107c9c8e43d8d6d6b2035f99d7f4717518b.tar.gz
gentoo-2-0da73107c9c8e43d8d6d6b2035f99d7f4717518b.tar.bz2
gentoo-2-0da73107c9c8e43d8d6d6b2035f99d7f4717518b.zip
initial import
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/dropbox-cli/dropbox-cli-1.ebuild')
-rw-r--r--net-misc/dropbox-cli/dropbox-cli-1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-misc/dropbox-cli/dropbox-cli-1.ebuild b/net-misc/dropbox-cli/dropbox-cli-1.ebuild
new file mode 100644
index 000000000000..4f7ff93e2076
--- /dev/null
+++ b/net-misc/dropbox-cli/dropbox-cli-1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox-cli/dropbox-cli-1.ebuild,v 1.1 2012/06/09 00:40:26 hasufell Exp $
+
+EAPI=3
+
+PYTHON_DEPEND="2:2.6"
+
+DESCRIPTION="Cli interface for dropbox daemon (python)"
+HOMEPAGE="http://www.dropbox.com/"
+SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.py.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="net-misc/dropbox"
+
+src_install() {
+ newbin ${P}.py ${PN} || die
+}