diff options
author | Benda Xu <heroxbd@gentoo.org> | 2015-11-05 14:14:40 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2015-11-05 14:14:40 +0900 |
commit | 11bc8c9224f262c977db7b3e55acbaf8db830644 (patch) | |
tree | eaef3f3286e8280d7833f2ec1e5d2192efbf1f17 | |
parent | minor cleanup (diff) | |
download | R_overlay-11bc8c9224f262c977db7b3e55acbaf8db830644.tar.gz R_overlay-11bc8c9224f262c977db7b3e55acbaf8db830644.tar.bz2 R_overlay-11bc8c9224f262c977db7b3e55acbaf8db830644.zip |
roverlay-9999.ebuild: gentoo git URLs change.
https://www.gentoo.org/news/2015/04/25/anongit-overlays.html
-rw-r--r-- | roverlay-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roverlay-9999.ebuild b/roverlay-9999.ebuild index 028a457..1d0caef 100644 --- a/roverlay-9999.ebuild +++ b/roverlay-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) PYTHON_REQ_USE="ssl,threads(+),readline(+)" -EGIT_REPO_URI='git://git.overlays.gentoo.org/proj/R_overlay.git' +EGIT_REPO_URI='git://anongit.gentoo.org/proj/R_overlay.git' DOCS=() HTML_DOCS=( doc/html/. ) @@ -16,7 +16,7 @@ EXAMPLES=( examples/. ) inherit user distutils-r1 git-r3 bash-completion-r1 DESCRIPTION="Automatically generated overlay of R packages" -HOMEPAGE="http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=summary" +HOMEPAGE="https://cgit.gentoo.org/proj/R_overlay.git" SRC_URI="" LICENSE="GPL-2+" |