blow away some old versions of gpe-bootsplash
authorPhil Blundell <philb@gnu.org>
Tue, 23 Nov 2004 12:19:32 +0000 (12:19 +0000)
committerPhil Blundell <philb@gnu.org>
Tue, 23 Nov 2004 12:19:32 +0000 (12:19 +0000)
BKrev: 41a32ad4xAiL_gGpddoY5b2xgovTLg

gpe-bootsplash/gpe-bootsplash-1.11/chvt.patch [deleted file]
gpe-bootsplash/gpe-bootsplash-1.11/collie.patch [deleted file]
gpe-bootsplash/gpe-bootsplash-1.11/errno.patch [deleted file]
gpe-bootsplash/gpe-bootsplash_1.11.oe [deleted file]
gpe-bootsplash/gpe-bootsplash_1.9.oe [deleted file]

diff --git a/gpe-bootsplash/gpe-bootsplash-1.11/chvt.patch b/gpe-bootsplash/gpe-bootsplash-1.11/chvt.patch
deleted file mode 100644 (file)
index c29c20a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- gpe-bootsplash-1.11/gpe-bootsplash.init.old        2004-07-06 12:30:10.000000000 +0100
-+++ gpe-bootsplash-1.11/gpe-bootsplash.init    2004-07-06 12:30:33.000000000 +0100
-@@ -5,6 +5,8 @@
-     echo `grep "^Hardware" /proc/cpuinfo | sed -e "s/.*: *//" | tr a-z A-Z`
- }
-+chvt 2
-+
- mount /proc
- case $1 in
diff --git a/gpe-bootsplash/gpe-bootsplash-1.11/collie.patch b/gpe-bootsplash/gpe-bootsplash-1.11/collie.patch
deleted file mode 100644 (file)
index 6405b0a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- gpe-bootsplash-1.11/gpe-bootsplash.init.old        2004-07-06 18:02:51.000000000 +0100
-+++ gpe-bootsplash-1.11/gpe-bootsplash.init    2004-07-06 18:03:26.000000000 +0100
-@@ -14,9 +14,9 @@
-       case `module_id` in
-               "HP IPAQ H3100" )
-                       ARGS="--mono --force-portrait" ;;
--              "HP IPAQ H3600" | "HP IPAQ H3700" | "HP IPAQ H3900" )
-+              "HP IPAQ H3600" | "HP IPAQ H3700" | "HP IPAQ H3900" | *COLLIE)
-                       ARGS="--flip --force-portrait" ;;
--              "HP IPAQ H3800" | *COLLIE)
-+              "HP IPAQ H3800")
-                       ARGS="--force-portrait" ;;
-               "SHARP SHEPHERD" | "SHARP HUSKY" | "SHARP CORGI")
-                       ARGS="--force-landscape --flip" ;;
diff --git a/gpe-bootsplash/gpe-bootsplash-1.11/errno.patch b/gpe-bootsplash/gpe-bootsplash-1.11/errno.patch
deleted file mode 100644 (file)
index 16aa956..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: splash.c
-===================================================================
-RCS file: /cvs/gpe/base/gpe-bootsplash/splash.c,v
-retrieving revision 1.9
-diff -u -r1.9 splash.c
---- splash.c   6 Jul 2004 10:16:26 -0000       1.9
-+++ splash.c   6 Jul 2004 10:45:50 -0000
-@@ -18,6 +18,7 @@
- #ifdef USE_SVG
- #include <librsvg/rsvg.h>
- #endif
-+#include <errno.h>
- #define FB "/dev/fb/0"
- #define FB0 "/dev/fb0"
diff --git a/gpe-bootsplash/gpe-bootsplash_1.11.oe b/gpe-bootsplash/gpe-bootsplash_1.11.oe
deleted file mode 100644 (file)
index e92252b..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-inherit gpe
-
-DEPENDS = "gtk+ librsvg"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-SECTION = "gpe"
-PRIORITY = "optional"
-PR = "r2"
-
-SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \
-       file://errno.patch;patch=1;pnum=0 \
-       file://chvt.patch;patch=1 \
-       file://collie.patch;patch=1 \
-       file://splash-p.svg file://splash-l.svg"
-
-FILES_${PN} += "${datadir}/gpe"
-
-do_install_append() {
-       install -m 0644 ${WORKDIR}/splash-p.svg ${D}${datadir}/gpe/splash-p.svg
-       install -m 0644 ${WORKDIR}/splash-l.svg ${D}${datadir}/gpe/splash-l.svg
-       mv ${D}/etc/rcS.d/S00bootsplash ${D}/etc/rcS.d/S02bootsplash
-}
-
diff --git a/gpe-bootsplash/gpe-bootsplash_1.9.oe b/gpe-bootsplash/gpe-bootsplash_1.9.oe
deleted file mode 100644 (file)
index 9f571ea..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-inherit gpe
-
-DEPENDS = "gtk+ librsvg"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-SECTION = "gpe"
-PRIORITY = "optional"
-
-SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \
-       file://splash-p.svg file://splash-l.svg"
-
-FILES_${PN} += "${datadir}/gpe"
-
-do_install_append() {
-       install -m 0644 ${WORKDIR}/splash-p.svg ${D}${datadir}/gpe/splash-p.svg
-       install -m 0644 ${WORKDIR}/splash-l.svg ${D}${datadir}/gpe/splash-l.svg
-       mv ${D}/etc/rcS.d/S00bootsplash ${D}/etc/rcS.d/S02bootsplash
-}
-