diff options
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/espresso++/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/espresso++/espresso++-1.3.1.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog index 887c1dd554e0..10ef30e9ebc5 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.3 2012/12/23 00:26:04 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.4 2012/12/26 23:27:55 ottxor Exp $ + + 26 Dec 2012; Christoph Junghans <ottxor@gentoo.org> espresso++-1.3.1.ebuild: + use new mercurial.eclass defaults 23 Dec 2012; Christoph Junghans <ottxor@gentoo.org> espresso++-1.3.1.ebuild: fix python dep diff --git a/sci-physics/espresso++/espresso++-1.3.1.ebuild b/sci-physics/espresso++/espresso++-1.3.1.ebuild index bde7ceda61e8..b942d755e6fa 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.3 2012/12/23 00:26:04 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.3.1.ebuild,v 1.4 2012/12/26 23:27:55 ottxor Exp $ EAPI=4 @@ -13,7 +13,6 @@ HOMEPAGE="https://www.espresso-pp.de" if [[ ${PV} = 9999 ]]; then EHG_REPO_URI="https://hg.berlios.de/repos/espressopp" - EHG_REVISION="default" inherit mercurial else SRC_URI="https://www.espresso-pp.de/Download/${PN%++}pp_${PV//./_}.tgz" |