diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-23 12:19:32 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-23 12:19:32 +0000 |
commit | 7e415209c61b2f6ba4def99efb5d50a9499a49ac (patch) | |
tree | 52c214bac753a909db959ca3e937adef8bac016d /gpe-bootsplash | |
parent | c7329d1a597085270dc35d2068d6f736d470c7e4 (diff) |
blow away some old versions of gpe-bootsplash
BKrev: 41a32ad4xAiL_gGpddoY5b2xgovTLg
Diffstat (limited to 'gpe-bootsplash')
-rw-r--r-- | gpe-bootsplash/gpe-bootsplash-1.11/chvt.patch | 11 | ||||
-rw-r--r-- | gpe-bootsplash/gpe-bootsplash-1.11/collie.patch | 14 | ||||
-rw-r--r-- | gpe-bootsplash/gpe-bootsplash-1.11/errno.patch | 15 | ||||
-rw-r--r-- | gpe-bootsplash/gpe-bootsplash_1.11.oe | 22 | ||||
-rw-r--r-- | gpe-bootsplash/gpe-bootsplash_1.9.oe | 18 |
5 files changed, 0 insertions, 80 deletions
diff --git a/gpe-bootsplash/gpe-bootsplash-1.11/chvt.patch b/gpe-bootsplash/gpe-bootsplash-1.11/chvt.patch deleted file mode 100644 index c29c20aba1..0000000000 --- a/gpe-bootsplash/gpe-bootsplash-1.11/chvt.patch +++ /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 index 6405b0aaa5..0000000000 --- a/gpe-bootsplash/gpe-bootsplash-1.11/collie.patch +++ /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 index 16aa956524..0000000000 --- a/gpe-bootsplash/gpe-bootsplash-1.11/errno.patch +++ /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 index e92252be4a..0000000000 --- a/gpe-bootsplash/gpe-bootsplash_1.11.oe +++ /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 index 9f571eabd1..0000000000 --- a/gpe-bootsplash/gpe-bootsplash_1.9.oe +++ /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 -} - |