blow away some old versions of libgpewidget
authorPhil Blundell <philb@gnu.org>
Tue, 23 Nov 2004 12:11:09 +0000 (12:11 +0000)
committerPhil Blundell <philb@gnu.org>
Tue, 23 Nov 2004 12:11:09 +0000 (12:11 +0000)
BKrev: 41a328ddCkH4I37nRqv-Lbfm2Eh5Ow

libgpewidget/libgpewidget-0.79/ldflags.patch [deleted file]
libgpewidget/libgpewidget-0.84/makefile.patch [deleted file]
libgpewidget/libgpewidget_0.78.oe [deleted file]
libgpewidget/libgpewidget_0.79.oe [deleted file]
libgpewidget/libgpewidget_0.80.oe [deleted file]
libgpewidget/libgpewidget_0.82.oe [deleted file]
libgpewidget/libgpewidget_0.83.oe [deleted file]
libgpewidget/libgpewidget_0.84.oe [deleted file]
libgpewidget/libgpewidget_0.85.oe [deleted file]

diff --git a/libgpewidget/libgpewidget-0.79/ldflags.patch b/libgpewidget/libgpewidget-0.79/ldflags.patch
deleted file mode 100644 (file)
index e6cda6b..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: Makefile
-===================================================================
-RCS file: /cvs/gpe/base/libgpewidget/Makefile,v
-retrieving revision 1.133
-diff -u -r1.133 Makefile
---- libgpewidget/Makefile      16 May 2004 18:41:05 -0000      1.133
-+++ libgpewidget/Makefile      16 May 2004 18:58:51 -0000
-@@ -45,7 +45,7 @@
-       ln -sf $^ $@
- $(SONAME): $(OBJS)
--      $(CC) -nostartfiles -shared -o $@ $^ -Wl,-soname -Wl,$(SONAME) $(LDFLAGS)
-+      $(CC) -nostartfiles -shared -o $@ $^ -Wl,-soname -Wl,$(SONAME) $(LDFLAGS) $(PACKAGE_LDFLAGS)
- gpe-iconlist.c: gpeiconlist.gob
-       gob2 --no-private-header gpeiconlist.gob
diff --git a/libgpewidget/libgpewidget-0.84/makefile.patch b/libgpewidget/libgpewidget-0.84/makefile.patch
deleted file mode 100644 (file)
index d787e2e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgpewidget-0.84/Makefile.old     2004-06-30 20:46:05.000000000 +0100
-+++ libgpewidget-0.84/Makefile 2004-06-30 20:44:46.000000000 +0100
-@@ -25,7 +25,7 @@
- PACKAGE_LDFLAGS = $(STANDARD_LDFLAGS) $(GTKLIBS)
- PACKAGE_CFLAGS += -fPIC
--PACKAGE_CPPFLAGS += -I./gpe
-+PACKAGE_CPPFLAGS += -I./gpe -I.
- ifeq ($(CAIRO),yes)
- PACKAGE_CPPFLAGS += -DHAVE_CAIRO
diff --git a/libgpewidget/libgpewidget_0.78.oe b/libgpewidget/libgpewidget_0.78.oe
deleted file mode 100644 (file)
index db31431..0000000
+++ /dev/null
@@ -1,22 +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+"
-
-inherit pkgconfig gpe
-
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libgpewidget-${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"
-
-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
-}
diff --git a/libgpewidget/libgpewidget_0.79.oe b/libgpewidget/libgpewidget_0.79.oe
deleted file mode 100644 (file)
index 7e6ccbe..0000000
+++ /dev/null
@@ -1,23 +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 = "http://gpe.handhelds.org/pub/projects/gpe/source/libgpewidget-${PV}.tar.gz \
-          file://ldflags.patch;patch=1"
-
-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"
-
-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
-}
diff --git a/libgpewidget/libgpewidget_0.80.oe b/libgpewidget/libgpewidget_0.80.oe
deleted file mode 100644 (file)
index ba2ab7d..0000000
+++ /dev/null
@@ -1,22 +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"
-
-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
-}
diff --git a/libgpewidget/libgpewidget_0.82.oe b/libgpewidget/libgpewidget_0.82.oe
deleted file mode 100644 (file)
index 7f91252..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-LICENSE = "LGPL"
-PR = "r2"
-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"
-
-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
-}
diff --git a/libgpewidget/libgpewidget_0.83.oe b/libgpewidget/libgpewidget_0.83.oe
deleted file mode 100644 (file)
index e879d56..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-LICENSE = "LGPL"
-PR = "r3"
-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
-}
diff --git a/libgpewidget/libgpewidget_0.84.oe b/libgpewidget/libgpewidget_0.84.oe
deleted file mode 100644 (file)
index 398c547..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-LICENSE = "LGPL"
-PR = "r3"
-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 \
-       file://makefile.patch;patch=1"
-
-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
-}
diff --git a/libgpewidget/libgpewidget_0.85.oe b/libgpewidget/libgpewidget_0.85.oe
deleted file mode 100644 (file)
index 191990a..0000000
+++ /dev/null
@@ -1,22 +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
-
-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
-}