From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 668E31381F3 for ; Sun, 14 Apr 2013 17:52:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EABE6E0A49; Sun, 14 Apr 2013 17:52:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 706FBE0A49 for ; Sun, 14 Apr 2013 17:52:31 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BB8233DD26 for ; Sun, 14 Apr 2013 17:52:30 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2288) id 368A72171D; Sun, 14 Apr 2013 17:52:29 +0000 (UTC) From: "Christoph Junghans (ottxor)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ottxor@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/votca-csg: votca-csg-1.2.3-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: votca-csg-1.2.3-r1.ebuild ChangeLog X-VCS-Directories: sci-chemistry/votca-csg X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130414175229.368A72171D@flycatcher.gentoo.org> Date: Sun, 14 Apr 2013 17:52:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2c30c4e8-bbc8-430e-9466-158bab9dacdd X-Archives-Hash: f301eec42fbe90ad67bfd2b702a3cc98 ottxor 13/04/14 17:52:29 Modified: ChangeLog Added: votca-csg-1.2.3-r1.ebuild Log: added subslot deps (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key C2000586) Revision Changes Path 1.24 sci-chemistry/votca-csg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/votca-csg/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/votca-csg/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/votca-csg/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 27 Feb 2013 03:36:51 -0000 1.23 +++ ChangeLog 14 Apr 2013 17:52:29 -0000 1.24 @@ -1,6 +1,12 @@ # ChangeLog for sci-chemistry/votca-csg # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.23 2013/02/27 03:36:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.24 2013/04/14 17:52:29 ottxor Exp $ + +*votca-csg-1.2.3-r1 (14 Apr 2013) + + 14 Apr 2013; Christoph Junghans + +votca-csg-1.2.3-r1.ebuild: + added subslot deps 27 Feb 2013; Michael Sterrett votca-csg-1.2.3.ebuild: fix broken dep 1.1 sci-chemistry/votca-csg/votca-csg-1.2.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.3-r1.ebuild?rev=1.1&content-type=text/plain Index: votca-csg-1.2.3-r1.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.3-r1.ebuild,v 1.1 2013/04/14 17:52:29 ottxor Exp $ EAPI=5 inherit bash-completion-r1 cmake-utils multilib IUSE="doc examples extras +gromacs +system-boost" PDEPEND="extras? ( =sci-chemistry/votca-csgapps-${PV} )" if [ "${PV}" != "9999" ]; then SRC_URI="http://votca.googlecode.com/files/${P}.tar.gz doc? ( http://votca.googlecode.com/files/${PN}-manual-${PV}.pdf ) examples? ( http://votca.googlecode.com/files/${PN}-tutorials-${PV}.tar.gz )" RESTRICT="primaryuri" else SRC_URI="" inherit mercurial EHG_REPO_URI="https://csg.votca.googlecode.com/hg" PDEPEND="${PDEPEND} doc? ( =app-doc/${PN}-manual-${PV} ) examples? ( =sci-chemistry/${PN}-tutorials-${PV} )" fi DESCRIPTION="Votca coarse-graining engine" HOMEPAGE="http://www.votca.org" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos" #perl is only used for scripts RDEPEND="~sci-libs/votca-tools-${PV}[system-boost=] gromacs? ( sci-chemistry/gromacs:= ) dev-lang/perl app-shells/bash" DEPEND="${RDEPEND} doc? ( || ( =app-doc/doxygen-1.7.6.1[dot] ) ) >=app-text/txt2tags-2.5 virtual/pkgconfig" DOCS=(README NOTICE ChangeLog) src_configure() { local GMX_DEV="OFF" GMX_DOUBLE="OFF" extra if use gromacs; then has_version =sci-chemistry/gromacs-9999 && GMX_DEV="ON" has_version sci-chemistry/gromacs[double-precision] && GMX_DOUBLE="ON" fi #to create man pages, build tree binaries are executed (bug #398437) [[ ${CHOST} = *-darwin* ]] && \ extra+=" -DCMAKE_BUILD_WITH_INSTALL_RPATH=OFF" mycmakeargs=( $(cmake-utils_use system-boost EXTERNAL_BOOST) $(cmake-utils_use_with gromacs GMX) -DWITH_GMX_DEVEL="${GMX_DEV}" -DGMX_DOUBLE="${GMX_DOUBLE}" ${extra} -DWITH_RC_FILES=OFF -DLIB=$(get_libdir) ) cmake-utils_src_configure } src_install() { newbashcomp scripts/csg-completion.bash ${PN} cmake-utils_src_install if use doc; then if [ -n "${PV##*9999}" ]; then dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf" fi cd "${CMAKE_BUILD_DIR}" || die cd share/doc || die doxygen || die dohtml -r html/* fi if use examples && [ -n "${PV##*9999}" ]; then insinto "/usr/share/doc/${PF}/tutorials" docompress -x "/usr/share/doc/${PF}/tutorials" doins -r "${WORKDIR}/${PN}-tutorials-${PV}"/* fi } pkg_postinst() { einfo einfo "Please read and cite:" einfo "VOTCA, J. Chem. Theory Comput. 5, 3211 (2009). " einfo "http://dx.doi.org/10.1021/ct900369w" einfo }