summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-10-09 18:10:56 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-10-09 18:10:56 +0000
commitd08e1c1cec088360600ca43ce12a98908e460be5 (patch)
tree1e76e4454d8e63b25282ba11407da4f56b6f36eb /sci-physics
parentFix building with gcc-4.7 (Bug 437742) (diff)
downloadgentoo-2-d08e1c1cec088360600ca43ce12a98908e460be5.tar.gz
gentoo-2-d08e1c1cec088360600ca43ce12a98908e460be5.tar.bz2
gentoo-2-d08e1c1cec088360600ca43ce12a98908e460be5.zip
Fix SRC_URI, previous address had SSL cert problems
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/espresso++/ChangeLog5
-rw-r--r--sci-physics/espresso++/espresso++-1.3.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index a3a555cd6bfb..5aff1ad653eb 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-physics/espresso++
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.1 2012/10/09 13:01:30 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.2 2012/10/09 18:10:56 xarthisius Exp $
+
+ 09 Oct 2012; Kacper Kowalik <xarthisius@gentoo.org> espresso++-1.3.1.ebuild:
+ Fix SRC_URI, previous address had SSL cert problems
*espresso++-1.3.1 (09 Oct 2012)
diff --git a/sci-physics/espresso++/espresso++-1.3.1.ebuild b/sci-physics/espresso++/espresso++-1.3.1.ebuild
index 13a91534a706..5bb062827b34 100644
--- a/sci-physics/espresso++/espresso++-1.3.1.ebuild
+++ b/sci-physics/espresso++/espresso++-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.3.1.ebuild,v 1.1 2012/10/09 13:01:30 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.3.1.ebuild,v 1.2 2012/10/09 18:10:56 xarthisius Exp $
EAPI=4
@@ -16,7 +16,7 @@ if [[ ${PV} = 9999 ]]; then
EHG_REVISION="default"
inherit mercurial
else
- SRC_URI="https://www.espresso-pp.de/Download/${PN%++}pp_${PV//./_}.tgz"
+ SRC_URI="https://espressopp.mpip-mainz.mpg.de/Download/${PN%++}pp_${PV//./_}.tgz"
fi
LICENSE="GPL-3"