diff options
author | Ryan Hill <rhill@gentoo.org> | 2007-01-05 22:46:42 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2007-01-05 22:46:42 +0000 |
commit | 79a3adf3c5b250103e22f98ed3222cab4e6c3e24 (patch) | |
tree | 94a7c716be5d23c2b4fbaf3c2afdc08e141e12e6 /net-p2p | |
parent | Remove old versions. (diff) | |
download | historical-79a3adf3c5b250103e22f98ed3222cab4e6c3e24.tar.gz historical-79a3adf3c5b250103e22f98ed3222cab4e6c3e24.tar.bz2 historical-79a3adf3c5b250103e22f98ed3222cab4e6c3e24.zip |
einfo -> elog
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/pysoulseek/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/pysoulseek/pysoulseek-1.2.7b.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-p2p/pysoulseek/ChangeLog b/net-p2p/pysoulseek/ChangeLog index 28d47cd6cd19..08ea59c72c88 100644 --- a/net-p2p/pysoulseek/ChangeLog +++ b/net-p2p/pysoulseek/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/pysoulseek -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/ChangeLog,v 1.57 2006/12/04 06:33:19 tester Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/ChangeLog,v 1.58 2007/01/05 22:46:42 dirtyepic Exp $ + + 05 Jan 2007; Ryan Hill <dirtyepic@gentoo.org> pysoulseek-1.2.7b.ebuild: + einfo -> elog 04 Dec 2006; Olivier CrĂȘte <tester@gentoo.org> -pysoulseek-1.2.6.ebuild: Remove older version diff --git a/net-p2p/pysoulseek/pysoulseek-1.2.7b.ebuild b/net-p2p/pysoulseek/pysoulseek-1.2.7b.ebuild index e0815d43e0a2..75f35954b90f 100644 --- a/net-p2p/pysoulseek/pysoulseek-1.2.7b.ebuild +++ b/net-p2p/pysoulseek/pysoulseek-1.2.7b.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/net-p2p/pysoulseek/pysoulseek-1.2.7b.ebuild,v 1.7 2006/10/30 02:57:03 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/pysoulseek/pysoulseek-1.2.7b.ebuild,v 1.8 2007/01/05 22:46:42 dirtyepic Exp $ inherit eutils distutils @@ -39,6 +39,6 @@ src_install() { pkg_postinst() { echo - einfo "The hydriant patch no longer is, checkout net-p2p/nicotine from the same people" + elog "The hydriant patch no longer is, checkout net-p2p/nicotine from the same people" echo } |