From b564c5d95cdb8211156533c4961cb1eedddc59e0 Mon Sep 17 00:00:00 2001
From: Thomas Moulard <thomas.moulard@gmail.com>
Date: Wed, 8 Sep 2010 18:33:26 +0200
Subject: [PATCH] Remove hpp-util package.

hpp-util is now available in robotpkg
in devel/hpp-util.
---
 hpp-util/DESCR     |  2 --
 hpp-util/Makefile  | 26 --------------------------
 hpp-util/PLIST     | 10 ----------
 hpp-util/depend.mk | 41 -----------------------------------------
 hpp-util/distinfo  |  3 ---
 5 files changed, 82 deletions(-)
 delete mode 100644 hpp-util/DESCR
 delete mode 100644 hpp-util/Makefile
 delete mode 100644 hpp-util/PLIST
 delete mode 100644 hpp-util/depend.mk
 delete mode 100644 hpp-util/distinfo

diff --git a/hpp-util/DESCR b/hpp-util/DESCR
deleted file mode 100644
index 655bbf0e..00000000
--- a/hpp-util/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This package gathers technical tools shared amongs HPP packages such
-as debugging facilities.
diff --git a/hpp-util/Makefile b/hpp-util/Makefile
deleted file mode 100644
index f2560f13..00000000
--- a/hpp-util/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $LAAS: depend.mk 2010/21/04 15:59:08 tmoulard $
-#
-# 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 and this list of conditions.
-#   2. Redistributions in binary form must reproduce the above copyright
-#      notice and  this list of  conditions in the  documentation and/or
-#      other materials provided with the distribution.
-#
-#                                      Thomas Moulard on Wed Apr 21 2010
-#
-
-HPP_PACKAGE=	hpp-util
-VERSION=	0.1
-CATEGORIES=	devel
-COMMENT=	Technical tools shared amongst HPP.
-GNU_CONFIGURE=	yes
-
-include ../../wip/hpp/Makefile.common
-include ../../mk/robotpkg.mk
diff --git a/hpp-util/PLIST b/hpp-util/PLIST
deleted file mode 100644
index f059c778..00000000
--- a/hpp-util/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment Wed Apr 21 16:17:59 CEST 2010
-include/hpp/util/config.hh
-include/hpp/util/debug.hh
-include/hpp/util/deprecated.hh
-include/hpp/util.hh
-include/hpp/util/indent.hh
-include/hpp/util/portability.hh
-include/hpp/util/timer.hh
-lib/libhpp-util.la
-lib/pkgconfig/hpp-util.pc
diff --git a/hpp-util/depend.mk b/hpp-util/depend.mk
deleted file mode 100644
index 6f404a34..00000000
--- a/hpp-util/depend.mk
+++ /dev/null
@@ -1,41 +0,0 @@
-# $LAAS: depend.mk 2010/21/04 15:59:08 tmoulard $
-#
-# 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 and this list of conditions.
-#   2. Redistributions in binary form must reproduce the above copyright
-#      notice and  this list of  conditions in the  documentation and/or
-#      other materials provided with the distribution.
-#
-#                                      Thomas Moulard on Wed Apr 21 2010
-#
-
-DEPEND_DEPTH:=		${DEPEND_DEPTH}+
-HPPUTIL_DEPEND_MK:=${HPPUTIL_DEPEND_MK}+
-
-ifeq (+,$(DEPEND_DEPTH))
-DEPEND_PKG+=		hpp-util
-endif
-
-ifeq (+,$(HPPUTIL_DEPEND_MK)) # ---------------------------
-
-PREFER.hpp-util?=	robotpkg
-
-DEPEND_USE+=		hpp-util
-
-DEPEND_ABI.hpp-util?=hpp-util>=0.1
-DEPEND_DIR.hpp-util?=../../wip/hpp-util
-
-SYSTEM_SEARCH.hpp-util=			\
-	include/hpp/util/debug.hh	\
-	lib/libhpp-util.la
-
-endif # HPPUTIL_DEPEND_MK ---------------------------------
-
-DEPEND_DEPTH:=		${DEPEND_DEPTH:+=}
diff --git a/hpp-util/distinfo b/hpp-util/distinfo
deleted file mode 100644
index 17e38f14..00000000
--- a/hpp-util/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-SHA1 (hpp-util-0.1.tar.gz) = a42f28cc4229bb5ece0053c037ef7f663f15534f
-RMD160 (hpp-util-0.1.tar.gz) = 42e6c0bf29f7a17145c034770ab1eaabcbc9b905
-Size (hpp-util-0.1.tar.gz) = 439305 bytes
-- 
GitLab