diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-20 18:10:53 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-20 18:10:53 +0000 |
commit | a9c95bfa613836577a35822374ad3a5f09d4fb44 (patch) | |
tree | dd427495894d0f92d0bef6831c63f5cf5756e37d /net-p2p/gift | |
parent | Stable on sparc wrt #169509 (diff) | |
download | gentoo-2-a9c95bfa613836577a35822374ad3a5f09d4fb44.tar.gz gentoo-2-a9c95bfa613836577a35822374ad3a5f09d4fb44.tar.bz2 gentoo-2-a9c95bfa613836577a35822374ad3a5f09d4fb44.zip |
Move einfo to elog and remove warning wrt the plugins, thanks to gustavoz for pointing it out
(Portage version: 2.1.2.4)
Diffstat (limited to 'net-p2p/gift')
-rw-r--r-- | net-p2p/gift/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/gift/gift-0.11.8.1-r1.ebuild | 27 |
2 files changed, 17 insertions, 16 deletions
diff --git a/net-p2p/gift/ChangeLog b/net-p2p/gift/ChangeLog index 3f5c163fd7cb..15b4b0bfc20f 100644 --- a/net-p2p/gift/ChangeLog +++ b/net-p2p/gift/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/gift # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/ChangeLog,v 1.68 2007/04/20 18:01:20 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/ChangeLog,v 1.69 2007/04/20 18:10:53 armin76 Exp $ + + 20 Apr 2007; Raúl Porcel <armin76@gentoo.org> gift-0.11.8.1-r1.ebuild: + Move einfo to elog and remove warning wrt the plugins, thanks to gustavoz + for pointing it out 20 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> gift-0.11.8.1-r1.ebuild: diff --git a/net-p2p/gift/gift-0.11.8.1-r1.ebuild b/net-p2p/gift/gift-0.11.8.1-r1.ebuild index 2e43e419b22e..bb0e09ff6ced 100644 --- a/net-p2p/gift/gift-0.11.8.1-r1.ebuild +++ b/net-p2p/gift/gift-0.11.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/gift-0.11.8.1-r1.ebuild,v 1.2 2007/04/20 18:01:20 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/gift-0.11.8.1-r1.ebuild,v 1.3 2007/04/20 18:10:53 armin76 Exp $ inherit eutils libtool @@ -48,20 +48,17 @@ src_install() { } pkg_postinst() { - einfo "Configure gift in /usr/share/giFT/ or run gift-setup" - einfo "as normal user and make:" - einfo 'cp -R $HOME/.giFT/* /usr/share/giFT/' - einfo "chown -R p2p:root /usr/share/giFT/*" - einfo "(be carefull while specyfing directories in gift-setup;" - einfo "keep in mind that giFT will run as process of user " - einfo 'specified in /etc/conf.d/gift with his $HOME directory)' + elog "Configure gift in /usr/share/giFT/ or run gift-setup" + elog "as normal user and make:" + elog 'cp -R $HOME/.giFT/* /usr/share/giFT/' + elog "chown -R p2p:root /usr/share/giFT/*" + elog "(be carefull while specyfing directories in gift-setup;" + elog "keep in mind that giFT will run as process of user " + elog 'specified in /etc/conf.d/gift with his $HOME directory)' echo - einfo "Also, if you will be using the giFT init script, you" - einfo "will need to create /usr/share/giFT/giftd.conf" - einfo "This method is only recommended for users with a" - einfo "central giFT server." + elog "Also, if you will be using the giFT init script, you" + elog "will need to create /usr/share/giFT/giftd.conf" + elog "This method is only recommended for users with a" + elog "central giFT server." echo - einfo "This package no longer contains any protocol plugins," - einfo "please try gift-fasttrack, gift-openft, gift-gnutella" - einfo "for protocol support." } |