diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-02-16 11:43:01 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-02-16 11:43:01 +0000 |
commit | 0f695118b3c7c3e93af9a345336f697173134836 (patch) | |
tree | 36e6156f7aaeda783cda1bd2f6d35fbbb2eb1fb6 /x11-misc/pcmanfm | |
parent | Don't show elog messages always (#457596) (diff) | |
download | gentoo-2-0f695118b3c7c3e93af9a345336f697173134836.tar.gz gentoo-2-0f695118b3c7c3e93af9a345336f697173134836.tar.bz2 gentoo-2-0f695118b3c7c3e93af9a345336f697173134836.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 'x11-misc/pcmanfm')
-rw-r--r-- | x11-misc/pcmanfm/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/pcmanfm/pcmanfm-1.1.0.ebuild | 13 |
2 files changed, 12 insertions, 8 deletions
diff --git a/x11-misc/pcmanfm/ChangeLog b/x11-misc/pcmanfm/ChangeLog index a21731211c8e..ffde2d0093ab 100644 --- a/x11-misc/pcmanfm/ChangeLog +++ b/x11-misc/pcmanfm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/pcmanfm -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.88 2012/11/02 17:29:44 hwoarang Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.89 2013/02/16 11:43:01 pacho Exp $ + + 16 Feb 2013; Pacho Ramos <pacho@gentoo.org> pcmanfm-1.1.0.ebuild: + Don't show elog messages always (#457596) *pcmanfm-1.1.0 (02 Nov 2012) diff --git a/x11-misc/pcmanfm/pcmanfm-1.1.0.ebuild b/x11-misc/pcmanfm/pcmanfm-1.1.0.ebuild index 730c06bc5db0..d9ab7fe40f61 100644 --- a/x11-misc/pcmanfm/pcmanfm-1.1.0.ebuild +++ b/x11-misc/pcmanfm/pcmanfm-1.1.0.ebuild @@ -1,9 +1,9 @@ -# 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/x11-misc/pcmanfm/pcmanfm-1.1.0.ebuild,v 1.1 2012/11/02 17:29:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-1.1.0.ebuild,v 1.2 2013/02/16 11:43:01 pacho Exp $ EAPI="4" -inherit eutils fdo-mime +inherit eutils fdo-mime readme.gentoo MY_PV="${PV/_/}" MY_P="${PN}-${MY_PV}" @@ -32,6 +32,9 @@ S="${WORKDIR}"/${MY_P} DOCS=( AUTHORS ) +DOC_CONTENTS="PCmanFM can optionally support the menu://applications/ + location. You should install lxde-base/lxmenu-data for that functionality." + src_configure() { strip-linguas -i "${S}/po" econf --sysconfdir=/etc $(use_enable debug) @@ -40,9 +43,7 @@ src_configure() { pkg_postinst() { fdo-mime_desktop_database_update fdo-mime_mime_database_update - - elog 'PCmanFM can optionally support the menu://applications/ location.' - elog 'You should install lxde-base/lxmenu-data for that functionality.' + readme.gentoo_print_elog } pkg_postrm() { |