From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B3E1E1389E2 for ; Wed, 17 Dec 2014 15:35:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9131E07D8; Wed, 17 Dec 2014 15:35:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81D4FE07D8 for ; Wed, 17 Dec 2014 15:35:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3ACC734052D for ; Wed, 17 Dec 2014 15:35:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2FEFCA89 for ; Wed, 17 Dec 2014 15:35:23 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: <1418830513.7440446c41b59a49a72bac124c847676a88133d6.dev-zero@gentoo> Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-vcs/PyGitUp/ X-VCS-Repository: dev/dev-zero X-VCS-Files: dev-vcs/PyGitUp/Manifest dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild X-VCS-Directories: dev-vcs/PyGitUp/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: 7440446c41b59a49a72bac124c847676a88133d6 X-VCS-Branch: master Date: Wed, 17 Dec 2014 15:35:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 044e291b-fb69-466d-8e46-fca3297ce8a2 X-Archives-Hash: baf2310dba58d44ceacbd5ea6adc37bd commit: 7440446c41b59a49a72bac124c847676a88133d6 Author: Tiziano Müller gentoo org> AuthorDate: Wed Dec 17 15:35:13 2014 +0000 Commit: Tiziano Müller gentoo 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}"