summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-02-16 11:10:11 +0000
committerPacho Ramos <pacho@gentoo.org>2013-02-16 11:10:11 +0000
commitfb5d422a8805789f4844e8d9a51b2bc7fa148761 (patch)
treeeb30ef59ae5c09a33648fdf84fb94057e5be8624 /sys-fs/lessfs
parentDon't show elog messages always (#457596) (diff)
downloadgentoo-2-fb5d422a8805789f4844e8d9a51b2bc7fa148761.tar.gz
gentoo-2-fb5d422a8805789f4844e8d9a51b2bc7fa148761.tar.bz2
gentoo-2-fb5d422a8805789f4844e8d9a51b2bc7fa148761.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 'sys-fs/lessfs')
-rw-r--r--sys-fs/lessfs/ChangeLog5
-rw-r--r--sys-fs/lessfs/lessfs-1.5.13.ebuild17
2 files changed, 11 insertions, 11 deletions
diff --git a/sys-fs/lessfs/ChangeLog b/sys-fs/lessfs/ChangeLog
index 778e7d6ccddd..1b936bb2ca28 100644
--- a/sys-fs/lessfs/ChangeLog
+++ b/sys-fs/lessfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/lessfs
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lessfs/ChangeLog,v 1.60 2013/02/09 10:13:32 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lessfs/ChangeLog,v 1.61 2013/02/16 11:10:11 pacho Exp $
+
+ 16 Feb 2013; Pacho Ramos <pacho@gentoo.org> lessfs-1.5.13.ebuild:
+ Don't show elog messages always (#457596)
*lessfs-1.5.13 (09 Feb 2013)
diff --git a/sys-fs/lessfs/lessfs-1.5.13.ebuild b/sys-fs/lessfs/lessfs-1.5.13.ebuild
index 1f684995153e..830aeace6d7f 100644
--- a/sys-fs/lessfs/lessfs-1.5.13.ebuild
+++ b/sys-fs/lessfs/lessfs-1.5.13.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lessfs/lessfs-1.5.13.ebuild,v 1.1 2013/02/09 10:13:32 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lessfs/lessfs-1.5.13.ebuild,v 1.2 2013/02/16 11:10:11 pacho Exp $
EAPI="5"
+inherit readme.gentoo
MY_PV="${PV/_/-}"
MY_P="${PN}-${MY_PV}"
@@ -26,6 +27,10 @@ RDEPEND=""
S="${WORKDIR}/${MY_P}"
+DOC_CONTENTS="Default configuration file: /etc/${PN}.cfg.
+ If your host is a client consult the following configuration
+ file: /usr/share/doc/${PF}/${PN}.cfg-slave.*"
+
src_configure() {
econf \
$(use_enable debug) $(use_enable debug lckdebug) \
@@ -40,13 +45,5 @@ src_install () {
insinto /etc
newins examples/lessfs.cfg-master ${PN}.cfg
dodoc examples/lessfs.* etc/lessfs.*
-
-}
-
-pkg_postinst() {
- elog
- elog "Default configuration file: /etc/${PN}.cfg"
- elog "If your host is a client consult the following configuration"
- elog "file: /usr/share/doc/${PF}/${PN}.cfg-slave.bz2"
- elog
+ readme.gentoo_create_doc
}