summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2010-10-31 12:36:44 +0100
committerBor Kraljič2010-10-31 12:36:44 +0100
commitb9abbf52808ee16ea12b156cdc3a4b3b94312570 (patch)
tree6bd9ce78833a308639dd2af4fbf237f6c813c234
parent5dbee4017865541cd1a3732ab95f5bed72fadf07 (diff)
chat-im/openwengo: spell deprecated [replaced by qutecom]
-rw-r--r--ChangeLog1
-rwxr-xr-xchat-im/openwengo/BUILD3
-rwxr-xr-xchat-im/openwengo/DEPENDS10
-rwxr-xr-xchat-im/openwengo/DETAILS31
-rwxr-xr-xchat-im/openwengo/DOWNLOAD76
-rw-r--r--chat-im/openwengo/HISTORY5
-rwxr-xr-xchat-im/openwengo/INSTALL6
-rwxr-xr-xchat-im/openwengo/PREPARE2
-rwxr-xr-xchat-im/openwengo/PRE_BUILD8
-rwxr-xr-xchat-im/openwengo/TRIGGERS1
10 files changed, 19 insertions, 124 deletions
diff --git a/ChangeLog b/ChangeLog
index b3ffb62c70..8482a86eb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2010-10-31 Bor Kraljič <pyrobor@ver.si>
* chat-im/qutecom: new spell, a multi-platform VoIP client
+ * chat-im/openwengo: spell deprecated [replaced by qutecom]
2010-10-30 Bor Kraljič <pyrobor@ver.si>
* kde4-apps/tagua: removed, upstream project is dead
diff --git a/chat-im/openwengo/BUILD b/chat-im/openwengo/BUILD
index 98c7eea58a..27ba77ddaf 100755
--- a/chat-im/openwengo/BUILD
+++ b/chat-im/openwengo/BUILD
@@ -1,2 +1 @@
-scons softphone softphone-runtime
-
+true
diff --git a/chat-im/openwengo/DEPENDS b/chat-im/openwengo/DEPENDS
index 8195e5a81f..2cea4ec89e 100755
--- a/chat-im/openwengo/DEPENDS
+++ b/chat-im/openwengo/DEPENDS
@@ -1,9 +1 @@
-depends scons &&
-depends qt-x11 &&
-depends glib2 &&
-depends alsa-lib &&
-depends openssl &&
-depends xorg-libs &&
-depends zlib &&
-depends expat &&
-depends subversion
+depends qutecom
diff --git a/chat-im/openwengo/DETAILS b/chat-im/openwengo/DETAILS
index b91ebca3f6..8a763f5856 100755
--- a/chat-im/openwengo/DETAILS
+++ b/chat-im/openwengo/DETAILS
@@ -1,24 +1,7 @@
- SPELL=openwengo
-if [[ "$OW_SVN_AUTOUPDATE" == "y" ]]
-then
- VERSION=$(date +%Y%m%d)
-else
- VERSION=svn
-fi
- SOURCE=openwengo-svn.tar.bz2
- SOURCE_IGNORE=volatile
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-svn
- WEB_SITE=http://www.openwengo.org
- ENTERED=20051130
- LICENSE[0]=GPL
- KEYWORDS="messaging chat"
- SHORT="A multi-platform VOIP client."
-cat << EOF
-WengoPhone is a multi-platform VOIP client sponsored and developed by
-WENGO and MBDSYS. The GUI part is Qt-based, and the Video-over-IP engine is
-based on the eXosip, oSIP, oRTP, and ffmpeg projects. The eXosip module is
-extended by a phApi module, which implements a high-level, easy-to-use call
-control API. WengoPhone supports PC-to-PC voice, video, and chat. One can
-use a standard SIP service provider such as Wengo to be assigned an incoming
-number, make calls to PSTN/cell phones, get voice mail, and more.
-EOF
+ SPELL=openwengo
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by qutecom]
+ EOF
diff --git a/chat-im/openwengo/DOWNLOAD b/chat-im/openwengo/DOWNLOAD
index 667f1b9804..27ba77ddaf 100755
--- a/chat-im/openwengo/DOWNLOAD
+++ b/chat-im/openwengo/DOWNLOAD
@@ -1,75 +1 @@
-message "${MESSAGE_COLOR}Starting SVN checkout of" \
- "${FILE_COLOR}${SOURCE}${MESSAGE_COLOR}...${DEFAULT_COLOR}"
-if [[ -f $SOURCE_CACHE/${SOURCE} ]]
-then
- message "${MESSAGE_COLOR}Previous source found unpacking...${DEFAULT_COLOR}"
- tar -jxf $SOURCE_CACHE/${SOURCE}
- cd openwengo-svn
- message "${MESSAGE_COLOR}Running SVN update...${DEFAULT_COLOR}"
-#UPDATE
-# if [[ "$OW_VERSION" == "ng" ]]
-# then
-# svn --username guest --password guest
-#\
-# --non-interactive
-#\
-# update
-#\
-# http://dev.openwengo.com/svn/openwengo/trunk
-# fi
-#&&
- # if [[ "$OW_VERSION" == "classic" ]]
- # then
- svn --username guest --password guest \
- --non-interactive \
- update
-# http://dev.openwengo.com/svn/openwengo/softphone-classic/trunk
-# fi
- cd ..
- message "${MESSAGE_COLOR}Done...${DEFAULT_COLOR}"
-else
- message "${MESSAGE_COLOR}Running initial SVN checkout...${DEFAULT_COLOR}" &&
-
-#CHECKOUT
-# if [[ "$OW_VERSION" == "ng" ]]
-# then
-# svn --username guest --password guest
-#\
-# --non-interactive
-#\
-# checkout
-#\
-# http://dev.openwengo.com/svn/openwengo/trunk openwengo-ng-svn
-# fi
-#&&
-# if [[ "$OW_VERSION" == "classic" ]]
-# then
- svn --username guest --password guest \
- --non-interactive \
- checkout \
- http://dev.openwengo.com/svn/openwengo/softphone-classic/trunk openwengo-svn
-# fi
-#&&
- message "${MESSAGE_COLOR}Done...${DEFAULT_COLOR}"
-fi
-
-#Tarball generation
-
-message "${MESSAGE_COLOR}Generating tarball...${DEFAULT_COLOR}" &&
-#if [[ "$OW_VERSION" == "ng" ]]
-#then
-#tar -jcf \
-# ${SOURCE} \
-# openwengo-ng-svn &&
-#cp ${SOURCE} ${SOURCE_CACHE}/${SOURCE} &&
-#rm ${SOURCE} &&
-#fi &&
-#if [[ "$OW_VERSION" == "classic" ]]
-#then
-tar -jcf \
- ${SOURCE} \
- openwengo-svn &&
-cp ${SOURCE} ${SOURCE_CACHE}/${SOURCE} &&
-rm ${SOURCE} &&
-#fi &&
-message "${MESSAGE_COLOR}SVN Checkout complete...${DEFAULT_COLOR}"
+true
diff --git a/chat-im/openwengo/HISTORY b/chat-im/openwengo/HISTORY
index 7b0f2d037a..9f33ab9573 100644
--- a/chat-im/openwengo/HISTORY
+++ b/chat-im/openwengo/HISTORY
@@ -1,3 +1,8 @@
+2010-10-31 Bor Kraljič <pyrobor@ver.si>
+ * spell deprecated [replaced by qutecom]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2008-03-18 Eric Sandall <sandalle@sourcemage.org>
* DEPENDS: Switch X11-LIBS to the one and only xorg-libs
diff --git a/chat-im/openwengo/INSTALL b/chat-im/openwengo/INSTALL
index 7714be7368..27ba77ddaf 100755
--- a/chat-im/openwengo/INSTALL
+++ b/chat-im/openwengo/INSTALL
@@ -1,5 +1 @@
-scons softphone-install &&
-chmod 0755 ${INSTALL_ROOT}/usr/bin/wengophone &&
-#For those who assume spellname == executablename
-ln -s ${INSTALL_ROOT}/usr/bin/wengophone \
- ${INSTALL_ROOT}/usr/bin/openwengo
+true
diff --git a/chat-im/openwengo/PREPARE b/chat-im/openwengo/PREPARE
deleted file mode 100755
index f3d3bfcae8..0000000000
--- a/chat-im/openwengo/PREPARE
+++ /dev/null
@@ -1,2 +0,0 @@
-config_query OW_SVN_AUTOUPDATE \
- "Automaticaly update the spell on sorcery queue/system-update?" "n"
diff --git a/chat-im/openwengo/PRE_BUILD b/chat-im/openwengo/PRE_BUILD
index d83522b788..27ba77ddaf 100755
--- a/chat-im/openwengo/PRE_BUILD
+++ b/chat-im/openwengo/PRE_BUILD
@@ -1,7 +1 @@
-default_pre_build &&
-echo "
-env = WengoEnvironment()
-
-env.WengoSetVariable(\"QtIncludePaths\", [\"/usr/include/qt\"])
-env.WengoDeclareConsoleArgument(\"prefix\", \"${INSTALL_ROOT}/usr\")" > \
-${SOURCE_DIRECTORY}/scons/SUserEnvironment
+true
diff --git a/chat-im/openwengo/TRIGGERS b/chat-im/openwengo/TRIGGERS
new file mode 100755
index 0000000000..bc7ec172ee
--- /dev/null
+++ b/chat-im/openwengo/TRIGGERS
@@ -0,0 +1 @@
+on_cast openwengo dispel_self