diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-03 22:59:15 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-03 22:59:15 +0000 |
commit | dad1c994afacedcb9dcf0451d6fbdf969dfc028d (patch) | |
tree | dfd6c4fedc85364ab908d5f5ddb78d120f998f8d /dev-libs | |
parent | Replacing einfo with elog/ewarn (diff) | |
download | gentoo-2-dad1c994afacedcb9dcf0451d6fbdf969dfc028d.tar.gz gentoo-2-dad1c994afacedcb9dcf0451d6fbdf969dfc028d.tar.bz2 gentoo-2-dad1c994afacedcb9dcf0451d6fbdf969dfc028d.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libip_vs_user_sync/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/libip_vs_user_sync/ChangeLog b/dev-libs/libip_vs_user_sync/ChangeLog index eb42b1269b37..f783bda738aa 100644 --- a/dev-libs/libip_vs_user_sync/ChangeLog +++ b/dev-libs/libip_vs_user_sync/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libip_vs_user_sync # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libip_vs_user_sync/ChangeLog,v 1.5 2007/02/09 02:31:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libip_vs_user_sync/ChangeLog,v 1.6 2007/03/03 22:59:15 genone Exp $ + + 03 Mar 2007; Marius Mauch <genone@gentoo.org> + libip_vs_user_sync-1.0.0.ebuild: + Replacing einfo with elog 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild b/dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild index 2bc682dd0ff4..a14681efbdbf 100644 --- a/dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild +++ b/dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.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/dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild,v 1.5 2005/07/10 01:11:13 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild,v 1.6 2007/03/03 22:59:15 genone Exp $ inherit eutils @@ -17,8 +17,8 @@ KEYWORDS="-* ~x86" IUSE="" src_compile() { - einfo "libip_vs_user_sync needs a kernel patched with linux-2.4.26-user_sync.3.patch" - einfo "you can download the patch at the following url http://www.ultramonkey.org/download/conn_sync/" + elog "libip_vs_user_sync needs a kernel patched with linux-2.4.26-user_sync.3.patch" + elog "you can download the patch at the following url http://www.ultramonkey.org/download/conn_sync/" econf || die "error configure" emake || die "error compiling" |