alunduil 14/12/07 20:30:55 Modified: ChangeLog fleet-9999.ebuild Added: fleet-0.9.0.ebuild Log: add version 0.9.0 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
Revision Changes Path 1.5 app-admin/fleet/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/fleet/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 6 Nov 2014 15:59:58 -0000 1.4 +++ ChangeLog 7 Dec 2014 20:30:55 -0000 1.5 @@ -1,6 +1,12 @@ # ChangeLog for app-admin/fleet # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/ChangeLog,v 1.4 2014/11/06 15:59:58 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/ChangeLog,v 1.5 2014/12/07 20:30:55 alunduil Exp $ + +*fleet-0.9.0 (07 Dec 2014) + + 07 Dec 2014; Alex Brandt <[email protected]> +fleet-0.9.0.ebuild, + fleet-9999.ebuild: + add version 0.9.0 06 Nov 2014; Alex Brandt <[email protected]> metadata.xml: add Stefan Junker to metadata Stefan assisted with the latest updates to the 1.4 app-admin/fleet/fleet-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/fleet-9999.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/fleet-9999.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/fleet-9999.ebuild?r1=1.3&r2=1.4 Index: fleet-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/fleet/fleet-9999.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fleet-9999.ebuild 1 Nov 2014 20:35:53 -0000 1.3 +++ fleet-9999.ebuild 7 Dec 2014 20:30:55 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/fleet-9999.ebuild,v 1.3 2014/11/01 20:35:53 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/fleet-9999.ebuild,v 1.4 2014/12/07 20:30:55 alunduil Exp $ EAPI=5 @@ -24,8 +24,8 @@ ./build || die 'Build failed' } +RESTRICT="test" # Tests fail due to Gentoo bug #500452 src_test() { - # Tests fail due to Gentoo bug #500452 ./test || die 'Tests failed' } 1.1 app-admin/fleet/fleet-0.9.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/fleet-0.9.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/fleet-0.9.0.ebuild?rev=1.1&content-type=text/plain Index: fleet-0.9.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/fleet-0.9.0.ebuild,v 1.1 2014/12/07 20:30:55 alunduil 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" DEPEND=">=dev-lang/go-1.3" RDEPEND="" src_compile() { ./build || die 'Build failed' } RESTRICT="test" # Tests fail due to Gentoo bug #500452 src_test() { ./test || die 'Tests failed' } src_install() { dobin "${S}"/bin/fleetd dobin "${S}"/bin/fleetctl systemd_dounit "${FILESDIR}"/fleetd.service dodoc README.md use doc && dodoc -r Documentation use examples && dodoc -r examples keepdir /etc/${PN} insinto /etc/${PN} newins "${PN}".conf.sample "${PN}".conf } pkg_postinst() { ewarn "If you're upgrading from a version less than 0.8.0, please read the messages!" elog "The fleet binary name changed to fleetd." elog "If you're using systemd, update your configuration:" elog " systemctl disable fleet && systemctl enable fleetd" }
