[Lunar-commits] <moonbase> sybperl: remove it from the moonbase.

Florin Braescu florin at lunar-linux.org
Sun Oct 16 14:34:07 CEST 2011


commit 10f1bec25095017f7118f4efa10f4e31c0077555
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Oct 16 14:34:07 2011 +0200

    sybperl: remove it from the moonbase.
---
 zdeprecated/sybperl/BUILD     |    6 ------
 zdeprecated/sybperl/DEPENDS   |    8 --------
 zdeprecated/sybperl/DETAILS   |   18 ------------------
 zdeprecated/sybperl/PRE_BUILD |    7 -------
 4 files changed, 0 insertions(+), 39 deletions(-)

diff --git a/zdeprecated/sybperl/BUILD b/zdeprecated/sybperl/BUILD
deleted file mode 100644
index c11ca00..0000000
--- a/zdeprecated/sybperl/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
-  perl  Makefile.PL  &&
-  default_make
-
-) > $C_FIFO 2>&1
diff --git a/zdeprecated/sybperl/DEPENDS b/zdeprecated/sybperl/DEPENDS
deleted file mode 100644
index b159029..0000000
--- a/zdeprecated/sybperl/DEPENDS
+++ /dev/null
@@ -1,8 +0,0 @@
-# There should be a dependency on Sybase in a cleaner fashion,
-# especially as there different possible versions of sybase
-# that might be preferred.
-# At present I'll just check for the existance of /opt/sybase/lib/libsybdb.so
-# and bomb out.
-# Let me know if you would like to have a diffrent path also tested ;^)
-
-depends  perl
diff --git a/zdeprecated/sybperl/DETAILS b/zdeprecated/sybperl/DETAILS
deleted file mode 100644
index 050ffa4..0000000
--- a/zdeprecated/sybperl/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
-          MODULE=sybperl
-         VERSION=2.13
-          SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://www.peppler.org/downloads/
-      SOURCE_VFY=sha1:6e20525038d0d5db2982a816f8e2f46d9f7b7966
-        WEB_SITE=http://www.peppler.org/freeware/sybperl.html
-         ENTERED=20011108
-         UPDATED=20011108
-           SHORT="the Sybase OpenClient extensions to Perl"
-cat << EOF
-Sybperl - the Sybase OpenClient extensions to Perl
-
-Sybperl is a package of extensions to Perl that basically add the Sybase
-db_library API calls to the Perl language; the combination is an extremely
-powerful scripting tool for Sybase DBA's and programmers because it adds the
-existing strengths of Perl to the Sybase API.
-
-EOF
diff --git a/zdeprecated/sybperl/PRE_BUILD b/zdeprecated/sybperl/PRE_BUILD
deleted file mode 100644
index bed74cd..0000000
--- a/zdeprecated/sybperl/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-if  [  -f /opt/sybase/lib/libsybdb.so  ];  then
-  default_pre_build
-else
-  sound  FAILURE
-  message  "!!!Problem: no Sybase found, Please instal first"
-  false
-fi


More information about the Lunar-commits mailing list