From 62ea91b40c7650011a72ed2443f76b88b06123fe Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 29 Sep 2022 03:21:54 +0100 Subject: gentoo auto-resync : 29:09:2022 - 03:21:54 --- dev-db/rqlite/rqlite-7.5.1.ebuild | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 dev-db/rqlite/rqlite-7.5.1.ebuild (limited to 'dev-db/rqlite/rqlite-7.5.1.ebuild') diff --git a/dev-db/rqlite/rqlite-7.5.1.ebuild b/dev-db/rqlite/rqlite-7.5.1.ebuild deleted file mode 100644 index dcde115025a2..000000000000 --- a/dev-db/rqlite/rqlite-7.5.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit go-module -EGIT_COMMIT=b1515fd95f046e0f0a050aaf53c34fb116c0ffe0 - -DESCRIPTION="Replicated SQLite using the Raft consensus protocol" -HOMEPAGE="https://github.com/rqlite/rqlite https://www.philipotoole.com/tag/rqlite/" -SRC_URI="https://github.com/rqlite/rqlite/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz" - -LICENSE="MIT Apache-2.0 BSD CC0-1.0 MPL-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_compile() { - GOBIN="${S}/bin" \ - go install \ - -ldflags="-X main.version=v${PV} - -X main.branch=master - -X main.commit=${EGIT_COMMIT} - -X main.buildtime=$(date +%Y-%m-%dT%T%z)" \ - ./cmd/... || die -} - -src_test() { - GOBIN="${S}/bin" \ - go test ./... || die -} - -src_install() { - dobin bin/* - dodoc -r *.md DOC -} -- cgit v1.2.3