diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-01-05 02:34:22 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-01-05 02:34:22 +0000 |
commit | 091523a0eedea5d9d569aeb7c110359029682070 (patch) | |
tree | 8a1bf24ea2970a3d9c0f215dd3705f63dd91879f /app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild | |
parent | fix broken patch (diff) | |
download | gentoo-2-091523a0eedea5d9d569aeb7c110359029682070.tar.gz gentoo-2-091523a0eedea5d9d569aeb7c110359029682070.tar.bz2 gentoo-2-091523a0eedea5d9d569aeb7c110359029682070.zip |
update HOMEPAGE url, bug 534456, proxy for maintainer
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild')
-rw-r--r-- | app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild | 8 |
1 files changed, 4 insertions, 4 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 index 41fe4b6fdec1..62449991c939 100644 --- 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 @@ -1,9 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2015 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-r5.ebuild,v 1.5 2009/10/11 23:28:51 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r5.ebuild,v 1.6 2015/01/05 02:34:22 dlan Exp $ DESCRIPTION="Ebuild for setting up a Gentoo rsync mirror" -HOMEPAGE="http://www.gentoo.org/doc/en/rsync.xml" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Infrastructure/Rsync" SRC_URI="" LICENSE="GPL-2" @@ -46,5 +46,5 @@ pkg_postinst() { 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: http://www.gentoo.org/doc/en/rsync.xml" + elog "For more information visit: https://wiki.gentoo.org/wiki/Project:Infrastructure/Rsync" } |