diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-14 08:43:15 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-14 08:45:32 +0100 |
commit | 3521a2a7c5455834aff644bd64edb520276a4f2a (patch) | |
tree | c018d6d6ad202da01336d6c634ec7117944d9c5c /net-libs | |
parent | net-ftp/cmdftp: change SRC_URI to use 'mirror://nongnu/' (diff) | |
download | gentoo-3521a2a7c5455834aff644bd64edb520276a4f2a.tar.gz gentoo-3521a2a7c5455834aff644bd64edb520276a4f2a.tar.bz2 gentoo-3521a2a7c5455834aff644bd64edb520276a4f2a.zip |
net-libs/libeXosip: change SRC_URI to use 'mirror://nongnu/'
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libeXosip/libeXosip-3.5.0.ebuild | 4 | ||||
-rw-r--r-- | net-libs/libeXosip/libeXosip-4.0.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/libeXosip/libeXosip-3.5.0.ebuild b/net-libs/libeXosip/libeXosip-3.5.0.ebuild index e35695c02a43..d229912fcac7 100644 --- a/net-libs/libeXosip/libeXosip-3.5.0.ebuild +++ b/net-libs/libeXosip/libeXosip-3.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="2" @@ -10,7 +10,7 @@ MY_PV=${PV} MY_P=${PN}2-${MY_PV} DESCRIPTION="library that hides the complexity of using the SIP protocol for multimedia session establishement" HOMEPAGE="https://savannah.nongnu.org/projects/exosip/" -SRC_URI="http://download.savannah.nongnu.org/releases/exosip/${MY_P}.tar.gz" +SRC_URI="mirror://nongnu/exosip/${MY_P}.tar.gz" KEYWORDS="amd64 ppc x86 ~ppc-macos ~x86-macos" SLOT="0" diff --git a/net-libs/libeXosip/libeXosip-4.0.0.ebuild b/net-libs/libeXosip/libeXosip-4.0.0.ebuild index f693759d672f..bf1b95b6809a 100644 --- a/net-libs/libeXosip/libeXosip-4.0.0.ebuild +++ b/net-libs/libeXosip/libeXosip-4.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -10,7 +10,7 @@ MY_PV=${PV} MY_P=${PN}2-${MY_PV} DESCRIPTION="library that hides the complexity of using the SIP protocol for multimedia session establishement" HOMEPAGE="https://savannah.nongnu.org/projects/exosip/" -SRC_URI="http://download.savannah.nongnu.org/releases/exosip/${MY_P}.tar.gz" +SRC_URI="mirror://nongnu/exosip/${MY_P}.tar.gz" KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos" SLOT="0/$(get_version_component_range 1-2)" |