commit: 3a397c66afe2265d47cfed4db86bfe35e870719a
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 13 16:28:09 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 16:29:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a397c66
app-admin/cli53: bump to 0.8.3
Drop the broken live ebuild.
Package-Manager: portage-2.3.0_p24
app-admin/cli53/Manifest | 2 +-
.../{cli53-0.8.2.ebuild => cli53-0.8.3.ebuild} | 4 ---
app-admin/cli53/cli53-9999.ebuild | 39 ----------------------
app-admin/cli53/files/cli53-ldflags.patch | 25 --------------
4 files changed, 1 insertion(+), 69 deletions(-)
diff --git a/app-admin/cli53/Manifest b/app-admin/cli53/Manifest
index b79327d..8157ab1 100644
--- a/app-admin/cli53/Manifest
+++ b/app-admin/cli53/Manifest
@@ -1 +1 @@
-DIST cli53-0.8.2.tar.gz 4368555 SHA256
0a9999f3e40f510d6d6faa01b64cefcd5a3ddeca1f785a25ede568f440d100bf SHA512
968abc5a814fe169d67457435e86761b5499ff2c0138ad7b42e7810e4f369ce464b8b33dc34ce1e75cc52b7190f36ac50baa3f587076b4bb114deac86aac3142
WHIRLPOOL
c1e4bbe13cdc08eb67ecf9d73596e5363e19b8617b11667468b2b9b0e94d7570946a099859ab247ed47fe5a0f18e2239b4cb468b5f680a436cdefbd6edeb0429
+DIST cli53-0.8.3.tar.gz 4367879 SHA256
e87225714a42801dcbe96a1ebe12a841315c7db2eee992d7eddef18827469e7b SHA512
5ecfc87bbf912a2406ea859f39f835ac94112f8c7986172db5edbcd07cbf795330d8e16a585a466a2ab66dbae62fca21aa5fd00f14d1d5bcb02eb3a75bba5dae
WHIRLPOOL
8c09dcb3f084b1175e8a694692592d1fd374a0804d35de4d5c0f540d5ad770d4dc7bf58e70b47b07fc7de2561383422c5ec8747a5756c2c7d55eda6b6faec3a7
diff --git a/app-admin/cli53/cli53-0.8.2.ebuild
b/app-admin/cli53/cli53-0.8.3.ebuild
similarity index 93%
rename from app-admin/cli53/cli53-0.8.2.ebuild
rename to app-admin/cli53/cli53-0.8.3.ebuild
index 635373b..e6ef614 100644
--- a/app-admin/cli53/cli53-0.8.2.ebuild
+++ b/app-admin/cli53/cli53-0.8.3.ebuild
@@ -21,10 +21,6 @@ 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
}
diff --git a/app-admin/cli53/cli53-9999.ebuild
b/app-admin/cli53/cli53-9999.ebuild
deleted file mode 100644
index 635373b..00000000
--- 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
-}
diff --git a/app-admin/cli53/files/cli53-ldflags.patch
b/app-admin/cli53/files/cli53-ldflags.patch
deleted file mode 100644
index 37987c5..00000000
--- a/app-admin/cli53/files/cli53-ldflags.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 832a36db6cbb259146ba306ceece92cfa1f45038 Mon Sep 17 00:00:00 2001
-From: Mike Gilbert <[email protected]>
-Date: Mon, 29 Aug 2016 23:31:59 -0400
-Subject: [PATCH] Don't strip debug symbols
-
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 546767c..5253982 100644
---- a/Makefile
-+++ b/Makefile
-@@ -2,7 +2,7 @@ export GO15VENDOREXPERIMENT=1
-
- version := $(shell git describe --always --dirty)
- exe = ./cmd/cli53
--buildargs = -ldflags '-w -s -X github.com/barnybug/cli53.version=${version}'
-+buildargs = -ldflags '-X github.com/barnybug/cli53.version=${version}'
-
- .PHONY: all build install test coverage deps release
-
---
-2.9.3
-