| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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/webapp.eclass,v 1.70 2011/12/27 17:55:12 fauli Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.71 2012/07/15 22:45:12 cardoe Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: webapp.eclass |
5 | # @ECLASS: webapp.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # web-apps@gentoo.org |
7 | # web-apps@gentoo.org |
| 8 | # @BLURB: functions for installing applications to run under a web server |
8 | # @BLURB: functions for installing applications to run under a web server |
| … | |
… | |
| 411 | ewarn "compatible with webapp-config." |
411 | ewarn "compatible with webapp-config." |
| 412 | ewarn |
412 | ewarn |
| 413 | ewarn "This ebuild may be overwriting important files." |
413 | ewarn "This ebuild may be overwriting important files." |
| 414 | ewarn |
414 | ewarn |
| 415 | echo |
415 | echo |
|
|
416 | if has "${EAPI:-0}" 0 1 2 3; then |
| 416 | ebeep 10 |
417 | ebeep 10 |
|
|
418 | fi |
| 417 | elif [[ "$(echo ${my_output} | awk '{ print $1 }')" != "${PN}" ]]; then |
419 | elif [[ "$(echo ${my_output} | awk '{ print $1 }')" != "${PN}" ]]; then |
| 418 | echo |
420 | echo |
| 419 | eerror "You already have ${my_output} installed in ${my_dir}" |
421 | eerror "You already have ${my_output} installed in ${my_dir}" |
| 420 | eerror |
422 | eerror |
| 421 | eerror "I cannot upgrade a different application" |
423 | eerror "I cannot upgrade a different application" |