diff options
Diffstat (limited to 'dev-go/cli/cli-0_pre20160306.ebuild')
-rw-r--r-- | dev-go/cli/cli-0_pre20160306.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-go/cli/cli-0_pre20160306.ebuild b/dev-go/cli/cli-0_pre20160306.ebuild deleted file mode 100644 index ffcdcfc735f6..000000000000 --- a/dev-go/cli/cli-0_pre20160306.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit golang-build golang-vcs-snapshot - -EGO_PN="github.com/codegangsta/cli/..." -EGIT_COMMIT="aca5b047ed14d17224157c3434ea93bf6cdaadee" -ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - -DESCRIPTION="A small package for building command line apps in Go" -HOMEPAGE="https://github.com/codegangsta/cli" -SRC_URI="${ARCHIVE_URI}" -LICENSE="MIT" -SLOT="0/${PVR}" -IUSE="" |