summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Allanos <dju@gentoo.org>2007-01-07 19:44:38 +0000
committerJulien Allanos <dju@gentoo.org>2007-01-07 19:44:38 +0000
commit3785ecb96d6bd32a1527630471dc907b6352acda (patch)
tree15e4a280794539a3e3bae72cba5d00a31b920f03 /www-apps/trac-webadmin
parentfix ChangeLog typo (diff)
downloadgentoo-2-3785ecb96d6bd32a1527630471dc907b6352acda.tar.gz
gentoo-2-3785ecb96d6bd32a1527630471dc907b6352acda.tar.bz2
gentoo-2-3785ecb96d6bd32a1527630471dc907b6352acda.zip
Changed einfo() to elog(), wrt bug #139814.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'www-apps/trac-webadmin')
-rw-r--r--www-apps/trac-webadmin/ChangeLog6
-rw-r--r--www-apps/trac-webadmin/trac-webadmin-0.1.1.ebuild18
-rw-r--r--www-apps/trac-webadmin/trac-webadmin-0.1.2.ebuild16
3 files changed, 22 insertions, 18 deletions
diff --git a/www-apps/trac-webadmin/ChangeLog b/www-apps/trac-webadmin/ChangeLog
index 983a31e4796c..840e581a9e8e 100644
--- a/www-apps/trac-webadmin/ChangeLog
+++ b/www-apps/trac-webadmin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/trac-webadmin
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-webadmin/ChangeLog,v 1.4 2007/01/07 19:28:02 dju Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-webadmin/ChangeLog,v 1.5 2007/01/07 19:44:38 dju Exp $
+
+ 07 Jan 2007; Julien Allanos <dju@gentoo.org> trac-webadmin-0.1.1.ebuild,
+ trac-webadmin-0.1.2.ebuild:
+ Changed einfo() to elog(), wrt bug #139814.
07 Jan 2007; Julien Allanos <dju@gentoo.org> trac-webadmin-0.1.2.ebuild:
Added ~x86 to KEYWORDS.
diff --git a/www-apps/trac-webadmin/trac-webadmin-0.1.1.ebuild b/www-apps/trac-webadmin/trac-webadmin-0.1.1.ebuild
index a3743c01cb01..300f4e6057a2 100644
--- a/www-apps/trac-webadmin/trac-webadmin-0.1.1.ebuild
+++ b/www-apps/trac-webadmin/trac-webadmin-0.1.1.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/www-apps/trac-webadmin/trac-webadmin-0.1.1.ebuild,v 1.2 2006/10/15 14:24:17 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-webadmin/trac-webadmin-0.1.1.ebuild,v 1.3 2007/01/07 19:44:38 dju Exp $
inherit distutils
@@ -38,11 +38,11 @@ src_test() {
}
pkg_postinst() {
- einfo "To enable the WebAdmin plugin in your Trac environments, you have to add:"
- einfo " [components]"
- einfo " webadmin.* = enabled"
- einfo "to your trac.ini files."
- einfo
- einfo "To be able to see the Admin tab, your users must have the TRAC_ADMIN permission"
- einfo "and/or the TICKET_ADMIN permission."
+ elog "To enable the WebAdmin plugin in your Trac environments, you have to add:"
+ elog " [components]"
+ elog " webadmin.* = enabled"
+ elog "to your trac.ini files."
+ elog
+ elog "To be able to see the Admin tab, your users must have the TRAC_ADMIN permission"
+ elog "and/or the TICKET_ADMIN permission."
}
diff --git a/www-apps/trac-webadmin/trac-webadmin-0.1.2.ebuild b/www-apps/trac-webadmin/trac-webadmin-0.1.2.ebuild
index fb3623dffb80..6ac6c1710bdb 100644
--- a/www-apps/trac-webadmin/trac-webadmin-0.1.2.ebuild
+++ b/www-apps/trac-webadmin/trac-webadmin-0.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-webadmin/trac-webadmin-0.1.2.ebuild,v 1.2 2007/01/07 19:28:02 dju Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-webadmin/trac-webadmin-0.1.2.ebuild,v 1.3 2007/01/07 19:44:38 dju Exp $
inherit distutils
@@ -28,11 +28,11 @@ src_test() {
}
pkg_postinst() {
- einfo "To enable the WebAdmin plugin in your Trac environments, you have to add:"
- einfo " [components]"
- einfo " webadmin.* = enabled"
- einfo "to your trac.ini files."
- einfo
- einfo "To be able to see the Admin tab, your users must have the TRAC_ADMIN permission"
- einfo "and/or the TICKET_ADMIN permission."
+ elog "To enable the WebAdmin plugin in your Trac environments, you have to add:"
+ elog " [components]"
+ elog " webadmin.* = enabled"
+ elog "to your trac.ini files."
+ elog
+ elog "To be able to see the Admin tab, your users must have the TRAC_ADMIN permission"
+ elog "and/or the TICKET_ADMIN permission."
}