diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-01-20 18:18:40 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-01-20 18:18:40 +0000 |
commit | 6c084c3fc77b951e22e2773f46afa0dc5c08ed83 (patch) | |
tree | a834e6e25317b6ef110843342b801824812b2f0a /x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild | |
parent | amd64 stable (bug #204362) (diff) | |
download | gentoo-2-6c084c3fc77b951e22e2773f46afa0dc5c08ed83.tar.gz gentoo-2-6c084c3fc77b951e22e2773f46afa0dc5c08ed83.tar.bz2 gentoo-2-6c084c3fc77b951e22e2773f46afa0dc5c08ed83.zip |
Add desktop-misc to metadata.xml, don't install COPYING, migrate to elog.
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild')
-rw-r--r-- | x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild b/x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild index 747695829d2e..215ae70c9e77 100644 --- a/x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild +++ b/x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild,v 1.3 2007/07/22 03:23:21 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdesktopwaves/xdesktopwaves-1.3.ebuild,v 1.4 2008/01/20 18:18:40 coldwind Exp $ inherit eutils @@ -29,11 +29,11 @@ src_install() { insinto /usr/share/pixmaps doins xdesktopwaves.xpm make_desktop_entry xdesktopwaves "xdesktopwaves" xdesktopwaves.xpm - dodoc COPYING README + dodoc README } pkg_preinst() { - einfo "To see what xdesktopwaves is able to do, start it by running" - einfo "'xdesktopwaves' and then run 'xdwapidemo'. You should see the" - einfo "supported effects on your desktop" + elog "To see what xdesktopwaves is able to do, start it by running" + elog "'xdesktopwaves' and then run 'xdwapidemo'. You should see the" + elog "supported effects on your desktop" } |