summaryrefslogtreecommitdiff
path: root/dev-go/ed25519/ed25519-0_pre20170117.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-go/ed25519/ed25519-0_pre20170117.ebuild')
-rw-r--r--dev-go/ed25519/ed25519-0_pre20170117.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-go/ed25519/ed25519-0_pre20170117.ebuild b/dev-go/ed25519/ed25519-0_pre20170117.ebuild
deleted file mode 100644
index f7412c364f7c..000000000000
--- a/dev-go/ed25519/ed25519-0_pre20170117.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit golang-build golang-vcs-snapshot
-
-EGO_SRC=github.com/agl/ed25519
-EGO_PN=${EGO_SRC}/...
-EGIT_COMMIT="5312a61534124124185d41f09206b9fef1d88403"
-
-DESCRIPTION="ed25519 for Go"
-HOMEPAGE="https://github.com/agl/ed25519/"
-SRC_URI="https://github.com/agl/ed25519/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm ~x86"
-
-RESTRICT="!test? ( test )"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-DEPEND="test? ( dev-go/go-crypto )"
-RDEPEND=""