summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-12-26 23:27:55 +0000
committerChristoph Junghans <ottxor@gentoo.org>2012-12-26 23:27:55 +0000
commit92f2a664546d15d38a7cdbe6cf777cd6493439d3 (patch)
tree653f646a3d21a70dc3d6606a35ca85553cc8daa1 /sci-physics
parentuse new mercurial.eclass defaults (diff)
downloadgentoo-2-92f2a664546d15d38a7cdbe6cf777cd6493439d3.tar.gz
gentoo-2-92f2a664546d15d38a7cdbe6cf777cd6493439d3.tar.bz2
gentoo-2-92f2a664546d15d38a7cdbe6cf777cd6493439d3.zip
use new mercurial.eclass defaults
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/espresso++/ChangeLog5
-rw-r--r--sci-physics/espresso++/espresso++-1.3.1.ebuild3
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"