[Lunar-commits] r16758 - in moonbase/trunk/zbeta: . opera opera-static
Stefan Wold
ratler at lunar-linux.org
Sun Oct 2 12:47:49 UTC 2005
Author: ratler
Date: 2005-10-02 12:47:49 +0000 (Sun, 02 Oct 2005)
New Revision: 16758
Added:
moonbase/trunk/zbeta/opera-static/
moonbase/trunk/zbeta/opera-static/BUILD
moonbase/trunk/zbeta/opera-static/CONFLICTS
moonbase/trunk/zbeta/opera-static/DETAILS
moonbase/trunk/zbeta/opera/
moonbase/trunk/zbeta/opera/BUILD
moonbase/trunk/zbeta/opera/CONFLICTS
moonbase/trunk/zbeta/opera/DEPENDS
moonbase/trunk/zbeta/opera/DETAILS
Log:
Initial release of opera, shared and static versions. Since opera now is "free" but not open source I do not see why we should not have it in moonbase. But for now it will be kept in zbeta
Added: moonbase/trunk/zbeta/opera/BUILD
===================================================================
--- moonbase/trunk/zbeta/opera/BUILD 2005-10-01 19:54:08 UTC (rev 16757)
+++ moonbase/trunk/zbeta/opera/BUILD 2005-10-02 12:47:49 UTC (rev 16758)
@@ -0,0 +1,11 @@
+(
+ prepare_install &&
+ echo "n" | ./install.sh -s &&
+
+ if [ ! -f /etc/opera6rc ]; then
+ install -m 644 config/opera6rc /etc
+ fi
+ if [ ! -f /etc/opera6rc.fixed ]; then
+ install -m 644 config/opera6rc.fixed /etc
+ fi
+) > $C_FIFO 2>&1
Added: moonbase/trunk/zbeta/opera/CONFLICTS
===================================================================
--- moonbase/trunk/zbeta/opera/CONFLICTS 2005-10-01 19:54:08 UTC (rev 16757)
+++ moonbase/trunk/zbeta/opera/CONFLICTS 2005-10-02 12:47:49 UTC (rev 16758)
@@ -0,0 +1 @@
+conflicts opera-static
Added: moonbase/trunk/zbeta/opera/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/opera/DEPENDS 2005-10-01 19:54:08 UTC (rev 16757)
+++ moonbase/trunk/zbeta/opera/DEPENDS 2005-10-02 12:47:49 UTC (rev 16758)
@@ -0,0 +1,2 @@
+depends libstdc++5 &&
+depends qt3
Added: moonbase/trunk/zbeta/opera/DETAILS
===================================================================
--- moonbase/trunk/zbeta/opera/DETAILS 2005-10-01 19:54:08 UTC (rev 16757)
+++ moonbase/trunk/zbeta/opera/DETAILS 2005-10-02 12:47:49 UTC (rev 16758)
@@ -0,0 +1,15 @@
+ MODULE=opera
+ VERSION=8.50
+ SUBVERSION=20050916.5-shared-qt.i386-en
+ SOURCE=$MODULE-$VERSION-$SUBVERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-$SUBVERSION
+ SOURCE_URL=http://ftp.heanet.ie/pub/opera/linux/850/final/en/i386/shared/
+ SOURCE_VFY=sha1:61d065502f3f80f071f5ce9bd2c695df937b550d
+ WEB_SITE=http://www.opera.com/
+ ENTERED=20051002
+ UPDATED=20051002
+ SHORT="The most full-featured Internet browser on the market."
+cat << EOF
+Opera includes pop-up blocking, tabbed browsing, integrated searches,
+E-mail, RSS Newsfeeds and IRC chat.
+EOF
Added: moonbase/trunk/zbeta/opera-static/BUILD
===================================================================
--- moonbase/trunk/zbeta/opera-static/BUILD 2005-10-01 19:54:08 UTC (rev 16757)
+++ moonbase/trunk/zbeta/opera-static/BUILD 2005-10-02 12:47:49 UTC (rev 16758)
@@ -0,0 +1,11 @@
+(
+ prepare_install &&
+ echo "n" | ./install.sh -s &&
+
+ if [ ! -f /etc/opera6rc ]; then
+ install -m 644 config/opera6rc /etc
+ fi
+ if [ ! -f /etc/opera6rc.fixed ]; then
+ install -m 644 config/opera6rc.fixed /etc
+ fi
+) > $C_FIFO 2>&1
Added: moonbase/trunk/zbeta/opera-static/CONFLICTS
===================================================================
--- moonbase/trunk/zbeta/opera-static/CONFLICTS 2005-10-01 19:54:08 UTC (rev 16757)
+++ moonbase/trunk/zbeta/opera-static/CONFLICTS 2005-10-02 12:47:49 UTC (rev 16758)
@@ -0,0 +1 @@
+conflicts opera
Added: moonbase/trunk/zbeta/opera-static/DETAILS
===================================================================
--- moonbase/trunk/zbeta/opera-static/DETAILS 2005-10-01 19:54:08 UTC (rev 16757)
+++ moonbase/trunk/zbeta/opera-static/DETAILS 2005-10-02 12:47:49 UTC (rev 16758)
@@ -0,0 +1,15 @@
+ MODULE=opera-static
+ VERSION=8.50
+ SUBVERSION=20050916.1-static-qt.i386-en
+ SOURCE=opera-$VERSION-$SUBVERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/opera-$VERSION-$SUBVERSION
+ SOURCE_URL=http://ftp.heanet.ie/pub/opera/linux/850/final/en/i386/static/
+ SOURCE_VFY=sha1:5080d3eae4b23ee8d3a971aca38217b801f30e7e
+ WEB_SITE=http://www.opera.com/
+ ENTERED=20051002
+ UPDATED=20051002
+ SHORT="The most full-featured Internet browser on the market."
+cat << EOF
+Opera includes pop-up blocking, tabbed browsing, integrated searches,
+E-mail, RSS Newsfeeds and IRC chat.
+EOF
More information about the Lunar-commits
mailing list