summaryrefslogtreecommitdiff
path: root/app-admin/cli53
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
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'app-admin/cli53')
-rw-r--r--app-admin/cli53/Manifest4
-rw-r--r--app-admin/cli53/cli53-0.8.15.ebuild35
-rw-r--r--app-admin/cli53/cli53-9999.ebuild35
-rw-r--r--app-admin/cli53/metadata.xml11
4 files changed, 0 insertions, 85 deletions
diff --git a/app-admin/cli53/Manifest b/app-admin/cli53/Manifest
deleted file mode 100644
index e07959bc06a7..000000000000
--- a/app-admin/cli53/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST cli53-0.8.15.tar.gz 9263514 BLAKE2B 9fd9342510146119e5b566f92a13d65fed3fec27017607e690c9fa14f7751e16cd2ee87e1d22f6c062257e6ed6e998d574a754af4ae5206bc128c24d72edb904 SHA512 849e7f1e868591e23b1a834b49afad08681ca367bce163bb2382c775eeb79a7db4d6212ad3140ba69b8d4a13fcf53a31f7d5f061e7f68cba1a933e35e7562e2d
-EBUILD cli53-0.8.15.ebuild 686 BLAKE2B e46fa385a9cf28b4cbd4aec42595c613e0bb63de8ac5474c9a2979f554e2d7fcf309697ee669a913032633c88f29e919bbb99b25abab31bf80f134828c851467 SHA512 0dd2fdf1a07d2da59a357f158291174457b9894884330307bd2c32cdb2e567fc3016e607971642b6a26d61666287343a929da0477bc6b8b9865e44e80ed411fa
-EBUILD cli53-9999.ebuild 686 BLAKE2B e46fa385a9cf28b4cbd4aec42595c613e0bb63de8ac5474c9a2979f554e2d7fcf309697ee669a913032633c88f29e919bbb99b25abab31bf80f134828c851467 SHA512 0dd2fdf1a07d2da59a357f158291174457b9894884330307bd2c32cdb2e567fc3016e607971642b6a26d61666287343a929da0477bc6b8b9865e44e80ed411fa
-MISC metadata.xml 325 BLAKE2B 30e300a3cb064a2eaf04123f7e2943924e91515325d5b30c2a7aa2cc58b69f73ffb92c7da37a87eaf4e0925374234c7d6e1ea56634702879a8286b295fe64b74 SHA512 febb62ce8c56413c541726fdf6c61942a075b7c21d52ca24bb519fea2a271abc9034cc283f300fbf0458f73c6e5a4729308a3676899d0e5d3915d45939e88ad6
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
-}
diff --git a/app-admin/cli53/cli53-9999.ebuild b/app-admin/cli53/cli53-9999.ebuild
deleted file mode 100644
index aecaffe6fdb0..000000000000
--- a/app-admin/cli53/cli53-9999.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
-}
diff --git a/app-admin/cli53/metadata.xml b/app-admin/cli53/metadata.xml
deleted file mode 100644
index 236c772d21c3..000000000000
--- a/app-admin/cli53/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>floppym@gentoo.org</email>
- <name>Mike Gilbert</name>
- </maintainer>
- <upstream>
- <remote-id type="github">barnybug/cli53</remote-id>
- </upstream>
-</pkgmetadata>