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

(-)file_not_specified_in_diff (-12 / +10 lines)
Line  Link Here
0
-- 1/files/openrdate-initd
0
++ 2/files/openrdate-initd
Lines 1-5 Link Here
1
#!/sbin/runscript
1
#!/sbin/openrc-run
2
# Copyright 1999-2005 Gentoo Foundation
2
# Copyright 1999-2016 Gentoo Foundation
3
# Distributed under the terms of the GNU General Public License v2
3
# Distributed under the terms of the GNU General Public License v2
4
# $Id$
4
# $Id$
5
5
6
-- 1/openrdate-1.2.ebuild
6
++ 2/openrdate-1.2-r1.ebuild
Lines 1-10 Link Here
1
# Copyright 1999-2012 Gentoo Foundation
1
# Copyright 1999-2016 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
# $Id$
3
# $Id$
4
4
5
WANT_AUTOMAKE=1.9
5
EAPI=6
6
6
inherit autotools
7
inherit autotools eutils
8
7
9
DESCRIPTION="use TCP or UDP to retrieve the current time of another machine"
8
DESCRIPTION="use TCP or UDP to retrieve the current time of another machine"
10
HOMEPAGE="http://sourceforge.net/projects/openrdate/"
9
HOMEPAGE="http://sourceforge.net/projects/openrdate/"
Lines 18-27 Link Here
18
DEPEND=""
17
DEPEND=""
19
RDEPEND="${DEPEND}"
18
RDEPEND="${DEPEND}"
20
19
21
src_unpack() {
20
src_prepare() {
22
	unpack ${A}
21
	eapply "${FILESDIR}"/${PN}-1.1.3-rename.patch
23
	cd "${S}"
22
	eapply_user
24
	epatch "${FILESDIR}"/${PN}-1.1.3-rename.patch
25
	eautomake
23
	eautomake
26
	mv docs/{,open}rdate.8
24
	mv docs/{,open}rdate.8
27
}
25
}

Return to bug 583200