diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-13 01:35:20 -0500 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2018-04-13 02:52:01 -0700 |
commit | 285c368a7e71edd0c149c2a1cdde5b91574cd2bb (patch) | |
tree | ef9029a55dd8b046781a110163065f9557d21774 /dev-db/go-etcd | |
parent | app-text/editorconfig-core-c: remove variables from HOMEPAGE (diff) | |
download | gentoo-285c368a7e71edd0c149c2a1cdde5b91574cd2bb.tar.gz gentoo-285c368a7e71edd0c149c2a1cdde5b91574cd2bb.tar.bz2 gentoo-285c368a7e71edd0c149c2a1cdde5b91574cd2bb.zip |
dev-db/go-etcd: remove variables from HOMEPAGE
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-db/go-etcd')
-rw-r--r-- | dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/go-etcd/go-etcd-2.0.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild b/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild index 837299014728..798b7e5544c3 100644 --- a/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild +++ b/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils GO_PN=github.com/coreos/${PN} DESCRIPTION="Go client library for etcd" -HOMEPAGE="https://${GO_PN}" +HOMEPAGE="https://github.com/coreos/go-etcd" EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8" SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" diff --git a/dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild b/dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild index f21ea8588426..78e82a0d6773 100644 --- a/dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild +++ b/dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ GO_PN=github.com/coreos/${PN} EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8" DESCRIPTION="Go client library for etcd" -HOMEPAGE="https://${GO_PN}" +HOMEPAGE="https://github.com/coreos/go-etcd" SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" SLOT="0" diff --git a/dev-db/go-etcd/go-etcd-2.0.0.ebuild b/dev-db/go-etcd/go-etcd-2.0.0.ebuild index af467e145d78..cec9a8d32864 100644 --- a/dev-db/go-etcd/go-etcd-2.0.0.ebuild +++ b/dev-db/go-etcd/go-etcd-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ GO_PN=github.com/coreos/${PN} EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8" DESCRIPTION="Go client library for etcd" -HOMEPAGE="https://${GO_PN}" +HOMEPAGE="https://github.com/coreos/go-etcd" SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" SLOT="0" |