summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-07-07 23:30:21 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-07-07 23:30:21 +0000
commit197b31239810454f8a42fdf8f5b57aa86981d89b (patch)
treeb605fb89974d0f9b6c1396321df38a7f2540f086 /sci-chemistry/platon
parentUse elog for fetch error. (diff)
downloadgentoo-2-197b31239810454f8a42fdf8f5b57aa86981d89b.tar.gz
gentoo-2-197b31239810454f8a42fdf8f5b57aa86981d89b.tar.bz2
gentoo-2-197b31239810454f8a42fdf8f5b57aa86981d89b.zip
Use elog for fetch error.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/platon')
-rw-r--r--sci-chemistry/platon/ChangeLog8
-rw-r--r--sci-chemistry/platon/platon-20080725.ebuild16
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() {