Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (7d5a732095e297bc289dcf9bd5a5cf531ae31e90)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (7d5a732095e297bc289dcf9bd5a5cf531ae31e90)
  • Date: Wed, 21 Jun 2006 14:24:29 -0500

GIT changes to master z-rejected grimoire by Eric Sandall
<sandalle@moby.(none)>:

z-http/opera/DEPENDS | 11 +-
z-http/opera/DETAILS | 48
+++++-----
z-http/opera/HISTORY | 10 ++
z-http/opera/PREPARE | 2
z-http/opera/opera-9.0-20060616.1-static-qt.i386-en.tar.bz2.sig |binary
z-http/opera/opera-9.0-20060616.5-shared-qt.i386-en.tar.bz2.sig |binary
6 files changed, 45 insertions(+), 26 deletions(-)

New commits:
commit 7d5a732095e297bc289dcf9bd5a5cf531ae31e90
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

* DETAILS: Updated to 9.0 final (20060616.5 shared and 20060616.1
static)
Removed UPDATED
Added ftp.olnevhost.net as a US mirror (SOURCE_URL[0])
Make "9, shared" default by moving to "else"
* CONFIGURE: Make "9, shared" default
* DEPENDS: v9 shared depends on gcc33 (libstdc++.so.5), v8 works
fine...
Added optional depends on JAVA for JRE
Both v8 and v9 shared depend on zlib

diff --git a/z-http/opera/DEPENDS b/z-http/opera/DEPENDS
index a47731a..01089e2 100755
--- a/z-http/opera/DEPENDS
+++ b/z-http/opera/DEPENDS
@@ -1,6 +1,11 @@
if [ "${OPERA_RELEASE}" = "8, shared" ]; then
- depends qt-x11
+ depends qt-x11 &&
+ depends zlib
fi &&
if [ "${OPERA_RELEASE}" = "9, shared" ]; then
- depends qt-x11
-fi
+ depends gcc33 &&
+ depends qt-x11 &&
+ depends zlib
+fi &&
+
+optional_depends JAVA "" "" "for Java Runtime Environment"
diff --git a/z-http/opera/DETAILS b/z-http/opera/DETAILS
index 134f07e..1ed499c 100755
--- a/z-http/opera/DETAILS
+++ b/z-http/opera/DETAILS
@@ -2,44 +2,48 @@
VERSION4=qt.i386-en
if [ "${OPERA_RELEASE}" = "9, static" ]; then
VERSION=9.0
- VERPATH=900
- VERSION2=20060411.1
+ VERPATH=900
+ VERSION2=20060616.1
VERSION3=static
- VERSION5=beta1
-
SOURCE_HASH=sha512:1bb99cffcac814d322d0b3135290842aa673f00915bf0dcd5d80d9d63e18ac7bb139674cc5c7fc113abda8f9105781879d10e1469e3269e27396e104aa6c6aad
-
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}-${VERSION2}-${VERSION3}-${VERSION4}-236
-elif [ "${OPERA_RELEASE}" = "9, shared" ]; then
- VERSION=9.0
- VERPATH=900
- VERSION2=20060411.6
- VERSION3=shared
- VERSION5=beta1
-
SOURCE_HASH=sha512:857a8295d8b9223ec8247576424c3aa7308fd593fb6ffbe25ad2ab8ac28155dd8ee659ea4aa387e4596b355ec7c733cfdf85afc8f05bbf3e8d1a246eb0b2d1a7
-
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}-${VERSION2}-${VERSION3}-${VERSION4}-236
+ VERSION5=final
+
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}-${VERSION2}-${VERSION3}-${VERSION4}-344
elif [ "${OPERA_RELEASE}" = "8, static" ]; then
- VERSION=8.54
- VERPATH=854
+ VERSION=8.54
+ VERPATH=854
VERSION2=20060330.1
VERSION3=static
VERSION5=final

SOURCE_HASH=sha512:972d9a6fb811a0932a2dce3e749a7889ee829875f9579bd30b051c3f5c5fb571e0cfad18cc3b7cd33db523d3d630b2ee51610c6c37cf3ad6864c40bfd6d1f084

SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}-${VERSION2}-${VERSION3}-${VERSION4}
-else
- VERSION=8.54
- VERPATH=854
+elif [ "${OPERA_RELEASE}" = "8, shared" ]; then
+ VERSION=8.54
+ VERPATH=854
VERSION2=20060330.6
VERSION3=shared
VERSION5=final

