diff options
author | Zac Medico <zmedico@gentoo.org> | 2016-05-01 12:16:54 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2016-05-01 12:18:23 -0700 |
commit | 12cab9df9feff66861c90d091d3540d56c9df159 (patch) | |
tree | 74c9b6e2818bc2cad7784aa5523b30c9903e0c10 /dev-db/rqlite/rqlite-9999.ebuild | |
parent | 371649e4684400acde4a8f4c69eed9201fb09531 (diff) | |
download | gentoo-12cab9df9feff66861c90d091d3540d56c9df159.tar.gz gentoo-12cab9df9feff66861c90d091d3540d56c9df159.tar.xz |
dev-db/rqlite: sync 9999, update homepage
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-db/rqlite/rqlite-9999.ebuild')
-rw-r--r-- | dev-db/rqlite/rqlite-9999.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-db/rqlite/rqlite-9999.ebuild b/dev-db/rqlite/rqlite-9999.ebuild index ab51c8426cb..3ed035a17a5 100644 --- a/dev-db/rqlite/rqlite-9999.ebuild +++ b/dev-db/rqlite/rqlite-9999.ebuild @@ -11,17 +11,17 @@ inherit golang-build KEYWORDS="" DESCRIPTION="Replicated SQLite using the Raft consensus protocol " -EGO_PN="github.com/otoolep/rqlite/..." -HOMEPAGE="https://${EGO_PN%/*} http://www.philipotoole.com/replicating-sqlite-using-raft-consensus" +EGO_PN="github.com/rqlite/rqlite/..." +HOMEPAGE="https://${EGO_PN%/*} http://www.philipotoole.com/tag/rqlite/" LICENSE="MIT" SLOT="0/${PVR}" IUSE="" RESTRICT="test" -EGIT_REPO_URI="https://github.com/otoolep/rqlite.git" -#EGIT_COMMIT="f65218201d46804e52459301b1e6c8a3af2c21ad" +EGIT_REPO_URI="https://github.com/rqlite/rqlite.git" +#EGIT_COMMIT="32514f4744917937d8ac9a85f4ad7ee7adcfe3d7" SRC_URI=" https://github.com/armon/go-metrics/archive/345426c77237ece5dab0e1605c3e4b35c3f54757.tar.gz -> go-metrics-345426c77237ece5dab0e1605c3e4b35c3f54757.tar.gz - https://github.com/boltdb/bolt/archive/2f846c3551b76d7710f159be840d66c3d064abbe.tar.gz -> bolt-2f846c3551b76d7710f159be840d66c3d064abbe.tar.gz + https://github.com/boltdb/bolt/archive/ee4a0888a9abe7eefe5a0992ca4cb06864839873.tar.gz -> bolt-ee4a0888a9abe7eefe5a0992ca4cb06864839873.tar.gz https://github.com/hashicorp/go-msgpack/archive/fa3f63826f7c23912c15263591e65d54d080b458.tar.gz -> go-msgpack-fa3f63826f7c23912c15263591e65d54d080b458.tar.gz https://github.com/hashicorp/raft/archive/057b893fd996696719e98b6c44649ea14968c811.tar.gz -> hashicorp-raft-057b893fd996696719e98b6c44649ea14968c811.tar.gz https://github.com/hashicorp/raft-boltdb/archive/d1e82c1ec3f15ee991f7cc7ffd5b67ff6f5bbaee.tar.gz -> hashicorp-boltdb-d1e82c1ec3f15ee991f7cc7ffd5b67ff6f5bbaee.tar.gz @@ -91,5 +91,5 @@ golang_install_pkgs() { doins -r "${S}"/src/${EGO_PN%/*} insinto $(dirname "${EPREFIX}$(get_golibdir)/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*}") doins -r "${S}"/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*}{,.a} - dodoc "${S}/src/${EGO_PN%/*}/README.md" + dodoc "${S}/src/${EGO_PN%/*}/"{CHANGELOG,README}.md } |