diff options
-rw-r--r-- | net-im/pork/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/pork/pork-0.99.7.ebuild | 10 | ||||
-rw-r--r-- | net-im/pork/pork-0.99.8.1.ebuild | 10 |
3 files changed, 15 insertions, 11 deletions
diff --git a/net-im/pork/ChangeLog b/net-im/pork/ChangeLog index c0f3278c741c..f7550cffbd71 100644 --- a/net-im/pork/ChangeLog +++ b/net-im/pork/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/pork # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pork/ChangeLog,v 1.36 2007/02/09 04:21:54 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pork/ChangeLog,v 1.37 2007/05/06 11:52:07 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> pork-0.99.7.ebuild, + pork-0.99.8.1.ebuild: + Replacing einfo with elog 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/net-im/pork/pork-0.99.7.ebuild b/net-im/pork/pork-0.99.7.ebuild index a0cdffe21704..bab015887a14 100644 --- a/net-im/pork/pork-0.99.7.ebuild +++ b/net-im/pork/pork-0.99.7.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-im/pork/pork-0.99.7.ebuild,v 1.2 2005/05/05 13:25:34 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.7.ebuild,v 1.3 2007/05/06 11:52:07 genone Exp $ DESCRIPTION="Console based AIM client that looks like ircII" HOMEPAGE="http://dev.ojnk.net/" @@ -33,8 +33,8 @@ src_install() { } pkg_postinst() { - einfo "Be aware that the syntax for IRC connections has" - einfo "changed. Read ${HOMEPAGE}/stuff/pork.news" - einfo "for details." + elog "Be aware that the syntax for IRC connections has" + elog "changed. Read ${HOMEPAGE}/stuff/pork.news" + elog "for details." } diff --git a/net-im/pork/pork-0.99.8.1.ebuild b/net-im/pork/pork-0.99.8.1.ebuild index 28766daa1cd7..0cb05074c9ed 100644 --- a/net-im/pork/pork-0.99.8.1.ebuild +++ b/net-im/pork/pork-0.99.8.1.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-im/pork/pork-0.99.8.1.ebuild,v 1.10 2006/02/10 14:20:18 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.8.1.ebuild,v 1.11 2007/05/06 11:52:07 genone Exp $ DESCRIPTION="Console based AIM client that looks like ircII" HOMEPAGE="http://dev.ojnk.net/" @@ -31,8 +31,8 @@ src_install() { } pkg_postinst() { - einfo "Be aware that the syntax for IRC connections has" - einfo "changed. Read ${HOMEPAGE}/stuff/pork.news" - einfo "for details." + elog "Be aware that the syntax for IRC connections has" + elog "changed. Read ${HOMEPAGE}/stuff/pork.news" + elog "for details." } |