public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/fleet/
Date: Tue, 27 Mar 2018 11:31:40 +0000 (UTC)	[thread overview]
Message-ID: <1522150280.42b641a5aaa925b500cf7f79e8d8218690151968.mrueg@gentoo> (raw)

commit:     42b641a5aaa925b500cf7f79e8d8218690151968
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 27 11:31:20 2018 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Mar 27 11:31:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b641a5

app-admin/fleet: Remove old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/fleet/Manifest            |  2 --
 app-admin/fleet/fleet-0.11.5.ebuild | 46 -------------------------------------
 app-admin/fleet/fleet-0.11.8.ebuild | 46 -------------------------------------
 3 files changed, 94 deletions(-)

diff --git a/app-admin/fleet/Manifest b/app-admin/fleet/Manifest
index 2d10bcef739..9baad0eeb4a 100644
--- a/app-admin/fleet/Manifest
+++ b/app-admin/fleet/Manifest
@@ -1,3 +1 @@
-DIST fleet-0.11.5.tar.gz 456152 BLAKE2B b5c4d2763b39a1dff41f72b2cafb4e91aab0b78a57ad638ca0f5512a189e592be8f4776d3a96ccda18b1ecc34df73044b3274b8e550579bbac6b38c84bee0682 SHA512 1d97e386430db948d8730ec26b7d55a1dad00343600400bf21f9a1cb855e068063244ffe55774e72920c210181ff80bd9706ec99fd9eeb2ac28be14bba1dfbf9
-DIST fleet-0.11.8.tar.gz 443257 BLAKE2B 4b6d7a19e6d5e2dbc6460ba9df003945fca4bac57c111533339ae1eb06fc1caca585fb11511a6943258fddb8383f636f6c44df52118d77b5f3ca5538e3b038ca SHA512 637332716928efba0f49af1234cfccd1d3979982ad974eb86980263230db5f2bce4eed5dcd80546e371653678e3d3ec448edb50d04b8f336d7402525dfb4ef2f
 DIST fleet-1.0.0.tar.gz 4865693 BLAKE2B 33991c25ff2f7bf4307a9a3d2a6274b08a358d8041f641eb33b68946a2e682caae8b20643ac2735f447398cd305b9e3a77370ad6fc2ebe26b12c2f290a03e1e6 SHA512 77f38b605e37499e31effd82c3c4f0efd6adda73e9ded86db68efcd19a34bdc44b9f6f88b7fc94f7ea4f55b2027a1270d3c87897bf12b121614384a91bd9a3cf

diff --git a/app-admin/fleet/fleet-0.11.5.ebuild b/app-admin/fleet/fleet-0.11.5.ebuild
deleted file mode 100644
index b983d3184a1..00000000000
--- a/app-admin/fleet/fleet-0.11.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-EGO_PN="github.com/coreos/fleet"
-
-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.4:=
-	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
-}

diff --git a/app-admin/fleet/fleet-0.11.8.ebuild b/app-admin/fleet/fleet-0.11.8.ebuild
deleted file mode 100644
index 2de9c9d839c..00000000000
--- a/app-admin/fleet/fleet-0.11.8.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-EGO_PN="github.com/coreos/fleet"
-
-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.4:=
-	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
-}


             reply	other threads:[~2018-03-27 11:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-27 11:31 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-07-30  8:36 [gentoo-commits] repo/gentoo:master commit in: app-admin/fleet/ Michał Górny
2016-12-24  2:38 Manuel Rüger
2016-09-01 22:20 Manuel Rüger
2016-02-16 23:12 Michał Górny
2016-02-06 15:45 Alex Brandt
2015-10-31  9:36 Ian Delaney
2015-08-30 18:23 Alex Brandt
2015-08-30 18:23 Alex Brandt
2015-08-30 18:23 Alex Brandt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1522150280.42b641a5aaa925b500cf7f79e8d8218690151968.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox