diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-07 21:42:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-07 21:42:26 +0000 |
commit | b6079b6c268d8df773e42a191f12c9afcd17d1c6 (patch) | |
tree | e665d9ee8167a8237254a624c79a3db8b7837cd3 /packages/gomunicator | |
parent | 1fbdad585b0137cecf62a86a6dac7e91a44505a6 (diff) |
Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYYMMDD format and some includes some minor whitespace cleanup.
Diffstat (limited to 'packages/gomunicator')
-rw-r--r-- | packages/gomunicator/gomunicator_cvs.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/gomunicator/gomunicator_cvs.bb b/packages/gomunicator/gomunicator_cvs.bb index 312b9fbd56..3c3f9352c7 100644 --- a/packages/gomunicator/gomunicator_cvs.bb +++ b/packages/gomunicator/gomunicator_cvs.bb @@ -1,13 +1,13 @@ DESCRIPTION = "Gomunicator is a GSM Voice and SMS application for GPE" -HOMEPAGE = "http://www.linuxdevelopment.org/projects.html" -LICENSE = "GPLv2" -AUTHOR = "Robert Woerle" -MAINTAINER = "Koen Kooi <koen@handhelds.org>" -DEPENDS = "libgpewidget gtk+ glib-2.0" -PV = "0.1.3+cvs-${CVSDATE}" +HOMEPAGE = "http://www.linuxdevelopment.org/projects.html" +LICENSE = "GPLv2" +AUTHOR = "Robert Woerle" +MAINTAINER = "Koen Kooi <koen@handhelds.org>" +DEPENDS = "libgpewidget gtk+ glib-2.0" +PV = "0.1.3+cvs${SRCDATE}" inherit autotools pkgconfig -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator" -S = "${WORKDIR}/${PN}" +SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator" +S = "${WORKDIR}/${PN}" |