diff options
author | 2007-01-24 04:18:38 +0000 | |
---|---|---|
committer | 2007-01-24 04:18:38 +0000 | |
commit | b3cac779d9f61101553c3aa17cbcffd269fe42f4 (patch) | |
tree | 398a2b3fe39c1cb08198d5d32964e7634de6aa1b /app-backup/hdup | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-b3cac779d9f61101553c3aa17cbcffd269fe42f4.tar.gz gentoo-2-b3cac779d9f61101553c3aa17cbcffd269fe42f4.tar.bz2 gentoo-2-b3cac779d9f61101553c3aa17cbcffd269fe42f4.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-backup/hdup')
-rw-r--r-- | app-backup/hdup/ChangeLog | 8 | ||||
-rw-r--r-- | app-backup/hdup/hdup-1.6.37.ebuild | 8 | ||||
-rw-r--r-- | app-backup/hdup/hdup-2.0.14.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/app-backup/hdup/ChangeLog b/app-backup/hdup/ChangeLog index 041416634a6a..05a6be81b79a 100644 --- a/app-backup/hdup/ChangeLog +++ b/app-backup/hdup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-backup/hdup -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/hdup/ChangeLog,v 1.4 2006/07/22 12:36:53 chtekk Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-backup/hdup/ChangeLog,v 1.5 2007/01/24 04:18:38 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> hdup-1.6.37.ebuild, + hdup-2.0.14.ebuild: + Replacing einfo with elog *hdup-2.0.14 (22 Jul 2006) diff --git a/app-backup/hdup/hdup-1.6.37.ebuild b/app-backup/hdup/hdup-1.6.37.ebuild index 788d0a7e5e40..0291a74cb7d7 100644 --- a/app-backup/hdup/hdup-1.6.37.ebuild +++ b/app-backup/hdup/hdup-1.6.37.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/hdup/hdup-1.6.37.ebuild,v 1.3 2006/07/22 12:36:53 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/hdup/hdup-1.6.37.ebuild,v 1.4 2007/01/24 04:18:38 genone Exp $ KEYWORDS="~amd64 ~ppc x86" DESCRIPTION="Hdup is backup program using tar, find, gzip/bzip2, mcrypt and ssh." @@ -37,6 +37,6 @@ src_install() { } pkg_postinst() { - einfo "Now edit your /etc/hdup/${PN}.conf to configure your backups." - einfo "You can also check included examples and contrib, see /usr/share/doc/${P}/." + elog "Now edit your /etc/hdup/${PN}.conf to configure your backups." + elog "You can also check included examples and contrib, see /usr/share/doc/${P}/." } diff --git a/app-backup/hdup/hdup-2.0.14.ebuild b/app-backup/hdup/hdup-2.0.14.ebuild index b3224822172a..0c5175dd4b9d 100644 --- a/app-backup/hdup/hdup-2.0.14.ebuild +++ b/app-backup/hdup/hdup-2.0.14.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/hdup/hdup-2.0.14.ebuild,v 1.1 2006/07/22 12:36:53 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/hdup/hdup-2.0.14.ebuild,v 1.2 2007/01/24 04:18:38 genone Exp $ KEYWORDS="~amd64 ~x86" DESCRIPTION="Hdup is backup program using tar, find, gzip/bzip2, mcrypt and ssh." @@ -40,6 +40,6 @@ src_install() { } pkg_postinst() { - einfo "Now edit your /etc/hdup/${PN}.conf to configure your backups." - einfo "You can also check included examples and contrib, see /usr/share/${PN}/." + elog "Now edit your /etc/hdup/${PN}.conf to configure your backups." + elog "You can also check included examples and contrib, see /usr/share/${PN}/." } |