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

(-)enigmail-0.94.1.ebuild (-3 / +3 lines)
Lines 10-22 Link Here
10
SHORTLANGS="ca-AD cs-CZ es-ES fi-FI fr-FR hu-HU it-IT ja-JP ko-KR nb-NO nl-NL pl-PL pt-PT ru-RU sk-SK sl-SI sv-SE"
10
SHORTLANGS="ca-AD cs-CZ es-ES fi-FI fr-FR hu-HU it-IT ja-JP ko-KR nb-NO nl-NL pl-PL pt-PT ru-RU sk-SK sl-SI sv-SE"
11
11
12
EMVER=${PV}
12
EMVER=${PV}
13
TBVER="1.5.0.7"
13
TBVER="1.5.0.9"
14
TBPVER="0.1"
14
TBPVER="0.1"
15
15
16
DESCRIPTION="Gnupg encryption plugin for thunderbird."
16
DESCRIPTION="Gnupg encryption plugin for thunderbird."
17
HOMEPAGE="http://www.enigmail.mozdev.org"
17
HOMEPAGE="http://www.enigmail.mozdev.org"
18
SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${TBVER}/source/thunderbird-${TBVER}-source.tar.bz2
18
SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${TBVER}/source/thunderbird-${TBVER}-source.tar.bz2
19
	mirror://gentoo/mozilla-thunderbird-${TBVER}-patches-${TBPVER}.tar.bz2
19
	mirror://gentoo/mozilla-thunderbird-1.5.0.8-patches-${TBPVER}.tar.bz2
20
	http://www.mozilla-enigmail.org/downloads/src/enigmail-${EMVER}.tar.gz"
20
	http://www.mozilla-enigmail.org/downloads/src/enigmail-${EMVER}.tar.gz"
21
21
22
KEYWORDS="amd64 ia64 mips ppc sparc x86"
22
KEYWORDS="amd64 ia64 mips ppc sparc x86"
Lines 77-83 Link Here
77
}
77
}
78
78
79
src_unpack() {
79
src_unpack() {
80
	unpack thunderbird-${TBVER}-source.tar.bz2 mozilla-thunderbird-${TBVER}-patches-${TBPVER}.tar.bz2 || die "unpack failed"
80
	unpack thunderbird-${TBVER}-source.tar.bz2 mozilla-thunderbird-1.5.0.8-patches-${TBPVER}.tar.bz2 || die "unpack failed"
81
81
82
	linguas
82
	linguas
83
	for X in ${linguas}; do
83
	for X in ${linguas}; do

Return to bug 158624