diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-12-25 18:08:11 -0700 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-12-25 18:08:11 -0700 |
commit | acd88a6228684ae547f9b823b426f9627f68faad (patch) | |
tree | c9d5f59a297e289dac04e2ac35aa9007709642cf /sci-physics | |
parent | remove old (diff) | |
download | sci-acd88a6228684ae547f9b823b426f9627f68faad.tar.gz sci-acd88a6228684ae547f9b823b426f9627f68faad.tar.bz2 sci-acd88a6228684ae547f9b823b426f9627f68faad.zip |
fixed homepage and deps
Package-Manager: portage-2.2.14
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/espresso/ChangeLog | 3 | ||||
-rw-r--r-- | sci-physics/espresso/espresso-9999.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sci-physics/espresso/ChangeLog b/sci-physics/espresso/ChangeLog index c1deada33..39f0e5a6f 100644 --- a/sci-physics/espresso/ChangeLog +++ b/sci-physics/espresso/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 26 Dec 2014; Christoph Junghans <ottxor@gentoo.org> espresso-9999.ebuild: + fixed homepage and deps + 11 Aug 2014; Christoph Junghans <ottxor@gentoo.org> espresso-9999.ebuild, metadata.xml: sync with gx86 diff --git a/sci-physics/espresso/espresso-9999.ebuild b/sci-physics/espresso/espresso-9999.ebuild index 78cdf623c..149a662f0 100644 --- a/sci-physics/espresso/espresso-9999.ebuild +++ b/sci-physics/espresso/espresso-9999.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools-utils python-single-r1 savedconfig DESCRIPTION="Extensible Simulation Package for Research on Soft matter" -HOMEPAGE="http://www.espressomd.org" +HOMEPAGE="http://espressomd.org" if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="git://git.savannah.nongnu.org/espressomd.git" @@ -48,7 +48,7 @@ RDEPEND=" DEPEND="${RDEPEND} doc? ( - || ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] ) + app-doc/doxygen[dot] dev-texlive/texlive-latexextra virtual/latex-base )" |