Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/seamonkey: seamonkey-2.21-r1.ebuild ChangeLog seamonkey-2.21.ebuild
Date: Mon, 28 Oct 2013 05:36:55
Message-Id: 20131028053650.2915E20047@flycatcher.gentoo.org
1 polynomial-c 13/10/28 05:36:50
2
3 Modified: seamonkey-2.21-r1.ebuild ChangeLog
4 seamonkey-2.21.ebuild
5 Log:
6 Fixed source URI for enigmail. Moved binutils from RDEPEND to DEPEND
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
9
10 Revision Changes Path
11 1.2 www-client/seamonkey/seamonkey-2.21-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.21-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.21-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.21-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: seamonkey-2.21-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.21-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- seamonkey-2.21-r1.ebuild 25 Oct 2013 08:24:31 -0000 1.1
24 +++ seamonkey-2.21-r1.ebuild 28 Oct 2013 05:36:49 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.21-r1.ebuild,v 1.1 2013/10/25 08:24:31 polynomial-c Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.21-r1.ebuild,v 1.2 2013/10/28 05:36:49 polynomial-c Exp $
30
31 EAPI="3"
32 WANT_AUTOCONF="2.1"
33 @@ -53,13 +53,12 @@
34 ${MOZ_FTP_URI}/source/${MY_MOZ_P}.source.tar.bz2 -> ${P}.source.tar.bz2
35 http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCHFF}.tar.xz
36 http://dev.gentoo.org/~polynomial-c/mozilla/patchsets/${PATCH}.tar.xz
37 - crypt? ( http://www.mozilla-enigmail.org/download/source/enigmail-${EMVER}.tar.gz )"
38 + crypt? ( http://www.enigmail.net/download/source/enigmail-${EMVER}.tar.gz )"
39
40 ASM_DEPEND=">=dev-lang/yasm-1.1"
41
42 # Mesa 7.10 needed for WebGL + bugfixes
43 -RDEPEND=">=sys-devel/binutils-2.16.1
44 - >=dev-libs/nss-3.15.1
45 +RDEPEND=">=dev-libs/nss-3.15.1
46 >=dev-libs/nspr-4.10
47 >=dev-libs/glib-2.26:2
48 >=media-libs/mesa-7.10
49 @@ -80,6 +79,7 @@
50
51 DEPEND="${RDEPEND}
52 !elibc_glibc? ( dev-libs/libexecinfo )
53 + >=sys-devel/binutils-2.16.1
54 virtual/pkgconfig
55 amd64? ( ${ASM_DEPEND}
56 virtual/opengl )
57
58
59
60 1.464 www-client/seamonkey/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.464&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.464&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?r1=1.463&r2=1.464
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v
69 retrieving revision 1.463
70 retrieving revision 1.464
71 diff -u -r1.463 -r1.464
72 --- ChangeLog 25 Oct 2013 08:24:31 -0000 1.463
73 +++ ChangeLog 28 Oct 2013 05:36:49 -0000 1.464
74 @@ -1,6 +1,10 @@
75 # ChangeLog for www-client/seamonkey
76 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.463 2013/10/25 08:24:31 polynomial-c Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.464 2013/10/28 05:36:49 polynomial-c Exp $
79 +
80 + 28 Oct 2013; Lars Wendler <polynomial-c@g.o> seamonkey-2.21.ebuild,
81 + seamonkey-2.21-r1.ebuild:
82 + Fixed source URI for enigmail. Moved binutils from RDEPEND to DEPEND.
83
84 *seamonkey-2.21-r1 (25 Oct 2013)
85
86
87
88
89 1.6 www-client/seamonkey/seamonkey-2.21.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.21.ebuild?rev=1.6&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.21.ebuild?rev=1.6&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.21.ebuild?r1=1.5&r2=1.6
94
95 Index: seamonkey-2.21.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.21.ebuild,v
98 retrieving revision 1.5
99 retrieving revision 1.6
100 diff -u -r1.5 -r1.6
101 --- seamonkey-2.21.ebuild 26 Sep 2013 16:31:45 -0000 1.5
102 +++ seamonkey-2.21.ebuild 28 Oct 2013 05:36:49 -0000 1.6
103 @@ -1,6 +1,6 @@
104 # Copyright 1999-2013 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.21.ebuild,v 1.5 2013/09/26 16:31:45 axs Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.21.ebuild,v 1.6 2013/10/28 05:36:49 polynomial-c Exp $
108
109 EAPI="3"
110 WANT_AUTOCONF="2.1"
111 @@ -53,13 +53,12 @@
112 ${MOZ_FTP_URI}/source/${MY_MOZ_P}.source.tar.bz2 -> ${P}.source.tar.bz2
113 http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCHFF}.tar.xz
114 http://dev.gentoo.org/~polynomial-c/mozilla/patchsets/${PATCH}.tar.xz
115 - crypt? ( http://www.mozilla-enigmail.org/download/source/enigmail-${EMVER}.tar.gz )"
116 + crypt? ( http://www.enigmail.net/download/source/enigmail-${EMVER}.tar.gz )"
117
118 ASM_DEPEND=">=dev-lang/yasm-1.1"
119
120 # Mesa 7.10 needed for WebGL + bugfixes
121 -RDEPEND=">=sys-devel/binutils-2.16.1
122 - >=dev-libs/nss-3.15.1
123 +RDEPEND=">=dev-libs/nss-3.15.1
124 >=dev-libs/nspr-4.10
125 >=dev-libs/glib-2.26:2
126 >=media-libs/mesa-7.10
127 @@ -80,6 +79,7 @@
128
129 DEPEND="${RDEPEND}
130 !elibc_glibc? ( dev-libs/libexecinfo )
131 + >=sys-devel/binutils-2.16.1
132 virtual/pkgconfig
133 amd64? ( ${ASM_DEPEND}
134 virtual/opengl )