Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 485196 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-im/prosody/prosody-0.9.2.ebuild (-2 / +4 lines)
Lines 1-10 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
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
# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.9.2.ebuild,v 1.1 2014/01/27 02:21:51 zx2c4 Exp $
3
# $Header: $
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit flag-o-matic multilib versionator
7
inherit flag-o-matic multilib systemd versionator toolchain-funcs
8
8
9
MY_PV=$(replace_version_separator 3 '')
9
MY_PV=$(replace_version_separator 3 '')
10
MY_P="${PN}-${MY_PV}"
10
MY_P="${PN}-${MY_PV}"
Lines 73-78 Link Here
73
src_install() {
73
src_install() {
74
	emake DESTDIR="${D}" install
74
	emake DESTDIR="${D}" install
75
	newinitd "${FILESDIR}/${PN}".initd ${PN}
75
	newinitd "${FILESDIR}/${PN}".initd ${PN}
76
	systemd_newunit "${FILESDIR}/${PN}".service-r1 "${PN}".service
77
	systemd_newtmpfilesd "${FILESDIR}/${PN}".tmpfilesd "${PN}".conf
76
}
78
}
77
79
78
src_test() {
80
src_test() {

Return to bug 485196