summaryrefslogtreecommitdiff
path: root/app-admin/cli53/cli53-0.8.15.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /app-admin/cli53/cli53-0.8.15.ebuild
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'app-admin/cli53/cli53-0.8.15.ebuild')
-rw-r--r--app-admin/cli53/cli53-0.8.15.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-admin/cli53/cli53-0.8.15.ebuild b/app-admin/cli53/cli53-0.8.15.ebuild
deleted file mode 100644
index aecaffe6fdb0..000000000000
--- a/app-admin/cli53/cli53-0.8.15.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2016-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == 9999 ]]; then
- inherit golang-vcs
-else
- inherit golang-vcs-snapshot
- SRC_URI="https://github.com/barnybug/cli53/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Command line tool for Amazon Route 53"
-HOMEPAGE="https://github.com/barnybug/cli53"
-
-LICENSE="Apache-2.0 BSD MIT"
-
-SLOT="0"
-
-EGO_PN="github.com/barnybug/cli53"
-S="${WORKDIR}/${P}/src/${EGO_PN}"
-
-src_compile() {
- GOPATH="${WORKDIR}/${P}" emake build
-}
-
-src_test() {
- GOPATH="${WORKDIR}/${P}" go test -v || die
-}
-
-src_install() {
- dobin cli53
- dodoc CHANGELOG.md README.md
-}