diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2016-11-05 16:45:31 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2016-11-05 16:45:31 -0700 |
commit | 2a10ad53d08011f6a09488f3355782a8d3edd1d0 (patch) | |
tree | 4bf7f7684cf37c4ddfc1d7c4858e4ce7670c11a2 /dev-vcs/git/git-2.7.4.ebuild | |
parent | dev-haskell/network: bump up to 2.6.3.1 (diff) | |
download | gentoo-2a10ad53d08011f6a09488f3355782a8d3edd1d0.tar.gz gentoo-2a10ad53d08011f6a09488f3355782a8d3edd1d0.tar.bz2 gentoo-2a10ad53d08011f6a09488f3355782a8d3edd1d0.zip |
dev-vcs/git: drop remaining googlecode mirrors, bump livevcs patches
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-vcs/git/git-2.7.4.ebuild')
-rw-r--r-- | dev-vcs/git/git-2.7.4.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-vcs/git/git-2.7.4.ebuild b/dev-vcs/git/git-2.7.4.ebuild index 2f6bdebdc9c3..bca2787ea158 100644 --- a/dev-vcs/git/git-2.7.4.ebuild +++ b/dev-vcs/git/git-2.7.4.ebuild @@ -24,15 +24,11 @@ DESCRIPTION="stupid content tracker: distributed VCS designed for speed and effi HOMEPAGE="http://www.git-scm.com/" if [[ ${PV} != *9999 ]]; then SRC_URI_SUFFIX="xz" - SRC_URI_GOOG="https://git-core.googlecode.com/files" SRC_URI_KORG="mirror://kernel/software/scm/git" - SRC_URI="${SRC_URI_GOOG}/${MY_P}.tar.${SRC_URI_SUFFIX} - ${SRC_URI_KORG}/${MY_P}.tar.${SRC_URI_SUFFIX} - ${SRC_URI_GOOG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX} + SRC_URI="${SRC_URI_KORG}/${MY_P}.tar.${SRC_URI_SUFFIX} ${SRC_URI_KORG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX} doc? ( ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} - ${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi |