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: Tue, 29 Nov 2022 00:43:26
Message-Id: 1669682555.3de98fb715fcd00a0b086ab80f1ee7c3f374cbe8.sping@gentoo
1 commit: 3de98fb715fcd00a0b086ab80f1ee7c3f374cbe8
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 22:57:47 2022 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 00:42:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de98fb7
7
8 dev-vcs/git-big-picture: Drop old
9
10 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
11
12 dev-vcs/git-big-picture/Manifest | 2 --
13 .../git-big-picture/git-big-picture-1.2.0.ebuild | 40 ----------------------
14 .../git-big-picture/git-big-picture-1.2.1.ebuild | 40 ----------------------
15 .../git-big-picture/git-big-picture-1.2.2.ebuild | 40 ----------------------
16 4 files changed, 122 deletions(-)
17
18 diff --git a/dev-vcs/git-big-picture/Manifest b/dev-vcs/git-big-picture/Manifest
19 index 5430e29afb7e..a9684c28ab3a 100644
20 --- a/dev-vcs/git-big-picture/Manifest
21 +++ b/dev-vcs/git-big-picture/Manifest
22 @@ -1,3 +1 @@
23 -DIST git-big-picture-1.2.0.tar.gz 2963822 BLAKE2B 2e2a5c223c212cc73f44a2f91ad1b83d46279baec77633b6253f21f0e3bc7eb2968fc9e47800976db9a720713597329ff442853b9bf151ebf112b60ebf87946e SHA512 144e098fedc8f0e9d7c2360ff8194d5100effd13b0b04598680d441b1ffa9d3307982e6404c54b859dffb3ff8d8ba1b5a7a01245b5bf7e87f36268b7e6b9d266
24 -DIST git-big-picture-1.2.1.tar.gz 2964502 BLAKE2B 1213c29e01c8556f694ecd12dcb397ba20f7a899042c2a02e7c10d80acdfbcc0e9f6c7b72f82575a3bff55af16fce993ad8d31a25f19ed655e55ad5d25e89f75 SHA512 efbbd730fad8f1e913a81d66bf758cdb2be548ed083fd9a778a79ff56f891fe57bb620c8ac3f6f65736b588619189b14332ca23902d3d510e4c6c4bc9714b682
25 DIST git-big-picture-1.2.2.tar.gz 2964564 BLAKE2B 39971b21a9c9a0a8d1bf41f37350a158b634d2eaa0add460c1c18b70f643ab226736d53a337d4ed2583903a5d6c3188ab7a1b06f48a3f354e28d57ec74441599 SHA512 62c43727bb688d6572e7caafe9c5da3b782504738dd0d83d5df675ba757e8be22a8630ec1863c07f0fd2e54549b2ccbd1250ba8f367a6f840afa7b8962c487e8
26
27 diff --git a/dev-vcs/git-big-picture/git-big-picture-1.2.0.ebuild b/dev-vcs/git-big-picture/git-big-picture-1.2.0.ebuild
28 deleted file mode 100644
29 index ee6e9b1c4603..000000000000
30 --- a/dev-vcs/git-big-picture/git-big-picture-1.2.0.ebuild
31 +++ /dev/null
32 @@ -1,40 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="7"
37 -
38 -PYTHON_COMPAT=( python3_{7..10} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Visualization tool for Git repositories"
43 -HOMEPAGE="https://github.com/git-big-picture/git-big-picture"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="GPL-3+"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="test"
50 -
51 -DEPEND="
52 - test? (
53 - dev-python/parameterized[${PYTHON_USEDEP}]
54 - dev-python/pytest[${PYTHON_USEDEP}]
55 - dev-util/cram[${PYTHON_USEDEP}]
56 - )
57 -"
58 -# No need for "[python]" or "[${PYTHON_USEDEP}]" with any of these
59 -# since they are invoked using subprocess
60 -RDEPEND="
61 - dev-vcs/git
62 - media-gfx/graphviz[svg]
63 -"
64 -
65 -RESTRICT="!test? ( test )"
66 -
67 -python_test() {
68 - pytest -vv test.py || die "Tests fail with ${EPYTHON}"
69 -
70 - distutils_install_for_testing
71 - cram test.cram || die "Tests fail with ${EPYTHON}"
72 -}
73
74 diff --git a/dev-vcs/git-big-picture/git-big-picture-1.2.1.ebuild b/dev-vcs/git-big-picture/git-big-picture-1.2.1.ebuild
75 deleted file mode 100644
76 index 8d0b7a15fdd2..000000000000
77 --- a/dev-vcs/git-big-picture/git-big-picture-1.2.1.ebuild
78 +++ /dev/null
79 @@ -1,40 +0,0 @@
80 -# Copyright 1999-2022 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI="7"
84 -
85 -PYTHON_COMPAT=( python3_{8..10} )
86 -
87 -inherit distutils-r1
88 -
89 -DESCRIPTION="Visualization tool for Git repositories"
90 -HOMEPAGE="https://github.com/git-big-picture/git-big-picture"
91 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
92 -
93 -LICENSE="GPL-3+"
94 -SLOT="0"
95 -KEYWORDS="~amd64 ~x86"
96 -IUSE="test"
97 -
98 -DEPEND="
99 - test? (
100 - dev-python/parameterized[${PYTHON_USEDEP}]
101 - dev-python/pytest[${PYTHON_USEDEP}]
102 - dev-util/cram[${PYTHON_USEDEP}]
103 - )
104 -"
105 -# No need for "[python]" or "[${PYTHON_USEDEP}]" with any of these
106 -# since they are invoked using subprocess
107 -RDEPEND="
108 - dev-vcs/git
109 - media-gfx/graphviz[svg]
110 -"
111 -
112 -RESTRICT="!test? ( test )"
113 -
114 -python_test() {
115 - pytest -vv test.py || die "Tests fail with ${EPYTHON}"
116 -
117 - distutils_install_for_testing
118 - cram test.cram || die "Tests fail with ${EPYTHON}"
119 -}
120
121 diff --git a/dev-vcs/git-big-picture/git-big-picture-1.2.2.ebuild b/dev-vcs/git-big-picture/git-big-picture-1.2.2.ebuild
122 deleted file mode 100644
123 index d1b02520c98f..000000000000
124 --- a/dev-vcs/git-big-picture/git-big-picture-1.2.2.ebuild
125 +++ /dev/null
126 @@ -1,40 +0,0 @@
127 -# Copyright 1999-2022 Gentoo Authors
128 -# Distributed under the terms of the GNU General Public License v2
129 -
130 -EAPI="8"
131 -
132 -PYTHON_COMPAT=( python3_{8..10} )
133 -
134 -inherit distutils-r1
135 -
136 -DESCRIPTION="Visualization tool for Git repositories"
137 -HOMEPAGE="https://github.com/git-big-picture/git-big-picture"
138 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
139 -
140 -LICENSE="GPL-3+"
141 -SLOT="0"
142 -KEYWORDS="~amd64 ~x86"
143 -IUSE="test"
144 -
145 -DEPEND="
146 - test? (
147 - dev-python/parameterized[${PYTHON_USEDEP}]
148 - dev-python/pytest[${PYTHON_USEDEP}]
149 - dev-util/cram[${PYTHON_USEDEP}]
150 - )
151 -"
152 -# No need for "[python]" or "[${PYTHON_USEDEP}]" with any of these
153 -# since they are invoked using subprocess
154 -RDEPEND="
155 - dev-vcs/git
156 - media-gfx/graphviz[svg]
157 -"
158 -
159 -RESTRICT="!test? ( test )"
160 -
161 -python_test() {
162 - pytest -vv test.py || die "Tests fail with ${EPYTHON}"
163 -
164 - distutils_install_for_testing
165 - cram test.cram || die "Tests fail with ${EPYTHON}"
166 -}