diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-29 16:11:31 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-07-29 16:11:31 +0000 |
commit | 2791ba697a8b671e44aa79214672ea1fb5638137 (patch) | |
tree | cd9b061d9269c3e13ec80aeff973922822afdab3 | |
parent | afec6583347a94eaa5d80caf2ae48f5e3600fdd4 (diff) | |
parent | ce493aa6f96884a517b935401805908728128d79 (diff) |
merge of '5488dcb57b02d59ec27d65e068bc0069a4e4c86e'
and 'a3d194bab430424d2cb654ed59d6b0f9f8952f83'
-rw-r--r-- | packages/gpe-edit/gpe-edit_0.21.bb | 8 | ||||
-rw-r--r-- | packages/gpe-edit/gpe-edit_0.22.bb | 12 | ||||
-rw-r--r-- | packages/gpe-edit/gpe-edit_0.23.bb | 13 | ||||
-rw-r--r-- | packages/gpe-edit/gpe-edit_0.31.bb (renamed from packages/gpe-edit/gpe-edit_0.28.bb) | 2 |
4 files changed, 1 insertions, 34 deletions
diff --git a/packages/gpe-edit/gpe-edit_0.21.bb b/packages/gpe-edit/gpe-edit_0.21.bb deleted file mode 100644 index 54bdcbe3b9..0000000000 --- a/packages/gpe-edit/gpe-edit_0.21.bb +++ /dev/null @@ -1,8 +0,0 @@ -LICENSE = "GPL" -inherit gpe - -DEPENDS = "gtk+ libdisplaymigration libgpewidget" -MAINTAINER = "Phil Blundell <pb@handhelds.org>" -SECTION = "gpe" -DESCRIPTION = "Editor for the GPE Palmtop Environment" -FILES_${PN} = "/etc ${bindir} ${datadir}/pixmaps ${datadir}/applications" diff --git a/packages/gpe-edit/gpe-edit_0.22.bb b/packages/gpe-edit/gpe-edit_0.22.bb deleted file mode 100644 index 68d9f5a726..0000000000 --- a/packages/gpe-edit/gpe-edit_0.22.bb +++ /dev/null @@ -1,12 +0,0 @@ -LICENSE = "GPL" -PR = "r1" - -inherit gpe - -DEPENDS = "gtk+ libdisplaymigration libgpewidget" -MAINTAINER = "Phil Blundell <pb@handhelds.org>" -SECTION = "gpe" -DESCRIPTION = "Editor for the GPE Palmtop Environment" - -SRC_URI = "${GPE_MIRROR}/gpe-edit-${PV}.tar.gz \ - file://toolbar.patch;patch=1;pnum=0" diff --git a/packages/gpe-edit/gpe-edit_0.23.bb b/packages/gpe-edit/gpe-edit_0.23.bb deleted file mode 100644 index d416ed96cb..0000000000 --- a/packages/gpe-edit/gpe-edit_0.23.bb +++ /dev/null @@ -1,13 +0,0 @@ -LICENSE = "GPL" -PR = "r1" - -inherit gpe - -DEPENDS = "gtk+ libdisplaymigration libgpewidget" -MAINTAINER = "Phil Blundell <pb@handhelds.org>" -SECTION = "gpe" -DESCRIPTION = "Editor for the GPE Palmtop Environment" - -SRC_URI = "${GPE_MIRROR}/gpe-edit-${PV}.tar.gz \ - file://desktop-categories.patch;patch=1" - diff --git a/packages/gpe-edit/gpe-edit_0.28.bb b/packages/gpe-edit/gpe-edit_0.31.bb index 676e2e7cda..fe003fe338 100644 --- a/packages/gpe-edit/gpe-edit_0.28.bb +++ b/packages/gpe-edit/gpe-edit_0.31.bb @@ -1,7 +1,7 @@ LICENSE = "GPL" inherit gpe -DEPENDS = "gtk+ libdisplaymigration libgpewidget" +DEPENDS = "gtk+ libgpewidget" MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" DESCRIPTION = "Editor for the GPE Palmtop Environment" |