summaryrefslogtreecommitdiff
path: root/packages/nonworking
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-07-27 13:01:05 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-27 13:01:05 +0000
commit901ffa524e8e012d2352f4c62a1c8dbac418432a (patch)
treeaaeeadf35ec2486779985156389f2af2d68eb047 /packages/nonworking
parenta25707631d7354c6b64a27d8622d9bc8556646d8 (diff)
nonworking: remove a couple of obsolete files. please don't put files loosely here, put them into directories
Diffstat (limited to 'packages/nonworking')
-rw-r--r--packages/nonworking/alsa-tools/alsa-tools_1.0.4.bb50
-rw-r--r--packages/nonworking/btchatd/.mtn2git_empty (renamed from packages/nonworking/alsa-tools/.mtn2git_empty)0
-rw-r--r--packages/nonworking/btchatd/btchatd_011.bb (renamed from packages/nonworking/btchatd_011.bb)0
-rw-r--r--packages/nonworking/lftp/lftp_3.2.1.bb (renamed from packages/nonworking/lftp/lftp_3.2.0.bb)8
-rw-r--r--packages/nonworking/libbtctl/.mtn2git_empty (renamed from packages/nonworking/qtopia/.mtn2git_empty)0
-rw-r--r--packages/nonworking/libbtctl/libbtctl_0.4.1.bb (renamed from packages/nonworking/libbtctl_0.4.1.bb)0
-rw-r--r--packages/nonworking/qtopia/qtopia-1.7.0-r0/.mtn2git_empty0
-rw-r--r--packages/nonworking/qtopia/qtopia-1.7.0-r0/WLAN.conf13
-rw-r--r--packages/nonworking/qtopia/qtopia-1.7.0-r0/embeddedkonsole.patch10
-rw-r--r--packages/nonworking/qtopia/qtopia-1.7.0-r0/ft2.patch24
-rw-r--r--packages/nonworking/qtopia/qtopia-1.7.0-r0/konsoleEnv.patch42
-rw-r--r--packages/nonworking/qtopia/qtopia-1.7.0-r0/makefile2.patch20
-rw-r--r--packages/nonworking/qtopia/qtopia-1.7.0-r0/nofreetype.patch12
-rw-r--r--packages/nonworking/qtopia/qtopia-1.7.0-r0/performance.patch18
-rw-r--r--packages/nonworking/qtopia/qtopia-1.7.0-r0/qpe.patch12
-rw-r--r--packages/nonworking/qtopia/qtopia-1.7.0-r0/qt-embedded-rotation.control11
-rw-r--r--packages/nonworking/qtopia/qtopia-1.7.0-r0/qtopia-init.control8
-rwxr-xr-xpackages/nonworking/qtopia/qtopia-1.7.0-r0/qtopia-init.postinst9
-rw-r--r--packages/nonworking/qtopia/qtopia-1.7.0-r0/security.patch15
-rw-r--r--packages/nonworking/qtopia/qtopia-1.7.0-r0/storage.patch22
-rw-r--r--packages/nonworking/qtopia/qtopia-1.7.0-r0/timezones.control11
-rw-r--r--packages/nonworking/qtopia/qtopia-1.7.0-r0/unit_conversion.dat406
-rw-r--r--packages/nonworking/qtopia/qtopia_1.7.0.bb81
23 files changed, 8 insertions, 764 deletions
diff --git a/packages/nonworking/alsa-tools/alsa-tools_1.0.4.bb b/packages/nonworking/alsa-tools/alsa-tools_1.0.4.bb
deleted file mode 100644
index c1c6bfdbd6..0000000000
--- a/packages/nonworking/alsa-tools/alsa-tools_1.0.4.bb
+++ /dev/null
@@ -1,50 +0,0 @@
-DESCRIPTION="Alsa Tools"
-MAINTAINER="Lorn Potter <lpotter@trolltech.com>"
-LICENSE="GPL"
-DEPENDS=""
-
-SRC_URI="ftp://ftp.alsa-project.org/pub/tools/alsa-tools-${PV}.tar.bz2"
-
-inherit autotools
-
-dirs = "ac3dec \
- as10k1 \
- envy24control \
- hdsploader \
- hdspmixer \
- mixartloader \
- rmedigicontrol \
- sb16_csp \
- seq \
- sscape_ctl \
- us428control \
- usx2yloader \
- vxloader"
-
-do_configure () {
- for d in ${dirs}; do
- (
- S="$S/$d"
- cd ${S}
- oe_runconf
- )
- done
-}
-
-do_compile () {
- for d in ${dirs}; do
- (
- cd ${S}/$d
- oe_runmake
- )
- done
-}
-
-do_install () {
- for d in ${dirs}; do
- (
- cd ${S}/$d
- oe_runmake 'DESTDIR=${D}' install
- )
- done
-}
diff --git a/packages/nonworking/alsa-tools/.mtn2git_empty b/packages/nonworking/btchatd/.mtn2git_empty
index e69de29bb2..e69de29bb2 100644
--- a/packages/nonworking/alsa-tools/.mtn2git_empty
+++ b/packages/nonworking/btchatd/.mtn2git_empty
diff --git a/packages/nonworking/btchatd_011.bb b/packages/nonworking/btchatd/btchatd_011.bb
index db32266349..db32266349 100644
--- a/packages/nonworking/btchatd_011.bb
+++ b/packages/nonworking/btchatd/btchatd_011.bb
diff --git a/packages/nonworking/lftp/lftp_3.2.0.bb b/packages/nonworking/lftp/lftp_3.2.1.bb
index bae2cf9a9d..70fca7c361 100644
--- a/packages/nonworking/lftp/lftp_3.2.0.bb
+++ b/packages/nonworking/lftp/lftp_3.2.1.bb
@@ -12,3 +12,11 @@ SRC_URI = "http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-$
EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no"
inherit autotools gettext
+
+PARALLEL_MAKE = ""
+
+do_configure() {
+ gnu-configize
+ oe_runconf
+}
+
diff --git a/packages/nonworking/qtopia/.mtn2git_empty b/packages/nonworking/libbtctl/.mtn2git_empty
index e69de29bb2..e69de29bb2 100644
--- a/packages/nonworking/qtopia/.mtn2git_empty
+++ b/packages/nonworking/libbtctl/.mtn2git_empty
diff --git a/packages/nonworking/libbtctl_0.4.1.bb b/packages/nonworking/libbtctl/libbtctl_0.4.1.bb
index 0d507c8e10..0d507c8e10 100644
--- a/packages/nonworking/libbtctl_0.4.1.bb
+++ b/packages/nonworking/libbtctl/libbtctl_0.4.1.bb
diff --git a/packages/nonworking/qtopia/qtopia-1.7.0-r0/.mtn2git_empty b/packages/nonworking/qtopia/qtopia-1.7.0-r0/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/nonworking/qtopia/qtopia-1.7.0-r0/.mtn2git_empty
+++ /dev/null
diff --git a/packages/nonworking/qtopia/qtopia-1.7.0-r0/WLAN.conf b/packages/nonworking/qtopia/qtopia-1.7.0-r0/WLAN.conf
deleted file mode 100644
index 3c12975cf6..0000000000
--- a/packages/nonworking/qtopia/qtopia-1.7.0-r0/WLAN.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-[Info]
-Name = WLAN - TCP/IP
-Type = lan
-Layer = TCP/IP
-[Help]
-Help = For local-area network connections through PC-Card network wireless interface card.
-Help[ja] = ネットワークインターフェースカード用のPCカードを使用するローカルエリアネットワーク接続について
-Help[de] = Für Netwerkverbindungen mit Hilfe einer PC-Card Netwerkkarte.
-[Properties]
-CardType = network
-Auto = 1
-Device =wlan
-PRIV_GENERATOR = /sbin/nwepgen
diff --git a/packages/nonworking/qtopia/qtopia-1.7.0-r0/embeddedkonsole.patch b/packages/nonworking/qtopia/qtopia-1.7.0-r0/embeddedkonsole.patch
deleted file mode 100644
index 2e279083d8..0000000000
--- a/packages/nonworking/qtopia/qtopia-1.7.0-r0/embeddedkonsole.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- qtopia-free-1.6.2/src/3rdparty/applications/embeddedkonsole/qpe-embeddedkonsole.control~ Mon Jul 7 19:43:19 2003
-+++ qtopia-free-1.7.0/src/3rdparty/applications/embeddedkonsole/qpe-embeddedkonsole.control Mon Jul 7 20:01:34 2003
-@@ -5,6 +5,6 @@
- Architecture: $CPU_ARCH
- Arch: $DEVICE_ARCH
- Version: $QPE_VERSION-13
--Depends: qpe-libqtopia, ptydevs
-+Depends: qpe-libqtopia
- Description: KDE's konsole (shell terminal)
- Ported to the Qtopia environment.
diff --git a/packages/nonworking/qtopia/qtopia-1.7.0-r0/ft2.patch b/packages/nonworking/qtopia/qtopia-1.7.0-r0/ft2.patch
deleted file mode 100644
index d4818441d0..0000000000
--- a/packages/nonworking/qtopia/qtopia-1.7.0-r0/ft2.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- qtopia-free-1.7.0/src/plugins/fontfactories/freetype/fontfactoryttf_qws.cpp Wed Jun 4 02:59:21 2003
-+++ qtopia-free-1.7.0/src/plugins/fontfactories/freetype/fontfactoryttf_qws.cpp.new Wed Jan 14 20:10:54 2004
-@@ -31,7 +31,8 @@
-
-
- extern "C" {
--#include <freetype/freetype.h>
-+#include <ft2build.h>
-+#include FT_FREETYPE_H
- #include <freetype/ftglyph.h>
- #include <freetype/ftoutln.h>
- #include <freetype/ftbbox.h>
---- qtopia-free-1.7.0/src/plugins/fontfactories/freetype/fontfactoryttf_qws.h Wed Jun 4 02:59:21 2003
-+++ qtopia-free-1.7.0/src/plugins/fontfactories/freetype/fontfactoryttf_qws.h.new Wed Jan 14 20:11:13 2004
-@@ -31,7 +31,8 @@
-
-
- extern "C" {
--#include <freetype/freetype.h>
-+#include <ft2build.h>
-+#include FT_FREETYPE_H
- }
-
- // ascent, descent, width(ch), width(string), maxwidth?
diff --git a/packages/nonworking/qtopia/qtopia-1.7.0-r0/konsoleEnv.patch b/packages/nonworking/qtopia/qtopia-1.7.0-r0/konsoleEnv.patch
deleted file mode 100644
index 3a19c80e04..0000000000
--- a/packages/nonworking/qtopia/qtopia-1.7.0-r0/konsoleEnv.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- qtopia-free-1.7.0/src/3rdparty/applications/embeddedkonsole/MyPty.cpp.~1~ Mon May 12 20:18:29 2003
-+++ qtopia-free-1.7.0/src/3rdparty/applications/embeddedkonsole/MyPty.cpp Wed Jul 23 17:35:16 2003
-@@ -163,6 +163,7 @@
- ttmode.c_cc[VINTR] = 3;
- ttmode.c_cc[VERASE] = 8;
- tcsetattr( STDIN_FILENO, TCSANOW, &ttmode );
-+ if(strlen(getenv("TERM"))<=0)
- setenv("TERM","vt100",1);
- setenv("COLORTERM","0",1);
-
---- qtopia-free-1.7.0/src/3rdparty/applications/embeddedkonsole/TEWidget.cpp.~1~ Mon May 12 20:18:32 2003
-+++ qtopia-free-1.7.0/src/3rdparty/applications/embeddedkonsole/TEWidget.cpp Wed Jul 23 18:27:56 2003
-@@ -1027,9 +1027,18 @@
- if ( e->type() == QEvent::KeyPress )
- {
- QKeyEvent* ke = (QKeyEvent*)e;
-+ if(ke->key() == 4165) return true; // qDebug("key pressed is 0x%x, ascii is 0x%x, state %d", ke->key(), ke->ascii(), ke->state());
-
- actSel=0; // Key stroke implies a screen update, so TEWidget won't
- // know where the current selection is.
-+ if( ke->state() == ShiftButton && ke->key() == Key_Tab) {
-+ //lets hardcode this sucker
-+ emitText("\\"); // expose
-+ }
-+ else if( ke->state() == ControlButton && ke->key() == Key_V) {
-+ pasteClipboard();
-+ }
-+ else
-
- emit keyPressedSignal(ke); // expose
- ke->accept();
---- qtopia-free-1.7.0/src/3rdparty/applications/embeddedkonsole/konsole.cpp.~1~ 2003-05-12 20:18:38.000000000 -0600
-+++ qtopia-free-1.7.0/src/3rdparty/applications/embeddedkonsole/konsole.cpp 2003-07-24 20:43:25.000000000 -0600
-@@ -736,7 +736,7 @@
- }
- if( iD == -3) {
- cfg.setGroup("Tabs");
-- QString tmp=cfg.readEntry("Position","Top");
-+ QString tmp=cfg.readEntry("Position","Bottom");
-
- if(tmp=="Top") { // No tr
- tab->setTabPosition(QTabWidget::Bottom);
diff --git a/packages/nonworking/qtopia/qtopia-1.7.0-r0/makefile2.patch b/packages/nonworking/qtopia/qtopia-1.7.0-r0/makefile2.patch
deleted file mode 100644
index bbeabc1878..0000000000
--- a/packages/nonworking/qtopia/qtopia-1.7.0-r0/makefile2.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.linux.~1~ 2003-07-08 16:05:24.000000000 +1000
-+++ qtopia-free-1.7.0/src/Makefile.linux 2003-09-19 13:02:30.000000000 +1000
-@@ -71,7 +71,6 @@
- plugins/decorations/flat
-
- SUPPORTEDAPPS=\
-- 3rdparty/tools/atd \
- applications/addressbook \
- applications/calculator \
- applications/clock \
-@@ -107,7 +106,8 @@
- settings/language \
- tools/quicklauncher \
- tools/qcop \
-- tools/symlinker
-+ tools/symlinker
-+
-
- $(SUPPORTEDLIBS): $(CORELIBS)
-
diff --git a/packages/nonworking/qtopia/qtopia-1.7.0-r0/nofreetype.patch b/packages/nonworking/qtopia/qtopia-1.7.0-r0/nofreetype.patch
deleted file mode 100644
index 02d3d04435..0000000000
--- a/packages/nonworking/qtopia/qtopia-1.7.0-r0/nofreetype.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- qtopia-free-1.7.0/src/Makefile.linux Sat Jan 10 13:03:19 2004
-+++ qtopia-free-1.7.0/src/Makefile.linux.new Sat Jan 10 13:03:28 2004
-@@ -11,8 +11,7 @@
-
- #Core/Misc
- CORELIBS1=\
-- libraries/qtopia \
-- 3rdparty/libraries/freetype
-+ libraries/qtopia
-
- CORELIBS2=\
- libraries/qtopia1
diff --git a/packages/nonworking/qtopia/qtopia-1.7.0-r0/performance.patch b/packages/nonworking/qtopia/qtopia-1.7.0-r0/performance.patch
deleted file mode 100644
index 3febefdb6d..0000000000
--- a/packages/nonworking/qtopia/qtopia-1.7.0-r0/performance.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- qtopia-free-1.7.0/src/tools/performance/performancetest.cpp.~1~ 2003-06-04 11:07:19.000000000 +1000
-+++ qtopia-free-1.7.0/src/tools/performance/performancetest.cpp 2003-09-19 13:21:17.000000000 +1000
-@@ -1,5 +1,6 @@
-
- #include "performancetest.h"
-+#include <qimage.h>
- #include <qtopia/qpeapplication.h>
- #include <qpushbutton.h>
- #include <qframe.h>
---- qtopia-free-1.7.0/apps/Applications/performance.desktop.~1~ 2003-09-19 13:41:11.000000000 +1000
-+++ qtopia-free-1.7.0/apps/Applications/performance.desktop 2003-09-19 13:40:56.000000000 +1000
-@@ -0,0 +1,6 @@
-+[Desktop Entry]
-+Comment=Performance test
-+Exec=performance
-+Icon=Generic
-+Type=Application
-+Name=Performance
diff --git a/packages/nonworking/qtopia/qtopia-1.7.0-r0/qpe.patch b/packages/nonworking/qtopia/qtopia-1.7.0-r0/qpe.patch
deleted file mode 100644
index b1294ebc37..0000000000
--- a/packages/nonworking/qtopia/qtopia-1.7.0-r0/qpe.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- qtopia-free-1.6.2/etc/init.d/qpe.orig Mon May 12 20:14:38 2003
-+++ qtopia-free-1.6.2/etc/init.d/qpe Mon Jul 14 04:09:17 2003
-@@ -28,7 +28,8 @@
-
- rm -f /etc/rc2.d/S99x # Can't have both running!
-
-- $QPEDIR/bin/qpe 2>/dev/null >/dev/null &
-+ $QPEDIR/bin/qpe 2>/dev/null >/dev/null;
-+## &
-
- ;;
- 'stop')
diff --git a/packages/nonworking/qtopia/qtopia-1.7.0-r0/qt-embedded-rotation.control b/packages/nonworking/qtopia/qtopia-1.7.0-r0/qt-embedded-rotation.control
deleted file mode 100644
index 38b5cccc44..0000000000
--- a/packages/nonworking/qtopia/qtopia-1.7.0-r0/qt-embedded-rotation.control
+++ /dev/null
@@ -1,11 +0,0 @@
-Files: $QTDIR/lib/fonts/helvetica_*_{50,50i,75,75i}.* $QTDIR/lib/fonts/helvetica_*_t*5* $QTDIR/lib/fonts/fixed_*_50.* $QTDIR/lib/fonts/fixed_*_t*5* $QTDIR/lib/fonts/micro_*{50,50_t15,50_t5}.* $QTDIR/lib/fonts/smallsmooth_*{50,50_t15,50_t5}.* $QTDIR/lib/fonts/smoothtimes_{170,100}_{50,50_t15,50_t5}.*
-Priority: optional
-Section: opie/system
-Maintainer: Warwick Allison <warwick@trolltech.com>
-Architecture: arm
-Arch: iPAQ
-Depends: libjpeg62
-Version: $QTE_VERSION-$QTE_REVISION
-Description: Qt/Embedded 0,90,180 rotation fonts
- The iPAQ's "normal" orientation is 270-degree rotated.
- These fonts are the fonts for other angles.
diff --git a/packages/nonworking/qtopia/qtopia-1.7.0-r0/qtopia-init.control b/packages/nonworking/qtopia/qtopia-1.7.0-r0/qtopia-init.control
deleted file mode 100644
index 40b7783c71..0000000000
--- a/packages/nonworking/qtopia/qtopia-1.7.0-r0/qtopia-init.control
+++ /dev/null
@@ -1,8 +0,0 @@
-Package: qtopia-init
-Files: etc/init.d/qpe
-Priority: optional
-Section: base
-Maintainer: Warwick Allison <warwick@trolltech.com>
-Version: 1.0.0-5
-Architecture: arm
-Description: qtopia init
diff --git a/packages/nonworking/qtopia/qtopia-1.7.0-r0/qtopia-init.postinst b/packages/nonworking/qtopia/qtopia-1.7.0-r0/qtopia-init.postinst
deleted file mode 100755
index 5e106d5d35..0000000000
--- a/packages/nonworking/qtopia/qtopia-1.7.0-r0/qtopia-init.postinst
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-ln -sf /etc/init.d/qpe /etc/rc0.d/K98qpe
-ln -sf /etc/init.d/qpe /etc/rc1.d/K98qpe
-ln -sf /etc/init.d/qpe /etc/rc6.d/K98qpe
-ln -sf /etc/init.d/qpe /etc/rc2.d/S98qpe
-ln -sf /etc/init.d/qpe /etc/rc3.d/S98qpe
-ln -sf /etc/init.d/qpe /etc/rc4.d/S98qpe
-ln -sf /etc/init.d/qpe /etc/rc5.d/S98qpe
-exit 0
diff --git a/packages/nonworking/qtopia/qtopia-1.7.0-r0/security.patch b/packages/nonworking/qtopia/qtopia-1.7.0-r0/security.patch
deleted file mode 100644
index 40091cc8d6..0000000000
--- a/packages/nonworking/qtopia/qtopia-1.7.0-r0/security.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- qtopia-free-1.6.2/src/settings/security/securitybase.ui.orig Tue Jul 22 10:12:20 2003
-+++ qtopia-free-1.7.0/src/settings/security/securitybase.ui Tue Jul 22 10:08:45 2003
-@@ -156,6 +156,12 @@
- <item>
- <property>
- <name>text</name>
-+ <string>192.168.129.0/24</string>
-+ </property>
-+ </item>
-+ <item>
-+ <property>
-+ <name>text</name>
- <string>172.16.0.0/12</string>
- </property>
- </item>
diff --git a/packages/nonworking/qtopia/qtopia-1.7.0-r0/storage.patch b/packages/nonworking/qtopia/qtopia-1.7.0-r0/storage.patch
deleted file mode 100644
index 44adbfe765..0000000000
--- a/packages/nonworking/qtopia/qtopia-1.7.0-r0/storage.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- qtopia-free-1.7.0/src/libraries/qtopia/storage.cpp.~1~ 2003-06-04 10:56:51.000000000 +1000
-+++ qtopia-free-1.7.0/src/libraries/qtopia/storage.cpp 2003-09-05 17:38:09.000000000 +1000
-@@ -179,6 +179,8 @@
- || fs.left(8) == "/dev/ram"
- || fs.left(8) == "/dev/mtd"
- || fs.left(9) == "/dev/mmcd"
-+ || fs.left( 14 ) == "/dev/mmc/part1" //familiar
-+ || fs.left(5)=="tmpfs" || fs.left(9)=="/dev/root" //openzaurus
- // "which-qtopia" may be running off the SD card
- && (QString(me->mnt_dir)!="/home/QtPalmtop"
- && QString(me->mnt_dir)!="/opt/Qtopia")
-@@ -232,6 +234,10 @@
- humanname = tr("Internal Storage") + " " + humanname.mid(13);
- else if ( humanname.left(8) == "/dev/ram" )
- humanname = tr("RAM disk") + " " + humanname.mid(8);
-+ else if ( humanname.left(9) == "/dev/root" ) //openzaurus
-+ humanname = tr("Internal Storage") + " " + humanname.mid(9);
-+ else if ( humanname.left(5) == "tmpfs" ) //ipaqs /mnt/ramfs
-+ humanname = tr("Internal Memory");
- FileSystem *fs = new FileSystem( *it, *fsit, humanname, removable, opts );
- mFileSystems.append( fs );
- }
diff --git a/packages/nonworking/qtopia/qtopia-1.7.0-r0/timezones.control b/packages/nonworking/qtopia/qtopia-1.7.0-r0/timezones.control
deleted file mode 100644
index 223af8ecdc..0000000000
--- a/packages/nonworking/qtopia/qtopia-1.7.0-r0/timezones.control
+++ /dev/null
@@ -1,11 +0,0 @@
-Package: timezones
-Files: etc/zoneinfo
-Priority: optional
-Section: base
-Maintainer: Warwick Allison <warwick@trolltech.com>
-Version: 1.0.0-6
-Architecture: arm
-Description: Timezone data
- These files are not included in the Familiar libc6 package.
- This package contains just the non-redundant parts, and uses
- about 180K with jffs2.
diff --git a/packages/nonworking/qtopia/qtopia-1.7.0-r0/unit_conversion.dat b/packages/nonworking/qtopia/qtopia-1.7.0-r0/unit_conversion.dat
deleted file mode 100644
index c19adf197f..0000000000
--- a/packages/nonworking/qtopia/qtopia-1.7.0-r0/unit_conversion.dat
+++ /dev/null
@@ -1,406 +0,0 @@
-/**********************************************************************
-** Copyright (C) 2001 Trolltech AS. All rights reserved.
-**
-** This file is part of Qtopia Environment.
-**
-** This file may be distributed and/or modified under the terms of the
-** GNU General Public License version 2 as published by the Free Software
-** Foundation and appearing in the file LICENSE.GPL included in the
-** packaging of this file.
-**
-** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
-** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-**
-** See http://www.trolltech.com/gpl/ for GPL licensing information.
-**
-** Contact info@trolltech.com if any conditions of this licensing are
-** not clear to you.
-**
-**********************************************************************/
-
-STARTTYPE Weight
-STND grams
-
-NAME mg
-RATIO 1000
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME g
-RATIO 1
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME kg
-RATIO 0.001
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME tonnes
-RATIO 1e-06
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME carats
-RATIO 5
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME oz
-RATIO 0.03527336860670194
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME lb
-RATIO 0.002204585537918871
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME st
-RATIO 0.0001574703955656337
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME St tons
-RATIO 1.102292768959636e-06
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME Lg tons
-RATIO 9.841899722852103e-07
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME
-RATIO 1.
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME
-RATIO 1.
-PREOFF 0.0
-POSTOFF 0.0
-
-
-ENDTYPE
-
-
-
-STARTTYPE Distance
-STND m
-
-NAME mm
-RATIO 1000
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME cm
-RATIO 100
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME m
-RATIO 1
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME km
-RATIO 0.001
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME points
-RATIO 2834.64566929134
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME in
-RATIO 39.3700787401575
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME ft
-RATIO 3.280839895013123
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME yd
-RATIO 1.093613298337708
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME mi
-RATIO 0.0006213711922373339
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME naut. mi
-RATIO 0.0005399568034557236
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME
-RATIO 1.
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME
-RATIO 1.
-PREOFF 0.0
-POSTOFF 0.0
-
-
-ENDTYPE
-
-
-
-STARTTYPE Area
-STND sq m
-
-NAME sq mm
-RATIO 1000000
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME sq cm
-RATIO 10000
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME sq m
-RATIO 1
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME sq km
-RATIO 1e-06
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME hectares
-RATIO 0.0001
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME sq in
-RATIO 1550.0031000062
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME sq ft
-RATIO 10.7639104167097
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME sq yd
-RATIO 1.19599004630108
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME sq mi
-RATIO 0.000000386102158542446
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME acres
-RATIO 0.0002471053814671653
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME
-RATIO 1.
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME
-RATIO 1.
-PREOFF 0.0
-POSTOFF 0.0
-
-
-ENDTYPE
-
-STARTTYPE Temperatures
-STND C
-
-NAME
-RATIO 1.
-PREOFF 0.0
-POSTOFF 0.0
-
-NAME
-RATIO 1.
-PREOFF 0.0
-POSTOFF 0.0
-
-NAME
-RATIO 1.
-PREOFF 0.0
-POSTOFF 0.0
-
-NAME
-RATIO 1.
-PREOFF 0.0
-POSTOFF 0.0
-
-NAME
-RATIO 1.
-PREOFF 0.0
-POSTOFF 0.0
-
-NAME C
-RATIO 1.0
-PREOFF 0.0
-POSTOFF 0.0
-
-NAME F
-RATIO 1.8
-PREOFF -32.0
-POSTOFF +32.0
-
-NAME
-RATIO 1.
-PREOFF 0.0
-POSTOFF 0.0
-
-NAME
-RATIO 1.
-PREOFF 0.0
-POSTOFF 0.0
-
-NAME
-RATIO 1.
-PREOFF 0.0
-POSTOFF 0.0
-
-NAME
-RATIO 1.
-PREOFF 0.0
-POSTOFF 0.0
-
-NAME
-RATIO 1.
-PREOFF 0.0
-POSTOFF 0.0
-
-ENDTYPE
-
-
-STARTTYPE Volume
-STND litres
-
-NAME cu cm
-RATIO 1000
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME ml
-RATIO 1000
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME l
-RATIO 1
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME tblspoon
-RATIO 67.6280454036859
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME teaspoons
-RATIO 202.884136211058
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME cu in
-RATIO 61.0237440947323
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME cu ft
-RATIO 0.0353146667214886
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME pt
-RATIO 2.11337641886519
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME qt
-RATIO 1.05668820943259
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME gal (US)
-RATIO 0.264172052358148
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME
-RATIO 1.
-PREOFF 0.0
-POSTOFF 0.0
-
-
-NAME
-RATIO 1.
-PREOFF 0.0
-POSTOFF 0.0
-
-
-ENDTYPE
-
-Extra units
-
-NAME fl oz (US)
-RATIO 33.8140227018429
-PREOFF 0.0
-POSTOFF 0.0
-
-
diff --git a/packages/nonworking/qtopia/qtopia_1.7.0.bb b/packages/nonworking/qtopia/qtopia_1.7.0.bb
deleted file mode 100644
index 1086c59a07..0000000000
--- a/packages/nonworking/qtopia/qtopia_1.7.0.bb
+++ /dev/null
@@ -1,81 +0,0 @@
-DESCRIPTION="Qtopia PDA"
-MAINTAINER="Lorn Potter <lpotter@trolltech.com>"
-LICENSE="GPL/QPL"
-SRC_URI="ftp://ftp.trolltech.com/pub/qtopia/source/qtopia-free-${PV}.tar.gz \
- file://${FILESDIR}/nofreetype.patch;patch=1 \
- file://${FILESDIR}/ft2.patch;patch=1 \
- file://${FILESDIR}/embeddedkonsole.patch;patch=1 \
- file://${FILESDIR}/konsoleEnv.patch;patch=1 \
- file://${FILESDIR}/makefile2.patch;patch=1 \
- file://${FILESDIR}/performance.patch;patch=1 \
- file://${FILESDIR}/qpe.patch;patch=1 \
- file://${FILESDIR}/security.patch;patch=1 \
- file://${FILESDIR}/storage.patch;patch=1"
-
-DEPENDS=base/zlib base/libpng base/jpeg qte-for-qtopia tmake e2fsprogs-libs uicmoc
-PROVIDES=virtual/qtopia virtual/libqpe virtual/libqtopia
-S="${WORKDIR}/qtopia-free-${PV}"
-
-# strip off leading and trailing whitespace, and made the vars single word
-#CXX:="${@bb.data.getVar('CXX', d, 1).strip().split()[-1]}"
-#CC:="${@bb.data.getVar('CC', d, 1).strip().split()[-1]}"
-#BUILD_CXX:="${@bb.data.getVar('BUILD_CXX', d, 1).strip().split()[-1]}"
-#BUILD_CC:="${@bb.data.getVar('BUILD_CC', d, 1).strip().split()[-1]}"
-#CFLAGS:="${@bb.data.getVar('CFLAGS', d, 1).strip()}"
-#CXXFLAGS:="${@bb.data.getVar('CXXFLAGS', d, 1).strip()}"
-#LDFLAGS:="${@bb.data.getVar('LDFLAGS', d, 1).strip()}"
-
-export QPEDIR = ${S}
-export QTDIR = ${STAGING_DIR}/target
-
-EXTRA_OECONF_CONFIG =
-EXTRA_OECONF_ARCH = -xplatform ${TARGET_OS}-${TARGET_ARCH}-g++
-EXTRA_OECONF_ARCH_collie = -xplatform ${TARGET_OS}-sharp-g++
-EXTRA_OECONF_ARCH_mnci = -xplatform ${TARGET_OS}-mnci-g++
-EXTRA_OECONF = ${EXTRA_OECONF_ARCH} ${EXTRA_OECONF_CONFIG}
-EXTRA_OEMAKE = -e
-
-export SYSCONF_CC = ${CC}
-export SYSCONF_CXX = ${CXX}
-export SYSCONF_LINK = ${CC}
-export SYSCONF_SHLIB = ${CC}
-export SYSCONF_CFLAGS = ${CFLAGS}
-export SYSCONF_CXXFLAGS = ${CXXFLAGS} -DQWS -pipe -fno-exceptions -fno-rtti -DNO_DEBUG -DQT_NO_WIZARD
-export SYSCONF_LFLAGS = ${LDFLAGS}
-export SYSCONF_MOC = ${STAGING_BINDIR}/moc
-export SYSCONF_UIC = ${STAGING_BINDIR}/uic
-
-do_configure() {
- unset CC CXX LD LINK CPP CFLAGS CXXFLAGS LDFLAGS
- if [ "$BUILD_ARCH" = "i686" ]; then
- BUILD_ARCH=x86
- fi
- cd ${S}/src
- echo ./configure -platform ${BUILD_OS}-${BUILD_ARCH}-g++ $EXTRA_OECONF
- ./configure -platform ${BUILD_OS}-${BUILD_ARCH}-g++ $EXTRA_OECONF
-}
-
-
-do_compile() {
- unset CC CXX LD LINK CPP CFLAGS CXXFLAGS LDFLAGS
- unset SYSCONF_CFLAGS SYSCONF_CXXFLAGS SYSCONF_LFLAGS SYSCONF_SHLIB CROSS SYSCONF_LFLAGS
- cd ${S}/src
- export SYSCONF_LFLAGS="-L${S}/lib -L${STAGING_LIBDIR} -Wl,-rpath,${S}/lib -Wl,-rpath,${STAGING_LIBDIR} -Wl,-rpath-link,${S}/lib -Wl,-rpath-link,${STAGING_LIBDIR}"
- # Fix to make oe freetype2 available as freetype
- ln -sf ${STAGING_INCDIR}/freetype2/freetype ${STAGING_INCDIR}/freetype
- oe_runmake
- # Clean the mess
- rm ${STAGING_INCDIR}/freetype
-}
-
-do_stage () {
- cp -a lib/* ${STAGING_LIBDIR}/
- cp -a -R -f --dereference include/qtopia ${STAGING_DIR}/target/include/
- ln -sf ${STAGING_DIR}/target/include/qtopia ${STAGING_DIR}/target/include/qpe
-}
-
-do_install () {
- die "no install yet"
-# install -d ${D}/usr/lib/qte2/lib
-# install -m 0755 lib/libqte.so.* ${D}/usr/lib/qte2/lib/
-}