summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/gentoo-rsync-mirror')
-rw-r--r--app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild53
-rw-r--r--app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r6.ebuild2
-rw-r--r--app-admin/gentoo-rsync-mirror/metadata.xml2
3 files changed, 2 insertions, 55 deletions
diff --git a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild b/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild
deleted file mode 100644
index b2eaae686135..000000000000
--- a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Ebuild for setting up a Gentoo rsync mirror"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Infrastructure/Rsync"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-src_install() {
- exeinto /opt/gentoo-rsync
- doexe "${FILESDIR}"/rsync-gentoo-portage.sh
- doexe "${FILESDIR}"/rsynclogparse-extended.pl
- insinto etc/rsync
- doins "${FILESDIR}"/rsyncd.conf
- doins "${FILESDIR}"/rsyncd.motd
- doins "${FILESDIR}"/gentoo-mirror.conf
- dodir /opt/gentoo-rsync/portage
-}
-
-pkg_postinst() {
- elog "The rsync-mirror is now installed into /opt/gentoo-rsync"
- elog "The local portage copy resides in /opt/gentoo-rsync/portage"
- elog "Please change /opt/gentoo-rsync/rsync-gentoo-portage.sh for"
- elog "configuration of your main rsync server and use it to sync."
- elog "Change /etc/rsync/rsyncd.motd to display your correct alias."
- elog
- elog "RSYNC_OPTS="--config=/etc/rsync/rsyncd.conf" needs"
- elog "to be set in /etc/conf.d/rsyncd to make allow syncing."
- elog
- elog "The service can be started using /etc/init.d/rsyncd start"
- elog "If you are setting up an official mirror, don't forget to add"
- elog "00,30 * * * * root /opt/gentoo-rsync/rsync-gentoo-portage.sh"
- elog "to your /etc/crontab to sync your tree every 30 minutes."
- elog
- elog "If you are setting up a private (unofficial) mirror, you can add"
- elog "0 3 * * * root /opt/gentoo-rsync/rsync-gentoo-portage.sh"
- elog "to your /etc/crontab to sync your tree once per day."
- elog
- elog "****IMPORTANT****"
- elog "If you are setting up a private mirror, DO NOT sync against the"
- elog "gentoo.org official rotations more than once a day. Doing so puts"
- elog "you at risk of having your IP address banned from the rotations."
- elog
- elog "For more information visit: https://wiki.gentoo.org/wiki/Project:Infrastructure/Rsync"
-}
diff --git a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r6.ebuild b/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r6.ebuild
index 99328b9e78df..b2b2a0289c6c 100644
--- a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r6.ebuild
+++ b/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r6.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Infrastructure/Rsync"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
S="${WORKDIR}"
diff --git a/app-admin/gentoo-rsync-mirror/metadata.xml b/app-admin/gentoo-rsync-mirror/metadata.xml
index 585b0dc75dda..fcf1cd64f680 100644
--- a/app-admin/gentoo-rsync-mirror/metadata.xml
+++ b/app-admin/gentoo-rsync-mirror/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>