commit: 757f9383afd69c447b6f3845067ce0b87c7be87e Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Mar 2 05:08:41 2019 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Mar 2 05:09:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=757f9383
app-admin/cli53: remove old Package-Manager: Portage-2.3.59_p2, Repoman-2.3.12_p67 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> app-admin/cli53/Manifest | 2 -- app-admin/cli53/cli53-0.8.12.ebuild | 34 ---------------------------------- app-admin/cli53/cli53-0.8.9.ebuild | 34 ---------------------------------- 3 files changed, 70 deletions(-) diff --git a/app-admin/cli53/Manifest b/app-admin/cli53/Manifest index f58334fe415..35f220923e0 100644 --- a/app-admin/cli53/Manifest +++ b/app-admin/cli53/Manifest @@ -1,3 +1 @@ -DIST cli53-0.8.12.tar.gz 973966 BLAKE2B 9011b036a2673a32170accf3be80d1e18d7fab4a1f83e0c3c9c84029e27a9aedc14642822e22bbeaafb12381bffb76c8ad926521bb68c3f6e2091de4730ebe18 SHA512 abe5e092fb570336b2d50099934d1cc5e722e394155b86de2dc2315df70eb1a89bb57f131913ec2dd588b6476c900c9d07daab0e8396e8364548f92651377fea DIST cli53-0.8.14.tar.gz 9263235 BLAKE2B 2df06c3de9372e5f3adb2fabdfa74525a880d41f9d28d356fda291baf576525b42ea3e42f354b9dd91b063485752d936710823d5a5c777cc1a4972dcdd382140 SHA512 b2e97ffea855ad1ac06ceb76b5cdffcd890d237a67abb0f3e9be035ca4438af0b0ccdfd86e7dc7e485ebd5ee12783c6e24c818757c29e80c8c4d6b67ed9f77cf -DIST cli53-0.8.9.tar.gz 4372517 BLAKE2B 9780883159cb2fb4ecedee58e4df57d03e55576cb0d81cfadacf42fa7c7b679d21ad182bce5cc32652c102b4d663f162f3ac7bec520e9ec32bd12cc565ce28e5 SHA512 14db2d69feaa5af9e82c77b6c837be55a5d97e438eb6efbb71857fa1630ec1aa5ec77648d0979ce69ca8fcf72478b55c55c12a5e5dbac20415e656fd9c8d0beb diff --git a/app-admin/cli53/cli53-0.8.12.ebuild b/app-admin/cli53/cli53-0.8.12.ebuild deleted file mode 100644 index c2d625e1fc6..00000000000 --- a/app-admin/cli53/cli53-0.8.12.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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}" - -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-0.8.9.ebuild b/app-admin/cli53/cli53-0.8.9.ebuild deleted file mode 100644 index c2d625e1fc6..00000000000 --- a/app-admin/cli53/cli53-0.8.9.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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}" - -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 -}