summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2007-01-05 22:20:56 +0000
committerRyan Hill <dirtyepic@gentoo.org>2007-01-05 22:20:56 +0000
commit7d40efb4ee86e3dbe70eb379fa9f39cef43bbc79 (patch)
tree7e53c0f8c66ab0232fca51af7ad28a3eddb4d12c /dev-python/wxpython-docs
parentAdded to portage, ebuild by myself. (diff)
downloadgentoo-2-7d40efb4ee86e3dbe70eb379fa9f39cef43bbc79.tar.gz
gentoo-2-7d40efb4ee86e3dbe70eb379fa9f39cef43bbc79.tar.bz2
gentoo-2-7d40efb4ee86e3dbe70eb379fa9f39cef43bbc79.zip
einfo -> elog
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'dev-python/wxpython-docs')
-rw-r--r--dev-python/wxpython-docs/ChangeLog8
-rw-r--r--dev-python/wxpython-docs/wxpython-docs-2.4.2.4-r1.ebuild6
-rw-r--r--dev-python/wxpython-docs/wxpython-docs-2.6.0.0-r1.ebuild14
3 files changed, 16 insertions, 12 deletions
diff --git a/dev-python/wxpython-docs/ChangeLog b/dev-python/wxpython-docs/ChangeLog
index 791c748d3eb9..49dee5583091 100644
--- a/dev-python/wxpython-docs/ChangeLog
+++ b/dev-python/wxpython-docs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/wxpython-docs
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/ChangeLog,v 1.19 2006/04/01 19:20:17 agriffis Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/ChangeLog,v 1.20 2007/01/05 22:20:56 dirtyepic Exp $
+
+ 05 Jan 2007; Ryan Hill <dirtyepic@gentoo.org>
+ wxpython-docs-2.4.2.4-r1.ebuild, wxpython-docs-2.6.0.0-r1.ebuild:
+ einfo -> elog
01 Apr 2006; Aron Griffis <agriffis@gentoo.org>
wxpython-docs-2.6.0.0-r1.ebuild:
diff --git a/dev-python/wxpython-docs/wxpython-docs-2.4.2.4-r1.ebuild b/dev-python/wxpython-docs/wxpython-docs-2.4.2.4-r1.ebuild
index 5dffd6b85b77..2a3c0b1ca121 100644
--- a/dev-python/wxpython-docs/wxpython-docs-2.4.2.4-r1.ebuild
+++ b/dev-python/wxpython-docs/wxpython-docs-2.4.2.4-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/wxpython-docs/wxpython-docs-2.4.2.4-r1.ebuild,v 1.3 2005/11/13 02:32:45 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.2.4-r1.ebuild,v 1.4 2007/01/05 22:20:56 dirtyepic Exp $
inherit eutils
@@ -35,5 +35,5 @@ src_install() {
}
pkg_postinst() {
- einfo "The demo files are now included with dev-python/wxpython-docs"
+ elog "The demo files are now included with dev-python/wxpython-docs"
}
diff --git a/dev-python/wxpython-docs/wxpython-docs-2.6.0.0-r1.ebuild b/dev-python/wxpython-docs/wxpython-docs-2.6.0.0-r1.ebuild
index 03e0395bc877..89a40508fa95 100644
--- a/dev-python/wxpython-docs/wxpython-docs-2.6.0.0-r1.ebuild
+++ b/dev-python/wxpython-docs/wxpython-docs-2.6.0.0-r1.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/wxpython-docs/wxpython-docs-2.6.0.0-r1.ebuild,v 1.4 2006/04/01 19:20:17 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.6.0.0-r1.ebuild,v 1.5 2007/01/05 22:20:56 dirtyepic Exp $
inherit eutils
@@ -36,9 +36,9 @@ src_install() {
}
pkg_postinst() {
- einfo "The demo files are now included with dev-python/wxpython-docs."
- einfo "The new-style documentation is in:"
- einfo "/usr/share/doc/${PF}/docs/api\n"
- einfo "The old-style documentation can still be accessed by running"
- einfo "/usr/share/doc/${PF}/docs/viewdocs.py"
+ elog "The demo files are now included with dev-python/wxpython-docs."
+ elog "The new-style documentation is in:"
+ elog "/usr/share/doc/${PF}/docs/api\n"
+ elog "The old-style documentation can still be accessed by running"
+ elog "/usr/share/doc/${PF}/docs/viewdocs.py"
}