diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2007-03-04 08:58:05 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2007-03-04 08:58:05 +0000 |
commit | 57b67bdfd9893b7b68c9adfa51e4d369abbbe177 (patch) | |
tree | 8c4dd30e1e5e4ba5e716ad00c6037167e038802c /x11-themes/fvwm-crystal | |
parent | Version bump. (diff) | |
download | gentoo-2-57b67bdfd9893b7b68c9adfa51e4d369abbbe177.tar.gz gentoo-2-57b67bdfd9893b7b68c9adfa51e4d369abbbe177.tar.bz2 gentoo-2-57b67bdfd9893b7b68c9adfa51e4d369abbbe177.zip |
Replaced einfo with elog in pkg_postinst.
(Portage version: 2.1.2-r12)
Diffstat (limited to 'x11-themes/fvwm-crystal')
-rw-r--r-- | x11-themes/fvwm-crystal/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild | 19 |
2 files changed, 14 insertions, 11 deletions
diff --git a/x11-themes/fvwm-crystal/ChangeLog b/x11-themes/fvwm-crystal/ChangeLog index e14da7a7c2f2..8cdfd128ee50 100644 --- a/x11-themes/fvwm-crystal/ChangeLog +++ b/x11-themes/fvwm-crystal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/fvwm-crystal # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.45 2007/02/04 20:20:25 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.46 2007/03/04 08:58:05 lucass Exp $ + + 04 Mar 2007; Lukasz Strzygowski <lucass@gentoo.org> + fvwm-crystal-3.0.4.ebuild: + Replaced einfo with elog in pkg_postinst. 04 Feb 2007; Lukasz Strzygowski <lucass@gentoo.org> -fvwm-crystal-2.20050306.ebuild, -fvwm-crystal-3.0.ebuild, diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild index 5a552419ebea..ae301fb28147 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.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/x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild,v 1.6 2007/02/04 19:20:09 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild,v 1.7 2007/03/04 08:58:05 lucass Exp $ DESCRIPTION="Configurable and full featured theme for FVWM, with lots of transparency." HOMEPAGE="http://fvwm-crystal.org/" @@ -32,13 +32,12 @@ src_install() { } pkg_postinst() { - einfo - einfo "After installation, execute following commands:" - einfo " $ cp -r /usr/share/doc/${PF}/addons/Xresources ~/.Xresources" - einfo " $ cp -r /usr/share/doc/${PF}/addons/Xsession ~/.xinitrc" - einfo - einfo "Many applications can extend functionality of fvwm-crystal." - einfo "They are listed in /usr/share/doc/${PF}/INSTALL.gz." - einfo + elog + elog "After installation, execute following commands:" + elog " $ cp -r /usr/share/doc/${PF}/addons/Xresources ~/.Xresources" + elog " $ cp -r /usr/share/doc/${PF}/addons/Xsession ~/.xinitrc" + elog + elog "Many applications can extend functionality of fvwm-crystal." + elog "They are listed in /usr/share/doc/${PF}/INSTALL.gz." + elog } - |