[oe-commits] org.oe.dev gpe-beam: unify

Laibsch commit openembedded-commits at lists.openembedded.org
Thu Jan 11 20:03:15 UTC 2007


gpe-beam: unify

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 479705830aaddad1ebb7bf7f36e492b5587043a0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=479705830aaddad1ebb7bf7f36e492b5587043a0
Files:
1
packages/gpe-beam/gpe-beam.inc
packages/gpe-beam/gpe-beam_0.2.3.bb
packages/gpe-beam/gpe-beam_0.2.6.bb
packages/gpe-beam/gpe-beam_0.2.7.bb
packages/gpe-beam/gpe-beam_0.2.8.bb
packages/gpe-beam/gpe-beam_0.2.9.bb
Diffs:

#
# mt diff -r3d6c872ab40674f7968fafcc3a616bf5eb4338ae -r479705830aaddad1ebb7bf7f36e492b5587043a0
#
# 
# 
# add_file "packages/gpe-beam/gpe-beam.inc"
#  content [fd2ed64dcd18b04c8a7deb847fa4aac93361e143]
# 
# patch "packages/gpe-beam/gpe-beam_0.2.3.bb"
#  from [78b4e416c909a9c9399a21ccda38ef92fc77eef0]
#    to [dcf4207eb52626a772024f2e3f683b1d6ae57eda]
# 
# patch "packages/gpe-beam/gpe-beam_0.2.6.bb"
#  from [7885efa9f20072c73d059f8760cbdfb5dfbbd32b]
#    to [f053bf3a55a1f6326b19b8e840fc6c7dbf367da9]
# 
# patch "packages/gpe-beam/gpe-beam_0.2.7.bb"
#  from [2854ac026cf73d93440c49444bc346f1e05b8608]
#    to [c8e044796667dbfd0c84bac51d7f777a1d8c3d06]
# 
# patch "packages/gpe-beam/gpe-beam_0.2.8.bb"
#  from [30bf8a8918ca7866141ee24e9ac678a22054ba54]
#    to [681757c65736555d492bab871134d5ebc5a2e2bb]
# 
# patch "packages/gpe-beam/gpe-beam_0.2.9.bb"
#  from [1f9b817b27b026821b7402ece88b9fb749956f31]
#    to [124a32245a397c64e540408e1727eae04cac7dd8]
# 
============================================================
--- packages/gpe-beam/gpe-beam.inc	fd2ed64dcd18b04c8a7deb847fa4aac93361e143
+++ packages/gpe-beam/gpe-beam.inc	fd2ed64dcd18b04c8a7deb847fa4aac93361e143
@@ -0,0 +1,5 @@
+DESCRIPTION = "GPE infrared communication applet"
+SECTION = "gpe"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "gtk+ libgpewidget libmimedir libgpevtype openobex irda-utils dbus-glib"
============================================================
--- packages/gpe-beam/gpe-beam_0.2.3.bb	78b4e416c909a9c9399a21ccda38ef92fc77eef0
+++ packages/gpe-beam/gpe-beam_0.2.3.bb	dcf4207eb52626a772024f2e3f683b1d6ae57eda
@@ -1,7 +1,5 @@
-inherit gpe pkgconfig
-LICENSE = "GPL"
-DESCRIPTION = "GPE infrared communication applet"
-DEPENDS = "gtk+ libgpewidget libmimedir libgpevtype openobex"
+require ${PN}.inc
+
 RDEPENDS = "libopenobex-1.0-1"
+
+inherit gpe pkgconfig
-SECTION = "gpe"
-PRIORITY = "optional"
============================================================
--- packages/gpe-beam/gpe-beam_0.2.6.bb	7885efa9f20072c73d059f8760cbdfb5dfbbd32b
+++ packages/gpe-beam/gpe-beam_0.2.6.bb	f053bf3a55a1f6326b19b8e840fc6c7dbf367da9
@@ -1,12 +1,8 @@
-PR = "r1"
+require ${PN}.inc
 
-inherit gpe
-
-DESCRIPTION = "GPE infrared communication applet"
-DEPENDS = "gtk+ libgpewidget libmimedir libgpevtype openobex irda-utils dbus-glib"
 RDEPENDS = "libopenobex-1.0-1 irda-utils"
-SECTION = "gpe"
-PRIORITY = "optional"
-LICENSE = "GPL"
+PR = "r1"
 
 SRC_URI += "file://vcard-send.patch;patch=1;pnum=0"
+
+inherit gpe
============================================================
--- packages/gpe-beam/gpe-beam_0.2.7.bb	2854ac026cf73d93440c49444bc346f1e05b8608
+++ packages/gpe-beam/gpe-beam_0.2.7.bb	c8e044796667dbfd0c84bac51d7f777a1d8c3d06
@@ -1,12 +1,8 @@
-PR = "r1"
+require ${PN}.inc
 
-inherit gpe
-
-DESCRIPTION = "GPE infrared communication applet"
-DEPENDS = "gtk+ libgpewidget libmimedir libgpevtype openobex irda-utils dbus-glib"
 RDEPENDS = "libopenobex-1.0-1 irda-utils"
-SECTION = "gpe"
-PRIORITY = "optional"
-LICENSE = "GPL"
+PR = "r1"
 
 SRC_URI += "file://decl.patch;patch=1;pnum=0"
+
+inherit gpe
============================================================
--- packages/gpe-beam/gpe-beam_0.2.8.bb	30bf8a8918ca7866141ee24e9ac678a22054ba54
+++ packages/gpe-beam/gpe-beam_0.2.8.bb	681757c65736555d492bab871134d5ebc5a2e2bb
@@ -1,12 +1,7 @@
-PR = "r0"
+require ${PN}.inc
 
-inherit gpe
-
-DESCRIPTION = "GPE infrared communication applet"
-DEPENDS = "gtk+ libgpewidget libmimedir libgpevtype openobex irda-utils dbus-glib"
 RDEPENDS = "irda-utils"
-SECTION = "gpe"
-PRIORITY = "optional"
-LICENSE = "GPL"
 
 SRC_URI += "file://dbus-new-api.patch;patch=1"
+
+inherit gpe
============================================================
--- packages/gpe-beam/gpe-beam_0.2.9.bb	1f9b817b27b026821b7402ece88b9fb749956f31
+++ packages/gpe-beam/gpe-beam_0.2.9.bb	124a32245a397c64e540408e1727eae04cac7dd8
@@ -1,9 +1,6 @@
-DESCRIPTION = "GPE infrared communication applet"
-DEPENDS = "gtk+ libgpewidget libmimedir libgpevtype openobex irda-utils dbus-glib"
+require ${PN}.inc
+
 RDEPENDS = "irda-utils"
-SECTION = "gpe"
-PRIORITY = "optional"
-LICENSE = "GPL"
 
 inherit gpe
 






More information about the Openembedded-commits mailing list