diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-04 10:34:15 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-04 10:34:15 +0000 |
commit | 809eb486cb0c6159cef2162dca06ce1d9b1d8c37 (patch) | |
tree | a782cc71ae99558ecdb504b4b798272591e1f638 /opie-qashmoney | |
parent | e953321afa8bc455165fda55cd5590b090f8913d (diff) |
remove opie-qashmoney from OE. It's unsupported in Opie since today
BKrev: 418a05a7LVnmaQDT3YNgoHfoWaV7Eg
Diffstat (limited to 'opie-qashmoney')
-rw-r--r-- | opie-qashmoney/opie-qashmoney_1.1.6.oe | 0 | ||||
-rw-r--r-- | opie-qashmoney/opie-qashmoney_cvs.oe | 23 |
2 files changed, 0 insertions, 23 deletions
diff --git a/opie-qashmoney/opie-qashmoney_1.1.6.oe b/opie-qashmoney/opie-qashmoney_1.1.6.oe deleted file mode 100644 index e69de29bb2..0000000000 --- a/opie-qashmoney/opie-qashmoney_1.1.6.oe +++ /dev/null diff --git a/opie-qashmoney/opie-qashmoney_cvs.oe b/opie-qashmoney/opie-qashmoney_cvs.oe deleted file mode 100644 index b8af94c86c..0000000000 --- a/opie-qashmoney/opie-qashmoney_cvs.oe +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "QashMoney" -SECTION = "opie/applications" -PRIORITY = "optional" -MAINTAINER = "Team Opie <opie@handhelds.org>" -LICENSE = "GPL" -PV = "1.1.6+cvs-${CVSDATE}" -APPNAME = "qashmoney" -APPTYPE = "binary" - -SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/apps/qashmoney \ - cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \ - cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps" - -S = "${WORKDIR}/qashmoney" - -inherit opie - -# FILES -do_install() { - install -d ${D}${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ -} - |