commit:     5647e582ed96f9cdaa81cdaacf60e544049780bd
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 04:02:28 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 04:05:34 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5647e582

app-portage/eclass-manpages: update URL after git migration

 ...class-manpages-20150113.ebuild => eclass-manpages-20150814.ebuild} | 0
 app-portage/eclass-manpages/files/eclass-to-manpage.awk               | 4 ++--
 app-portage/eclass-manpages/files/eclass-to-manpage.sh                | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/eclass-manpages/eclass-manpages-20150113.ebuild 
b/app-portage/eclass-manpages/eclass-manpages-20150814.ebuild
similarity index 100%
rename from app-portage/eclass-manpages/eclass-manpages-20150113.ebuild
rename to app-portage/eclass-manpages/eclass-manpages-20150814.ebuild

diff --git a/app-portage/eclass-manpages/files/eclass-to-manpage.awk 
b/app-portage/eclass-manpages/files/eclass-to-manpage.awk
index afb6b80..11ece1f 100644
--- a/app-portage/eclass-manpages/files/eclass-to-manpage.awk
+++ b/app-portage/eclass-manpages/files/eclass-to-manpage.awk
@@ -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@";
 }
 
 #

diff --git a/app-portage/eclass-manpages/files/eclass-to-manpage.sh 
b/app-portage/eclass-manpages/files/eclass-to-manpage.sh
old mode 100644
new mode 100755

Reply via email to