diff --git a/Makefile b/Makefile index 2889bbd0b0d1fef2fc0e854d68e368891a7e7230..149ce095f2cd1e2d54eb20dc3e63843b6246d08f 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,6 @@ SUBDIR+= py-dynamic-graph-v3 SUBDIR+= py-example-adder SUBDIR+= py-hla SUBDIR+= py-jsbsim -SUBDIR+= py-laaswm SUBDIR+= py-mavlink SUBDIR+= py-morse SUBDIR+= py-mraa diff --git a/py-laaswm/DESCR b/py-laaswm/DESCR deleted file mode 100644 index 3747f6ee98d4e4591eedddd9700f87137acc4f90..0000000000000000000000000000000000000000 --- a/py-laaswm/DESCR +++ /dev/null @@ -1 +0,0 @@ -py-laaswm are Python bindings for the LAAS laawm windows manager. diff --git a/py-laaswm/Makefile b/py-laaswm/Makefile deleted file mode 100644 index b106d2be5d04aadedc006c7e69ab5a32b9b7ef5d..0000000000000000000000000000000000000000 --- a/py-laaswm/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# robotpkg Makefile for: graphics/py27-laaswm -# Created: Séverin Lemaignan on Wed, 19 Oct 2011 -# - -VERSION= 1.3 -PKGNAME= ${PKGTAG.python}-laaswm-${VERSION} -DISTNAME= laaswm-libs-${VERSION} -COMMENT= Python bindings to remotely control windows in laaswm -CATEGORIES= graphics -PKGREVISION= 1 - -MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=laaswm-libs/} -MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS_TRAC}laaswm-libs -LICENSE= isc - -MAINTAINER= openrobots@laas.fr - -DEPEND_ABI.python+= python<3 -PYDISTUTILSPKG= ON - -include ../../mk/sysdep/python.mk - -include ../../mk/language/c.mk -include ../../mk/robotpkg.mk - diff --git a/py-laaswm/PLIST b/py-laaswm/PLIST deleted file mode 100644 index 3e453da41824eab7677a953ec5b75f26f8b71ffc..0000000000000000000000000000000000000000 --- a/py-laaswm/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment Tue Sep 17 07:02:45 CEST 2013 -${PYTHON_SITELIB}/laaswm-0.1-py${PYTHON_VERSION}.egg-info -${PYTHON_SITELIB}/laaswm.py diff --git a/py-laaswm/depend.mk b/py-laaswm/depend.mk deleted file mode 100644 index 9f4b0b689c8177d4e50bf8830731d6736c75b84c..0000000000000000000000000000000000000000 --- a/py-laaswm/depend.mk +++ /dev/null @@ -1,27 +0,0 @@ -# robotpkg depend.mk for: graphics/py27-laaswm -# Created: Séverin Lemaignan on Wed, 19 Oct 2011 -# - -DEPEND_DEPTH:= ${DEPEND_DEPTH}+ -PYLAASWM_DEPEND_MK:= ${PYLAASWM_DEPEND_MK}+ - -ifeq (+,$(DEPEND_DEPTH)) -DEPEND_PKG+= py-laaswm -endif - -ifeq (+,$(PYLAASWM_DEPEND_MK)) # ----------------------------------------------- - -PREFER.py-laaswm?= robotpkg - -DEPEND_USE+= py-laaswm -DEPEND_ABI.py-laaswm?= ${PKGTAG.python-}laaswm>=1.3 -DEPEND_DIR.py-laaswm?= ../../wip/py-laaswm - -SYSTEM_SEARCH.py-laaswm=\ - '${PYTHON_SYSLIBSEARCH}/laaswm.py' - -include ../../mk/sysdep/python.mk - -endif # PYLAASWM_DEPEND_MK ----------------------------------------------------- - -DEPEND_DEPTH:= ${DEPEND_DEPTH:+=} diff --git a/py-laaswm/distinfo b/py-laaswm/distinfo deleted file mode 100644 index e24ecb159e85e34b603df92d9f653bc4c3d8cb77..0000000000000000000000000000000000000000 --- a/py-laaswm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -SHA1 (laaswm-libs-1.3.tar.gz) = 6e6dcb5018d9075e333f571092f06fcf4b329974 -RMD160 (laaswm-libs-1.3.tar.gz) = a7a4d484625df63ce83a1a82bbeb8d078b12f285 -Size (laaswm-libs-1.3.tar.gz) = 12640 bytes