summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r2.ebuild')
-rw-r--r--app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r2.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r2.ebuild b/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r2.ebuild
deleted file mode 100644
index 853f278f985e..000000000000
--- a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r2.ebuild,v 1.8 2004/06/25 16:10:15 vapier Exp $
-
-DESCRIPTION="Ebuild for setting up a Gentoo rsync mirror"
-HOMEPAGE="http://www.gentoo.org/doc/en/rsync.xml"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha amd64"
-IUSE=""
-
-DEPEND="virtual/libc"
-RDEPEND="net-misc/rsync
- dev-lang/perl"
-
-src_install() {
- dodir /opt/gentoo-rsync
- cp ${FILESDIR}/rsync-gentoo-portage.sh ${D}/opt/gentoo-rsync
- cp ${FILESDIR}/rsynclogparse-extended.pl ${D}/opt/gentoo-rsync
- insinto etc/rsync
- doins ${FILESDIR}/rsyncd.conf
- doins ${FILESDIR}/rsyncd.motd
- dodir /opt/gentoo-rsync/portage
- exeinto /etc/init.d
- newexe ${FILESDIR}/rsyncd.init rsyncd
-}
-
-pkg_postinst() {
- einfo "The rsync-mirror is now installed into /opt/gentoo-rsync"
- einfo "The local portage copy resides in /opt/gentoo-rsync/portage"
- einfo "Please change /opt/gentoo-rsync/rsync-gentoo-portage.sh for"
- einfo "configuration of your main rsync server and use it so sync."
- einfo "Change /etc/rsync/rsyncd.motd to display your correct alias."
- einfo
- einfo "The service can be started using /etc/init.d/rsyncd start"
- einfo "Don't forget to add"
- einfo "00,30 * * * * root /opt/gentoo-rsync/rsync-gentoo-portage.sh"
- einfo "to your /etc/crontab to sync your tree every 30 minutes."
- einfo
- einfo "For more information visit: http://www.gentoo.org/doc/en/rsync.xml"
-}