Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-editors/micro/
Date: Thu, 17 Jun 2021 05:55:54
Message-Id: 1623905466.cd77e80147b9994d592b4b56071ac6f0ae17dfe0.telans@gentoo
1 commit: cd77e80147b9994d592b4b56071ac6f0ae17dfe0
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Thu Jun 17 03:52:41 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Thu Jun 17 04:51:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd77e801
7
8 app-editors/micro: drop 2.0.8
9
10 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
11
12 app-editors/micro/Manifest | 1 -
13 app-editors/micro/micro-2.0.8.ebuild | 121 -----------------------------------
14 2 files changed, 122 deletions(-)
15
16 diff --git a/app-editors/micro/Manifest b/app-editors/micro/Manifest
17 index dcdcfc824..b28298589 100644
18 --- a/app-editors/micro/Manifest
19 +++ b/app-editors/micro/Manifest
20 @@ -85,5 +85,4 @@ DIST gopkg.in%2Fyaml.v2%2F@v%2Fv2.2.7.mod 95 BLAKE2B adb3684980f1d8e6c23444e9102
21 DIST gopkg.in%2Fyaml.v2%2F@v%2Fv2.2.7.zip 80579 BLAKE2B d5de9f0dbf72902ec2244971ef1d62790008d5686ec66b67ca5ded08503168e507d7afdbc38fbfe3b431432e32d2c79540e407a2916ea93de24d45040262366a SHA512 c4a38c485edfd1773be4d3b3dd97c475b1894603526f5d95b40a3ba34b148f3979f0983444009d716e106fea0a2362836a5277f49ea21f764a55279f343a3920
22 DIST layeh.com%2Fgopher-luar%2F@v%2Fv1.0.7.mod 109 BLAKE2B 08629b072202d338d461af7142fd4049b4db1c2df5997c995edfa9b12b2db2df0da8160db7032bc84215c742ad67021910b2fa3ec87c33c14fec309a137cb174 SHA512 b2ec68ffa8d8e747ebfc1f6103ec980c0e02d372a50d44c1ca289688cceb41006443c02c937975bf5847460a6a071d17f1f0c8ee7549fa1cf4eccdf848020ac2
23 DIST layeh.com%2Fgopher-luar%2F@v%2Fv1.0.7.zip 36857 BLAKE2B c4ff2a1bbc2dc984fc24065f71b560cbdda220b78d88cff9ed5a91654984cd56c9e85b64a416c140e4b01bfda75734f7c77f882e3fb45a0227b3f47cc02781c8 SHA512 94b70a83a31acde7232223ca82d6588716b39d6463baf5f15d921a5bc24a7d9b98307b8d44d3bbc9a5a82f6e4111b2b9ba1c15ee313a3784a30d63fe5d198bd3
24 -DIST micro-2.0.8.tar.gz 802731 BLAKE2B af932c645f379389f788586cdef186fc6d94b34f8d5e2de3a0b17fd90d68296fb73af8d00322f8461de45c1a699c25d56d00cb5a9ec5177e2c7a17558aafb6a4 SHA512 c24ebdd8ea9d0af310c401157f4189ea00167d867aadd613b4be77c898c136ff9b4f5c44a1f84403deb9bc86a77f430386767849824da72ff21d2af890397c94
25 DIST micro-2.0.9.tar.gz 811560 BLAKE2B 2e461593e71fda69a6f75e5adfaedd7bcf052b8bda9899f03a1e25e3db3bb8071bec80716d14a0ff7a381728871f0705076ef69e4de58f40499a7501343b4063 SHA512 5dbf81deb734618ec0a8ccaffc65f972d8da1d28b761c31bf3f5433c02ad6daa2360b1ea825c0a2cfce2f8d31d6481d468bbe29b42e1c96083c7a941fe42bc3a
26
27 diff --git a/app-editors/micro/micro-2.0.8.ebuild b/app-editors/micro/micro-2.0.8.ebuild
28 deleted file mode 100644
29 index 3dbeb96e9..000000000
30 --- a/app-editors/micro/micro-2.0.8.ebuild
31 +++ /dev/null
32 @@ -1,121 +0,0 @@
33 -# Copyright 2020-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit go-module
39 -
40 -EGO_SUM=(
41 - "github.com/blang/semver v3.5.1+incompatible"
42 - "github.com/blang/semver v3.5.1+incompatible/go.mod"
43 - "github.com/chzyer/logex v1.1.10/go.mod"
44 - "github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod"
45 - "github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod"
46 - "github.com/davecgh/go-spew v1.1.0/go.mod"
47 - "github.com/davecgh/go-spew v1.1.1"
48 - "github.com/davecgh/go-spew v1.1.1/go.mod"
49 - "github.com/dustin/go-humanize v1.0.0"
50 - "github.com/dustin/go-humanize v1.0.0/go.mod"
51 - "github.com/gdamore/encoding v1.0.0"
52 - "github.com/gdamore/encoding v1.0.0/go.mod"
53 - "github.com/go-errors/errors v1.0.1"
54 - "github.com/go-errors/errors v1.0.1/go.mod"
55 - "github.com/kr/pretty v0.1.0"
56 - "github.com/kr/pretty v0.1.0/go.mod"
57 - "github.com/kr/pty v1.1.1/go.mod"
58 - "github.com/kr/text v0.1.0"
59 - "github.com/kr/text v0.1.0/go.mod"
60 - "github.com/lucasb-eyer/go-colorful v1.0.3"
61 - "github.com/lucasb-eyer/go-colorful v1.0.3/go.mod"
62 - "github.com/mattn/go-isatty v0.0.11"
63 - "github.com/mattn/go-isatty v0.0.11/go.mod"
64 - "github.com/mitchellh/go-homedir v1.1.0"
65 - "github.com/mitchellh/go-homedir v1.1.0/go.mod"
66 - "github.com/p-e-w/go-runewidth v0.0.10-0.20200613030200-3e1705c5c059"
67 - "github.com/p-e-w/go-runewidth v0.0.10-0.20200613030200-3e1705c5c059/go.mod"
68 - "github.com/pmezard/go-difflib v1.0.0"
69 - "github.com/pmezard/go-difflib v1.0.0/go.mod"
70 - "github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff"
71 - "github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff/go.mod"
72 - "github.com/sergi/go-diff v1.1.0"
73 - "github.com/sergi/go-diff v1.1.0/go.mod"
74 - "github.com/stretchr/objx v0.1.0"
75 - "github.com/stretchr/objx v0.1.0/go.mod"
76 - "github.com/stretchr/testify v1.4.0"
77 - "github.com/stretchr/testify v1.4.0/go.mod"
78 - "github.com/xo/terminfo v0.0.0-20200218205459-454e5b68f9e8"
79 - "github.com/xo/terminfo v0.0.0-20200218205459-454e5b68f9e8/go.mod"
80 - "github.com/yuin/gopher-lua v0.0.0-20190206043414-8bfc7677f583/go.mod"
81 - "github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb"
82 - "github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb/go.mod"
83 - "github.com/zyedidia/clipboard v1.0.3"
84 - "github.com/zyedidia/clipboard v1.0.3/go.mod"
85 - "github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3"
86 - "github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3/go.mod"
87 - "github.com/zyedidia/go-shellquote v0.0.0-20200613203517-eccd813c0655"
88 - "github.com/zyedidia/go-shellquote v0.0.0-20200613203517-eccd813c0655/go.mod"
89 - "github.com/zyedidia/highlight v0.0.0-20170330143449-201131ce5cf5"
90 - "github.com/zyedidia/highlight v0.0.0-20170330143449-201131ce5cf5/go.mod"
91 - "github.com/zyedidia/json5 v0.0.0-20200102012142-2da050b1a98d"
92 - "github.com/zyedidia/json5 v0.0.0-20200102012142-2da050b1a98d/go.mod"
93 - "github.com/zyedidia/poller v1.0.1"
94 - "github.com/zyedidia/poller v1.0.1/go.mod"
95 - "github.com/zyedidia/pty v2.0.0+incompatible"
96 - "github.com/zyedidia/pty v2.0.0+incompatible/go.mod"
97 - "github.com/zyedidia/tcell/v2 v2.0.6"
98 - "github.com/zyedidia/tcell/v2 v2.0.6/go.mod"
99 - "github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415"
100 - "github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415/go.mod"
101 - "golang.org/x/sys v0.0.0-20190204203706-41f3e6584952/go.mod"
102 - "golang.org/x/sys v0.0.0-20190626150813-e07cf5db2756/go.mod"
103 - "golang.org/x/sys v0.0.0-20191026070338-33540a1f6037"
104 - "golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod"
105 - "golang.org/x/text v0.3.0/go.mod"
106 - "golang.org/x/text v0.3.2"
107 - "golang.org/x/text v0.3.2/go.mod"
108 - "golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod"
109 - "gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod"
110 - "gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15"
111 - "gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod"
112 - "gopkg.in/sourcemap.v1 v1.0.5"
113 - "gopkg.in/sourcemap.v1 v1.0.5/go.mod"
114 - "gopkg.in/yaml.v2 v2.2.2/go.mod"
115 - "gopkg.in/yaml.v2 v2.2.4/go.mod"
116 - "gopkg.in/yaml.v2 v2.2.7"
117 - "gopkg.in/yaml.v2 v2.2.7/go.mod"
118 - "layeh.com/gopher-luar v1.0.7"
119 - "layeh.com/gopher-luar v1.0.7/go.mod"
120 -)
121 -
122 -go-module_set_globals
123 -
124 -DESCRIPTION="A modern and intuitive terminal-based text editor"
125 -HOMEPAGE="https://github.com/zyedidia/micro"
126 -SRC_URI="
127 - https://github.com/zyedidia/micro/archive/v${PV}.tar.gz -> ${P}.tar.gz
128 - ${EGO_SUM_SRC_URI}
129 -"
130 -
131 -LICENSE="MIT Apache-2.0 BSD BSD-2 MPL-2.0"
132 -SLOT="0"
133 -KEYWORDS="~amd64 ~arm64 ~x86"
134 -IUSE="wayland"
135 -RESTRICT="mirror"
136 -
137 -RDEPEND="
138 - !wayland? (
139 - x11-misc/xsel
140 - x11-misc/xclip
141 - )
142 - wayland? ( gui-apps/wl-clipboard )
143 -"
144 -
145 -src_compile() {
146 - go build -v -work -x -o ${PN} ./cmd/micro || die
147 -}
148 -
149 -src_install() {
150 - dobin ${PN}
151 - doman ./assets/packaging/micro.1
152 - einstalldocs
153 -}