summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 04:17:10 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 04:17:10 +0000
commit6e6872fd9f0472590c48b957cebccc2a90c7a612 (patch)
tree4b0acadb44885725ffc6fe14fa1d1d493740c3c3 /app-backup
parentReplacing einfo with elog (diff)
downloadgentoo-2-6e6872fd9f0472590c48b957cebccc2a90c7a612.tar.gz
gentoo-2-6e6872fd9f0472590c48b957cebccc2a90c7a612.tar.bz2
gentoo-2-6e6872fd9f0472590c48b957cebccc2a90c7a612.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/flexbackup/ChangeLog7
-rw-r--r--app-backup/flexbackup/flexbackup-1.2.0-r1.ebuild12
-rw-r--r--app-backup/flexbackup/flexbackup-1.2.1-r1.ebuild12
-rw-r--r--app-backup/flexbackup/flexbackup-1.2.1-r2.ebuild12
-rw-r--r--app-backup/flexbackup/flexbackup-1.2.1-r3.ebuild10
-rw-r--r--app-backup/flexbackup/flexbackup-1.2.1.ebuild12
6 files changed, 35 insertions, 30 deletions
diff --git a/app-backup/flexbackup/ChangeLog b/app-backup/flexbackup/ChangeLog
index 26aae35e227f..617d0d9424b9 100644
--- a/app-backup/flexbackup/ChangeLog
+++ b/app-backup/flexbackup/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-backup/flexbackup
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/flexbackup/ChangeLog,v 1.9 2007/01/15 01:32:51 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/flexbackup/ChangeLog,v 1.10 2007/01/24 04:17:10 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> flexbackup-1.2.0-r1.ebuild,
+ flexbackup-1.2.1.ebuild, flexbackup-1.2.1-r1.ebuild,
+ flexbackup-1.2.1-r2.ebuild, flexbackup-1.2.1-r3.ebuild:
+ Replacing einfo with elog
*flexbackup-1.2.1-r3 (15 Jan 2007)
diff --git a/app-backup/flexbackup/flexbackup-1.2.0-r1.ebuild b/app-backup/flexbackup/flexbackup-1.2.0-r1.ebuild
index 56a81a679931..38059b3dcc04 100644
--- a/app-backup/flexbackup/flexbackup-1.2.0-r1.ebuild
+++ b/app-backup/flexbackup/flexbackup-1.2.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/flexbackup/flexbackup-1.2.0-r1.ebuild,v 1.1 2005/07/04 05:16:54 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/flexbackup/flexbackup-1.2.0-r1.ebuild,v 1.2 2007/01/24 04:17:10 genone Exp $
DESCRIPTION="Flexible backup script using perl"
HOMEPAGE="http://flexbackup.sourceforge.net/"
@@ -32,8 +32,8 @@ src_install() {
}
pkg_postinst() {
- einfo "Please edit your /etc/flexbackup.conf file to suit your"
- einfo "needs. If you are using devfs, the tape device should"
- einfo "be set to /dev/tapes/tape0/mtn. If you need to use any"
- einfo "archiver other than tar, please emerge it separately."
+ elog "Please edit your /etc/flexbackup.conf file to suit your"
+ elog "needs. If you are using devfs, the tape device should"
+ elog "be set to /dev/tapes/tape0/mtn. If you need to use any"
+ elog "archiver other than tar, please emerge it separately."
}
diff --git a/app-backup/flexbackup/flexbackup-1.2.1-r1.ebuild b/app-backup/flexbackup/flexbackup-1.2.1-r1.ebuild
index 7bc4014741fa..0dfde60ab6a0 100644
--- a/app-backup/flexbackup/flexbackup-1.2.1-r1.ebuild
+++ b/app-backup/flexbackup/flexbackup-1.2.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/flexbackup/flexbackup-1.2.1-r1.ebuild,v 1.2 2005/10/21 18:27:26 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/flexbackup/flexbackup-1.2.1-r1.ebuild,v 1.3 2007/01/24 04:17:10 genone Exp $
inherit eutils
@@ -40,8 +40,8 @@ src_install() {
}
pkg_postinst() {
- einfo "Please edit your /etc/flexbackup.conf file to suit your"
- einfo "needs. If you are using devfs, the tape device should"
- einfo "be set to /dev/tapes/tape0/mtn. If you need to use any"
- einfo "archiver other than tar, please emerge it separately."
+ elog "Please edit your /etc/flexbackup.conf file to suit your"
+ elog "needs. If you are using devfs, the tape device should"
+ elog "be set to /dev/tapes/tape0/mtn. If you need to use any"
+ elog "archiver other than tar, please emerge it separately."
}
diff --git a/app-backup/flexbackup/flexbackup-1.2.1-r2.ebuild b/app-backup/flexbackup/flexbackup-1.2.1-r2.ebuild
index 14bd69e41cc5..3b1a939fbd94 100644
--- a/app-backup/flexbackup/flexbackup-1.2.1-r2.ebuild
+++ b/app-backup/flexbackup/flexbackup-1.2.1-r2.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-backup/flexbackup/flexbackup-1.2.1-r2.ebuild,v 1.4 2006/10/15 08:54:52 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/flexbackup/flexbackup-1.2.1-r2.ebuild,v 1.5 2007/01/24 04:17:10 genone Exp $
inherit eutils
@@ -43,8 +43,8 @@ src_install() {
}
pkg_postinst() {
- einfo "Please edit your /etc/flexbackup.conf file to suit your"
- einfo "needs. If you are using devfs, the tape device should"
- einfo "be set to /dev/tapes/tape0/mtn. If you need to use any"
- einfo "archiver other than tar, please emerge it separately."
+ elog "Please edit your /etc/flexbackup.conf file to suit your"
+ elog "needs. If you are using devfs, the tape device should"
+ elog "be set to /dev/tapes/tape0/mtn. If you need to use any"
+ elog "archiver other than tar, please emerge it separately."
}
diff --git a/app-backup/flexbackup/flexbackup-1.2.1-r3.ebuild b/app-backup/flexbackup/flexbackup-1.2.1-r3.ebuild
index 1725e5222c88..63db84c25db1 100644
--- a/app-backup/flexbackup/flexbackup-1.2.1-r3.ebuild
+++ b/app-backup/flexbackup/flexbackup-1.2.1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/flexbackup/flexbackup-1.2.1-r3.ebuild,v 1.1 2007/01/15 01:32:51 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/flexbackup/flexbackup-1.2.1-r3.ebuild,v 1.2 2007/01/24 04:17:10 genone Exp $
inherit eutils
@@ -45,8 +45,8 @@ src_install() {
}
pkg_postinst() {
- einfo "Please edit your /etc/flexbackup.conf file to suit your"
- einfo "needs. If you are using devfs, the tape device should"
- einfo "be set to /dev/tapes/tape0/mtn. If you need to use any"
- einfo "archiver other than tar, please emerge it separately."
+ elog "Please edit your /etc/flexbackup.conf file to suit your"
+ elog "needs. If you are using devfs, the tape device should"
+ elog "be set to /dev/tapes/tape0/mtn. If you need to use any"
+ elog "archiver other than tar, please emerge it separately."
}
diff --git a/app-backup/flexbackup/flexbackup-1.2.1.ebuild b/app-backup/flexbackup/flexbackup-1.2.1.ebuild
index e52c5c5fd8e9..51f61f4683c9 100644
--- a/app-backup/flexbackup/flexbackup-1.2.1.ebuild
+++ b/app-backup/flexbackup/flexbackup-1.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/flexbackup/flexbackup-1.2.1.ebuild,v 1.1 2005/07/04 05:16:54 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/flexbackup/flexbackup-1.2.1.ebuild,v 1.2 2007/01/24 04:17:10 genone Exp $
DESCRIPTION="Flexible backup script using perl"
HOMEPAGE="http://flexbackup.sourceforge.net/"
@@ -33,8 +33,8 @@ src_install() {
}
pkg_postinst() {
- einfo "Please edit your /etc/flexbackup.conf file to suit your"
- einfo "needs. If you are using devfs, the tape device should"
- einfo "be set to /dev/tapes/tape0/mtn. If you need to use any"
- einfo "archiver other than tar, please emerge it separately."
+ elog "Please edit your /etc/flexbackup.conf file to suit your"
+ elog "needs. If you are using devfs, the tape device should"
+ elog "be set to /dev/tapes/tape0/mtn. If you need to use any"
+ elog "archiver other than tar, please emerge it separately."
}