diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-02-16 07:39:56 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-02-16 07:39:56 +0000 |
commit | 098abe7a9b0daac8e28a47a2c331575db40661be (patch) | |
tree | 3728ae8b925acfb632f7c406617ffcb65ff1847c /media-gfx/wally | |
parent | Stable for amd64, wrt bug #454798 (diff) | |
download | gentoo-2-098abe7a9b0daac8e28a47a2c331575db40661be.tar.gz gentoo-2-098abe7a9b0daac8e28a47a2c331575db40661be.tar.bz2 gentoo-2-098abe7a9b0daac8e28a47a2c331575db40661be.zip |
Don't show elog messages always (#457596)
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-gfx/wally')
-rw-r--r-- | media-gfx/wally/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/wally/wally-2.4.4.ebuild | 16 |
2 files changed, 12 insertions, 12 deletions
diff --git a/media-gfx/wally/ChangeLog b/media-gfx/wally/ChangeLog index f64e9dc6cd2a..1322526d9690 100644 --- a/media-gfx/wally/ChangeLog +++ b/media-gfx/wally/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/wally -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/ChangeLog,v 1.43 2012/04/19 10:27:51 pesa Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/ChangeLog,v 1.44 2013/02/16 07:39:56 pacho Exp $ + + 16 Feb 2013; Pacho Ramos <pacho@gentoo.org> wally-2.4.4.ebuild: + Don't show elog messages always (#457596) 19 Apr 2012; Davide Pesavento <pesa@gentoo.org> -files/wally-2.3.2-disable-plugins.patch, -wally-2.4.1.ebuild, @@ -179,4 +182,3 @@ 21 Sep 2008; Ben de Groot <yngwin@gentoo.org> +metadata.xml, +wally-1.3.1.ebuild: Initial import. Ebuild based on the one by Chad A. Simmons in bug 235687. - diff --git a/media-gfx/wally/wally-2.4.4.ebuild b/media-gfx/wally/wally-2.4.4.ebuild index ebc136bc09f6..46c01b83487a 100644 --- a/media-gfx/wally/wally-2.4.4.ebuild +++ b/media-gfx/wally/wally-2.4.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/wally-2.4.4.ebuild,v 1.3 2012/04/18 20:35:33 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/wally-2.4.4.ebuild,v 1.4 2013/02/16 07:39:56 pacho Exp $ EAPI=4 KDE_REQUIRED="optional" -inherit eutils kde4-base +inherit eutils kde4-base readme.gentoo DESCRIPTION="A Qt4/KDE4 wallpaper changer" HOMEPAGE="http://www.becrux.com/index.php?page=projects&name=wally" @@ -38,6 +38,8 @@ PATCHES=( ) src_prepare() { + DOC_CONTENTS="In order to use wallyplugin you need to + restart plasma in your KDE4 enviroment." kde4-base_src_prepare use kde || epatch "${FILESDIR}/${PN}-2.2.0-disable-kde4.patch" } @@ -53,13 +55,9 @@ src_install() { cmake-utils_src_install newicon "${S}"/res/images/idle.png wally.png make_desktop_entry wally Wally wally "Graphics;Qt" + use kde && readme.gentoo_create_doc } pkg_postinst() { - if use kde ; then - elog - elog "In order to use wallyplugin you need to" - elog "restart plasma in your KDE4 enviroment." - elog - fi + use kde && readme.gentoo_print_elog } |