[Lunar-commits] <moonbase> evms: removed, no longer maintained

Samuel Verstraete elangelo at lunar-linux.org
Fri Jul 25 09:21:27 CEST 2008


commit 3135148b93c137ca4d6bcf92f665ea528b54030c
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date:   Fri Jul 25 09:21:27 2008 +0200

    evms: removed, no longer maintained
---
 utils/evms/BUILD        |    8 --------
 utils/evms/DEPENDS      |    3 ---
 utils/evms/DETAILS      |   26 --------------------------
 utils/evms/POST_INSTALL |    3 ---
 utils/evms/PRE_BUILD    |    6 ------
 5 files changed, 0 insertions(+), 46 deletions(-)

diff --git a/utils/evms/BUILD b/utils/evms/BUILD
deleted file mode 100644
index 6925409..0000000
--- a/utils/evms/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
-unset CPP CPPFLAGS &&
-default_build 
-if ! grep -q "$MODULE/$VERSION" /etc/ld.so.conf; then
-  echo "/lib/evms/2.5.5/" >> /etc/ld.so.conf
-fi &&
-ldconfig
-) > $C_FIFO 2>&1
diff --git a/utils/evms/DEPENDS b/utils/evms/DEPENDS
deleted file mode 100644
index 5c0b232..0000000
--- a/utils/evms/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends ncurses
-optional_depends gtk+-2 "" "--disable-gui" "to use the evmsgui program" 
-
diff --git a/utils/evms/DETAILS b/utils/evms/DETAILS
deleted file mode 100644
index be8bdc3..0000000
--- a/utils/evms/DETAILS
+++ /dev/null
@@ -1,26 +0,0 @@
-           MODULE=evms
-          VERSION=2.5.5
-           SOURCE=$MODULE-$VERSION.tar.gz
-       SOURCE_URL=$SFORGE_URL/$MODULE
-          SOURCE2=md_super_fix.patch
-          SOURCE3=raid5_degrade_fix.patch
-          SOURCE4=raid5_remove_spare_fix.patch
-          SOURCE5=raid5_remove_spare_fix_2.patch
-      SOURCE2_URL=http://evms.sourceforge.net/patches/2.5.5/engine/
-      SOURCE3_URL=http://evms.sourceforge.net/patches/2.5.5/engine/
-      SOURCE4_URL=http://evms.sourceforge.net/patches/2.5.5/engine/
-      SOURCE5_URL=http://evms.sourceforge.net/patches/2.5.5/engine/
-         WEB_SITE=http://evms.sourceforge.net
-          ENTERED=20060828
-          UPDATED=20060828
-            SHORT="Enterprise Volume Management System"
-       MAINTAINER=elangelo at lunar-linux.org
-
-cat << EOF
-The Enterprise Volume Management System (EVMS) Project has the goal of
-providing unparalleled flexibility and extensibility in managing
-storage. It represents a new approach to logical volume management
-for Linux. The architecture introduces a plug-in model that allows
-for easy expansion and customization of various levels of volume
-management.
-EOF
diff --git a/utils/evms/POST_INSTALL b/utils/evms/POST_INSTALL
deleted file mode 100644
index 045f9d9..0000000
--- a/utils/evms/POST_INSTALL
+++ /dev/null
@@ -1,3 +0,0 @@
-message "${PROBLEM_COLOR} Before you start this program, be aware that it will claim all your storage devices (hard disks, usb sticks, etc). Go and read the online manual on http://evms.sourceforge.net/user_guide/ ${DEFAULT_COLOR}"
-message "${PROBLEM_COLOR} For starters, add the device names of the harddisks you do not want to be handled by evms in the exclude statement on line 184 in the /etc/evms.conf. (e.g.   exclude = [ hda sda sdb sdc]   ) ${DEFAULT_COLOR}"
-
diff --git a/utils/evms/PRE_BUILD b/utils/evms/PRE_BUILD
deleted file mode 100644
index 34d0001..0000000
--- a/utils/evms/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch_it $SOURCE2 1 &&
-patch_it $SOURCE3 1 &&
-patch_it $SOURCE4 1 &&
-patch_it $SOURCE5 1


More information about the Lunar-commits mailing list