Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-big-picture/
Date: Sat, 26 Mar 2022 15:59:36
Message-Id: 1648310116.d1ddb977ab03679f21763ab8ff7928c5d08b60ee.sping@gentoo
1 commit: d1ddb977ab03679f21763ab8ff7928c5d08b60ee
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 15:55:16 2022 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 15:55:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ddb977
7
8 dev-vcs/git-big-picture: Drop old
9
10 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12
13 dev-vcs/git-big-picture/Manifest | 2 --
14 .../git-big-picture/git-big-picture-1.0.0.ebuild | 32 -----------------
15 .../git-big-picture-1.1.1-r1.ebuild | 39 ---------------------
16 .../git-big-picture/git-big-picture-1.1.1.ebuild | 40 ----------------------
17 4 files changed, 113 deletions(-)
18
19 diff --git a/dev-vcs/git-big-picture/Manifest b/dev-vcs/git-big-picture/Manifest
20 index ab8f733b6c82..27de9c06759b 100644
21 --- a/dev-vcs/git-big-picture/Manifest
22 +++ b/dev-vcs/git-big-picture/Manifest
23 @@ -1,3 +1 @@
24 -DIST git-big-picture-1.0.0.tar.gz 2952246 BLAKE2B caf28b57399bbdc2c80feda70e2a043dc1a8ffdc1e88bc79ccec44d6857e52726961e5febe9d1dbe1230818990a291900237cc01f65e819995243cbbc47ba8a9 SHA512 3b5416d3802c91ee35ad31ef702ada5f23b33cd77ef4c1f15cf22bb7f7d1e3c315e100aabdca3831b56d52b1d1637afa86382f89f0a2bbc8c60970095cd53d43
25 -DIST git-big-picture-1.1.1.tar.gz 2960674 BLAKE2B 00b3117f810b78965e5a260000689c3275f078307f8e5ef90e6a032036eeedcda743c6eff3e3a1f53744d71d9b3bf2692efc558d5f5b20eada9a9b2e21559796 SHA512 1bf1b620d73cccb058034bc8920adcab117fbda8b921937aac6b90e2162cf4b334cae934b0395efdf40b5e9a363e7ec69090ca943c839829dedaa40428dbdb13
26 DIST git-big-picture-1.2.0.tar.gz 2963822 BLAKE2B 2e2a5c223c212cc73f44a2f91ad1b83d46279baec77633b6253f21f0e3bc7eb2968fc9e47800976db9a720713597329ff442853b9bf151ebf112b60ebf87946e SHA512 144e098fedc8f0e9d7c2360ff8194d5100effd13b0b04598680d441b1ffa9d3307982e6404c54b859dffb3ff8d8ba1b5a7a01245b5bf7e87f36268b7e6b9d266
27
28 diff --git a/dev-vcs/git-big-picture/git-big-picture-1.0.0.ebuild b/dev-vcs/git-big-picture/git-big-picture-1.0.0.ebuild
29 deleted file mode 100644
30 index f8cb39383304..000000000000
31 --- a/dev-vcs/git-big-picture/git-big-picture-1.0.0.ebuild
32 +++ /dev/null
33 @@ -1,32 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="7"
38 -
39 -PYTHON_COMPAT=( python3_{7..9} )
40 -DISTUTILS_USE_SETUPTOOLS=rdepend
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Visualization tool for Git repositories"
45 -HOMEPAGE="https://github.com/git-big-picture/git-big-picture"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="GPL-3+"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -
53 -# No need for "[python]" or "[${PYTHON_USEDEP}]" with any of these
54 -# since they are invoked using subprocess
55 -RDEPEND="
56 - dev-vcs/git
57 - media-gfx/graphviz[svg]
58 -"
59 -
60 -distutils_enable_tests pytest
61 -
62 -src_prepare() {
63 - mv test.py test_some.py || die # help pytest with test discovery
64 - default
65 -}
66
67 diff --git a/dev-vcs/git-big-picture/git-big-picture-1.1.1-r1.ebuild b/dev-vcs/git-big-picture/git-big-picture-1.1.1-r1.ebuild
68 deleted file mode 100644
69 index 3164eba3540d..000000000000
70 --- a/dev-vcs/git-big-picture/git-big-picture-1.1.1-r1.ebuild
71 +++ /dev/null
72 @@ -1,39 +0,0 @@
73 -# Copyright 1999-2021 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI="7"
77 -
78 -PYTHON_COMPAT=( python3_{7..10} )
79 -
80 -inherit distutils-r1
81 -
82 -DESCRIPTION="Visualization tool for Git repositories"
83 -HOMEPAGE="https://github.com/git-big-picture/git-big-picture"
84 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
85 -
86 -LICENSE="GPL-3+"
87 -SLOT="0"
88 -KEYWORDS="~amd64 ~x86"
89 -IUSE="test"
90 -
91 -DEPEND="
92 - test? (
93 - dev-python/pytest[${PYTHON_USEDEP}]
94 - dev-util/cram[${PYTHON_USEDEP}]
95 - )
96 -"
97 -# No need for "[python]" or "[${PYTHON_USEDEP}]" with any of these
98 -# since they are invoked using subprocess
99 -RDEPEND="
100 - dev-vcs/git
101 - media-gfx/graphviz[svg]
102 -"
103 -
104 -RESTRICT="!test? ( test )"
105 -
106 -python_test() {
107 - pytest -vv test.py || die "Tests fail with ${EPYTHON}"
108 -
109 - distutils_install_for_testing
110 - cram test.cram || die "Tests fail with ${EPYTHON}"
111 -}
112
113 diff --git a/dev-vcs/git-big-picture/git-big-picture-1.1.1.ebuild b/dev-vcs/git-big-picture/git-big-picture-1.1.1.ebuild
114 deleted file mode 100644
115 index 160479d2633e..000000000000
116 --- a/dev-vcs/git-big-picture/git-big-picture-1.1.1.ebuild
117 +++ /dev/null
118 @@ -1,40 +0,0 @@
119 -# Copyright 1999-2021 Gentoo Authors
120 -# Distributed under the terms of the GNU General Public License v2
121 -
122 -EAPI="7"
123 -
124 -PYTHON_COMPAT=( python3_{7..9} )
125 -DISTUTILS_USE_SETUPTOOLS=rdepend
126 -
127 -inherit distutils-r1
128 -
129 -DESCRIPTION="Visualization tool for Git repositories"
130 -HOMEPAGE="https://github.com/git-big-picture/git-big-picture"
131 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
132 -
133 -LICENSE="GPL-3+"
134 -SLOT="0"
135 -KEYWORDS="~amd64 ~x86"
136 -IUSE="test"
137 -
138 -# No need for "[python]" or "[${PYTHON_USEDEP}]" with any of these
139 -# since they are invoked using subprocess
140 -DEPEND="
141 - test? (
142 - dev-python/pytest[${PYTHON_USEDEP}]
143 - dev-util/cram[${PYTHON_USEDEP}]
144 - )
145 -"
146 -RDEPEND="
147 - dev-vcs/git
148 - media-gfx/graphviz[svg]
149 -"
150 -
151 -RESTRICT="!test? ( test )"
152 -
153 -python_test() {
154 - pytest -vv test.py || die "Tests fail with ${EPYTHON}"
155 -
156 - distutils_install_for_testing
157 - cram test.cram || die "Tests fail with ${EPYTHON}"
158 -}