Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/lazygit/
Date: Tue, 25 May 2021 08:10:18
Message-Id: 1621930010.971cafa8c3bce43bc558e7c36a1c1018f37c6648.cybertailor@gentoo
1 commit: 971cafa8c3bce43bc558e7c36a1c1018f37c6648
2 Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon May 24 19:31:10 2021 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Tue May 25 08:06:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=971cafa8
7
8 dev-vcs/lazygit: drop 0.25.1, 0.26.1
9
10 Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-vcs/lazygit/Manifest | 2 --
13 dev-vcs/lazygit/lazygit-0.25.1.ebuild | 36 -----------------------------------
14 dev-vcs/lazygit/lazygit-0.26.1.ebuild | 36 -----------------------------------
15 3 files changed, 74 deletions(-)
16
17 diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
18 index fe8620e71..6b9a33143 100644
19 --- a/dev-vcs/lazygit/Manifest
20 +++ b/dev-vcs/lazygit/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST lazygit-0.25.1.tar.gz 2192584 BLAKE2B e2254ea3998f8be17f0c75d328975b30af21e1eddc070e6e1c2711b54e8a7e1a4f24d91a0eb80451480547d26c9b01ac23e43ea73d59cc4a6bcc158992c73987 SHA512 281a0e67b75c6dc69baf64bbcaeb20844874528564093ae2c64159d1c92eaaaebf73a176730fb80db9a2055cfcdd2c8ba77a12566ef94c182eb5ef16e2d677b9
23 -DIST lazygit-0.26.1.tar.gz 2192018 BLAKE2B 9c48e6d0ee176ed1a49a684c4ad65ba139329c690af654508e866b6213ab3572d7f47915d849a0e65242f57b552568e1a34825a8050cd42e864d6b25f2e36559 SHA512 abdc8cfc509c77e4b7a249a32a000f3f80e9e5c11d26b48c3882fc49e9da1e477573590a16fa9c03ccb81d6342173f4abfa16031392d8180e7ca70071d503b3a
24 DIST lazygit-0.27.4.tar.gz 3214405 BLAKE2B 123c2b7ca1bb63fa7d7a40b4c8a56b3f39b651c214ad55179dd07cd81588341589419759207263bbf809da89218e35d2c6185c79bcfd9ee59480ed66d67506dc SHA512 a053d4d3e3458ad33c415a7e9d4286a52b23429babae715afacc61a91185a309d78951cc617ad182cdb59aa53ce48dae9ce38f65c38c8364eaac88d92e478c9d
25 DIST lazygit-0.28.1.tar.gz 3222346 BLAKE2B 8cfb3cd59c991cefb3de652c49ef8bb0f94f7f1da6af9fa62e4288383ae14e64644a82fb8ca4d2037fa6b39a54b6b716b9851d42e023ea0a81e2b9d865f6df69 SHA512 8e477216f2f93b3e1d9a5d2c771d05a180e5f193a84afb6d8f93b6fa1d91a7efac89e6e43c5c1c0034c19a19f7e6dada6eed69402cabf5ca2860284fb2c6e232
26
27 diff --git a/dev-vcs/lazygit/lazygit-0.25.1.ebuild b/dev-vcs/lazygit/lazygit-0.25.1.ebuild
28 deleted file mode 100644
29 index 233a104b0..000000000
30 --- a/dev-vcs/lazygit/lazygit-0.25.1.ebuild
31 +++ /dev/null
32 @@ -1,36 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -EGO_PN="github.com/jesseduffield/lazygit"
39 -
40 -inherit golang-build golang-vcs-snapshot
41 -
42 -DESCRIPTION="Lazygit, a simple terminal UI for git commands"
43 -HOMEPAGE="https://github.com/jesseduffield/lazygit"
44 -SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64"
49 -IUSE="doc"
50 -
51 -DEPEND=( sys-libs/glibc )
52 -RDEPEND=(
53 - ${DEPEND}
54 - dev-vcs/git
55 -)
56 -
57 -DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
58 -
59 -src_compile() {
60 - GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
61 -}
62 -
63 -src_install() {
64 - dobin bin/lazygit
65 -
66 - use doc && dodoc -r "src/${EGO_PN}/docs/."
67 - einstalldocs
68 -}
69
70 diff --git a/dev-vcs/lazygit/lazygit-0.26.1.ebuild b/dev-vcs/lazygit/lazygit-0.26.1.ebuild
71 deleted file mode 100644
72 index 233a104b0..000000000
73 --- a/dev-vcs/lazygit/lazygit-0.26.1.ebuild
74 +++ /dev/null
75 @@ -1,36 +0,0 @@
76 -# Copyright 1999-2021 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=7
80 -
81 -EGO_PN="github.com/jesseduffield/lazygit"
82 -
83 -inherit golang-build golang-vcs-snapshot
84 -
85 -DESCRIPTION="Lazygit, a simple terminal UI for git commands"
86 -HOMEPAGE="https://github.com/jesseduffield/lazygit"
87 -SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
88 -
89 -LICENSE="MIT"
90 -SLOT="0"
91 -KEYWORDS="~amd64"
92 -IUSE="doc"
93 -
94 -DEPEND=( sys-libs/glibc )
95 -RDEPEND=(
96 - ${DEPEND}
97 - dev-vcs/git
98 -)
99 -
100 -DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
101 -
102 -src_compile() {
103 - GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
104 -}
105 -
106 -src_install() {
107 - dobin bin/lazygit
108 -
109 - use doc && dodoc -r "src/${EGO_PN}/docs/."
110 - einstalldocs
111 -}