diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-09-13 12:28:09 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-09-13 12:29:01 -0400 |
commit | 3a397c66afe2265d47cfed4db86bfe35e870719a (patch) | |
tree | 98b87c809ac0bb38fcd7fe95f02a95df0a077db2 /app-admin/cli53/cli53-9999.ebuild | |
parent | kde-plasma/kde-gtk-config: Actually use upstream patch (diff) | |
download | gentoo-3a397c66afe2265d47cfed4db86bfe35e870719a.tar.gz gentoo-3a397c66afe2265d47cfed4db86bfe35e870719a.tar.bz2 gentoo-3a397c66afe2265d47cfed4db86bfe35e870719a.zip |
app-admin/cli53: bump to 0.8.3
Drop the broken live ebuild.
Package-Manager: portage-2.3.0_p24
Diffstat (limited to 'app-admin/cli53/cli53-9999.ebuild')
-rw-r--r-- | app-admin/cli53/cli53-9999.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/app-admin/cli53/cli53-9999.ebuild b/app-admin/cli53/cli53-9999.ebuild deleted file mode 100644 index 635373bab464..000000000000 --- a/app-admin/cli53/cli53-9999.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -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="MIT" -SLOT="0" - -EGO_PN="github.com/barnybug/cli53" -S="${WORKDIR}/${P}/src/${EGO_PN}" - -PATCHES=( - "${FILESDIR}"/cli53-ldflags.patch -) - -src_compile() { - GOPATH="${WORKDIR}/${P}" emake build -} - -src_test() { - go test -v || die -} - -src_install() { - dobin cli53 - dodoc CHANGELOG.md README.md -} |