summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2012-02-28 14:42:58 +0000
committerMarc Schiffbauer <mschiff@gentoo.org>2012-02-28 14:42:58 +0000
commit10cd216fda3d663db65a8de3b74a0b4b64d6a0b8 (patch)
tree890b21b2ef2d54e893b9087791de4b365d2b2d3a /net-mail/automx
parent[bump] dev-perl/XML-LibXML-1.930.0 (diff)
downloadgentoo-2-10cd216fda3d663db65a8de3b74a0b4b64d6a0b8.tar.gz
gentoo-2-10cd216fda3d663db65a8de3b74a0b4b64d6a0b8.tar.bz2
gentoo-2-10cd216fda3d663db65a8de3b74a0b4b64d6a0b8.zip
Always install INSTALL file.
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/automx')
-rw-r--r--net-mail/automx/ChangeLog5
-rw-r--r--net-mail/automx/automx-0.8_beta1.ebuild13
2 files changed, 12 insertions, 6 deletions
diff --git a/net-mail/automx/ChangeLog b/net-mail/automx/ChangeLog
index 18bfa6c4560d..6f5992375aac 100644
--- a/net-mail/automx/ChangeLog
+++ b/net-mail/automx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/automx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/automx/ChangeLog,v 1.1 2012/02/28 13:14:40 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/automx/ChangeLog,v 1.2 2012/02/28 14:42:58 mschiff Exp $
+
+ 28 Feb 2012; Marc Schiffbauer <mschiff@gentoo.org> automx-0.8_beta1.ebuild:
+ Always install INSTALL file.
*automx-0.8_beta1 (28 Feb 2012)
diff --git a/net-mail/automx/automx-0.8_beta1.ebuild b/net-mail/automx/automx-0.8_beta1.ebuild
index f9f93d048fa1..facb9bac7c1e 100644
--- a/net-mail/automx/automx-0.8_beta1.ebuild
+++ b/net-mail/automx/automx-0.8_beta1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/automx/automx-0.8_beta1.ebuild,v 1.1 2012/02/28 13:14:40 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/automx/automx-0.8_beta1.ebuild,v 1.2 2012/02/28 14:42:58 mschiff Exp $
EAPI=4
PYTHON_DEPEND="2:2.6:2.7"
@@ -32,8 +32,9 @@ RESTRICT_PYTHON_ABIS="2.[45]"
#}
src_install() {
+ dodoc INSTALL CREDITS
+
if use doc; then
- dodoc INSTALL CREDITS
dohtml -r doc/html/*
docinto examples
@@ -56,10 +57,12 @@ src_install() {
}
pkg_postinst() {
- python_mod_optimize $PN
- use doc && einfo "See /usr/share/doc/${PF}/INSTALL.bz2 for setup instructions"
+ python_mod_optimize ${PN}
+ einfo
+ einfo "See /usr/share/doc/${PF}/INSTALL.bz2 for setup instructions"
+ einfo
}
pkg_postrm() {
- python_mod_cleanup $PN
+ python_mod_cleanup ${PN}
}