Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/fleet/
Date: Tue, 27 Mar 2018 11:31:45
Message-Id: 1522150280.42b641a5aaa925b500cf7f79e8d8218690151968.mrueg@gentoo
1 commit: 42b641a5aaa925b500cf7f79e8d8218690151968
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 27 11:31:20 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 11:31:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b641a5
7
8 app-admin/fleet: Remove old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-admin/fleet/Manifest | 2 --
13 app-admin/fleet/fleet-0.11.5.ebuild | 46 -------------------------------------
14 app-admin/fleet/fleet-0.11.8.ebuild | 46 -------------------------------------
15 3 files changed, 94 deletions(-)
16
17 diff --git a/app-admin/fleet/Manifest b/app-admin/fleet/Manifest
18 index 2d10bcef739..9baad0eeb4a 100644
19 --- a/app-admin/fleet/Manifest
20 +++ b/app-admin/fleet/Manifest
21 @@ -1,3 +1 @@
22 -DIST fleet-0.11.5.tar.gz 456152 BLAKE2B b5c4d2763b39a1dff41f72b2cafb4e91aab0b78a57ad638ca0f5512a189e592be8f4776d3a96ccda18b1ecc34df73044b3274b8e550579bbac6b38c84bee0682 SHA512 1d97e386430db948d8730ec26b7d55a1dad00343600400bf21f9a1cb855e068063244ffe55774e72920c210181ff80bd9706ec99fd9eeb2ac28be14bba1dfbf9
23 -DIST fleet-0.11.8.tar.gz 443257 BLAKE2B 4b6d7a19e6d5e2dbc6460ba9df003945fca4bac57c111533339ae1eb06fc1caca585fb11511a6943258fddb8383f636f6c44df52118d77b5f3ca5538e3b038ca SHA512 637332716928efba0f49af1234cfccd1d3979982ad974eb86980263230db5f2bce4eed5dcd80546e371653678e3d3ec448edb50d04b8f336d7402525dfb4ef2f
24 DIST fleet-1.0.0.tar.gz 4865693 BLAKE2B 33991c25ff2f7bf4307a9a3d2a6274b08a358d8041f641eb33b68946a2e682caae8b20643ac2735f447398cd305b9e3a77370ad6fc2ebe26b12c2f290a03e1e6 SHA512 77f38b605e37499e31effd82c3c4f0efd6adda73e9ded86db68efcd19a34bdc44b9f6f88b7fc94f7ea4f55b2027a1270d3c87897bf12b121614384a91bd9a3cf
25
26 diff --git a/app-admin/fleet/fleet-0.11.5.ebuild b/app-admin/fleet/fleet-0.11.5.ebuild
27 deleted file mode 100644
28 index b983d3184a1..00000000000
29 --- a/app-admin/fleet/fleet-0.11.5.ebuild
30 +++ /dev/null
31 @@ -1,46 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -EGO_PN="github.com/coreos/fleet"
38 -
39 -inherit systemd vcs-snapshot
40 -
41 -DESCRIPTION="A Distributed init System"
42 -HOMEPAGE="https://github.com/coreos/fleet"
43 -SRC_URI="https://github.com/coreos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -IUSE="doc examples test"
49 -
50 -DEPEND="
51 - >=dev-lang/go-1.4:=
52 - test? ( dev-go/go-tools )
53 -"
54 -RDEPEND=""
55 -
56 -src_compile() {
57 - ./build || die 'Build failed'
58 -}
59 -
60 -src_test() {
61 - ./test || die 'Tests failed'
62 -}
63 -
64 -src_install() {
65 - dobin "${S}"/bin/fleetd
66 - dobin "${S}"/bin/fleetctl
67 -
68 - systemd_dounit "${FILESDIR}"/fleet.service
69 - systemd_dounit "${FILESDIR}"/fleet.socket
70 -
71 - dodoc README.md
72 - use doc && dodoc -r Documentation
73 - use examples && dodoc -r examples
74 -
75 - insinto /etc/${PN}
76 - newins "${PN}".conf.sample "${PN}".conf
77 -}
78
79 diff --git a/app-admin/fleet/fleet-0.11.8.ebuild b/app-admin/fleet/fleet-0.11.8.ebuild
80 deleted file mode 100644
81 index 2de9c9d839c..00000000000
82 --- a/app-admin/fleet/fleet-0.11.8.ebuild
83 +++ /dev/null
84 @@ -1,46 +0,0 @@
85 -# Copyright 1999-2016 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=5
89 -
90 -EGO_PN="github.com/coreos/fleet"
91 -
92 -inherit systemd vcs-snapshot
93 -
94 -DESCRIPTION="A Distributed init System"
95 -HOMEPAGE="https://github.com/coreos/fleet"
96 -SRC_URI="https://github.com/coreos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
97 -
98 -LICENSE="Apache-2.0"
99 -SLOT="0"
100 -KEYWORDS="~amd64"
101 -IUSE="doc examples test"
102 -
103 -DEPEND="
104 - >=dev-lang/go-1.4:=
105 - test? ( dev-go/go-tools )
106 -"
107 -RDEPEND=""
108 -
109 -src_compile() {
110 - ./build || die 'Build failed'
111 -}
112 -
113 -src_test() {
114 - ./test || die 'Tests failed'
115 -}
116 -
117 -src_install() {
118 - dobin "${S}"/bin/fleetd
119 - dobin "${S}"/bin/fleetctl
120 -
121 - systemd_dounit "${FILESDIR}"/fleet.service
122 - systemd_dounit "${FILESDIR}"/fleet.socket
123 -
124 - dodoc README.md
125 - use doc && dodoc -r Documentation
126 - use examples && dodoc -r examples
127 -
128 - insinto /etc/${PN}
129 - newins "${PN}".conf.sample "${PN}".conf
130 -}