From eab26dc6fd26013c9f78dfa94c18ffe140f8e9df Mon Sep 17 00:00:00 2001 From: Arnaud Degroote <arnaud.degroote@laas.fr> Date: Thu, 23 Feb 2012 11:13:18 +0100 Subject: [PATCH] [wip/jafar-*] Replace PKGVERSION by VERSION PKGVERSION is used by the framework so don't use it --- jafar-correl/Makefile | 2 +- jafar-gdhe/Makefile | 2 +- jafar-image/Makefile | 2 +- jafar-jmath/Makefile | 6 +++--- jafar-kernel/Makefile | 4 ++-- jafar-lgl/Makefile | 4 ++-- jafar-qdisplay/Makefile | 2 +- jafar-rednav/Makefile | 4 ++-- jafar-rtslam/Makefile | 6 +++--- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/jafar-correl/Makefile b/jafar-correl/Makefile index 6e6f5294..1a42ba39 100644 --- a/jafar-correl/Makefile +++ b/jafar-correl/Makefile @@ -1,4 +1,4 @@ -PKGVERSION= 0.1 +VERSION= 0.1 DISTNAME= jafar-correl-0.1 PKGNAME= jafar-correl-0.1 CATEGORIES= wip diff --git a/jafar-gdhe/Makefile b/jafar-gdhe/Makefile index 4d265e3a..7209122a 100644 --- a/jafar-gdhe/Makefile +++ b/jafar-gdhe/Makefile @@ -2,7 +2,7 @@ # Created: Cyril Roussillon on Wed, 15 Jun 2011 # -PKGVERSION= 0.1 +VERSION= 0.1 PKGREVISION= 2 DISTNAME= jafar-gdhe-0.1 PKGNAME= jafar-gdhe-0.1 diff --git a/jafar-image/Makefile b/jafar-image/Makefile index 3ec76d82..3339e950 100644 --- a/jafar-image/Makefile +++ b/jafar-image/Makefile @@ -1,4 +1,4 @@ -PKGVERSION= 2.1 +VERSION= 2.1 PKGREVISION= 2 DISTNAME= jafar-image-2.1 PKGNAME= jafar-image-2.1 diff --git a/jafar-jmath/Makefile b/jafar-jmath/Makefile index a25e4d8e..b00f64f2 100644 --- a/jafar-jmath/Makefile +++ b/jafar-jmath/Makefile @@ -1,6 +1,6 @@ -PKGVERSION= 0.3 -DISTNAME= jafar-jmath-${PKGVERSION} -PKGNAME= jafar-jmath-${PKGVERSION} +VERSION= 0.3 +DISTNAME= jafar-jmath-${VERSION} +PKGNAME= jafar-jmath-${VERSION} CATEGORIES= wip MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=jafar-jmath/} MAINTAINER= jafar@laas.fr diff --git a/jafar-kernel/Makefile b/jafar-kernel/Makefile index e4f411d8..10b38151 100644 --- a/jafar-kernel/Makefile +++ b/jafar-kernel/Makefile @@ -2,8 +2,8 @@ # Created: Redouane Boumghar on Thu, 17 Mar 2011 # -PKGVERSION= 0.3 -DISTNAME= jafar-kernel-${PKGVERSION} +VERSION= 0.3 +DISTNAME= jafar-kernel-${VERSION} CATEGORIES= wip MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=jafar-kernel/} MASTER_REPOSITORY= git ssh://trac.laas.fr/git/robots/jafar/jafar.git diff --git a/jafar-lgl/Makefile b/jafar-lgl/Makefile index f6274e3f..fcb262a2 100644 --- a/jafar-lgl/Makefile +++ b/jafar-lgl/Makefile @@ -2,8 +2,8 @@ # Created: Redouane Boumghar on Thu, 17 Mar 2011 # -PKGVERSION= 1.6.1 -DISTNAME= jafar-lgl-${PKGVERSION} +VERSION= 1.6.1 +DISTNAME= jafar-lgl-${VERSION} CATEGORIES= wip MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=jafar-lgl/} MASTER_REPOSITORY= git ssh://trac.laas.fr/git/robots/jafar/jafar/modules/lgl diff --git a/jafar-qdisplay/Makefile b/jafar-qdisplay/Makefile index d2c80868..fe0c2826 100644 --- a/jafar-qdisplay/Makefile +++ b/jafar-qdisplay/Makefile @@ -2,7 +2,7 @@ # Created: Cyril Roussillon on Wed, 15 Jun 2011 # -PKGVERSION= 0.1 +VERSION= 0.1 DISTNAME= jafar-qdisplay-0.1 PKGNAME= jafar-qdisplay-0.1 PKGREVISION= 1 diff --git a/jafar-rednav/Makefile b/jafar-rednav/Makefile index 165fc701..1f3780d2 100644 --- a/jafar-rednav/Makefile +++ b/jafar-rednav/Makefile @@ -2,8 +2,8 @@ # Created: Redouane Boumghar on Thu, 17 Mar 2011 # -PKGVERSION= 0.9 -DISTNAME= jafar-rednav-${PKGVERSION} +VERSION= 0.9 +DISTNAME= jafar-rednav-${VERSION} CATEGORIES= wip MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=jafar-rednav/} MASTER_REPOSITORY= git ssh://trac.laas.fr/git/robots/jafar/modules/rednav diff --git a/jafar-rtslam/Makefile b/jafar-rtslam/Makefile index 98572985..b206a34d 100644 --- a/jafar-rtslam/Makefile +++ b/jafar-rtslam/Makefile @@ -1,6 +1,6 @@ -PKGVERSION= 0.1 -DISTNAME= jafar-rtslam-${PKGVERSION} -PKGNAME= jafar-rtslam-${PKGVERSION} +VERSION= 0.1 +DISTNAME= jafar-rtslam-${VERSION} +PKGNAME= jafar-rtslam-${VERSION} CATEGORIES= wip MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=jafar-rtslam/} MAINTAINER= jafar@laas.fr -- GitLab