diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-02-09 18:02:45 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-02-09 18:02:45 +0000 |
commit | 09a3e983ae752a5ff61b13a072881f0a99bdcd2f (patch) | |
tree | de6ce4e6d46d2a378dabaf45bbf3766f32591c11 /sci-chemistry | |
parent | Stable for ia64, wrt bug #448550 (diff) | |
download | gentoo-2-09a3e983ae752a5ff61b13a072881f0a99bdcd2f.tar.gz gentoo-2-09a3e983ae752a5ff61b13a072881f0a99bdcd2f.tar.bz2 gentoo-2-09a3e983ae752a5ff61b13a072881f0a99bdcd2f.zip |
Use readme.gentoo.eclass for elog message (#456068)
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gromacs/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-4.6.ebuild | 10 |
2 files changed, 11 insertions, 4 deletions
diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog index 3cd69f74c612..def02a3446d2 100644 --- a/sci-chemistry/gromacs/ChangeLog +++ b/sci-chemistry/gromacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/gromacs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.118 2013/01/25 17:20:09 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.119 2013/02/09 18:02:45 pacho Exp $ + + 09 Feb 2013; Pacho Ramos <pacho@gentoo.org> gromacs-4.6.ebuild: + Use readme.gentoo.eclass for elog message (#456068) 25 Jan 2013; Christoph Junghans <ottxor@gentoo.org> gromacs-4.6.ebuild: added ~arm tested by me diff --git a/sci-chemistry/gromacs/gromacs-4.6.ebuild b/sci-chemistry/gromacs/gromacs-4.6.ebuild index a926a065718a..3a695d3c53a6 100644 --- a/sci-chemistry/gromacs/gromacs-4.6.ebuild +++ b/sci-chemistry/gromacs/gromacs-4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.6.ebuild,v 1.2 2013/01/25 17:20:09 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.6.ebuild,v 1.3 2013/02/09 18:02:45 pacho Exp $ EAPI=5 @@ -9,7 +9,7 @@ MANUAL_PV="4.6" CMAKE_MAKEFILE_GENERATOR="ninja" -inherit bash-completion-r1 cmake-utils eutils multilib toolchain-funcs +inherit bash-completion-r1 cmake-utils eutils multilib readme.gentoo toolchain-funcs if [[ $PV = *9999* ]]; then EGIT_REPO_URI="git://git.gromacs.org/gromacs.git @@ -83,6 +83,8 @@ src_prepare() { cp -al "${WORKDIR}/regressiontests-${TEST_PV}" "${WORKDIR}/${P}_${x}/tests" || die done fi + + DOC_CONTENTS="Gromacs can use sci-chemistry/vmd to read additional file formats" } src_configure() { @@ -209,6 +211,8 @@ src_install() { fi fi rm -rf "${ED}usr/share/gromacs/html/" + + readme.gentoo_create_doc } pkg_postinst() { @@ -222,5 +226,5 @@ pkg_postinst() { einfo "For more Gromacs cool quotes (gcq) add g_luck to your .bashrc" fi einfo - elog "Gromacs can use sci-chemistry/vmd to read additional file formats" + readme.gentoo_print_elog } |