From 7bc9c63c9da678a7e6fceb095d56c634afd22c56 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Dec 2019 18:09:03 +0000 Subject: gentoo resync : 15.12.2019 --- dev-util/drone/drone-0.8.6.ebuild | 52 --------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 dev-util/drone/drone-0.8.6.ebuild (limited to 'dev-util/drone/drone-0.8.6.ebuild') diff --git a/dev-util/drone/drone-0.8.6.ebuild b/dev-util/drone/drone-0.8.6.ebuild deleted file mode 100644 index 4c2c80d9fb69..000000000000 --- a/dev-util/drone/drone-0.8.6.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGO_PN="github.com/drone/drone" -EGIT_COMMIT="c48150767c2700d35dcc29b110a81c8b5969175e" -EGO_VENDOR=( "github.com/drone/drone-ui e7597b5234814a2c2f2a7f489b631a76649c335a" - "github.com/golang/protobuf 93b26e6a70e37abb14f2f88194949312b0592a84" - "golang.org/x/net 3673e40ba22529d22c3fd7c93e97b0ce50fa7bdd github.com/golang/net" - ) - -inherit golang-build golang-vcs-snapshot user - -ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - -DESCRIPTION="A Continuous Delivery platform built on Docker, written in Go" -HOMEPAGE="https://github.com/drone/drone" -SRC_URI="${ARCHIVE_URI} - ${EGO_VENDOR_URI}" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND="dev-go/go-bindata - dev-go/go-bindata-assetfs:=" - -RESTRICT="test" - -pkg_setup() { - enewgroup ${PN} - enewuser ${PN} -1 -1 /var/lib/drone ${PN} -} - -src_compile() { - pushd src || die - GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" go build -v -ldflags "-extldflags '-static' -X github.com/drone/drone/version.VersionDev=build.${PV}.${EGIT_COMMIT:0:7}" -o release/drone-server ${EGO_PN}/cmd/drone-server || die - GOPATH="${WORKDIR}/${P}" go build -v -ldflags "-X github.com/drone/drone/version.VersionDev=build.${PV}.${EGIT_COMMIT:0:7}" -o release/drone-agent ${EGO_PN}/cmd/drone-agent || die - popd || die -} - -src_install() { - dobin src/release/drone-{agent,server} - dodoc src/github.com/drone/drone/README.md - keepdir /var/log/drone /var/lib/drone - fowners -R ${PN}:${PN} /var/log/drone /var/lib/drone - newinitd "${FILESDIR}"/drone-server.initd drone-server - newconfd "${FILESDIR}"/drone-server.confd drone-server - newinitd "${FILESDIR}"/drone-agent.initd drone-agent - newconfd "${FILESDIR}"/drone-agent.confd drone-agent -} -- cgit v1.2.3