diff options
author | Peter Volkov <pva@gentoo.org> | 2008-12-08 11:55:31 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-12-08 11:55:31 +0000 |
commit | 04dc26f0abe3d8b0321723db6206d13d05a09bb9 (patch) | |
tree | 3cf77caa08ab165b198bd10bc5696148e1512b05 /eclass/enlightenment.eclass | |
parent | remove old (diff) | |
download | historical-04dc26f0abe3d8b0321723db6206d13d05a09bb9.tar.gz historical-04dc26f0abe3d8b0321723db6206d13d05a09bb9.tar.bz2 historical-04dc26f0abe3d8b0321723db6206d13d05a09bb9.zip |
After dicussion with vapier, updated e17 alias to enlightenment@g.o.
Diffstat (limited to 'eclass/enlightenment.eclass')
-rw-r--r-- | eclass/enlightenment.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass index fe80fe6398f8..a56e868f6456 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.77 2008/12/07 15:58:03 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.78 2008/12/08 11:55:31 pva Exp $ # # Author: vapier@gentoo.org @@ -97,7 +97,7 @@ enlightenment_warning_msg() { fi if [[ ${E_STATE} == "snap" ]] ; then ewarn "Please do not contact the E team about bugs in Gentoo." - ewarn "Only contact e17@gentoo.org via e-mail or bugzilla." + ewarn "Only contact enlightenment@gentoo.org via e-mail or bugzilla." ewarn "Remember, this stuff is DEV only code so dont cry when" ewarn "I break you :)." elif [[ ${E_STATE} == "live" ]] ; then @@ -110,7 +110,7 @@ enlightenment_warning_msg() { enlightenment_die() { enlightenment_warning_msg - die "$@"$'\n'"!!! SEND BUG REPORTS TO e17@gentoo.org NOT THE E TEAM" + die "$@"$'\n'"!!! SEND BUG REPORTS TO enlightenment@gentoo.org NOT THE E TEAM" } enlightenment_pkg_setup() { |