Gentoo Archives: gentoo-commits

From: Sergey Torokhov <torokhov-s-a@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/lazygit/
Date: Wed, 13 May 2020 19:06:00
Message-Id: 1589396704.15365b38a41a39575ce3cb1decf93fb2a9bf8ffd.SergeyTorokhov@gentoo
1 commit: 15365b38a41a39575ce3cb1decf93fb2a9bf8ffd
2 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Wed May 13 19:05:04 2020 +0000
4 Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
5 CommitDate: Wed May 13 19:05:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15365b38
7
8 dev-vcs/lazygit: drop old 0.20.x versions
9
10 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
11
12 dev-vcs/lazygit/Manifest | 2 --
13 dev-vcs/lazygit/lazygit-0.20.2.ebuild | 36 -----------------------------------
14 dev-vcs/lazygit/lazygit-0.20.ebuild | 36 -----------------------------------
15 3 files changed, 74 deletions(-)
16
17 diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
18 index 604ca50..94a8496 100644
19 --- a/dev-vcs/lazygit/Manifest
20 +++ b/dev-vcs/lazygit/Manifest
21 @@ -1,4 +1,2 @@
22 DIST lazygit-0.19.tar.gz 9193308 BLAKE2B c07141661387094651cb6137579dea8ab5231b3e08b0733124cc97f1392251db592e01d60297356c8c5df1f1db554bc8a3be86cd07beed158d33b9eabdb015d4 SHA512 6259fdb98ae74ee59f395bd79fcbe3280b679883cbc0c190e64a36464c258597e18a6b70842cb242696536cfea35ea9c83f43b05ad20ead4f5120e436875abad
23 -DIST lazygit-0.20.2.tar.gz 9193638 BLAKE2B be26fd997e2cef99198a0406a2bdfef365a4b5db5aaeb4d10e040a24cc1bdb53ff2113be7671eb0dad904391614f8e1f8788f330afffa5a232905634cc0fa174 SHA512 0b3b88faf4ec17084e30924774ae5f6f9e151e043bffb8f3a10d3419ac733f19748a40ffd3c57b798ab67d32d91230d50cdb4228d899d77bb1bd53de1de833f5
24 DIST lazygit-0.20.3.tar.gz 9195508 BLAKE2B e20d6195ace5b36d2f47deaffeb838b547d87868ae7c63a7fc0b6f753648728575060ad90e9bbd3e379b30a6f657eeaf8479669a2f0660cadfae50fa7dd7efdc SHA512 810112ee42c11e9750d68fd3c22047b1bdd79d2fa92ece2cfb959f631c143b1d412756cd4ca8fa81c81a9889d4bc7e37053fd94990ec8f4f0ea7ae9d244a6512
25 -DIST lazygit-0.20.tar.gz 9193540 BLAKE2B e48b68dc68f124e0dc63c1a846232e45f4e8ab0113b10a80d34adf6d28454d9b30cc6b03ab17a0b23700031b59ac9f809c00d5b9a6ee729e136e9cd68cbc83c4 SHA512 9e45a117322be87d56d1824cb87ecd1fb6c5dad8de3ef950f25d9e3fbe3bc712507575d59702c1614acbc999cdc482ab9fe852e5b16424ac40f2c94f070cef9b
26
27 diff --git a/dev-vcs/lazygit/lazygit-0.20.2.ebuild b/dev-vcs/lazygit/lazygit-0.20.2.ebuild
28 deleted file mode 100644
29 index df46884..0000000
30 --- a/dev-vcs/lazygit/lazygit-0.20.2.ebuild
31 +++ /dev/null
32 @@ -1,36 +0,0 @@
33 -# Copyright 1999-2020 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.20.ebuild b/dev-vcs/lazygit/lazygit-0.20.ebuild
71 deleted file mode 100644
72 index df46884..0000000
73 --- a/dev-vcs/lazygit/lazygit-0.20.ebuild
74 +++ /dev/null
75 @@ -1,36 +0,0 @@
76 -# Copyright 1999-2020 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 -}