Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 842030
Collapse All | Expand All

(-)/var/db/repos/gentoo/dev-util/drone/drone-2.11.1.ebuild (-1 / +4 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=8
4
EAPI=8
5
inherit go-module
5
inherit go-module systemd
6
6
7
DESCRIPTION="A Continuous Delivery platform built on Docker, written in Go"
7
DESCRIPTION="A Continuous Delivery platform built on Docker, written in Go"
8
HOMEPAGE="https://github.com/drone/drone"
8
HOMEPAGE="https://github.com/drone/drone"
Lines 29-34 Link Here
29
	dodoc CHANGELOG.md HISTORY.md
29
	dodoc CHANGELOG.md HISTORY.md
30
	newinitd "${FILESDIR}"/drone-server.initd drone-server
30
	newinitd "${FILESDIR}"/drone-server.initd drone-server
31
	newconfd "${FILESDIR}"/drone-server.confd drone-server
31
	newconfd "${FILESDIR}"/drone-server.confd drone-server
32
33
	systemd_dounit "${FILESDIR}"/drone-server.service
34
32
	keepdir /var/log/drone /var/lib/drone
35
	keepdir /var/log/drone /var/lib/drone
33
	fowners -R ${PN}:${PN} /var/log/drone /var/lib/drone
36
	fowners -R ${PN}:${PN} /var/log/drone /var/lib/drone
34
}
37
}

Return to bug 842030