summaryrefslogtreecommitdiff
path: root/dev-vcs/git-deps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-07-04 14:05:23 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-07-04 14:05:23 +0100
commit05b8b0e0af1d72e51a3ee61522941bf7605cd01c (patch)
tree43b0410e62aba677b4b256bc3ffe3fd333d28dbe /dev-vcs/git-deps
parent90c88731bd036e5698b281fbc0a5f3aa4c9983ac (diff)
gentoo resync : 04.07.2020
Diffstat (limited to 'dev-vcs/git-deps')
-rw-r--r--dev-vcs/git-deps/Manifest2
-rw-r--r--dev-vcs/git-deps/git-deps-9999.ebuild49
-rw-r--r--dev-vcs/git-deps/metadata.xml15
3 files changed, 0 insertions, 66 deletions
diff --git a/dev-vcs/git-deps/Manifest b/dev-vcs/git-deps/Manifest
deleted file mode 100644
index 93865dc20f86..000000000000
--- a/dev-vcs/git-deps/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD git-deps-9999.ebuild 1068 BLAKE2B f391c0f288187163ef21d5cc75f8c9fd685048ca265674c9686642cd5538f77e7084ec72310b9f09fea136d2b5d9767c4d87a85142a824e7067dc9ed636f5d39 SHA512 3c9636eb7b478d9bc8f66a406c871ddad72d55b7e7e09ed72f3d6225d97a39a2c092b5308bd4302c747cc0193aaf81c581927ee70f7e1081609d75a747dd9180
-MISC metadata.xml 490 BLAKE2B 12b1fd6d7c20349fe5ed2f76cfec260442479834c1cba9ef26722719ff6ea8b0d760519d8f7a62220e10b90b4e328a93898a61c974ece364736d1ad4a9828e8b SHA512 005daa7d1c3abffad1bda794339947dabfdb097a2abe85a1ea5b85fd962332d788d2903301f2b3442a3f35f5b97eb25d3ddd1add00460108ffc857f57c3fa926
diff --git a/dev-vcs/git-deps/git-deps-9999.ebuild b/dev-vcs/git-deps/git-deps-9999.ebuild
deleted file mode 100644
index 57d46ddb9f56..000000000000
--- a/dev-vcs/git-deps/git-deps-9999.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://github.com/aspiers/git-deps"
-EGIT_BRANCH=master
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils git-r3 python-single-r1
-
-DESCRIPTION="git commit dependency analysis tool"
-HOMEPAGE="https://github.com/aspiers/git-deps"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="
- $(python_gen_cond_dep '
- dev-python/flask[${PYTHON_MULTI_USEDEP}]
- dev-python/pygit2[${PYTHON_MULTI_USEDEP}]
- ')
- net-libs/nodejs
- ${PYTHON_DEPS}
- "
-DEPEND="${RDEPEND}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-HTML_DOCS="html/."
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}
-
-src_install() {
- python_newscript git-deps.py git-deps
- einstalldocs
-}
-
-pkg_postinst() {
- elog "Notes regarding the '--serve' option:"
- elog "Please run 'npm install browserify' once"
- elog "Copy the html sources:"
- elog "rsync -av ${EROOT}/usr/share/${PN}/html ~/git-deps-html"
- elog "cd ~/git-deps-html"
- elog "npm install"
- elog "browserify -t coffeeify -d js/git-deps-graph.coffee -o js/bundle.js"
-}
diff --git a/dev-vcs/git-deps/metadata.xml b/dev-vcs/git-deps/metadata.xml
deleted file mode 100644
index 1a9f54bc290b..000000000000
--- a/dev-vcs/git-deps/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>nicolasbock@gentoo.org</email>
- <name>Nicolas Bock</name>
- </maintainer>
- <longdescription lang="en">
- git-deps is a tool for performing automatic analysis of dependencies
- between commits in a git repository.
- </longdescription>
- <upstream>
- <remote-id type="github">aspiers/git-deps</remote-id>
- </upstream>
-</pkgmetadata>