summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-06-29 14:01:34 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-06-29 14:01:34 +0000
commit6687c8fb090d491d9c6b372bdfd3eddea7b9d97d (patch)
tree6f94dfda9378a0e040599fd1920dd3781074ad95 /src/patchsets/mozilla-sunbird
parentItalian translation for vdr-guide.xml is online (diff)
downloadgentoo-6687c8fb090d491d9c6b372bdfd3eddea7b9d97d.tar.gz
gentoo-6687c8fb090d491d9c6b372bdfd3eddea7b9d97d.tar.bz2
gentoo-6687c8fb090d491d9c6b372bdfd3eddea7b9d97d.zip
Add patches for 0.5 and getpackssunbird.sh, remove 0.3.1
Diffstat (limited to 'src/patchsets/mozilla-sunbird')
-rw-r--r--src/patchsets/mozilla-sunbird/0.3.1/070_dont_use_bashism.patch20
-rw-r--r--src/patchsets/mozilla-sunbird/0.5/000_add-missing-LDFLAGS.patch (renamed from src/patchsets/mozilla-sunbird/0.3.1/000_add-missing-LDFLAGS.patch)0
-rw-r--r--src/patchsets/mozilla-sunbird/0.5/032_firefox-2.0_ppc64-1.patch (renamed from src/patchsets/mozilla-sunbird/0.3.1/032_firefox-2.0_ppc64-1.patch)0
-rw-r--r--src/patchsets/mozilla-sunbird/0.5/033_firefox-2.0_ppc_powerpc.patch (renamed from src/patchsets/mozilla-sunbird/0.3.1/033_firefox-2.0_ppc_powerpc.patch)0
-rw-r--r--src/patchsets/mozilla-sunbird/0.5/050_respect-host-variable.patch (renamed from src/patchsets/mozilla-sunbird/0.3.1/050_respect-host-variable.patch)0
-rw-r--r--src/patchsets/mozilla-sunbird/0.5/055_firefox-2.0_gfbsd-pthreads.patch (renamed from src/patchsets/mozilla-sunbird/0.3.1/055_firefox-2.0_gfbsd-pthreads.patch)0
-rw-r--r--src/patchsets/mozilla-sunbird/getpackssunbird.sh77
7 files changed, 77 insertions, 20 deletions
diff --git a/src/patchsets/mozilla-sunbird/0.3.1/070_dont_use_bashism.patch b/src/patchsets/mozilla-sunbird/0.3.1/070_dont_use_bashism.patch
deleted file mode 100644
index 7ca10fb62a..0000000000
--- a/src/patchsets/mozilla-sunbird/0.3.1/070_dont_use_bashism.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.in.orig 2007-03-23 08:43:15.000000000 +0000
-+++ configure.in 2007-03-23 08:47:04.000000000 +0000
-@@ -2578,7 +2578,7 @@
- if ! ${CXX-g++} ${CXXFLAGS} ${DSO_PIC_CFLAGS} ${DSO_LDOPTS} -S -o conftest.S conftest.c ; then
- ac_cv_have_visibility_class_bug=yes
- else
-- if test `grep -c "@PLT" conftest.S` == 0; then
-+ if test `grep -c "@PLT" conftest.S` = 0; then
- ac_cv_have_visibility_class_bug=yes
- fi
- fi
-@@ -2602,7 +2602,7 @@
- if ! ${CC-cc} ${CFLAGS} ${DSO_PIC_CFLAGS} ${DSO_LDOPTS} -O2 -S -o conftest.S conftest.c ; then
- ac_cv_have_visibility_builtin_bug=yes
- else
-- if test `grep -c "@PLT" conftest.S` == 0; then
-+ if test `grep -c "@PLT" conftest.S` = 0; then
- ac_cv_visibility_builtin_bug=yes
- fi
- fi
diff --git a/src/patchsets/mozilla-sunbird/0.3.1/000_add-missing-LDFLAGS.patch b/src/patchsets/mozilla-sunbird/0.5/000_add-missing-LDFLAGS.patch
index 6452dc8295..6452dc8295 100644
--- a/src/patchsets/mozilla-sunbird/0.3.1/000_add-missing-LDFLAGS.patch
+++ b/src/patchsets/mozilla-sunbird/0.5/000_add-missing-LDFLAGS.patch
diff --git a/src/patchsets/mozilla-sunbird/0.3.1/032_firefox-2.0_ppc64-1.patch b/src/patchsets/mozilla-sunbird/0.5/032_firefox-2.0_ppc64-1.patch
index abac015369..abac015369 100644
--- a/src/patchsets/mozilla-sunbird/0.3.1/032_firefox-2.0_ppc64-1.patch
+++ b/src/patchsets/mozilla-sunbird/0.5/032_firefox-2.0_ppc64-1.patch
diff --git a/src/patchsets/mozilla-sunbird/0.3.1/033_firefox-2.0_ppc_powerpc.patch b/src/patchsets/mozilla-sunbird/0.5/033_firefox-2.0_ppc_powerpc.patch
index f9099279db..f9099279db 100644
--- a/src/patchsets/mozilla-sunbird/0.3.1/033_firefox-2.0_ppc_powerpc.patch
+++ b/src/patchsets/mozilla-sunbird/0.5/033_firefox-2.0_ppc_powerpc.patch
diff --git a/src/patchsets/mozilla-sunbird/0.3.1/050_respect-host-variable.patch b/src/patchsets/mozilla-sunbird/0.5/050_respect-host-variable.patch
index 3cba8d3199..3cba8d3199 100644
--- a/src/patchsets/mozilla-sunbird/0.3.1/050_respect-host-variable.patch
+++ b/src/patchsets/mozilla-sunbird/0.5/050_respect-host-variable.patch
diff --git a/src/patchsets/mozilla-sunbird/0.3.1/055_firefox-2.0_gfbsd-pthreads.patch b/src/patchsets/mozilla-sunbird/0.5/055_firefox-2.0_gfbsd-pthreads.patch
index 5a92855ba6..5a92855ba6 100644
--- a/src/patchsets/mozilla-sunbird/0.3.1/055_firefox-2.0_gfbsd-pthreads.patch
+++ b/src/patchsets/mozilla-sunbird/0.5/055_firefox-2.0_gfbsd-pthreads.patch
diff --git a/src/patchsets/mozilla-sunbird/getpackssunbird.sh b/src/patchsets/mozilla-sunbird/getpackssunbird.sh
new file mode 100644
index 0000000000..d5e1d82e69
--- /dev/null
+++ b/src/patchsets/mozilla-sunbird/getpackssunbird.sh
@@ -0,0 +1,77 @@
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="/styles/nopaste.css"/>
+<link rel="icon" href="/nopaste_favicon.gif" type="image/gif"/>
+<link rel="shortcut icon" href="/nopaste_favicon.gif" type="image/gif"/>
+<title>Nopaste - stdin</title>
+</head><div style="border-bottom: 2px solid gray;">
+<table border="0" cellpadding="1" cellspacing="2" width="100%">
+<tr>
+ <td><small>Pasted as <b>Plain Text</b> by <b>armin76</b> <span id="controls">[ <a href="/p/jPREOQ63.nln.html">Remove line numbers</a> | <a href="/p/jPREOQ63.txt">Show as plain text</a> | <a href="/paste/">Create new paste</a> ]</span></small></td>
+</tr>
+<tr>
+ <td><small>Description: stdin</small></td>
+</tr>
+<tr>
+ <td><small>URL: http://rafb.net/p/jPREOQ63.html</small></td>
+</tr>
+</table>
+</div>
+
+<table border="0" cellpadding="1" cellspacing="2">
+<tr>
+ <td><pre class="code">1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
+13
+14
+15
+16
+17
+18
+19
+20
+21
+22
+23
+24
+25
+26</pre></td>
+ <td width="100%"><pre class="code" id="codemain">#!/bin/bash
+# $Header: /var/cvsroot/gentoo/src/patchsets/mozilla-sunbird/getpackssunbird.sh,v 1.1 2007/06/29 14:01:34 armin76 Exp ${app}/make-tarball.sh,v 1.2 2006/07/30 10:44:28 redhatter Exp $
+&nbsp;
+PN=mozilla-sunbird
+&nbsp;
+if [[ $# -ne 1 ]] ; then
+ echo "Usage: $0 &lt;${PN} portage version>"
+ exit 1
+fi
+PV=$1
+MY_PV=${PV/_}
+P=${PN}-${PV}
+S=${P}-xpi
+&nbsp;
+mkdir ${S}
+wget -P "${S}" -m -np -nd \
+ "http://releases.mozilla.org/pub/mozilla.org/calendar/sunbird/releases/${MY_PV}/langpacks/"
+&nbsp;
+cd ${S}
+for f in *.xpi; do
+ bn="$( basename "${f}" .xpi)"
+ locales="${locales} ${bn}"
+ mv -v "${f}" "${P}-${bn}.xpi"
+done
+cd "${OLDPWD}"
+echo "Locales: ${locales}"</pre></td>
+</tr>
+</table>
+</html> \ No newline at end of file