SOURCE_HASH=sha512:ba18749f40832fb86b907c524bec6df0cea352a2f389827975808538863c87647227292660bfd2709634ab0badface7853c80c4847ec2b329d738a16e468b29e

SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}-${VERSION2}-${VERSION3}-${VERSION4}
+else
+ VERSION=9.0
+ VERPATH=900
+ VERSION2=20060616.5
+ VERSION3=shared
+ VERSION5=final
+
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}-${VERSION2}-${VERSION3}-${VERSION4}-344
fi

SOURCE=${SPELL}-${VERSION}-${VERSION2}-${VERSION3}-${VERSION4}.tar.bz2
-
SOURCE_URL[0]=ftp://ftp.tiscali.nl/pub/mirror/opera/linux/${VERPATH}/${VERSION5}/en/i386/${VERSION3}/${SOURCE}
-
SOURCE_URL[1]=ftp://ftp.scarlet.be/pub/opera/linux/${VERPATH}/${VERSION5}/en/i386/${VERSION3}/${SOURCE}

- WEB_SITE=http://www.opera.com
+#
+# Currently only v9 is signed, v8 uses sha512
+#
+if list_find "$OPERA_RELEASE" "9.*"; then
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+fi
+
SOURCE_URL[0]=ftp://ftp.olnevhost.net/pub/opera/linux/${VERPATH}/${VERSION5}/en/i386/${VERSION3}/${SOURCE}
+
SOURCE_URL[1]=ftp://ftp.tiscali.nl/pub/mirror/opera/linux/${VERPATH}/${VERSION5}/en/i386/${VERSION3}/${SOURCE}
+
SOURCE_URL[2]=ftp://ftp.scarlet.be/pub/opera/linux/${VERPATH}/${VERSION5}/en/i386/${VERSION3}/${SOURCE}

LICENCE[0]=UNKNOWN
+ WEB_SITE=http://www.opera.com/
ENTERED=20020530
- UPDATED=20040513
REJECT="is non-source"
SHORT="Opera is a small quick qt based browser"
cat << EOF
diff --git a/z-http/opera/HISTORY b/z-http/opera/HISTORY
index 9f15bb8..b6b7836 100644
--- a/z-http/opera/HISTORY
+++ b/z-http/opera/HISTORY
@@ -1,3 +1,13 @@
+2006-06-21 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 9.0 final (20060616.5 shared and 20060616.1
static)
+ Removed UPDATED
+ Added ftp.olnevhost.net as a US mirror (SOURCE_URL[0])
+ Make "9, shared" default by moving to "else"
+ * CONFIGURE: Make "9, shared" default
+ * DEPENDS: v9 shared depends on gcc33 (libstdc++.so.5), v8 works
fine...
+ Added optional depends on JAVA for JRE
+ Both v8 and v9 shared depend on zlib
+
2006-05-01 Vladimir Navrat <vn158 AT seznam.cz>
* DETAILS: Added static and 9.0, no more adware
* DEPENDS: For static no qt is needed
diff --git a/z-http/opera/PREPARE b/z-http/opera/PREPARE
index dee9acb..895a9d8 100755
--- a/z-http/opera/PREPARE
+++ b/z-http/opera/PREPARE
@@ -1 +1 @@
-config_query_list OPERA_RELEASE "Which release would you like to cast?" "8,
shared" "8, static" "9, shared" "9, static"
+config_query_list OPERA_RELEASE "Which release would you like to cast?" "9,
shared" "9, static" "8, shared" "8, static"
diff --git a/z-http/opera/opera-9.0-20060616.1-static-qt.i386-en.tar.bz2.sig
b/z-http/opera/opera-9.0-20060616.1-static-qt.i386-en.tar.bz2.sig
new file mode 100644
index 0000000..ec016dc
Binary files /dev/null and
b/z-http/opera/opera-9.0-20060616.1-static-qt.i386-en.tar.bz2.sig differ
diff --git a/z-http/opera/opera-9.0-20060616.5-shared-qt.i386-en.tar.bz2.sig
b/z-http/opera/opera-9.0-20060616.5-shared-qt.i386-en.tar.bz2.sig
new file mode 100644
index 0000000..2ebc929
Binary files /dev/null and
b/z-http/opera/opera-9.0-20060616.5-shared-qt.i386-en.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (7d5a732095e297bc289dcf9bd5a5cf531ae31e90), Eric Sandall, 06/21/2006

Archive powered by MHonArc 2.6.24.

Top of Page