From 70e732c6be36f09b8f21ff3ce1924a618b908a6f Mon Sep 17 00:00:00 2001
From: Xavier Broquere <xavier.broquere@laas.fr>
Date: Mon, 3 Oct 2011 14:22:56 +0200
Subject: [PATCH] [wip/Move3D-main] remove package

---
 Move3D-main/DESCR     |  1 -
 Move3D-main/Makefile  | 29 -----------------------------
 Move3D-main/PLIST     |  3 ---
 Move3D-main/depend.mk | 39 ---------------------------------------
 Move3D-main/distinfo  |  3 ---
 5 files changed, 75 deletions(-)
 delete mode 100644 Move3D-main/DESCR
 delete mode 100644 Move3D-main/Makefile
 delete mode 100644 Move3D-main/PLIST
 delete mode 100644 Move3D-main/depend.mk
 delete mode 100644 Move3D-main/distinfo

diff --git a/Move3D-main/DESCR b/Move3D-main/DESCR
deleted file mode 100644
index 334a349e..00000000
--- a/Move3D-main/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Main project for Move3D-libs (motion and spatial reasoning suite)
diff --git a/Move3D-main/Makefile b/Move3D-main/Makefile
deleted file mode 100644
index df135402..00000000
--- a/Move3D-main/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# robotpkg Makefile for:	path/Move3D-motionPlanner-libs
-# Created:			Jim Mainprice on Thu, 12 Nov 2010
-#
-
-DISTNAME=		Move3D-main-1.0.0
-CATEGORIES=		path
-MASTER_SITES=		${MASTER_SITE_OPENROBOTS:=Move3D-libs/}
-MASTER_REPOSITORY=	git http://trac.laas.fr/git/robots/Move3D-main.git
-
-MAINTAINER=		biomove3dgitrepo@laas.fr
-COMMENT=		C++ Motion planning algorithms and GUI based on Qt
-#BioMove 3D is currently GPL because it depends
-# on GSL and GLPK that are 2 GLP librairies.
-LICENSE=		gnu-gpl-v2
-
-USE_LANGUAGES+=		c c++
-
-CMAKE_ARGS+= -DBOOST_INCLUDEDIR=${PREFIX.boost-headers}/include
-CMAKE_ARGS+= -DBOOST_LIBRARYDIR=${PREFIX.boost-libs}/lib
-
-## Common includes
-include ../../wip/Move3D-core/depend.mk
-include ../../wip/Move3D-motionPlanner-libs/depend.mk
-include ../../wip/Move3D-Qt-Gui-libs/depend.mk
-
-include ../../mk/sysdep/cmake.mk
-include ../../wip/sysdep/qt.mk
-
-include ../../mk/robotpkg.mk
diff --git a/Move3D-main/PLIST b/Move3D-main/PLIST
deleted file mode 100644
index 18bca52c..00000000
--- a/Move3D-main/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment Thu Nov 11 11:32:29 CET 2010
-bin/move3d
-
diff --git a/Move3D-main/depend.mk b/Move3D-main/depend.mk
deleted file mode 100644
index 18873a09..00000000
--- a/Move3D-main/depend.mk
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright (c) 2010 LAAS/CNRS
-# All rights reserved.
-#
-# Redistribution  and  use in source   and binary forms,  with or without
-# modification, are permitted provided that  the following conditions are
-# met:
-#
-#   1. Redistributions  of  source code must  retain  the above copyright
-#      notice, this list of conditions and the following disclaimer.
-#   2. Redistributions in binary form must  reproduce the above copyright
-#      notice,  this list of  conditions and  the following disclaimer in
-#      the  documentation   and/or  other  materials   provided with  the
-#      distribution.
-#
-#                                        Jim Mainprice on Thu 12 Nov 2010
-#
-
-DEPEND_DEPTH:=		${DEPEND_DEPTH}+
-MOVE3D_MAIN_DEPEND_MK:=	${MOVE3D-MAIN_DEPEND_MK}+
-
-ifeq (+,$(DEPEND_DEPTH))
-DEPEND_PKG+=		Move3D-main
-endif
-
-ifeq (+,$(MOVE3D_MAIN_DEPEND_MK)) # ----------------------------------
-
-PREFER.Move3D-main?=	robotpkg
-
-SYSTEM_SEARCH.Move3D-main=\
-	bin/Move3D
-
-DEPEND_USE+=		Move3D-main
-
-DEPEND_ABI.Move3D-main?=Move3D-main>=1.0.0
-DEPEND_DIR.Move3D-main?=../../wip/Move3D-main
-
-endif # Move3D-main_DEPEND_MK ----------------------------------------
-
-DEPEND_DEPTH:=		${DEPEND_DEPTH:+=}
diff --git a/Move3D-main/distinfo b/Move3D-main/distinfo
deleted file mode 100644
index 6d9ceaae..00000000
--- a/Move3D-main/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-SHA1 (Move3D-main-1.0.0.tar.gz) = 99002ef9ecd90799e8b8ba4167fcdb0a0768b43a
-RMD160 (Move3D-main-1.0.0.tar.gz) = 5e2c2581b0c4629bd231bad3c5f41dc17303528c
-Size (Move3D-main-1.0.0.tar.gz) = 23193 bytes
-- 
GitLab