commit 61f6fa97dbc578ce5a4fdff58c243706d03c65b9 parent 92f139e99671c1e3400b3a10146fdad4f0825f95 Author: parazyd <parazyd@dyne.org> Date: Mon, 28 Sep 2020 23:52:44 +0200 app-admin/drist: Stick to 1.05. Diffstat:
A | app-admin/drist/drist-1.05.ebuild | | | 25 | +++++++++++++++++++++++++ |
D | app-admin/drist/drist-9999.ebuild | | | 24 | ------------------------ |
2 files changed, 25 insertions(+), 24 deletions(-)
diff --git a/app-admin/drist/drist-1.05.ebuild b/app-admin/drist/drist-1.05.ebuild @@ -0,0 +1,25 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit git-r3 + +DESCRIPTION="small remote deployment tool" +HOMEPAGE="https://dataswamp.org/~solene/2018-11-29-drist-intro.html" +EGIT_REPO_URI="git://bitreich.org/drist" +EGIT_COMMIT="v${PV}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_install() { + dobin drist + doman drist.1 + dodoc -r examples +} diff --git a/app-admin/drist/drist-9999.ebuild b/app-admin/drist/drist-9999.ebuild @@ -1,24 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit git-r3 - -DESCRIPTION="small remote deployment tool" -HOMEPAGE="https://dataswamp.org/~solene/2018-11-29-drist-intro.html" -EGIT_REPO_URI="git://bitreich.org/drist" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_install() { - dobin drist - doman drist.1 - dodoc -r examples -}