williamh    15/07/07 18:39:19

  Modified:             ChangeLog
  Added:                fleet-0.11.0-r1.ebuild
  Log:
  rev bump to encorporate the changes from the live ebuild, approved by alunduil
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  Changes    Path
1.25                 app-admin/fleet/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/ChangeLog?rev=1.25&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/ChangeLog?rev=1.25&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/fleet/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   7 Jul 2015 18:14:09 -0000       1.24
+++ ChangeLog   7 Jul 2015 18:39:19 -0000       1.25
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/fleet
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/ChangeLog,v 1.24 2015/07/07 
18:14:09 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/ChangeLog,v 1.25 2015/07/07 
18:39:19 williamh Exp $
+
+*fleet-0.11.0-r1 (07 Jul 2015)
+
+  07 Jul 2015; William Hubbs <[email protected]> +fleet-0.11.0-r1.ebuild:
+  rev bump to encorporate the changes from the live ebuild, approved by 
alunduil
 
   07 Jul 2015; William Hubbs <[email protected]> fleet-9999.ebuild:
   with approval of alunduil: add slot dependency on dev-lang/Go and drop 
keepdir



1.1                  app-admin/fleet/fleet-0.11.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/fleet-0.11.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/fleet-0.11.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: fleet-0.11.0-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/fleet-0.11.0-r1.ebuild,v 1.1 
2015/07/07 18:39:19 williamh Exp $

EAPI=5

inherit systemd vcs-snapshot

DESCRIPTION="A Distributed init System"
HOMEPAGE="https://github.com/coreos/fleet";
SRC_URI="https://github.com/coreos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc examples test"

DEPEND="
        >=dev-lang/go-1.3:=
        test? ( dev-go/go-tools )
"
RDEPEND=""

src_compile() {
        ./build || die 'Build failed'
}

src_test() {
        ./test || die 'Tests failed'
}

src_install() {
        dobin "${S}"/bin/fleetd
        dobin "${S}"/bin/fleetctl

        systemd_dounit "${FILESDIR}"/fleet.service
        systemd_dounit "${FILESDIR}"/fleet.socket

        dodoc README.md
        use doc && dodoc -r Documentation
        use examples && dodoc -r examples

        insinto /etc/${PN}
        newins "${PN}".conf.sample "${PN}".conf
}

pkg_postinst() {
        ewarn "Please read this if you are upgrading from a version <0.10.0-r1."
        ewarn ""
        ewarn "Starting with fleet 0.10 the fleetctl utility has"
        ewarn "'--endpoint=unix:///var/run/fleet.sock' as default argument, 
which is"
        ewarn "why we have introduced the fleet.socket unit and renamed the 
service"
        ewarn "from fleetd.service to fleet.service. If you run fleet on system"
        ewarn "startup, please re-enable it via 'systemctl enable fleet'."
}




Reply via email to