Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-1.8.1.8.ebuild
Date: Wed, 24 Oct 2007 05:33:01
Message-Id: E1IkYrQ-0004sx-Pj@stork.gentoo.org
1 jer 07/10/24 05:32:56
2
3 Modified: ChangeLog xulrunner-1.8.1.8.ebuild
4 Log:
5 Stable for HPPA (bug #196480). Fixed quoting issues.
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.64 net-libs/xulrunner/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.64&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.64&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.63&r2=1.64
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
18 retrieving revision 1.63
19 retrieving revision 1.64
20 diff -u -r1.63 -r1.64
21 --- ChangeLog 23 Oct 2007 20:17:28 -0000 1.63
22 +++ ChangeLog 24 Oct 2007 05:32:56 -0000 1.64
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-libs/xulrunner
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.63 2007/10/23 20:17:28 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.64 2007/10/24 05:32:56 jer Exp $
28 +
29 + 24 Oct 2007; Jeroen Roovers <jer@g.o> xulrunner-1.8.1.8.ebuild:
30 + Stable for HPPA (bug #196480). Fixed quoting issues.
31
32 23 Oct 2007; Christoph Mende <angelos@g.o>
33 xulrunner-1.8.1.8.ebuild:
34
35
36
37 1.11 net-libs/xulrunner/xulrunner-1.8.1.8.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.8.ebuild?rev=1.11&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.8.ebuild?rev=1.11&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.8.ebuild?r1=1.10&r2=1.11
42
43 Index: xulrunner-1.8.1.8.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.8.ebuild,v
46 retrieving revision 1.10
47 retrieving revision 1.11
48 diff -u -r1.10 -r1.11
49 --- xulrunner-1.8.1.8.ebuild 23 Oct 2007 20:17:28 -0000 1.10
50 +++ xulrunner-1.8.1.8.ebuild 24 Oct 2007 05:32:56 -0000 1.11
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.8.ebuild,v 1.10 2007/10/23 20:17:28 angelos Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.8.ebuild,v 1.11 2007/10/24 05:32:56 jer Exp $
56
57 WANT_AUTOCONF="2.1"
58
59 @@ -14,7 +14,7 @@
60
61 SLOT="0"
62 LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
63 -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
64 +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
65 IUSE=""
66
67 RDEPEND=">=sys-libs/zlib-1.1.4
68 @@ -106,8 +106,8 @@
69 # to econf, but the quotes cause configure to fail.
70 sed -i -e \
71 's|-DARON_WAS_HERE|-DGENTOO_NSPLUGINS_DIR=\\\"/usr/'"$(get_libdir)"'/nsplugins\\\" -DGENTOO_NSBROWSER_PLUGINS_DIR=\\\"/usr/'"$(get_libdir)"'/nsbrowser/plugins\\\"|' \
72 - ${S}/config/autoconf.mk \
73 - ${S}/toolkit/content/buildconfig.html
74 + "${S}"/config/autoconf.mk \
75 + "${S}"/toolkit/content/buildconfig.html
76
77 # This removes extraneous CFLAGS from the Makefiles to reduce RAM
78 # requirements while compiling
79 @@ -123,26 +123,26 @@
80
81 # Add Gentoo package version to preferences - copied from debian rules
82 echo // Gentoo package version \
83 - > ${D}/usr/$(get_libdir)/xulrunner/defaults/pref/vendor.js
84 + > "${D}"/usr/$(get_libdir)/xulrunner/defaults/pref/vendor.js
85 echo "pref(\"general.useragent.product\",\"Gecko\");" \
86 - >> ${D}/usr/$(get_libdir)/xulrunner/defaults/pref/vendor.js
87 + >> "${D}"/usr/$(get_libdir)/xulrunner/defaults/pref/vendor.js
88 echo "pref(\"general.useragent.productSub\",\"${X_DATE}\");" \
89 - >> ${D}/usr/$(get_libdir)/xulrunner/defaults/pref/vendor.js
90 + >> "${D}"/usr/$(get_libdir)/xulrunner/defaults/pref/vendor.js
91 echo "pref(\"general.useragent.productComment\",\"Gentoo\");" \
92 - >> ${D}/usr/$(get_libdir)/xulrunner/defaults/pref/vendor.js
93 + >> "${D}"/usr/$(get_libdir)/xulrunner/defaults/pref/vendor.js
94
95 if use java ; then
96 - java-pkg_dojar ${D}${MOZILLA_FIVE_HOME}/javaxpcom.jar
97 - rm -f ${D}${MOZILLA_FIVE_HOME}/javaxpcom.jar
98 + java-pkg_dojar "${D}"${MOZILLA_FIVE_HOME}/javaxpcom.jar
99 + rm -f "${D}"${MOZILLA_FIVE_HOME}/javaxpcom.jar
100 fi
101
102 # xulrunner registration, the gentoo way
103 insinto /etc/gre.d
104 - newins ${FILESDIR}/${PN}.conf ${PV}.conf
105 + newins "${FILESDIR}"/${PN}.conf ${PV}.conf
106 sed -i -e \
107 "s|version|${PV}|
108 s|instpath|${MOZILLA_FIVE_HOME}|" \
109 - ${D}/etc/gre.d/${PV}.conf
110 + "${D}"/etc/gre.d/${PV}.conf
111 }
112
113 pkg_postinst() {
114
115
116
117 --
118 gentoo-commits@g.o mailing list