mux: 1.6.2 bump

This commit is contained in:
blshkv 2018-10-30 17:53:08 +08:00
parent d6762e5ffb
commit 4ae64baf5e
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 22 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST mux-1.6.1.tar.gz 36402 BLAKE2B 4aff091bbddfba18681c97d280e140dbce9a42961f512ba982d7723a2a42765b797c73018b4f0d2e7de62defc0d94af7e6f92d518446a2b34eac9087249497e2 SHA512 c0dce766ead081f69c78106fec3efb4e0d3ebcbf43782f6a0b5f7799ab5545a2935307a79f81809f447105925fe4a0146e23772850a2aa736c50e5059d47b03f
DIST mux-1.6.2.tar.gz 38074 BLAKE2B 904f8737049868f3ac1ab7e91af21d438738179a649bd210dcd7f59fb58f6b6fd3b9bef8b34548af5ba3d45eff08cd33492f4501aa96c7bfebc8b793bb9eb17f SHA512 f4ea99c13839181f891b5bd47e060c0fde21219cee3550d65884f6f1ce7a7310b55f97c3da1e4a769412ca21f1d0d2d02e5427c63580c407091b963236cd82d1

View file

@ -0,0 +1,21 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EGO_PN=github.com/gorilla/${PN}
if [[ ${PV} = *9999* ]]; then
inherit golang-vcs
else
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
EGIT_COMMIT="v${PV}"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot
fi
inherit golang-build
DESCRIPTION="A powerful URL router and dispatcher for golang"
HOMEPAGE="https://github.com/gorilla/mux"
LICENSE="BSD-3"
SLOT="0"
IUSE=""