Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/peco/
Date: Sun, 01 Dec 2019 21:23:41
Message-Id: 1575235413.ca5730ef333290c66ee2c2b9f225f3141ec05276.mgorny@gentoo
1 commit: ca5730ef333290c66ee2c2b9f225f3141ec05276
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 1 21:07:42 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 21:23:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5730ef
7
8 app-shells/peco: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-shells/peco/peco-0.5.3-r1.ebuild | 54 ------------------------------------
13 app-shells/peco/peco-0.5.3.ebuild | 54 ------------------------------------
14 2 files changed, 108 deletions(-)
15
16 diff --git a/app-shells/peco/peco-0.5.3-r1.ebuild b/app-shells/peco/peco-0.5.3-r1.ebuild
17 deleted file mode 100644
18 index b548d189488..00000000000
19 --- a/app-shells/peco/peco-0.5.3-r1.ebuild
20 +++ /dev/null
21 @@ -1,54 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -EGO_VENDOR=( "github.com/google/btree 0c3044bc8bada22db67b93f5760fe3f05d6a5c25"
28 - "github.com/jessevdk/go-flags 8bc97d602c3bfeb5fc6fc9b5a9c898f245495637"
29 - "github.com/lestrrat/go-pdebug 2e6eaaa5717f81bda41d27070d3c966f40a1e75f"
30 - "github.com/mattn/go-runewidth 737072b4e32b7a5018b4a7125da8d12de90e8045"
31 - "github.com/nsf/termbox-go e2050e41c8847748ec5288741c0b19a8cb26d084"
32 - "github.com/pkg/errors 248dadf4e9068a0b3e79f02ed0a610d935de5302"
33 - "github.com/stretchr/testify 18a02ba4a312f95da08ff4cfc0055750ce50ae9e" )
34 -
35 -EGO_PN="github.com/peco/${PN}"
36 -
37 -inherit golang-vcs-snapshot
38 -
39 -DESCRIPTION="Simplistic interactive filtering tool"
40 -HOMEPAGE="https://github.com/peco/peco"
41 -SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
42 - ${EGO_VENDOR_URI}"
43 -
44 -LICENSE="Apache-2.0 BSD BSD-2 MIT"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -IUSE="test"
48 -
49 -DEPEND="test? ( dev-go/glide )"
50 -
51 -DOCS=( src/"${EGO_PN}"/{Changes,README.md} )
52 -
53 -src_prepare() {
54 - default
55 -
56 - # Don't install dependencies, make build verbose
57 - sed -i -e '/peco\$(SUFFIX):/s/ installdeps//' \
58 - -e '/test:/s/ installdeps//' \
59 - -e '/go build/s/-o/-v -x -o/' \
60 - -e '/go test -v/s#$(INTERNAL_BIN_DIR)/$(THIS_GOOS)/$(THIS_GOARCH)/##' \
61 - src/"${EGO_PN}"/Makefile || die "sed failed"
62 -}
63 -
64 -src_compile() {
65 - GOPATH="${S}:$(get_golibdir_gopath)" emake -C src/"${EGO_PN}" build
66 -}
67 -
68 -src_test() {
69 - GOPATH="${S}:$(get_golibdir_gopath)" emake -C src/"${EGO_PN}" test
70 -}
71 -
72 -src_install() {
73 - einstalldocs
74 - dobin src/"${EGO_PN}"/releases/peco_linux_amd64/peco
75 -}
76
77 diff --git a/app-shells/peco/peco-0.5.3.ebuild b/app-shells/peco/peco-0.5.3.ebuild
78 deleted file mode 100644
79 index c40d5b88851..00000000000
80 --- a/app-shells/peco/peco-0.5.3.ebuild
81 +++ /dev/null
82 @@ -1,54 +0,0 @@
83 -# Copyright 1999-2019 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=6
87 -
88 -EGO_VENDOR=( "github.com/google/btree 0c3044bc8bada22db67b93f5760fe3f05d6a5c25"
89 - "github.com/jessevdk/go-flags 8bc97d602c3bfeb5fc6fc9b5a9c898f245495637"
90 - "github.com/lestrrat/go-pdebug 2e6eaaa5717f81bda41d27070d3c966f40a1e75f"
91 - "github.com/mattn/go-runewidth 737072b4e32b7a5018b4a7125da8d12de90e8045"
92 - "github.com/nsf/termbox-go e2050e41c8847748ec5288741c0b19a8cb26d084"
93 - "github.com/pkg/errors 248dadf4e9068a0b3e79f02ed0a610d935de5302"
94 - "github.com/stretchr/testify 18a02ba4a312f95da08ff4cfc0055750ce50ae9e" )
95 -
96 -EGO_PN="github.com/peco/${PN}"
97 -
98 -inherit golang-vcs-snapshot
99 -
100 -DESCRIPTION="Simplistic interactive filtering tool"
101 -HOMEPAGE="https://github.com/peco/peco"
102 -SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
103 - ${EGO_VENDOR_URI}"
104 -
105 -LICENSE="Apache-2.0 BSD BSD-2 MIT"
106 -SLOT="0"
107 -KEYWORDS="~amd64"
108 -IUSE="test"
109 -
110 -DEPEND="test? ( dev-go/glide )"
111 -
112 -DOCS=( src/"${EGO_PN}"/{Changes,README.md} )
113 -
114 -src_prepare() {
115 - default
116 -
117 - # Don't install dependencies, make build verbose
118 - sed -i -e '/peco\$(SUFFIX):/s/ installdeps//' \
119 - -e '/test:/s/ installdeps//' \
120 - -e '/go build/s/-o/-v -x -o/' \
121 - -e '/go test -v/s#$(INTERNAL_BIN_DIR)/$(THIS_GOOS)/$(THIS_GOARCH)/##' \
122 - src/"${EGO_PN}"/Makefile || die "sed failed"
123 -}
124 -
125 -src_compile() {
126 - GOPATH="${S}:$(get_golibdir_gopath)" emake -C src/"${EGO_PN}" build
127 -}
128 -
129 -src_test() {
130 - GOPATH="${S}:$(get_golibdir_gopath)" emake -C src/"${EGO_PN}" test
131 -}
132 -
133 -src_install() {
134 - einstalldocs
135 - dobin src/"${EGO_PN}"/releases/peco_linux_amd64/peco
136 -}