public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nicolas Bock" <nicolasbock@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-deps/
Date: Wed, 29 Jun 2016 10:53:42 +0000 (UTC)	[thread overview]
Message-ID: <1467197596.fc3767361acb4434090c4f1f234762fac78dffb5.nicolasbock@gentoo> (raw)

commit:     fc3767361acb4434090c4f1f234762fac78dffb5
Author:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 10:52:02 2016 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 10:53:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc376736

dev-vcs/git-deps: New ebuild

Package-Manager: portage-2.2.28

 dev-vcs/git-deps/git-deps-9999.ebuild | 29 +++++++++++++++++++++++++++++
 dev-vcs/git-deps/metadata.xml         |  8 ++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/git-deps/git-deps-9999.ebuild b/dev-vcs/git-deps/git-deps-9999.ebuild
new file mode 100644
index 0000000..d8c27be
--- /dev/null
+++ b/dev-vcs/git-deps/git-deps-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGIT_REPO_URI="https://github.com/aspiers/git-deps"
+EGIT_BRANCH=master
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit git-r3 python-r1
+
+DESCRIPTION="git commit dependency analysis tool"
+HOMEPAGE="https://github.com/aspiers/git-deps"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+	dev-python/pygit2
+	${PYTHON_DEPS}
+	"
+DEPEND="${RDEPEND}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_install() {
+	python_foreach_impl python_newexe git-deps.py git-deps
+}

diff --git a/dev-vcs/git-deps/metadata.xml b/dev-vcs/git-deps/metadata.xml
new file mode 100644
index 0000000..1ebfcee
--- /dev/null
+++ b/dev-vcs/git-deps/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<longdescription lang="en">
+		git-deps is a tool for performing automatic analysis of dependencies
+		between commits in a git repository.
+	</longdescription>
+</pkgmetadata>


             reply	other threads:[~2016-06-29 10:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-29 10:53 Nicolas Bock [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-07-04  5:02 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-deps/ Nicolas Bock
2016-07-05 12:25 Nicolas Bock
2016-07-08 17:58 Austin English
2016-08-23 12:10 Nicolas Bock
2016-10-08 11:55 Pacho Ramos
2016-10-08 11:55 Pacho Ramos
2020-02-09 16:25 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1467197596.fc3767361acb4434090c4f1f234762fac78dffb5.nicolasbock@gentoo \
    --to=nicolasbock@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox