diff options
-rw-r--r-- | sci-chemistry/platon/ChangeLog | 8 | ||||
-rw-r--r-- | sci-chemistry/platon/platon-20080725.ebuild | 16 |
2 files changed, 14 insertions, 10 deletions
diff --git a/sci-chemistry/platon/ChangeLog b/sci-chemistry/platon/ChangeLog index 051727aed8ef..56c277b5c9e7 100644 --- a/sci-chemistry/platon/ChangeLog +++ b/sci-chemistry/platon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/platon -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/platon/ChangeLog,v 1.15 2008/10/07 17:01:38 markusle Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/platon/ChangeLog,v 1.16 2009/07/07 23:30:21 flameeyes Exp $ + + 07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> + platon-20080725.ebuild: + Use elog for fetch error. 07 Oct 2008; Markus Dittrich <markusle@gentoo.org> platon-20080725.ebuild: Removed linking against -lf2c with gfortran since platon misbehaves diff --git a/sci-chemistry/platon/platon-20080725.ebuild b/sci-chemistry/platon/platon-20080725.ebuild index 547157fdf9fe..947952ee4b10 100644 --- a/sci-chemistry/platon/platon-20080725.ebuild +++ b/sci-chemistry/platon/platon-20080725.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/platon/platon-20080725.ebuild,v 1.2 2008/10/07 17:01:37 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/platon/platon-20080725.ebuild,v 1.3 2009/07/07 23:30:21 flameeyes Exp $ inherit fortran toolchain-funcs flag-o-matic @@ -20,12 +20,12 @@ DEPEND="${RDEPEND}" S="${WORKDIR}/${PN}" pkg_nofetch() { - einfo "Download ${A/-${PV}} from ftp://xraysoft.chem.uu.nl/pub/unix/," - einfo "rename it to ${A} and place it" - einfo "in ${DISTDIR}." - einfo "If there is a digest mismatch, please file a bug" - einfo "at https://bugs.gentoo.org/ -- a version bump" - einfo "is probably required." + elog "Download ${A/-${PV}} from ftp://xraysoft.chem.uu.nl/pub/unix/," + elog "rename it to ${A} and place it" + elog "in ${DISTDIR}." + elog "If there is a digest mismatch, please file a bug" + elog "at https://bugs.gentoo.org/ -- a version bump" + elog "is probably required." } src_unpack() { |