app-portage/eclass-manpages: update URL after git migration
authorMike Frysinger <vapier@gentoo.org>
Fri, 14 Aug 2015 04:02:28 +0000 (00:02 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 14 Aug 2015 04:05:34 +0000 (00:05 -0400)
app-portage/eclass-manpages/eclass-manpages-20150814.ebuild [moved from app-portage/eclass-manpages/eclass-manpages-20150113.ebuild with 100% similarity]
app-portage/eclass-manpages/files/eclass-to-manpage.awk
app-portage/eclass-manpages/files/eclass-to-manpage.sh [changed mode: 0644->0755]

index afb6b80286f942213d7f0d040d74fbb157b13273..11ece1f82a7e13e4489d5792fd1d38bdb797cdcb 100644 (file)
@@ -18,7 +18,7 @@
 # @BUGREPORTS:
 # <optional; description of how to report bugs;
 #  default: tell people to use bugs.gentoo.org>
-# @VCSURL: <optional; url to vcs for this eclass; default: http://sources.gentoo.org/eclass/@ECLASS@?view=log>
+# @VCSURL: <optional; url to vcs for this eclass; default: https://gitweb.gentoo.org/repo/gentoo.git/log/eclass/@ECLASS@>
 # @BLURB: <required; short description>
 # @DESCRIPTION:
 # <optional; long description>
@@ -375,7 +375,7 @@ BEGIN {
                PORTDIR = "/usr/portage"
        eclassdir = PORTDIR "/eclass"
        reporting_bugs = "Please report bugs via http://bugs.gentoo.org/"
-       vcs_url = "http://sources.gentoo.org/eclass/@ECLASS@?view=log"
+       vcs_url = "https://gitweb.gentoo.org/repo/gentoo.git/log/eclass/@ECLASS@"
 }
 
 #