[oe-commits] org.oe.dev gpe-calendar: reformat according to styleguide and drop obsolete versions

koen commit openembedded-commits at lists.openembedded.org
Thu Sep 7 12:57:52 UTC 2006


gpe-calendar: reformat according to styleguide and drop obsolete versions

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: e0a90e17e046ee4d33132b37fa3990dc4534c060
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e0a90e17e046ee4d33132b37fa3990dc4534c060
Files:
1
packages/gpe-calendar/gpe-calendar_0.66.bb
packages/gpe-calendar/gpe-calendar_0.67.bb
packages/gpe-calendar/gpe-calendar_0.68.bb
packages/gpe-calendar/gpe-calendar_0.69.bb
packages/gpe-calendar/gpe-calendar_0.70.bb
packages/gpe-calendar/gpe-calendar_0.71.bb
packages/gpe-calendar/gpe-calendar_0.72.bb
packages/gpe-calendar/gpe-calendar_cvs.bb
Diffs:

#
# mt diff -r03a7d68c3436f6a990749305cdd36942d734f471 -re0a90e17e046ee4d33132b37fa3990dc4534c060
#
# 
# 
# delete "packages/gpe-calendar/gpe-calendar_0.66.bb"
# 
# delete "packages/gpe-calendar/gpe-calendar_0.67.bb"
# 
# delete "packages/gpe-calendar/gpe-calendar_0.68.bb"
# 
# delete "packages/gpe-calendar/gpe-calendar_0.69.bb"
# 
# delete "packages/gpe-calendar/gpe-calendar_0.70.bb"
# 
# delete "packages/gpe-calendar/gpe-calendar_0.71.bb"
# 
# patch "packages/gpe-calendar/gpe-calendar_0.72.bb"
#  from [48bf04c0adc9b12d4faba75646ca6e47fda1e2c7]
#    to [18b758acff13eeec255533d7055d7bb638759064]
# 
# patch "packages/gpe-calendar/gpe-calendar_cvs.bb"
#  from [625fcf09d9488572b08d25ff1d4504a784521a0f]
#    to [f796b33397b33b3932d5da2f6437ff02d8af0005]
# 
============================================================
--- packages/gpe-calendar/gpe-calendar_0.72.bb	48bf04c0adc9b12d4faba75646ca6e47fda1e2c7
+++ packages/gpe-calendar/gpe-calendar_0.72.bb	18b758acff13eeec255533d7055d7bb638759064
@@ -1,15 +1,19 @@
+DESCRIPTION = "GPE calendar is the calendar application of the GPE PIM suite."
+SECTION = "gpe"
+MAINTAINER = "Florian Boor <florian.boor at kernelconcepts.de>"
 LICENSE = "GPL"
-PR      = "r0"
+
+DEPENDS = "dbus-glib libeventdb libschedule libxsettings-client libgpepimc libgpevtype"
+RDEPENDS = "gpe-icons"
+
+PR = "r0"
+
 GPE_TARBALL_SUFFIX = "bz2"
-MAINTAINER = "Florian Boor <florian.boor at kernelconcepts.de>"
 
 inherit autotools gpe
 
-DEPENDS = "dbus-glib libeventdb libschedule libxsettings-client libgpepimc libgpevtype"
-SECTION = "gpe"
-RDEPENDS = "gpe-icons"
-DESCRIPTION = "GPE calendar is the calendar application of the GPE PIM suite."
-
 do_configure () {
-	autotools_do_configure
+        autotools_do_configure
 }
+
+
============================================================
--- packages/gpe-calendar/gpe-calendar_cvs.bb	625fcf09d9488572b08d25ff1d4504a784521a0f
+++ packages/gpe-calendar/gpe-calendar_cvs.bb	f796b33397b33b3932d5da2f6437ff02d8af0005
@@ -1,17 +1,20 @@
+DEFAULT_PREFERENCE = "-1"
+
+DESCRIPTION = "GPE calendar"
+SECTION = "gpe"
 LICENSE = "GPL"
-DEFAULT_PREFERENCE = "-1"
 
+DEPENDS = "libhandoff libsoup libeventdb libschedule libxsettings libxsettings-client libgpepimc libdisplaymigration libgpevtype"
+RDEPENDS = "gpe-icons"
+
+PV = "0.73+cvs${SRCDATE}"
+PR = "r0"
+
+SRC_URI = "${HANDHELDS_CVS};module=gpe/base/${PN}"
 S = "${WORKDIR}/${PN}"
-PV = "0.72+cvs${SRCDATE}"
-PR = "r1"
 
-PARALLEL_MAKE = ""
 inherit autotools gpe
 
-SRC_URI = "${HANDHELDS_CVS};module=gpe/base/${PN}"
+PARALLEL_MAKE = ""
 
-DEPENDS = "libhandoff libsoup libeventdb libschedule libxsettings libxsettings-client libgpepimc libdisplaymigration libgpevtype"
-SECTION = "gpe"
-RDEPENDS = "gpe-icons"
-DESCRIPTION = "GPE calendar"
 






More information about the Openembedded-commits mailing list