diff options
author | Renat Lumpau <rl03@gentoo.org> | 2006-07-09 21:14:27 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2006-07-09 21:14:27 +0000 |
commit | 130b68aa9a8eb2f28df6728fb930482f058e1290 (patch) | |
tree | 36a196ba5c033195374603aed957328cf8b0b476 /www-client | |
parent | einfo->elog (diff) | |
download | gentoo-2-130b68aa9a8eb2f28df6728fb930482f058e1290.tar.gz gentoo-2-130b68aa9a8eb2f28df6728fb930482f058e1290.tar.bz2 gentoo-2-130b68aa9a8eb2f28df6728fb930482f058e1290.zip |
einfo->elog
(Portage version: 2.1)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/planet/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/planet/files/digest-planet-20040808 | 2 | ||||
-rw-r--r-- | www-client/planet/planet-20040808.ebuild | 14 |
3 files changed, 14 insertions, 9 deletions
diff --git a/www-client/planet/ChangeLog b/www-client/planet/ChangeLog index deaec84044b5..abbcac7518e9 100644 --- a/www-client/planet/ChangeLog +++ b/www-client/planet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/planet -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/planet/ChangeLog,v 1.4 2005/04/27 20:17:30 ndimiduk Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/planet/ChangeLog,v 1.5 2006/07/09 21:14:27 rl03 Exp $ + + 09 Jul 2006; Renat Lumpau <rl03@gentoo.org> planet-20040808.ebuild: + einfo->elog 27 Apr 2005; <ndimiduk@gentoo.org> planet-20040808.ebuild: Added ~ppc-macos diff --git a/www-client/planet/files/digest-planet-20040808 b/www-client/planet/files/digest-planet-20040808 index d4bf233e3345..9cf3f9b7a08e 100644 --- a/www-client/planet/files/digest-planet-20040808 +++ b/www-client/planet/files/digest-planet-20040808 @@ -1 +1,3 @@ MD5 a224bef0ea45539a8aed7ef28421605b planet-20040808.tar.bz2 113681 +RMD160 34a32fce008660529dc9ad54053b7ea28935c681 planet-20040808.tar.bz2 113681 +SHA256 d3833ead99d6bdd0fc2d2231d994ee983f450f3e54dc7e0b18afbd31e9390aad planet-20040808.tar.bz2 113681 diff --git a/www-client/planet/planet-20040808.ebuild b/www-client/planet/planet-20040808.ebuild index 2d5e90868a7b..01d7fb0445d5 100644 --- a/www-client/planet/planet-20040808.ebuild +++ b/www-client/planet/planet-20040808.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/planet/planet-20040808.ebuild,v 1.4 2005/07/16 15:28:21 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/planet/planet-20040808.ebuild,v 1.5 2006/07/09 21:14:27 rl03 Exp $ DESCRIPTION="App to create sites like http://planet.kde.org/" HOMEPAGE="http://planetplanet.org/" @@ -26,9 +26,9 @@ src_install () pkg_postinst () { - einfo - einfo "Planet has been installed into /usr/lib/planet. You will" - einfo "probably want to copy these files into a directory of your own" - einfo "before changing the templates and configuration file." - einfo + elog + elog "Planet has been installed into /usr/lib/planet. You will" + elog "probably want to copy these files into a directory of your own" + elog "before changing the templates and configuration file." + elog } |