diff options
Diffstat (limited to 'dev-go/goconvey/goconvey-1.5.0.ebuild')
-rw-r--r-- | dev-go/goconvey/goconvey-1.5.0.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-go/goconvey/goconvey-1.5.0.ebuild b/dev-go/goconvey/goconvey-1.5.0.ebuild deleted file mode 100644 index fa4b487..0000000 --- a/dev-go/goconvey/goconvey-1.5.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -EGO_PN="github.com/smartystreets/goconvey" - -inherit golang-build golang-vcs-snapshot - -DESCRIPTION="Write behavioral tests in Go." -HOMEPAGE="https://github.com/smartystreets/goconvey" -SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" - -RDEPEND="" -DEPEND="" |