summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2007-03-04 10:42:46 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2007-03-04 10:42:46 +0000
commitdb3c944a67d75924940452d1f9065a2160c4fee0 (patch)
treeb8dabf3dd55259065e221ac941688a48dbfd15e1 /dev-python/dnspython/dnspython-1.3.5.ebuild
parentCleanup: added NEED_PYTHON, added doc/examples use-flags, keyworded ~amd64. (diff)
downloadgentoo-2-db3c944a67d75924940452d1f9065a2160c4fee0.tar.gz
gentoo-2-db3c944a67d75924940452d1f9065a2160c4fee0.tar.bz2
gentoo-2-db3c944a67d75924940452d1f9065a2160c4fee0.zip
Replaced einfo with elog in pkg_postinst. In 1.5.0: cleanup, added NEED_PYTHON, added examples use-flag.
(Portage version: 2.1.2-r12)
Diffstat (limited to 'dev-python/dnspython/dnspython-1.3.5.ebuild')
-rw-r--r--dev-python/dnspython/dnspython-1.3.5.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-python/dnspython/dnspython-1.3.5.ebuild b/dev-python/dnspython/dnspython-1.3.5.ebuild
index 2756940b2bed..9b03e139e015 100644
--- a/dev-python/dnspython/dnspython-1.3.5.ebuild
+++ b/dev-python/dnspython/dnspython-1.3.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.5.ebuild,v 1.8 2006/09/30 18:55:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.5.ebuild,v 1.9 2007/03/04 10:42:46 lucass Exp $
inherit distutils
@@ -25,10 +25,8 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "Documentation is sparse at the moment. Use pydoc,"
- einfo "or read the HTML documentation at the dnspython's home page."
- einfo
+ elog "Documentation is sparse at the moment. Use pydoc,"
+ elog "or read the HTML documentation at the dnspython's home page."
}
src_test() {