diff options
author | Marek Szuba <marecki@gentoo.org> | 2016-08-08 15:07:07 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2016-08-08 15:07:07 +0200 |
commit | 44eaebf4c5ab477121aeb1142dddb67a25eec33e (patch) | |
tree | 0a58bc0e64db62bc47d0d993594a6aa0befb92f6 /dev-go/ed25519/ed25519-0_pre20160420.ebuild | |
parent | dev-perl/Test-Command-Simple: Remove POD Author Tests (diff) | |
download | gentoo-44eaebf4c5ab477121aeb1142dddb67a25eec33e.tar.gz gentoo-44eaebf4c5ab477121aeb1142dddb67a25eec33e.tar.bz2 gentoo-44eaebf4c5ab477121aeb1142dddb67a25eec33e.zip |
dev-go/ed25519: Fix version number.
It seemed for a while that this ebuild would go away soon because of the code
being merged into dev-go/go-crypto, however it turns out the extra25519 part
has NOT been merged. net-proxy/obfs4proxy requires both so it looks like the
package is here to stay.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-go/ed25519/ed25519-0_pre20160420.ebuild')
-rw-r--r-- | dev-go/ed25519/ed25519-0_pre20160420.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-go/ed25519/ed25519-0_pre20160420.ebuild b/dev-go/ed25519/ed25519-0_pre20160420.ebuild new file mode 100644 index 000000000000..8a881278c70f --- /dev/null +++ b/dev-go/ed25519/ed25519-0_pre20160420.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit golang-build golang-vcs-snapshot + +EGO_SRC=github.com/agl/ed25519 +EGO_PN=${EGO_SRC}/... +EGIT_COMMIT="278e1ec8e8a6e017cd07577924d6766039146ced" + +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" + +LICENSE="BSD" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="" |