Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/enigmail/files/, x11-plugins/enigmail/
Date: Wed, 04 Sep 2019 07:38:02
Message-Id: 1567582671.034679741886eaa628a9afb3a9c89000aef3e34c.polynomial-c@gentoo
1 commit: 034679741886eaa628a9afb3a9c89000aef3e34c
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 4 07:37:51 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 4 07:37:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03467974
7
8 x11-plugins/enigmail: Revbump to re-enable seamonkey support
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 ...gmail-2.0.12.ebuild => enigmail-2.0.12-r1.ebuild} | 5 ++++-
14 .../enigmail-2.0.12-enable_seamonkey_support.patch | 20 ++++++++++++++++++++
15 2 files changed, 24 insertions(+), 1 deletion(-)
16
17 diff --git a/x11-plugins/enigmail/enigmail-2.0.12.ebuild b/x11-plugins/enigmail/enigmail-2.0.12-r1.ebuild
18 similarity index 94%
19 rename from x11-plugins/enigmail/enigmail-2.0.12.ebuild
20 rename to x11-plugins/enigmail/enigmail-2.0.12-r1.ebuild
21 index 917dd0d55c4..9d4f14dc9cc 100644
22 --- a/x11-plugins/enigmail/enigmail-2.0.12.ebuild
23 +++ b/x11-plugins/enigmail/enigmail-2.0.12-r1.ebuild
24 @@ -42,7 +42,10 @@ DEPEND="${RDEPEND}
25 dev-lang/perl
26 "
27
28 -PATCHES=( "${FILESDIR}"/enigmail-no_pEp_auto_download.patch )
29 +PATCHES=(
30 + "${FILESDIR}"/enigmail-no_pEp_auto_download.patch
31 + "${FILESDIR}/${PN}-2.0.12-enable_seamonkey_support.patch"
32 +)
33
34 src_compile() {
35 emake ipc public ui package lang stdlib
36
37 diff --git a/x11-plugins/enigmail/files/enigmail-2.0.12-enable_seamonkey_support.patch b/x11-plugins/enigmail/files/enigmail-2.0.12-enable_seamonkey_support.patch
38 new file mode 100644
39 index 00000000000..11d9702eb97
40 --- /dev/null
41 +++ b/x11-plugins/enigmail/files/enigmail-2.0.12-enable_seamonkey_support.patch
42 @@ -0,0 +1,20 @@
43 +--- enigmail/package/install.rdf
44 ++++ enigmail/package/install.rdf
45 +@@ -19,14 +19,14 @@
46 + <em:maxVersion>60.*</em:maxVersion>
47 + </Description>
48 + </em:targetApplication>
49 +- <!--em:targetApplication>
50 +- < ! - - Seamonkey is no longer supported - - >
51 ++ <em:targetApplication>
52 ++ <!-- Seamonkey -->
53 + <Description>
54 + <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
55 + <em:minVersion>2.49</em:minVersion>
56 + <em:maxVersion>2.57</em:maxVersion>
57 + </Description>
58 +- </em:targetApplication -->
59 ++ </em:targetApplication>
60 +
61 + <!-- Front End MetaData -->
62 + <em:name>Enigmail</em:name>