commit:     7440446c41b59a49a72bac124c847676a88133d6
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 17 15:35:13 2014 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Wed Dec 17 15:35:13 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=7440446c

initial commit

---
 dev-vcs/PyGitUp/Manifest             |  1 +
 dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-vcs/PyGitUp/Manifest b/dev-vcs/PyGitUp/Manifest
new file mode 100644
index 0000000..0f3d45b
--- /dev/null
+++ b/dev-vcs/PyGitUp/Manifest
@@ -0,0 +1 @@
+DIST PyGitUp-1.2.1.tar.gz 18026 SHA256 
2e2da42622d0ba356eb804e3b6f414aaf2cf796e9e68356aca682d771fbb8368 SHA512 
bd20dc53a11a62a95fdc692daff1dd6aa3e5c6d3a5bae887e4cac19e0890cedadfee479d93edf5cd640537104a04500980563c552c8495a8c98f550a40db5dcc
 WHIRLPOOL 
e04d87e803be99c535ffdab30cae022021001a70c5618def27300c5c416fff542c0aef812034fd33bdb48e978b68f9911f47dbef3b12df37f705091bb2fce0d2

diff --git a/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild 
b/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild
new file mode 100644
index 0000000..b7e4800
--- /dev/null
+++ b/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1
+
+DESCRIPTION="A python implementation of git up"
+HOMEPAGE="https://github.com/msiemens/PyGitUp";
+SRC_URI="https://github.com/msiemens/PyGitUp/archive/v1.2.1.tar.gz -> 
${P}.tar.gz"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-python/git-python-0.3.2.1[${PYTHON_USEDEP}]
+       >=dev-python/colorama-0.3.2[${PYTHON_USEDEP}]
+       >=dev-python/termcolor-1.1.0[${PYTHON_USEDEP}]
+       >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"

Reply via email to