diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-07 23:14:33 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-07 23:14:33 +0000 |
commit | d0381455b0fd033a68551df7103eaacb77d24c1b (patch) | |
tree | 25249837c96bf46f6f246506d16330bba90b2867 /sci-chemistry/caver | |
parent | Use elog for fetch error. (diff) | |
download | gentoo-2-d0381455b0fd033a68551df7103eaacb77d24c1b.tar.gz gentoo-2-d0381455b0fd033a68551df7103eaacb77d24c1b.tar.bz2 gentoo-2-d0381455b0fd033a68551df7103eaacb77d24c1b.zip |
Use elog for fetch error.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/caver')
-rw-r--r-- | sci-chemistry/caver/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/caver/caver-0.99.4.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/sci-chemistry/caver/ChangeLog b/sci-chemistry/caver/ChangeLog index d74691021a20..06bb22ef047c 100644 --- a/sci-chemistry/caver/ChangeLog +++ b/sci-chemistry/caver/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/caver -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/caver/ChangeLog,v 1.11 2008/08/06 15:26:47 ulm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/caver/ChangeLog,v 1.12 2009/07/07 23:14:33 flameeyes Exp $ + + 07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> caver-0.99.4.ebuild: + Use elog for fetch error. 06 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: Add USE flag description to metadata wrt GLEP 56. diff --git a/sci-chemistry/caver/caver-0.99.4.ebuild b/sci-chemistry/caver/caver-0.99.4.ebuild index 26c33b92cec1..cb8b7a2492fe 100644 --- a/sci-chemistry/caver/caver-0.99.4.ebuild +++ b/sci-chemistry/caver/caver-0.99.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/caver/caver-0.99.4.ebuild,v 1.2 2007/03/15 15:51:57 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/caver/caver-0.99.4.ebuild,v 1.3 2009/07/07 23:14:33 flameeyes Exp $ inherit multilib python eutils @@ -27,12 +27,12 @@ RESTRICT="fetch" S="${WORKDIR}/${MY_P}" pkg_nofetch() { - einfo "Download ${MY_P}.tar.gz" + elog "Download ${MY_P}.tar.gz" if use pymol; then - einfo "and ${PLUG_P}.tar.gz" + elog "and ${PLUG_P}.tar.gz" fi - einfo "from ${HOMEPAGE}. This requires registration." - einfo "Place tarballs in ${DISTDIR}." + elog "from ${HOMEPAGE}. This requires registration." + elog "Place tarballs in ${DISTDIR}." } src_unpack() { |