Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cli53/
Date: Sat, 02 Mar 2019 05:09:32
Message-Id: 1551503358.757f9383afd69c447b6f3845067ce0b87c7be87e.floppym@gentoo
1 commit: 757f9383afd69c447b6f3845067ce0b87c7be87e
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 2 05:08:41 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 2 05:09:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=757f9383
7
8 app-admin/cli53: remove old
9
10 Package-Manager: Portage-2.3.59_p2, Repoman-2.3.12_p67
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 app-admin/cli53/Manifest | 2 --
14 app-admin/cli53/cli53-0.8.12.ebuild | 34 ----------------------------------
15 app-admin/cli53/cli53-0.8.9.ebuild | 34 ----------------------------------
16 3 files changed, 70 deletions(-)
17
18 diff --git a/app-admin/cli53/Manifest b/app-admin/cli53/Manifest
19 index f58334fe415..35f220923e0 100644
20 --- a/app-admin/cli53/Manifest
21 +++ b/app-admin/cli53/Manifest
22 @@ -1,3 +1 @@
23 -DIST cli53-0.8.12.tar.gz 973966 BLAKE2B 9011b036a2673a32170accf3be80d1e18d7fab4a1f83e0c3c9c84029e27a9aedc14642822e22bbeaafb12381bffb76c8ad926521bb68c3f6e2091de4730ebe18 SHA512 abe5e092fb570336b2d50099934d1cc5e722e394155b86de2dc2315df70eb1a89bb57f131913ec2dd588b6476c900c9d07daab0e8396e8364548f92651377fea
24 DIST cli53-0.8.14.tar.gz 9263235 BLAKE2B 2df06c3de9372e5f3adb2fabdfa74525a880d41f9d28d356fda291baf576525b42ea3e42f354b9dd91b063485752d936710823d5a5c777cc1a4972dcdd382140 SHA512 b2e97ffea855ad1ac06ceb76b5cdffcd890d237a67abb0f3e9be035ca4438af0b0ccdfd86e7dc7e485ebd5ee12783c6e24c818757c29e80c8c4d6b67ed9f77cf
25 -DIST cli53-0.8.9.tar.gz 4372517 BLAKE2B 9780883159cb2fb4ecedee58e4df57d03e55576cb0d81cfadacf42fa7c7b679d21ad182bce5cc32652c102b4d663f162f3ac7bec520e9ec32bd12cc565ce28e5 SHA512 14db2d69feaa5af9e82c77b6c837be55a5d97e438eb6efbb71857fa1630ec1aa5ec77648d0979ce69ca8fcf72478b55c55c12a5e5dbac20415e656fd9c8d0beb
26
27 diff --git a/app-admin/cli53/cli53-0.8.12.ebuild b/app-admin/cli53/cli53-0.8.12.ebuild
28 deleted file mode 100644
29 index c2d625e1fc6..00000000000
30 --- a/app-admin/cli53/cli53-0.8.12.ebuild
31 +++ /dev/null
32 @@ -1,34 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -if [[ ${PV} == 9999 ]]; then
39 - inherit golang-vcs
40 -else
41 - inherit golang-vcs-snapshot
42 - SRC_URI="https://github.com/barnybug/cli53/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 - KEYWORDS="~amd64"
44 -fi
45 -
46 -DESCRIPTION="Command line tool for Amazon Route 53"
47 -HOMEPAGE="https://github.com/barnybug/cli53"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -
52 -EGO_PN="github.com/barnybug/cli53"
53 -S="${WORKDIR}/${P}/src/${EGO_PN}"
54 -
55 -src_compile() {
56 - GOPATH="${WORKDIR}/${P}" emake build
57 -}
58 -
59 -src_test() {
60 - GOPATH="${WORKDIR}/${P}" go test -v || die
61 -}
62 -
63 -src_install() {
64 - dobin cli53
65 - dodoc CHANGELOG.md README.md
66 -}
67
68 diff --git a/app-admin/cli53/cli53-0.8.9.ebuild b/app-admin/cli53/cli53-0.8.9.ebuild
69 deleted file mode 100644
70 index c2d625e1fc6..00000000000
71 --- a/app-admin/cli53/cli53-0.8.9.ebuild
72 +++ /dev/null
73 @@ -1,34 +0,0 @@
74 -# Copyright 1999-2017 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=6
78 -
79 -if [[ ${PV} == 9999 ]]; then
80 - inherit golang-vcs
81 -else
82 - inherit golang-vcs-snapshot
83 - SRC_URI="https://github.com/barnybug/cli53/archive/${PV}.tar.gz -> ${P}.tar.gz"
84 - KEYWORDS="~amd64"
85 -fi
86 -
87 -DESCRIPTION="Command line tool for Amazon Route 53"
88 -HOMEPAGE="https://github.com/barnybug/cli53"
89 -
90 -LICENSE="MIT"
91 -SLOT="0"
92 -
93 -EGO_PN="github.com/barnybug/cli53"
94 -S="${WORKDIR}/${P}/src/${EGO_PN}"
95 -
96 -src_compile() {
97 - GOPATH="${WORKDIR}/${P}" emake build
98 -}
99 -
100 -src_test() {
101 - GOPATH="${WORKDIR}/${P}" go test -v || die
102 -}
103 -
104 -src_install() {
105 - dobin cli53
106 - dodoc CHANGELOG.md README.md
107 -}