From: "Christoph Junghans" <kleiner_otti@gmx.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csg/
Date: Tue, 8 Mar 2011 21:40:07 +0000 (UTC) [thread overview]
Message-ID: <14b5e2401e7c21b0af49be2f203d89c23b5b0c6b.kleiner_otti@gentoo> (raw)
commit: 14b5e2401e7c21b0af49be2f203d89c23b5b0c6b
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 8 21:38:07 2011 +0000
Commit: Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Tue Mar 8 21:38:07 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=14b5e240
[sci-chemistry/votca-csg] 1.1.1 InCVS
(Portage version: 2.1.9.25/git/Linux i686, signed Manifest commit with key 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: $
+ 08 Mar 2011; Christoph Junghans <ottxor@gentoo.org> -votca-csg-1.1.1.ebuild:
+ InCVS
+
*votca-csg-1.1.1 (03 Mar 2011)
03 Mar 2011; Christoph Junghans <ottxor@gentoo.org> -votca-csg-1.1.ebuild,
diff --git a/sci-chemistry/votca-csg/votca-csg-1.1.1.ebuild b/sci-chemistry/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="3"
-
-inherit autotools-utils bash-completion
-
-MANUAL_PV=1.1
-if [ "${PV}" != "9999" ]; then
- SRC_URI="http://votca.googlecode.com/files/${PF}.tar.gz
- doc? ( http://votca.googlecode.com/files/votca-manual-${MANUAL_PV}.pdf )"
- RESTRICT="primaryuri"
-else
- SRC_URI=""
- inherit mercurial
- EHG_REPO_URI="https://csg.votca.googlecode.com/hg"
- S="${WORKDIR}/${EHG_REPO_URI##*/}"
- PDEPEND="doc? ( =app-doc/votca-manual-${PV} )"
-fi
-
-DESCRIPTION="Votca coarse-graining engine"
-HOMEPAGE="http://www.votca.org"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="doc +gromacs static-libs"
-
-RDEPEND="=sci-libs/votca-tools-${PV}
- gromacs? ( >=sci-chemistry/gromacs-4.0.7-r5 )
- dev-lang/perl
- app-shells/bash"
-
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen[-nodot] )
- >=app-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 =sci-chemistry/gromacs-9999 && libgmx="libgromacs" || libgmx="libgmx"
- #prefer gromacs double-precision if it is there
- has_version sci-chemistry/gromacs[double-precision] && libgmx="${libgmx}_d"
-
- myeconfargs=( ${myconf} --disable-rc-files $(use_with gromacs libgmx $libgmx) )
- autotools-utils_src_configure || die
-}
-
-src_install() {
- DOCS=(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
-}
next reply other threads:[~2011-03-08 21:40 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-08 21:40 Christoph Junghans [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-07-14 17:31 [gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csg/ Christoph Junghans
2015-11-16 4:23 Christoph Junghans
2015-09-24 5:20 Christoph Junghans
2015-09-21 17:44 Justin Lecher
2015-02-12 0:44 Christoph Junghans
2014-10-24 3:33 Christoph Junghans
2014-09-01 0:21 Christoph Junghans
2014-02-27 23:01 Sebastien Fabbro
2013-03-09 1:48 Christoph Junghans
2013-01-30 5:28 Christoph Junghans
2012-12-31 3:17 Christoph Junghans
2012-07-25 1:24 Christoph Junghans
2012-07-18 2:53 Christoph Junghans
2012-03-24 22:46 Christoph Junghans
2011-11-05 2:33 Christoph Junghans
2011-11-05 2:33 Christoph Junghans
2011-11-03 23:51 Christoph Junghans
2011-09-10 15:04 Christoph Junghans
2011-09-10 14:57 Christoph Junghans
2011-09-05 17:13 Christoph Junghans
2011-08-25 20:33 Christoph Junghans
2011-08-14 15:04 Christoph Junghans
2011-07-17 13:14 Christoph Junghans
2011-07-17 12:38 Christoph Junghans
2011-06-24 17:09 Justin Lecher
2011-06-03 21:59 Christoph Junghans
2011-05-28 12:27 Christoph Junghans
2011-03-10 19:51 Christoph Junghans
2011-03-03 21:43 Christoph Junghans
2011-03-03 21:43 Christoph Junghans
2011-02-20 13:30 Christoph Junghans
2011-02-19 17:03 Christoph Junghans
2011-02-13 17:27 Christoph Junghans
2011-02-12 16:23 Christoph Junghans
2011-02-12 14:53 Christoph Junghans
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=14b5e2401e7c21b0af49be2f203d89c23b5b0c6b.kleiner_otti@gentoo \
--to=kleiner_otti@gmx.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox