mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-go/go-oauth2: remove variables from HOMEPAGE
Package-Manager: Portage-2.3.28, Repoman-2.3.9
This commit is contained in:
committed by
Zac Medico
parent
a240ef85c0
commit
137ae4f55e
@@ -9,8 +9,8 @@ MY_PN=${PN##*-}
|
||||
GO_PN=golang.org/x/${MY_PN}
|
||||
EGIT_COMMIT="8914e5017ca260f2a3a1575b1e6868874050d95e"
|
||||
|
||||
HOMEPAGE="https://godoc.org/${GO_PN}"
|
||||
DESCRIPTION="Go client implementation for OAuth 2.0 spec"
|
||||
HOMEPAGE="https://godoc.org/golang.org/x/oauth2"
|
||||
SRC_URI="
|
||||
https://github.com/golang/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz
|
||||
https://github.com/GoogleCloudPlatform/gcloud-golang/archive/e34a32f9b0ecbc0784865fb2d47f3818c09521d4.tar.gz -> gcloud-golang-e34a32f9b0ecbc0784865fb2d47f3818c09521d4.tar.gz"
|
||||
|
||||
@@ -9,8 +9,8 @@ MY_PN=${PN##*-}
|
||||
EGO_PN="golang.org/x/${MY_PN}/..."
|
||||
EGIT_COMMIT="2cd4472c321b6cba78e029d99f0e7fe51032fd21"
|
||||
|
||||
HOMEPAGE="https://godoc.org/${EGO_PN%/*}"
|
||||
DESCRIPTION="Go client implementation for OAuth 2.0 spec"
|
||||
HOMEPAGE="https://godoc.org/golang.org/x/oauth2"
|
||||
SRC_URI="
|
||||
https://github.com/golang/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz
|
||||
https://github.com/golang/net/archive/b6d7b1396ec874c3b00f6c84cd4301a17c56c8ed.tar.gz -> go-net-0_pre20160216.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user