Revert "Fixed silly typo."

This reverts commit 6d8e274411.
This commit is contained in:
Manuel Friedli 2017-03-21 16:49:22 +01:00
parent 6d8e274411
commit 2548912219
4 changed files with 1 additions and 60 deletions

View file

@ -1,18 +0,0 @@
# 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=""