app-admin/drist: Keyword ~amd64. - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 2357bf9406f7b7bbae1464fa47d5247e0e470ee5
DIR parent 9ba98e70abee30b70ec28531f59e189036ac25c4
HTML Author: parazyd <parazyd@dyne.org>
Date: Wed, 3 Feb 2021 01:40:26 +0100
app-admin/drist: Keyword ~amd64.
Diffstat:
A app-admin/drist/drist-1.05-r1.ebui⦠| 25 +++++++++++++++++++++++++
D app-admin/drist/drist-1.05.ebuild | 25 -------------------------
2 files changed, 25 insertions(+), 25 deletions(-)
---
DIR diff --git a/app-admin/drist/drist-1.05-r1.ebuild b/app-admin/drist/drist-1.05-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ dobin drist
+ doman drist.1
+ dodoc -r examples
+}
DIR diff --git a/app-admin/drist/drist-1.05.ebuild b/app-admin/drist/drist-1.05.ebuild
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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
-}