summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2016-05-01 22:22:37 -0700
committerZac Medico <zmedico@gentoo.org>2016-05-01 22:23:57 -0700
commit244bd082ba9b5607e633d19e0d4cee6f20516d70 (patch)
tree149a7d7aba1609a8d43e27f123fedb153516fe96 /dev-db/rqlite/rqlite-9999.ebuild
parentsys-apps/findutils: alpha stable, bug 576010. (diff)
downloadgentoo-244bd082ba9b5607e633d19e0d4cee6f20516d70.tar.gz
gentoo-244bd082ba9b5607e633d19e0d4cee6f20516d70.tar.bz2
gentoo-244bd082ba9b5607e633d19e0d4cee6f20516d70.zip
dev-db/rqlite: version bump to 3.0.1
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-db/rqlite/rqlite-9999.ebuild')
-rw-r--r--dev-db/rqlite/rqlite-9999.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-db/rqlite/rqlite-9999.ebuild b/dev-db/rqlite/rqlite-9999.ebuild
index 3ed035a17a5d..cc4ef9f4ed94 100644
--- a/dev-db/rqlite/rqlite-9999.ebuild
+++ b/dev-db/rqlite/rqlite-9999.ebuild
@@ -10,15 +10,14 @@ fi
inherit golang-build
KEYWORDS=""
-DESCRIPTION="Replicated SQLite using the Raft consensus protocol "
+DESCRIPTION="Replicated SQLite using the Raft consensus protocol"
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/rqlite/rqlite.git"
-#EGIT_COMMIT="32514f4744917937d8ac9a85f4ad7ee7adcfe3d7"
+#EGIT_COMMIT="e3c20964fbdda2e865a5af20667a74fc2c3b5582"
SRC_URI="
https://github.com/armon/go-metrics/archive/345426c77237ece5dab0e1605c3e4b35c3f54757.tar.gz -> go-metrics-345426c77237ece5dab0e1605c3e4b35c3f54757.tar.gz
https://github.com/boltdb/bolt/archive/ee4a0888a9abe7eefe5a0992ca4cb06864839873.tar.gz -> bolt-ee4a0888a9abe7eefe5a0992ca4cb06864839873.tar.gz
@@ -91,5 +90,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%/*}/"{CHANGELOG,README}.md
+ dodoc "${S}/src/${EGO_PN%/*}/"*.md
}