Merge pull request #335 from bcwaldon/fleet-rename

fix(app-admin/fleet): Rename coreinit -> fleet
This commit is contained in:
Brandon Philips 2014-02-05 17:12:24 -08:00
commit 553b632fd8
4 changed files with 9 additions and 9 deletions

View File

@ -1,8 +1,8 @@
[Unit]
Description=coreinit
Description=fleet
[Service]
ExecStart=/usr/bin/coreinit
ExecStart=/usr/bin/fleet
[Install]
WantedBy=multi-user.target

View File

@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_PROJECT="coreos/coreinit"
CROS_WORKON_LOCALNAME="coreinit"
CROS_WORKON_PROJECT="coreos/fleet"
CROS_WORKON_LOCALNAME="fleet"
CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
@ -15,8 +15,8 @@ fi
inherit cros-workon systemd
DESCRIPTION="coreinit"
HOMEPAGE="https://github.com/coreos/coreinit"
DESCRIPTION="fleet"
HOMEPAGE="https://github.com/coreos/fleet"
SRC_URI=""
LICENSE="Apache-2.0"
@ -30,8 +30,8 @@ src_compile() {
}
src_install() {
dobin ${S}/bin/coreinit
dobin ${S}/bin/corectl
dobin ${S}/bin/fleet
dobin ${S}/bin/fleetctl
systemd_dounit "${FILESDIR}"/${PN}.service
systemd_enable_service multi-user.target ${PN}.service

View File

@ -14,5 +14,5 @@ IUSE=""
DEPEND=""
RDEPEND="
app-admin/coreinit
app-admin/fleet
"