diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-27 22:53:39 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-27 22:53:39 +0000 |
commit | fa547b94ba3397b5582240b13c7c51859bf5f35c (patch) | |
tree | af8b716e182de7751497e5e14b4a864f3e05b5b3 /libgpewidget | |
parent | b87ae0b91ea42525f3aefb9da79827d543f6d5fc (diff) |
blow away some old versions of libgpewidget
BKrev: 41a90573kZyTwO_-ZwQnSHmpzWT0nQ
Diffstat (limited to 'libgpewidget')
-rw-r--r-- | libgpewidget/libgpewidget_0.86.oe | 27 | ||||
-rw-r--r-- | libgpewidget/libgpewidget_0.87.oe | 27 | ||||
-rw-r--r-- | libgpewidget/libgpewidget_0.88.oe | 27 | ||||
-rw-r--r-- | libgpewidget/libgpewidget_0.89.oe | 25 | ||||
-rw-r--r-- | libgpewidget/libgpewidget_0.90.oe | 25 |
5 files changed, 0 insertions, 131 deletions
diff --git a/libgpewidget/libgpewidget_0.86.oe b/libgpewidget/libgpewidget_0.86.oe deleted file mode 100644 index 9ff8989e52..0000000000 --- a/libgpewidget/libgpewidget_0.86.oe +++ /dev/null @@ -1,27 +0,0 @@ -LICENSE = "LGPL" -PR = "r1" -DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." -SECTION = "gpe/libs" -PRIORITY = "optional" -MAINTAINER = "Philip Blundell <pb@handhelds.org>" -DEPENDS = "gtk+ cairo libxrender" - -inherit pkgconfig gpe - -SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" - -headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h gpehelp.h gpeiconlistitem.h gpeclockface.h" - -do_stage () { - oe_libinstall -so libgpewidget ${STAGING_LIBDIR} - - mkdir -p ${STAGING_INCDIR}/gpe - for h in ${headers}; do - install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h - done -} - -do_install_append () { - oe_runmake PREFIX='${prefix}' DESTDIR='${D}' install-devel -} - diff --git a/libgpewidget/libgpewidget_0.87.oe b/libgpewidget/libgpewidget_0.87.oe deleted file mode 100644 index 9ff8989e52..0000000000 --- a/libgpewidget/libgpewidget_0.87.oe +++ /dev/null @@ -1,27 +0,0 @@ -LICENSE = "LGPL" -PR = "r1" -DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." -SECTION = "gpe/libs" -PRIORITY = "optional" -MAINTAINER = "Philip Blundell <pb@handhelds.org>" -DEPENDS = "gtk+ cairo libxrender" - -inherit pkgconfig gpe - -SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" - -headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h gpehelp.h gpeiconlistitem.h gpeclockface.h" - -do_stage () { - oe_libinstall -so libgpewidget ${STAGING_LIBDIR} - - mkdir -p ${STAGING_INCDIR}/gpe - for h in ${headers}; do - install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h - done -} - -do_install_append () { - oe_runmake PREFIX='${prefix}' DESTDIR='${D}' install-devel -} - diff --git a/libgpewidget/libgpewidget_0.88.oe b/libgpewidget/libgpewidget_0.88.oe deleted file mode 100644 index 9ff8989e52..0000000000 --- a/libgpewidget/libgpewidget_0.88.oe +++ /dev/null @@ -1,27 +0,0 @@ -LICENSE = "LGPL" -PR = "r1" -DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." -SECTION = "gpe/libs" -PRIORITY = "optional" -MAINTAINER = "Philip Blundell <pb@handhelds.org>" -DEPENDS = "gtk+ cairo libxrender" - -inherit pkgconfig gpe - -SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" - -headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h gpehelp.h gpeiconlistitem.h gpeclockface.h" - -do_stage () { - oe_libinstall -so libgpewidget ${STAGING_LIBDIR} - - mkdir -p ${STAGING_INCDIR}/gpe - for h in ${headers}; do - install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h - done -} - -do_install_append () { - oe_runmake PREFIX='${prefix}' DESTDIR='${D}' install-devel -} - diff --git a/libgpewidget/libgpewidget_0.89.oe b/libgpewidget/libgpewidget_0.89.oe deleted file mode 100644 index 5567b00951..0000000000 --- a/libgpewidget/libgpewidget_0.89.oe +++ /dev/null @@ -1,25 +0,0 @@ -LICENSE = "LGPL" -PR = "r0" -DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." -SECTION = "gpe/libs" -PRIORITY = "optional" -MAINTAINER = "Philip Blundell <pb@handhelds.org>" -DEPENDS = "gtk+ cairo libxrender" - -inherit pkgconfig gpe - -headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h gpehelp.h gpeiconlistitem.h gpeclockface.h" - -do_stage () { - oe_libinstall -so libgpewidget ${STAGING_LIBDIR} - - mkdir -p ${STAGING_INCDIR}/gpe - for h in ${headers}; do - install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h - done -} - -do_install_append () { - oe_runmake PREFIX='${prefix}' DESTDIR='${D}' install-devel -} - diff --git a/libgpewidget/libgpewidget_0.90.oe b/libgpewidget/libgpewidget_0.90.oe deleted file mode 100644 index e47f6dbdc3..0000000000 --- a/libgpewidget/libgpewidget_0.90.oe +++ /dev/null @@ -1,25 +0,0 @@ -LICENSE = "LGPL" -PR = "r1" -DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." -SECTION = "gpe/libs" -PRIORITY = "optional" -MAINTAINER = "Philip Blundell <pb@handhelds.org>" -DEPENDS = "gtk+ cairo libxrender" - -inherit pkgconfig gpe - -headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gpetimesel.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h popup_menu.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h gpeiconlistview.h gpehelp.h gpeiconlistitem.h gpeclockface.h infoprint.h" - -do_stage () { - oe_libinstall -so libgpewidget ${STAGING_LIBDIR} - - mkdir -p ${STAGING_INCDIR}/gpe - for h in ${headers}; do - install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h - done -} - -do_install_append () { - oe_runmake PREFIX='${prefix}' DESTDIR='${D}' install-devel -} - |