summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-07-07 22:54:27 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-07-07 22:54:27 +0000
commit764d99f568e004e9e4c28f6242f5f2a0c4eeb413 (patch)
tree67a4e37b9fb16ed02f6bbdd6894d0f9f47057914 /app-crypt/truecrypt
parentUse elog for fetch error. (diff)
downloadgentoo-2-764d99f568e004e9e4c28f6242f5f2a0c4eeb413.tar.gz
gentoo-2-764d99f568e004e9e4c28f6242f5f2a0c4eeb413.tar.bz2
gentoo-2-764d99f568e004e9e4c28f6242f5f2a0c4eeb413.zip
Use elog for fetch error.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/truecrypt')
-rw-r--r--app-crypt/truecrypt/ChangeLog6
-rw-r--r--app-crypt/truecrypt/truecrypt-6.2a.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/app-crypt/truecrypt/ChangeLog b/app-crypt/truecrypt/ChangeLog
index a96699b83629..3b39fb1d5095 100644
--- a/app-crypt/truecrypt/ChangeLog
+++ b/app-crypt/truecrypt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/truecrypt
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.47 2009/06/22 23:56:05 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.48 2009/07/07 22:54:27 flameeyes Exp $
+
+ 07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ truecrypt-6.2a.ebuild:
+ Use elog for fetch error.
*truecrypt-6.2a (22 Jun 2009)
diff --git a/app-crypt/truecrypt/truecrypt-6.2a.ebuild b/app-crypt/truecrypt/truecrypt-6.2a.ebuild
index b22e9cfd117d..6b34c476f24a 100644
--- a/app-crypt/truecrypt/truecrypt-6.2a.ebuild
+++ b/app-crypt/truecrypt/truecrypt-6.2a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-6.2a.ebuild,v 1.1 2009/06/22 23:56:05 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-6.2a.ebuild,v 1.2 2009/07/07 22:54:27 flameeyes Exp $
EAPI="2"
@@ -25,9 +25,9 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${P}-source"
pkg_nofetch() {
- einfo "Please download tar.gz source from:"
- einfo "http://www.truecrypt.org/downloads2.php"
- einfo "Then put the file in ${DISTDIR}/${SRC_URI}"
+ elog "Please download tar.gz source from:"
+ elog "http://www.truecrypt.org/downloads2.php"
+ elog "Then put the file in ${DISTDIR}/${SRC_URI}"
}
pkg_setup() {