ottxor 14/08/25 22:41:55 Modified: ChangeLog Added: espresso++-1.8.1.ebuild Log: version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.9 sci-physics/espresso++/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 21 Jun 2014 17:35:12 -0000 1.8 +++ ChangeLog 25 Aug 2014 22:41:55 -0000 1.9 @@ -1,6 +1,11 @@ # ChangeLog for sci-physics/espresso++ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.8 2014/06/21 17:35:12 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.9 2014/08/25 22:41:55 ottxor Exp $ + +*espresso++-1.8.1 (25 Aug 2014) + + 25 Aug 2014; Christoph Junghans <[email protected]> +espresso++-1.8.1.ebuild: + version bump 21 Jun 2014; Christoph Junghans <[email protected]> espresso++-1.6.0.ebuild: added missing dep (bug #514084) 1.1 sci-physics/espresso++/espresso++-1.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/espresso++-1.8.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/espresso++-1.8.1.ebuild?rev=1.1&content-type=text/plain Index: espresso++-1.8.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.8.1.ebuild,v 1.1 2014/08/25 22:41:55 ottxor Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) CMAKE_MAKEFILE_GENERATOR="ninja" inherit cmake-utils multilib python-single-r1 DESCRIPTION="extensible, flexible, fast and parallel simulation software for soft matter research" HOMEPAGE="https://www.espresso-pp.de" if [[ ${PV} = 9999 ]]; then EHG_REPO_URI="https://bitbucket.org/${PN//+/p}/${PN//+/p}" EHG_REVISION="default" inherit mercurial KEYWORDS= else inherit vcs-snapshot #SRC_URI="https://espressopp.mpip-mainz.mpg.de/Download/${PN//+/p}-${PV}.tgz" SRC_URI="https://bitbucket.org/${PN//+/p}/${PN//+/p}/get/v${PV}.tar.bz2 -> ${P}.tar.bz2" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos" fi LICENSE="GPL-3" SLOT="0" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} virtual/mpi dev-libs/boost[python,mpi,${PYTHON_USEDEP}] sci-libs/fftw:3.0 dev-python/mpi4py" DEPEND="${RDEPEND}" DOCS=( AUTHORS NEWS README ) src_configure() { mycmakeargs=( -DEXTERNAL_BOOST=ON -DEXTERNAL_MPI4PY=ON -DLIB="$(get_libdir)" -DWITH_RC_FILES=OFF ) cmake-utils_src_configure }
