From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Px4dc-0001NN-2V for garchives@archives.gentoo.org; Tue, 08 Mar 2011 21:40:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD5611C005; Tue, 8 Mar 2011 21:40:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9E7D91C005 for ; Tue, 8 Mar 2011 21:40:08 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E79D31B40EA for ; Tue, 8 Mar 2011 21:40:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 480618006A for ; Tue, 8 Mar 2011 21:40:07 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <14b5e2401e7c21b0af49be2f203d89c23b5b0c6b.kleiner_otti@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csg/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/votca-csg/ChangeLog sci-chemistry/votca-csg/votca-csg-1.1.1.ebuild X-VCS-Directories: sci-chemistry/votca-csg/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 14b5e2401e7c21b0af49be2f203d89c23b5b0c6b Date: Tue, 8 Mar 2011 21:40:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 340c341b78823373302c6a57aa6ce277 commit: 14b5e2401e7c21b0af49be2f203d89c23b5b0c6b Author: Christoph Junghans gentoo org> AuthorDate: Tue Mar 8 21:38:07 2011 +0000 Commit: Christoph Junghans gmx de> CommitDate: Tue Mar 8 21:38:07 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D14b5e240 [sci-chemistry/votca-csg] 1.1.1 InCVS (Portage version: 2.1.9.25/git/Linux i686, signed Manifest commit with ke= y C2000586) --- sci-chemistry/votca-csg/ChangeLog | 3 + sci-chemistry/votca-csg/votca-csg-1.1.1.ebuild | 82 ------------------= ------ 2 files changed, 3 insertions(+), 82 deletions(-) diff --git a/sci-chemistry/votca-csg/ChangeLog b/sci-chemistry/votca-csg/= ChangeLog index ca4403d..348ee7d 100644 --- a/sci-chemistry/votca-csg/ChangeLog +++ b/sci-chemistry/votca-csg/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 08 Mar 2011; Christoph Junghans -votca-csg-1.1.1.e= build: + InCVS + *votca-csg-1.1.1 (03 Mar 2011) =20 03 Mar 2011; Christoph Junghans -votca-csg-1.1.ebu= ild, diff --git a/sci-chemistry/votca-csg/votca-csg-1.1.1.ebuild b/sci-chemist= ry/votca-csg/votca-csg-1.1.1.ebuild deleted file mode 100644 index d1b7e59..0000000 --- a/sci-chemistry/votca-csg/votca-csg-1.1.1.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D"3" - -inherit autotools-utils bash-completion - -MANUAL_PV=3D1.1 -if [ "${PV}" !=3D "9999" ]; then - SRC_URI=3D"http://votca.googlecode.com/files/${PF}.tar.gz - doc? ( http://votca.googlecode.com/files/votca-manual-${MANUAL_PV}.pdf= )" - RESTRICT=3D"primaryuri" -else - SRC_URI=3D"" - inherit mercurial - EHG_REPO_URI=3D"https://csg.votca.googlecode.com/hg" - S=3D"${WORKDIR}/${EHG_REPO_URI##*/}" - PDEPEND=3D"doc? ( =3Dapp-doc/votca-manual-${PV} )" -fi - -DESCRIPTION=3D"Votca coarse-graining engine" -HOMEPAGE=3D"http://www.votca.org" - -LICENSE=3D"Apache-2.0" -SLOT=3D"0" -KEYWORDS=3D"~x86 ~amd64" -IUSE=3D"doc +gromacs static-libs" - -RDEPEND=3D"=3Dsci-libs/votca-tools-${PV} - gromacs? ( >=3Dsci-chemistry/gromacs-4.0.7-r5 ) - dev-lang/perl - app-shells/bash" - -DEPEND=3D"${RDEPEND} - doc? ( app-doc/doxygen[-nodot] ) - >=3Dapp-text/txt2tags-2.5 - dev-util/pkgconfig" - -src_prepare() { - #from bootstrap.sh - if [ -z "${PV##*9999}" ]; then - emake -C share/scripts/inverse -f Makefile.am.in Makefile.am || die - fi - - eautoreconf || die "eautoreconf failed" -} - -src_configure() { - local libgmx - - #in >gromacs-4.5 libgmx was renamed to libgromacs - has_version =3Dsci-chemistry/gromacs-9999 && libgmx=3D"libgromacs" || l= ibgmx=3D"libgmx" - #prefer gromacs double-precision if it is there - has_version sci-chemistry/gromacs[double-precision] && libgmx=3D"${libg= mx}_d" - - myeconfargs=3D( ${myconf} --disable-rc-files $(use_with gromacs libgmx= $libgmx) ) - autotools-utils_src_configure || die -} - -src_install() { - DOCS=3D(README NOTICE ${AUTOTOOLS_BUILD_DIR}/CHANGELOG) - dobashcompletion scripts/csg-completion.bash ${PN} || die - autotools-utils_src_install || die - if use doc; then - if [ -n "${PV##*9999}" ]; then - dodoc "${DISTDIR}/votca-manual-${MANUAL_PV}.pdf" || die - fi - cd share/doc || die - doxygen || die - dohtml -r html/* || die - fi -} - -pkg_postinst() { - elog - elog "Please read and cite:" - elog "VOTCA, J. Chem. Theory Comput. 5, 3211 (2009). " - elog "http://dx.doi.org/10.1021/ct900369w" - elog - bash-completion_pkg_postinst -}