diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-08 22:53:37 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-08 22:53:37 +0000 |
commit | e8553433fa9787db4a441f08a4741bd2ece1c0d1 (patch) | |
tree | fd90342936174667c6ca4217d42eef5d55ef9a73 /net-libs | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-e8553433fa9787db4a441f08a4741bd2ece1c0d1.tar.gz gentoo-2-e8553433fa9787db4a441f08a4741bd2ece1c0d1.tar.bz2 gentoo-2-e8553433fa9787db4a441f08a4741bd2ece1c0d1.zip |
Replacing einfo with elog
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnet/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.0.2a-r3.ebuild | 14 |
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" } |