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

(-)/usr/portage/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild (-4 / +8 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2012 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/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild,v 1.5 2009/10/11 23:28:51 halcy0n Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild,v 1.5 2009/10/11 23:28:51 halcy0n Exp $
4
4
5
EAPI=4
6
5
DESCRIPTION="Ebuild for setting up a Gentoo rsync mirror"
7
DESCRIPTION="Ebuild for setting up a Gentoo rsync mirror"
6
HOMEPAGE="http://www.gentoo.org/doc/en/rsync.xml"
8
HOMEPAGE="http://www.gentoo.org/doc/en/rsync.xml"
7
SRC_URI=""
9
SRC_URI=""
Lines 11-20 Link Here
11
KEYWORDS="~amd64 ~alpha ~ppc ~sparc ~x86 ~hppa ~ppc64"
13
KEYWORDS="~amd64 ~alpha ~ppc ~sparc ~x86 ~hppa ~ppc64"
12
IUSE=""
14
IUSE=""
13
15
16
S=${WORKDIR}
17
14
src_install() {
18
src_install() {
15
	dodir /opt/gentoo-rsync
19
	exeinto /opt/gentoo-rsync
16
	cp "${FILESDIR}"/rsync-gentoo-portage.sh "${D}"/opt/gentoo-rsync
20
	doexe "${FILESDIR}"/rsync-gentoo-portage.sh
17
	cp "${FILESDIR}"/rsynclogparse-extended.pl "${D}"/opt/gentoo-rsync
21
	doexe "${FILESDIR}"/rsynclogparse-extended.pl
18
	insinto etc/rsync
22
	insinto etc/rsync
19
	doins "${FILESDIR}"/rsyncd.conf
23
	doins "${FILESDIR}"/rsyncd.conf
20
	doins "${FILESDIR}"/rsyncd.motd
24
	doins "${FILESDIR}"/rsyncd.motd

Return to bug 383895