Fixed silly typo.
This commit is contained in:
parent
d5178b1dea
commit
6d8e274411
4 changed files with 60 additions and 1 deletions
18
dev-go/context/context-0_pre20160817.ebuild
Normal file
18
dev-go/context/context-0_pre20160817.ebuild
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
inherit golang-build golang-vcs-snapshot
|
||||
|
||||
EGO_PN="github.com/gorilla/context/..."
|
||||
EGIT_COMMIT="08b5f424b9271eedf6f9f0ce86cb9396ed337a42"
|
||||
ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DESCRIPTION="A golang registry for global request variables"
|
||||
HOMEPAGE="https://github.com/gorilla/context"
|
||||
SRC_URI="${ARCHIVE_URI}"
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PVR}"
|
||||
IUSE=""
|
Loading…
Add table
Add a link
Reference in a new issue