summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 02:14:04 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:38:00 +0200
commit2d5fe4f2281eaee28c46af32bdb877055f827998 (patch)
tree3be61a6eeb1aebd700f56472d9ad0080a072d563 /dev-vcs/gitolite/gitolite-3.6.ebuild
parentdev-vcs/gitstats: use HTTPS for GitHub, fix whitespace in metadata.xml (diff)
downloadgentoo-2d5fe4f2281eaee28c46af32bdb877055f827998.tar.gz
gentoo-2d5fe4f2281eaee28c46af32bdb877055f827998.tar.bz2
gentoo-2d5fe4f2281eaee28c46af32bdb877055f827998.zip
dev-vcs/gitolite: use HTTPS for GitHub, fix redirected URL in doc
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-vcs/gitolite/gitolite-3.6.ebuild')
-rw-r--r--dev-vcs/gitolite/gitolite-3.6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/gitolite/gitolite-3.6.ebuild b/dev-vcs/gitolite/gitolite-3.6.ebuild
index 6d1426bdefd9..91aadb960309 100644
--- a/dev-vcs/gitolite/gitolite-3.6.ebuild
+++ b/dev-vcs/gitolite/gitolite-3.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,7 +7,7 @@ inherit perl-module user versionator
DESCRIPTION="Highly flexible server for git directory version tracker"
HOMEPAGE="https://github.com/sitaramc/gitolite"
-SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -71,7 +71,7 @@ pkg_postinst() {
if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
ewarn
elog "***NOTE*** This is a major upgrade and will likely break your existing gitolite-2.x setup!"
- elog "Please read http://gitolite.com/gitolite/migr.html first!"
+ elog "Please read http://gitolite.com/gitolite/migr/index.html first!"
fi
# bug 352291