Gentoo Archives: gentoo-commits

From: Alex Brandt <alunduil@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/fleet/
Date: Sun, 30 Aug 2015 18:23:04
Message-Id: 1440958954.6ca491ab146de8f3b8da18c0bb1be808a1f57b8f.alunduil@gentoo
1 commit: 6ca491ab146de8f3b8da18c0bb1be808a1f57b8f
2 Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 18:21:44 2015 +0000
4 Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 18:22:34 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca491ab
7
8 app-admin/fleet: drop postinst message from live ebuild
9
10 The postinst message in the live ebuild is applicable if coming from a version
11 less than 0.11.0. These versions are no longer available and haven't been for
12 some time.
13
14 Package-Manager: portage-2.2.20.1
15
16 app-admin/fleet/fleet-9999.ebuild | 10 ----------
17 1 file changed, 10 deletions(-)
18
19 diff --git a/app-admin/fleet/fleet-9999.ebuild b/app-admin/fleet/fleet-9999.ebuild
20 index cf22e12..c203877 100644
21 --- a/app-admin/fleet/fleet-9999.ebuild
22 +++ b/app-admin/fleet/fleet-9999.ebuild
23 @@ -43,13 +43,3 @@ src_install() {
24 insinto /etc/${PN}
25 newins "${PN}".conf.sample "${PN}".conf
26 }
27 -
28 -pkg_postinst() {
29 - ewarn "Please read this if you are upgrading from a version <0.10.0-r1."
30 - ewarn ""
31 - ewarn "Starting with fleet 0.10 the fleetctl utility has"
32 - ewarn "'--endpoint=unix:///var/run/fleet.sock' as default argument, which is"
33 - ewarn "why we have introduced the fleet.socket unit and renamed the service"
34 - ewarn "from fleetd.service to fleet.service. If you run fleet on system"
35 - ewarn "startup, please re-enable it via 'systemctl enable fleet'."
36 -}