| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2008 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.76 2008/11/30 09:05:51 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.77 2008/12/07 15:58:03 pva Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: vapier@gentoo.org |
5 | # Author: vapier@gentoo.org |
| 6 | |
6 | |
| 7 | inherit eutils libtool |
7 | inherit eutils libtool |
| 8 | |
8 | |
| … | |
… | |
| 95 | if [[ -n ${E_LIVE_SERVER} ]] ; then |
95 | if [[ -n ${E_LIVE_SERVER} ]] ; then |
| 96 | einfo "Using user server for live sources: ${E_LIVE_SERVER}" |
96 | einfo "Using user server for live sources: ${E_LIVE_SERVER}" |
| 97 | fi |
97 | fi |
| 98 | if [[ ${E_STATE} == "snap" ]] ; then |
98 | if [[ ${E_STATE} == "snap" ]] ; then |
| 99 | ewarn "Please do not contact the E team about bugs in Gentoo." |
99 | ewarn "Please do not contact the E team about bugs in Gentoo." |
| 100 | ewarn "Only contact vapier@gentoo.org via e-mail or bugzilla." |
100 | ewarn "Only contact e17@gentoo.org via e-mail or bugzilla." |
| 101 | ewarn "Remember, this stuff is DEV only code so dont cry when" |
101 | ewarn "Remember, this stuff is DEV only code so dont cry when" |
| 102 | ewarn "I break you :)." |
102 | ewarn "I break you :)." |
| 103 | elif [[ ${E_STATE} == "live" ]] ; then |
103 | elif [[ ${E_STATE} == "live" ]] ; then |
| 104 | eerror "This is a LIVE SOURCES ebuild." |
104 | eerror "This is a LIVE SOURCES ebuild." |
| 105 | eerror "That means there are NO promises it will work." |
105 | eerror "That means there are NO promises it will work." |
| … | |
… | |
| 108 | fi |
108 | fi |
| 109 | } |
109 | } |
| 110 | |
110 | |
| 111 | enlightenment_die() { |
111 | enlightenment_die() { |
| 112 | enlightenment_warning_msg |
112 | enlightenment_warning_msg |
| 113 | die "$@"$'\n'"!!! SEND BUG REPORTS TO vapier@gentoo.org NOT THE E TEAM" |
113 | die "$@"$'\n'"!!! SEND BUG REPORTS TO e17@gentoo.org NOT THE E TEAM" |
| 114 | } |
114 | } |
| 115 | |
115 | |
| 116 | enlightenment_pkg_setup() { |
116 | enlightenment_pkg_setup() { |
| 117 | enlightenment_warning_msg |
117 | enlightenment_warning_msg |
| 118 | } |
118 | } |