[SM-Commit] PERFORCE change 78722 by George J. Sherwood for review
Perforce Review Daemon
p4review at smee.org
Sun Apr 30 18:10:03 EDT 2006
Change 78722 by george_sherwood at georges on 2006/04/30 23:06:58
Update to add share/static version for Operal 8.54 and 9.0 beta1
Affected files ...
... //sgl/grimoires/z-rejected/z-http/opera/DEPENDS#4 edit
... //sgl/grimoires/z-rejected/z-http/opera/DETAILS#10 edit
... //sgl/grimoires/z-rejected/z-http/opera/HISTORY#13 edit
... //sgl/grimoires/z-rejected/z-http/opera/PREPARE#1 add
Differences ...
==== //sgl/grimoires/z-rejected/z-http/opera/DEPENDS#4 (xtext) ====
@@ -1,1 +1,6 @@
-depends qt-x11
+if [ "${OPERA_RELEASE}" = "8, shared" ]; then
+ depends qt-x11
+fi &&
+if [ "${OPERA_RELEASE}" = "9, shared" ]; then
+ depends qt-x11
+fi
==== //sgl/grimoires/z-rejected/z-http/opera/DETAILS#10 (xtext) ====
@@ -1,18 +1,46 @@
SPELL=opera
- VERSION=8.54
+ VERSION4=qt.i386-en
+if [ "${OPERA_RELEASE}" = "9, static" ]; then
+ VERSION=9.0
+ VERPATH=900
+ VERSION2=20060411.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
+elif [ "${OPERA_RELEASE}" = "8, static" ]; then
+ 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
VERSION2=20060330.6
VERSION3=shared
- VERSION4=qt.i386-en
+ VERSION5=final
+ SOURCE_HASH=sha512:ba18749f40832fb86b907c524bec6df0cea352a2f389827975808538863c87647227292660bfd2709634ab0badface7853c80c4847ec2b329d738a16e468b29e
+ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}-${VERSION2}-${VERSION3}-${VERSION4}
+fi
SOURCE=${SPELL}-${VERSION}-${VERSION2}-${VERSION3}-${VERSION4}.tar.bz2
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}-${VERSION2}-${VERSION3}-${VERSION4}
- SOURCE_URL[0]=ftp://ftp.tiscali.nl/pub/mirror/opera/linux/854/final/en/i386/shared/${SOURCE}
- SOURCE_URL[1]=ftp://ftp.scarlet.be/pub/opera/linux/854/final/en/i386/shared/${SOURCE}
+ 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
- SOURCE_HASH=sha512:ba18749f40832fb86b907c524bec6df0cea352a2f389827975808538863c87647227292660bfd2709634ab0badface7853c80c4847ec2b329d738a16e468b29e
LICENCE[0]=UNKNOWN
ENTERED=20020530
UPDATED=20040513
- REJECT="is non-source and has licensing issues (adware) "
+ REJECT="is non-source"
SHORT="Opera is a small quick qt based browser"
cat << EOF
Opera is a fast full featured web browser. It supports plugins and is
==== //sgl/grimoires/z-rejected/z-http/opera/HISTORY#13 (text) ====
@@ -1,3 +1,8 @@
+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
+ * PREPARE: Version choose
+
2006-04-08 George Sherwood <george at beernabeer.com>
* DETAILS: Updated to 8.5.4
More information about the SM-Commit
mailing list