| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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/www-client/seamonkey/Attic/seamonkey-2.9.ebuild,v 1.5 2012/05/02 19:58:25 polynomial-c Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/Attic/seamonkey-2.9.ebuild,v 1.6 2012/05/03 06:01:03 jdhore Exp $ |
| 4 | |
4 | |
| 5 | EAPI="3" |
5 | EAPI="3" |
| 6 | WANT_AUTOCONF="2.1" |
6 | WANT_AUTOCONF="2.1" |
| 7 | |
7 | |
| 8 | # This list can be updated with scripts/get_langs.sh from the mozilla overlay |
8 | # This list can be updated with scripts/get_langs.sh from the mozilla overlay |
| … | |
… | |
| 72 | crypt? ( >=app-crypt/gnupg-1.4 ) |
72 | crypt? ( >=app-crypt/gnupg-1.4 ) |
| 73 | webm? ( >=media-libs/libvpx-1.0.0 |
73 | webm? ( >=media-libs/libvpx-1.0.0 |
| 74 | media-libs/alsa-lib )" |
74 | media-libs/alsa-lib )" |
| 75 | |
75 | |
| 76 | DEPEND="${RDEPEND} |
76 | DEPEND="${RDEPEND} |
| 77 | dev-util/pkgconfig |
77 | virtual/pkgconfig |
| 78 | webm? ( amd64? ( ${ASM_DEPEND} ) |
78 | webm? ( amd64? ( ${ASM_DEPEND} ) |
| 79 | x86? ( ${ASM_DEPEND} ) )" |
79 | x86? ( ${ASM_DEPEND} ) )" |
| 80 | |
80 | |
| 81 | if [[ ${PV} == *beta* ]] ; then |
81 | if [[ ${PV} == *beta* ]] ; then |
| 82 | S="${WORKDIR}/comm-beta" |
82 | S="${WORKDIR}/comm-beta" |