summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-08 22:56:03 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-08 22:56:03 +0000
commitbf8475ed0fd9231e8d2d6aa42dfab7f666a03f4d (patch)
tree2fa2d056e9f25c26b4a3107850623e7cf8531631 /net-libs/libnet
parentReplacing einfo with ewarn (diff)
downloadhistorical-bf8475ed0fd9231e8d2d6aa42dfab7f666a03f4d.tar.gz
historical-bf8475ed0fd9231e8d2d6aa42dfab7f666a03f4d.tar.bz2
historical-bf8475ed0fd9231e8d2d6aa42dfab7f666a03f4d.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'net-libs/libnet')
-rw-r--r--net-libs/libnet/ChangeLog7
-rw-r--r--net-libs/libnet/libnet-1.0.2a-r3.ebuild14
2 files changed, 12 insertions, 9 deletions
diff --git a/net-libs/libnet/ChangeLog b/net-libs/libnet/ChangeLog
index d6ba6859247d..e4c7ca409c0b 100644
--- a/net-libs/libnet/ChangeLog
+++ b/net-libs/libnet/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libnet
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.43 2006/09/10 18:13:38 the_paya Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.44 2007/05/08 22:53:37 genone Exp $
+
+ 08 May 2007; Marius Mauch <genone@gentoo.org> libnet-1.0.2a-r3.ebuild:
+ Replacing einfo with elog
10 Sep 2006; Javier Villavicencio <the_paya@gentoo.org>
libnet-1.1.2.1-r1.ebuild:
diff --git a/net-libs/libnet/libnet-1.0.2a-r3.ebuild b/net-libs/libnet/libnet-1.0.2a-r3.ebuild
index 970af6480c7e..89ba81d1623e 100644
--- a/net-libs/libnet/libnet-1.0.2a-r3.ebuild
+++ b/net-libs/libnet/libnet-1.0.2a-r3.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/net-libs/libnet/libnet-1.0.2a-r3.ebuild,v 1.16 2005/07/25 18:35:10 killerfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r3.ebuild,v 1.17 2007/05/08 22:53:37 genone Exp $
inherit eutils
@@ -50,9 +50,9 @@ src_install() {
}
pkg_postinst(){
- einfo "libnet ${SLOT} is deprecated !"
- einfo "config script: libnet-${SLOT}-config"
- einfo "manpage: libnet-${SLOT}"
- einfo "library: libnet-${SLOT}.a"
- einfo "include: libnet-${SLOT}.h"
+ elog "libnet ${SLOT} is deprecated !"
+ elog "config script: libnet-${SLOT}-config"
+ elog "manpage: libnet-${SLOT}"
+ elog "library: libnet-${SLOT}.a"
+ elog "include: libnet-${SLOT}.h"
}