Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 87014
Collapse All | Expand All

(-)squirrelmail-1.4.4.ebuild (-2 / +8 lines)
Lines 2-8 Link Here
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/mail-client/squirrelmail/squirrelmail-1.4.4.ebuild,v 1.6 2005/04/20 01:43:56 eradicator Exp $
3
# $Header: /var/cvsroot/gentoo-x86/mail-client/squirrelmail/squirrelmail-1.4.4.ebuild,v 1.6 2005/04/20 01:43:56 eradicator Exp $
4
4
5
IUSE="crypt ldap spell ssl virus-scan mysql postgres"
5
IUSE="crypt ldap spell ssl virus-scan mysql postgres nls"
6
6
7
inherit webapp eutils
7
inherit webapp eutils
8
8
Lines 17-22 Link Here
17
LDAP_VER=0.4
17
LDAP_VER=0.4
18
SECURELOGIN_VER=1.2-1.2.8
18
SECURELOGIN_VER=1.2-1.2.8
19
SHOWSSL_VER=2.1-1.2.8
19
SHOWSSL_VER=2.1-1.2.8
20
LOCALES_VER=20050308
20
21
21
MY_P=${P/_rc/-RC}
22
MY_P=${P/_rc/-RC}
22
S="${WORKDIR}/${MY_P}"
23
S="${WORKDIR}/${MY_P}"
Lines 30-36 Link Here
30
	${PLUGINS_LOC}/admin_add.${ADMINADD_VER}.tar.gz
31
	${PLUGINS_LOC}/admin_add.${ADMINADD_VER}.tar.gz
31
	virus-scan? ( ${PLUGINS_LOC}/virus_scan.${VSCAN_VER}.tar.gz )
32
	virus-scan? ( ${PLUGINS_LOC}/virus_scan.${VSCAN_VER}.tar.gz )
32
	crypt? ( ${PLUGINS_LOC}/gpg.${GPG_VER}.tar.gz )
33
	crypt? ( ${PLUGINS_LOC}/gpg.${GPG_VER}.tar.gz )
33
	ldap? ( ${PLUGINS_LOC}/ldapuserdata-${LDAP_VER}.tar.gz )"
34
	ldap? ( ${PLUGINS_LOC}/ldapuserdata-${LDAP_VER}.tar.gz )
35
	nls? (mirror://sourceforge/${PN}/all_locales-${PV}-${LOCALES_VER}.tar.bz2)"
34
36
35
HOMEPAGE="http://www.squirrelmail.org/"
37
HOMEPAGE="http://www.squirrelmail.org/"
36
38
Lines 80-85 Link Here
80
		mv secure_login/config.php.sample secure_login/config.php &&
82
		mv secure_login/config.php.sample secure_login/config.php &&
81
		unpack show_ssl_link-${SHOWSSL_VER}.tar.gz &&
83
		unpack show_ssl_link-${SHOWSSL_VER}.tar.gz &&
82
		mv show_ssl_link/config.php.sample show_ssl_link/config.php
84
		mv show_ssl_link/config.php.sample show_ssl_link/config.php
85
86
	use nls &&
87
		cd ${S} &&
88
		unpack all_locales-${PV}-${LOCALES_VER}.tar.bz2
83
}
89
}
84
90
85
src_compile() {
91
src_compile() {

Return to bug 87014