Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-deps/
Date: Sat, 08 Oct 2016 11:55:36
Message-Id: 1475926498.b1638ccb950f026b98e0787fbb88e67de8a28558.pacho@gentoo
1 commit: b1638ccb950f026b98e0787fbb88e67de8a28558
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 8 11:34:58 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 8 11:34:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1638ccb
7
8 Remove masked for removal package
9
10 dev-vcs/git-deps/git-deps-9999.ebuild | 48 -----------------------------------
11 dev-vcs/git-deps/metadata.xml | 12 ---------
12 2 files changed, 60 deletions(-)
13
14 diff --git a/dev-vcs/git-deps/git-deps-9999.ebuild b/dev-vcs/git-deps/git-deps-9999.ebuild
15 deleted file mode 100644
16 index 0e5eb8a..00000000
17 --- a/dev-vcs/git-deps/git-deps-9999.ebuild
18 +++ /dev/null
19 @@ -1,48 +0,0 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 -
24 -EAPI=6
25 -
26 -EGIT_REPO_URI="https://github.com/aspiers/git-deps"
27 -EGIT_BRANCH=master
28 -
29 -PYTHON_COMPAT=( python2_7 )
30 -
31 -inherit eutils git-r3 python-single-r1
32 -
33 -DESCRIPTION="git commit dependency analysis tool"
34 -HOMEPAGE="https://github.com/aspiers/git-deps"
35 -
36 -LICENSE="GPL-2"
37 -SLOT="0"
38 -
39 -RDEPEND="
40 - dev-python/flask[${PYTHON_USEDEP}]
41 - dev-python/pygit2[${PYTHON_USEDEP}]
42 - net-libs/nodejs
43 - ${PYTHON_DEPS}
44 - "
45 -DEPEND="${RDEPEND}"
46 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
47 -
48 -HTML_DOCS="html/."
49 -
50 -pkg_setup() {
51 - python-single-r1_pkg_setup
52 -}
53 -
54 -src_install() {
55 - python_newscript git-deps.py git-deps
56 - einstalldocs
57 -}
58 -
59 -pkg_postinst() {
60 - elog "Notes regarding the '--serve' option:"
61 - elog "Please run 'npm install browserify' once"
62 - elog "Copy the html sources:"
63 - elog "rsync -av ${EROOT}/usr/share/${PN}/html ~/git-deps-html"
64 - elog "cd ~/git-deps-html"
65 - elog "npm install"
66 - elog "browserify -t coffeeify -d js/git-deps-graph.coffee -o js/bundle.js"
67 -}
68
69 diff --git a/dev-vcs/git-deps/metadata.xml b/dev-vcs/git-deps/metadata.xml
70 deleted file mode 100644
71 index 80bc337..00000000
72 --- a/dev-vcs/git-deps/metadata.xml
73 +++ /dev/null
74 @@ -1,12 +0,0 @@
75 -<?xml version="1.0" encoding="UTF-8"?>
76 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
77 -<pkgmetadata>
78 - <maintainer type="person">
79 - <email>nicolasbock@g.o</email>
80 - <name>Nicolas Bock</name>
81 - </maintainer>
82 - <longdescription lang="en">
83 - git-deps is a tool for performing automatic analysis of dependencies
84 - between commits in a git repository.
85 - </longdescription>
86 -</pkgmetadata>