diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-02-05 01:16:21 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-02-05 01:16:21 +0000 |
commit | 14e2d0d0de28c140e03cd1da3a938cc8414a5408 (patch) | |
tree | a5a896c6f58d2d1a4835be68c9933e42fdc61a81 /sci-chemistry | |
parent | remove old (diff) | |
download | historical-14e2d0d0de28c140e03cd1da3a938cc8414a5408.tar.gz historical-14e2d0d0de28c140e03cd1da3a938cc8414a5408.tar.bz2 historical-14e2d0d0de28c140e03cd1da3a938cc8414a5408.zip |
remove old
Package-Manager: portage-2.2.0_alpha85/cvs/Linux i686
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/votca-csg/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild | 85 | ||||
-rw-r--r-- | sci-chemistry/votca-csgapps/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/votca-csgapps/votca-csgapps-1.2.1.ebuild | 30 |
4 files changed, 9 insertions, 117 deletions
diff --git a/sci-chemistry/votca-csg/ChangeLog b/sci-chemistry/votca-csg/ChangeLog index 3030de46c850..e77098efb211 100644 --- a/sci-chemistry/votca-csg/ChangeLog +++ b/sci-chemistry/votca-csg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/votca-csg # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.16 2012/01/25 10:20:54 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.17 2012/02/05 01:14:07 ottxor Exp $ + + 05 Feb 2012; Christoph Junghans <ottxor@gentoo.org> -votca-csg-1.2.1.ebuild: + remove old 25 Jan 2012; Thomas Kahle <tomka@gentoo.org> votca-csg-1.2.2.ebuild: x86 stable per bug 389681 diff --git a/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild b/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild deleted file mode 100644 index 968282022121..000000000000 --- a/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2011 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.1.ebuild,v 1.4 2011/12/14 17:18:09 ago Exp $ - -EAPI=4 - -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/${PF}.tar.gz - doc? ( http://votca.googlecode.com/files/votca-manual-${PV}.pdf ) - examples? ( http://votca.googlecode.com/files/votca-tutorials-${PV}.tar.gz )" - RESTRICT="primaryuri" -else - SRC_URI="" - inherit mercurial - EHG_REPO_URI="https://csg.votca.googlecode.com/hg" - EHG_REVISION="default" - S="${WORKDIR}/${EHG_REPO_URI##*/}" - PDEPEND="${PDEPEND} doc? ( =app-doc/votca-csg-manual-${PV} ) - examples? ( =sci-chemistry/votca-csg-tutorials-${PV} )" -fi - -DESCRIPTION="Votca coarse-graining engine" -HOMEPAGE="http://www.votca.org" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~x86" - -RDEPEND="=sci-libs/votca-tools-${PV}[system-boost=] - gromacs? ( sci-chemistry/gromacs ) - dev-lang/perl - app-shells/bash" - -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[-nodot] ) - >=app-text/txt2tags-2.5 - dev-util/pkgconfig" - -src_configure() { - local extra="-DWITH_GMX_DEVEL=OFF" - - use gromacs && has_version =sci-chemistry/gromacs-9999 && \ - extra="-DWITH_GMX_DEVEL=ON" - - mycmakeargs=( - $(cmake-utils_use system-boost EXTERNAL_BOOST) - $(cmake-utils_use_with gromacs GMX) - ${extra} - -DWITH_RC_FILES=OFF - -DLIB=$(get_libdir) - ) - cmake-utils_src_configure -} - -src_install() { - DOCS=(README NOTICE ${CMAKE_BUILD_DIR}/CHANGELOG) - newbashcomp scripts/csg-completion.bash ${PN} - cmake-utils_src_install - if use doc; then - if [ -n "${PV##*9999}" ]; then - dodoc "${DISTDIR}/votca-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}/votca-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 -} diff --git a/sci-chemistry/votca-csgapps/ChangeLog b/sci-chemistry/votca-csgapps/ChangeLog index 552a157d25da..b409db071f07 100644 --- a/sci-chemistry/votca-csgapps/ChangeLog +++ b/sci-chemistry/votca-csgapps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/votca-csgapps # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog,v 1.9 2012/01/25 19:36:52 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/ChangeLog,v 1.10 2012/02/05 01:16:20 ottxor Exp $ + + 05 Feb 2012; Christoph Junghans <ottxor@gentoo.org> + -votca-csgapps-1.2.1.ebuild: + remove old 25 Jan 2012; Thomas Kahle <tomka@gentoo.org> Manifest: fix manifest diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.2.1.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.1.ebuild deleted file mode 100644 index 6285117740b3..000000000000 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.2.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csgapps/votca-csgapps-1.2.1.ebuild,v 1.2 2011/12/14 17:17:13 ago Exp $ - -EAPI=4 - -inherit cmake-utils - -if [ "${PV}" != "9999" ]; then - SRC_URI="http://votca.googlecode.com/files/${PF}.tar.gz" - RESTRICT="primaryuri" -else - inherit mercurial - EHG_REPO_URI="https://csgapps.votca.googlecode.com/hg" - S="${WORKDIR}/${EHG_REPO_URI##*/}" -fi - -DESCRIPTION="Extra applications for votca-csg" -HOMEPAGE="http://www.votca.org" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="" - -RDEPEND="=sci-chemistry/${PN%apps}-${PV}" - -DEPEND="${RDEPEND}" - -DOCS=( README ) |