diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2011-09-10 15:02:16 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2011-09-10 15:02:16 +0000 |
commit | 4fce1191da53746be604e4e8d16014348c911779 (patch) | |
tree | ecd26538f2be775963595b3bc799f6670aa7c5eb /sci-chemistry | |
parent | Migrate to the bash-completion-r1 eclass (diff) | |
download | gentoo-2-4fce1191da53746be604e4e8d16014348c911779.tar.gz gentoo-2-4fce1191da53746be604e4e8d16014348c911779.tar.bz2 gentoo-2-4fce1191da53746be604e4e8d16014348c911779.zip |
[sci-chemistry/votca-csg] Migrate to the bash-completion-r1 eclass
(Portage version: 2.1.10.11/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 | 17 |
2 files changed, 12 insertions, 10 deletions
diff --git a/sci-chemistry/votca-csg/ChangeLog b/sci-chemistry/votca-csg/ChangeLog index 66da50211e56..7f34e4f7a225 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.8 2011/08/25 20:25:13 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.9 2011/09/10 15:02:16 ottxor Exp $ + + 10 Sep 2011; Christoph Junghans <ottxor@gentoo.org> votca-csg-1.2.1.ebuild: + Migrate to the bash-completion-r1 eclass manifest *votca-csg-1.2.1 (25 Aug 2011) diff --git a/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild b/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild index d658c852aa13..b50ac01803fb 100644 --- a/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild @@ -1,10 +1,10 @@ # 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.1 2011/08/25 20:25:13 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild,v 1.2 2011/09/10 15:02:16 ottxor Exp $ EAPI=4 -inherit bash-completion cmake-utils +inherit bash-completion-r1 cmake-utils IUSE="doc examples extras +gromacs +system-boost" PDEPEND="extras? ( =sci-chemistry/votca-csgapps-${PV} )" @@ -57,7 +57,7 @@ src_configure() { src_install() { DOCS=(README NOTICE ${CMAKE_BUILD_DIR}/CHANGELOG) - dobashcompletion scripts/csg-completion.bash ${PN} + newbashcomp scripts/csg-completion.bash ${PN} cmake-utils_src_install if use doc; then if [ -n "${PV##*9999}" ]; then @@ -76,10 +76,9 @@ src_install() { } 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 + einfo + einfo "Please read and cite:" + einfo "VOTCA, J. Chem. Theory Comput. 5, 3211 (2009). " + einfo "http://dx.doi.org/10.1021/ct900369w" + einfo } |