summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 15:11:32 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 15:11:32 +0000
commit319df19bad6a40aaa9520e9b890d3c6d24956343 (patch)
treeab0cd28a1e349560a9879abc3f5160a9f670357c /app-admin/osiris
parentAdded ~ppc64 (diff)
downloadhistorical-319df19bad6a40aaa9520e9b890d3c6d24956343.tar.gz
historical-319df19bad6a40aaa9520e9b890d3c6d24956343.tar.bz2
historical-319df19bad6a40aaa9520e9b890d3c6d24956343.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-admin/osiris')
-rw-r--r--app-admin/osiris/ChangeLog8
-rw-r--r--app-admin/osiris/osiris-1.5.2-r1.ebuild8
-rw-r--r--app-admin/osiris/osiris-1.5.2.ebuild8
-rw-r--r--app-admin/osiris/osiris-4.2.2.ebuild54
4 files changed, 41 insertions, 37 deletions
diff --git a/app-admin/osiris/ChangeLog b/app-admin/osiris/ChangeLog
index 18c60d2c3568..08a0630ae37b 100644
--- a/app-admin/osiris/ChangeLog
+++ b/app-admin/osiris/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/osiris
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/osiris/ChangeLog,v 1.13 2006/12/12 07:38:10 dragonheart Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/osiris/ChangeLog,v 1.14 2007/01/24 14:46:42 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> osiris-1.5.2.ebuild,
+ osiris-1.5.2-r1.ebuild, osiris-4.2.2.ebuild:
+ Replacing einfo with elog
*osiris-4.2.2 (12 Dec 2006)
diff --git a/app-admin/osiris/osiris-1.5.2-r1.ebuild b/app-admin/osiris/osiris-1.5.2-r1.ebuild
index 4da2ed80e5be..48b64e40d2c5 100644
--- a/app-admin/osiris/osiris-1.5.2-r1.ebuild
+++ b/app-admin/osiris/osiris-1.5.2-r1.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/app-admin/osiris/osiris-1.5.2-r1.ebuild,v 1.2 2006/11/23 15:08:07 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/osiris/osiris-1.5.2-r1.ebuild,v 1.3 2007/01/24 14:46:42 genone Exp $
DESCRIPTION="File integrity verification system"
HOMEPAGE="http://osiris.shmoo.com/"
@@ -25,8 +25,8 @@ src_compile() {
# Osiris provides the necessary gdbm source so that gdbm does not
# need to be installed to use Osiris. If mysql is set as a USE
# variable, Osiris will use mysql instead of gdbm.
- einfo "Osiris uses gdbm by default, and will use MySQL if \"mysql\""
- einfo "is set as a USE variable; it cannot be configured to use both."
+ elog "Osiris uses gdbm by default, and will use MySQL if \"mysql\""
+ elog "is set as a USE variable; it cannot be configured to use both."
local myconf
use mysql \
diff --git a/app-admin/osiris/osiris-1.5.2.ebuild b/app-admin/osiris/osiris-1.5.2.ebuild
index ddc81f71e7d0..5ef7ac27d1c8 100644
--- a/app-admin/osiris/osiris-1.5.2.ebuild
+++ b/app-admin/osiris/osiris-1.5.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/app-admin/osiris/osiris-1.5.2.ebuild,v 1.12 2006/11/23 15:08:07 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/osiris/osiris-1.5.2.ebuild,v 1.13 2007/01/24 14:46:42 genone Exp $
DESCRIPTION="File integrity verification system"
HOMEPAGE="http://osiris.shmoo.com/"
@@ -25,8 +25,8 @@ src_compile() {
# Osiris provides the necessary gdbm source so that gdbm does not
# need to be installed to use Osiris. If mysql is set as a USE
# variable, Osiris will use mysql instead of gdbm.
- einfo "Osiris uses gdbm by default, and will use MySQL if \"mysql\""
- einfo "is set as a USE variable; it cannot be configured to use both."
+ elog "Osiris uses gdbm by default, and will use MySQL if \"mysql\""
+ elog "is set as a USE variable; it cannot be configured to use both."
local myconf
use mysql \
diff --git a/app-admin/osiris/osiris-4.2.2.ebuild b/app-admin/osiris/osiris-4.2.2.ebuild
index bae11bc04127..1cd7b53ebeac 100644
--- a/app-admin/osiris/osiris-4.2.2.ebuild
+++ b/app-admin/osiris/osiris-4.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/app-admin/osiris/osiris-4.2.2.ebuild,v 1.1 2006/12/12 07:38:10 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/osiris/osiris-4.2.2.ebuild,v 1.2 2007/01/24 14:46:42 genone Exp $
inherit eutils autotools
@@ -55,26 +55,26 @@ src_compile()
}
src_install() {
- einfo "Osiris Scanning Daemon Version $VERSION for $SYSTEM"
- einfo "Copyright (c) 2006 Brian Wotring. All Rights Reserved."
- einfo ""
- einfo ""
- einfo "This installation was configured and built to run as osiris"
- einfo " agent user name: osiris"
- einfo "management user name: osiris"
- einfo ""
- einfo "This installation was configured and built to use osiris"
- einfo " agent root directory: /var/lib/osiris"
- einfo "management root directory: /var/lib/osiris"
- einfo ""
- einfo "The username and directory will be created during the"
- einfo "installation process if they do not already exist."
- einfo ""
- einfo "By installing this product you agree that you have read the"
- einfo "LICENSE file and will comply with its terms. "
- einfo ""
- einfo "---------------------------------------------------------------------"
- einfo ""
+ elog "Osiris Scanning Daemon Version $VERSION for $SYSTEM"
+ elog "Copyright (c) 2006 Brian Wotring. All Rights Reserved."
+ elog ""
+ elog ""
+ elog "This installation was configured and built to run as osiris"
+ elog " agent user name: osiris"
+ elog "management user name: osiris"
+ elog ""
+ elog "This installation was configured and built to use osiris"
+ elog " agent root directory: /var/lib/osiris"
+ elog "management root directory: /var/lib/osiris"
+ elog ""
+ elog "The username and directory will be created during the"
+ elog "installation process if they do not already exist."
+ elog ""
+ elog "By installing this product you agree that you have read the"
+ elog "LICENSE file and will comply with its terms. "
+ elog ""
+ elog "---------------------------------------------------------------------"
+ elog ""
# if ! use noagent ; then
dosbin src/osirisd/osirisd
@@ -113,9 +113,9 @@ src_install() {
#pkg_postinst()
#{
# if ! use console ; then
-# einfo "By default, the osiris ebuild only installs the agent."
-# einfo "To enable installing the console, please add the 'console' flag"
-# einfo "to your USE variable and re-emerge osiris."
+# elog "By default, the osiris ebuild only installs the agent."
+# elog "To enable installing the console, please add the 'console' flag"
+# elog "to your USE variable and re-emerge osiris."
# fi
#}
@@ -129,7 +129,7 @@ pkg_postrm()
# configs, and other things should
# be
# removed.
- einfo "The directory /var/lib/osiris will not be removed. You may remove"
- einfo "it manually if you will not be reinstalling osiris at a later time."
+ elog "The directory /var/lib/osiris will not be removed. You may remove"
+ elog "it manually if you will not be reinstalling osiris at a later time."
}