summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 11:22:42 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 11:22:42 +0000
commit01f6d56611db2c498f134aff17d4e3abf88a26a2 (patch)
tree8e02138a269155c26a683e02245d87b5b7e13dc6 /net-ftp/pureadmin
parentReplacing einfo with elog (diff)
downloadgentoo-2-01f6d56611db2c498f134aff17d4e3abf88a26a2.tar.gz
gentoo-2-01f6d56611db2c498f134aff17d4e3abf88a26a2.tar.bz2
gentoo-2-01f6d56611db2c498f134aff17d4e3abf88a26a2.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-ftp/pureadmin')
-rw-r--r--net-ftp/pureadmin/ChangeLog8
-rw-r--r--net-ftp/pureadmin/pureadmin-0.2.2.ebuild13
-rw-r--r--net-ftp/pureadmin/pureadmin-0.3.ebuild13
3 files changed, 18 insertions, 16 deletions
diff --git a/net-ftp/pureadmin/ChangeLog b/net-ftp/pureadmin/ChangeLog
index eabace9fdb24..d3d44ccb2c0a 100644
--- a/net-ftp/pureadmin/ChangeLog
+++ b/net-ftp/pureadmin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-ftp/pureadmin
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/pureadmin/ChangeLog,v 1.11 2006/10/23 15:58:20 chtekk Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/pureadmin/ChangeLog,v 1.12 2007/05/06 11:22:42 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> pureadmin-0.2.2.ebuild,
+ pureadmin-0.3.ebuild:
+ Replacing einfo with elog
23 Oct 2006; Luca Longinotti <chtekk@gentoo.org> pureadmin-0.2.2.ebuild,
pureadmin-0.3.ebuild:
diff --git a/net-ftp/pureadmin/pureadmin-0.2.2.ebuild b/net-ftp/pureadmin/pureadmin-0.2.2.ebuild
index de3b0b67c966..deddb1171c65 100644
--- a/net-ftp/pureadmin/pureadmin-0.2.2.ebuild
+++ b/net-ftp/pureadmin/pureadmin-0.2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/pureadmin/pureadmin-0.2.2.ebuild,v 1.3 2006/10/23 15:58:20 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/pureadmin/pureadmin-0.2.2.ebuild,v 1.4 2007/05/06 11:22:42 genone Exp $
inherit eutils
@@ -46,12 +46,11 @@ src_install() {
}
pkg_postinst() {
- einfo
ewarn "PureAdmin is at a beta-stage right now and it may break your"
ewarn "configuration. DO NOT use it for safety critical system"
ewarn "or production use!"
- einfo
- einfo "You need root-privileges to be able to use PureAdmin."
- einfo "This will probably change in the future."
- einfo
+ elog
+ elog "You need root-privileges to be able to use PureAdmin."
+ elog "This will probably change in the future."
+ elog
}
diff --git a/net-ftp/pureadmin/pureadmin-0.3.ebuild b/net-ftp/pureadmin/pureadmin-0.3.ebuild
index 27c55a565705..a0fc679f754a 100644
--- a/net-ftp/pureadmin/pureadmin-0.3.ebuild
+++ b/net-ftp/pureadmin/pureadmin-0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/pureadmin/pureadmin-0.3.ebuild,v 1.2 2006/10/23 15:58:20 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/pureadmin/pureadmin-0.3.ebuild,v 1.3 2007/05/06 11:22:42 genone Exp $
inherit eutils
@@ -46,12 +46,11 @@ src_install() {
}
pkg_postinst() {
- einfo
ewarn "PureAdmin is at a beta-stage right now and it may break your"
ewarn "configuration. DO NOT use it for safety critical system"
ewarn "or production use!"
- einfo
- einfo "You need root-privileges to be able to use PureAdmin."
- einfo "This will probably change in the future."
- einfo
+ elog
+ elog "You need root-privileges to be able to use PureAdmin."
+ elog "This will probably change in the future."
+ elog
}