From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/teleport/
Date: Sun, 5 Aug 2018 21:48:01 +0000 (UTC) [thread overview]
Message-ID: <1533505642.c1791841c117a9e53d54dc74d731abe8d806b3eb.monsieurp@gentoo> (raw)
commit: c1791841c117a9e53d54dc74d731abe8d806b3eb
Author: Graeme Lawes <graemelawes <AT> gmail <DOT> com>
AuthorDate: Sun Aug 5 03:40:33 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug 5 21:47:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1791841
sys-cluster/teleport: remove v2.5.8.
Closes: https://github.com/gentoo/gentoo/pull/9452
sys-cluster/teleport/Manifest | 1 -
sys-cluster/teleport/teleport-2.5.8.ebuild | 55 ------------------------------
2 files changed, 56 deletions(-)
diff --git a/sys-cluster/teleport/Manifest b/sys-cluster/teleport/Manifest
index f5bc0866c78..2137c4cdac5 100644
--- a/sys-cluster/teleport/Manifest
+++ b/sys-cluster/teleport/Manifest
@@ -1,2 +1 @@
-DIST teleport-2.5.8.tar.gz 16219666 BLAKE2B dd64ef4ca5b26e025e46c88d58e7ec226810b583c4b740416f6cc0caec5ea7d050c732368917ec34c5f8a36c7670d2903baa6c32203a2c5cac972e3a2b4bcbbb SHA512 070eebc889adde017641a833ee0e414c5f56848ac36fa96fb66e83062212307904e8264da758042765ba13d6a0c1b4f5314c1b0e90a2c37723ef1c0aa22889be
DIST teleport-2.6.7.tar.gz 16655508 BLAKE2B a020ab999b7503cb7aec54ed81532baf9d08b98000f2c659f63859d89f7f2b5fb311c41d6fcafb7d9bf72ea1c97eecfc6ac621b7c90d74f5afe2717edb8b0402 SHA512 45002dcf7b99108ca6fffae94d6608188eb9b0bea05cd14068618bfb11c496cad5546e261f349fee70f2acb574e7fc44093683dd991001e01406da6982c5c4c3
diff --git a/sys-cluster/teleport/teleport-2.5.8.ebuild b/sys-cluster/teleport/teleport-2.5.8.ebuild
deleted file mode 100644
index 597ac0e391f..00000000000
--- a/sys-cluster/teleport/teleport-2.5.8.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit golang-build systemd
-
-DESCRIPTION="Modern SSH server for teams managing distributed infrastructure"
-HOMEPAGE="https://gravitational.com/teleport"
-
-EGO_PN="github.com/gravitational/${PN}/..."
-
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3 golang-vcs
- EGIT_REPO_URI="https://github.com/gravitational/${PN}.git"
-else
- inherit golang-vcs-snapshot
- SRC_URI="https://github.com/gravitational/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm"
-fi
-
-IUSE=""
-LICENSE="Apache-2.0"
-RESTRICT="test strip"
-SLOT="0"
-
-DEPEND="app-arch/zip"
-RDEPEND=""
-
-src_prepare() {
- default
-
- sed -i -e 's/-j 3/-j 1/g' src/${EGO_PN%/*}/Makefile || die
-}
-
-src_compile() {
- BUILDFLAGS="" GOPATH="${S}" emake -j1 -C src/${EGO_PN%/*} full
-}
-
-src_install() {
- keepdir /var/lib/${PN} /etc/${PN}
- dobin src/${EGO_PN%/*}/build/{tsh,tctl,teleport}
-
- insinto /etc/${PN}
- doins "${FILESDIR}"/${PN}.yaml
-
- newinitd "${FILESDIR}"/${PN}.init.d ${PN}
- newconfd "${FILESDIR}"/${PN}.conf.d ${PN}
-
- systemd_newunit "${FILESDIR}"/${PN}.service ${PN}.service
- systemd_install_serviced "${FILESDIR}"/${PN}.service.conf ${PN}.service
-}
-
-src_test() {
- BUILDFLAGS="" GOPATH="${S}" emake -C src/${EGO_PN%/*} test
-}
next reply other threads:[~2018-08-05 21:48 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-05 21:48 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-19 20:41 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/teleport/ Arthur Zamarin
2021-03-20 8:25 Joonas Niilola
2019-11-11 15:27 Joonas Niilola
2019-11-11 15:27 Joonas Niilola
2019-10-11 13:48 Joonas Niilola
2019-10-11 13:48 Joonas Niilola
2019-10-11 13:48 Joonas Niilola
2019-10-11 13:48 Joonas Niilola
2019-10-11 13:48 Joonas Niilola
2019-06-27 15:03 Michał Górny
2019-06-27 15:03 Michał Górny
2019-06-20 6:32 Michał Górny
2019-06-20 6:32 Michał Górny
2019-06-20 6:32 Michał Górny
2019-06-20 6:32 Michał Górny
2019-04-09 12:06 Patrice Clement
2019-04-09 12:06 Patrice Clement
2019-04-09 12:06 Patrice Clement
2019-04-09 12:06 Patrice Clement
2019-04-09 12:06 Patrice Clement
2019-04-09 12:06 Patrice Clement
2019-04-09 12:06 Patrice Clement
2018-10-19 8:27 Michał Górny
2018-08-05 21:48 Patrice Clement
2018-07-26 20:39 Michał Górny
2018-07-26 20:39 Michał Górny
2018-07-26 20:39 Michał Górny
2018-07-26 20:39 Michał Górny
2018-07-26 20:39 Michał Górny
2018-04-20 6:50 Michał Górny
2018-03-18 8:33 Michał Górny
2018-03-18 8:33 Michał Górny
2018-03-03 11:00 Michał Górny
2018-01-27 9:02 Michał Górny
2018-01-27 9:02 Michał Górny
2017-09-02 15:20 Michael Palimaka
2017-08-19 18:34 Michał Górny
2017-06-23 13:50 Michał Górny
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=1533505642.c1791841c117a9e53d54dc74d731abe8d806b3eb.monsieurp@gentoo \
--to=monsieurp@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