[Lunar-commits] <moonbase-other> DBD-Sybase: it depends on a module no longer in the moonbase.
Florin Braescu
florin at lunar-linux.org
Wed Jan 1 09:47:36 CET 2014
commit 8b37bbd386dc24b8b4c0b16f01139b7362e19a55
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed, 01 Jan 2014 00:47:02 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/8b37bbd386dc24b8b4c0b16f01139b7362e19a55
DBD-Sybase: it depends on a module no longer in the moonbase.
---
perl/DBD-Sybase/BUILD | +0/-6
perl/DBD-Sybase/DEPENDS | +0/-1
perl/DBD-Sybase/DETAILS | +0/-17
perl/DBD-Sybase/PRE_BUILD | +0/-7
4 files changed, 31 deletions(-)
--- a/perl/DBD-Sybase/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- perl Makefile.PL &&
- default_make
-
-) > $C_FIFO 2>&1
--- a/perl/DBD-Sybase/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends DBI
--- a/perl/DBD-Sybase/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- MODULE=DBD-Sybase
- VERSION=1.09
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://search.cpan.org/CPAN/authors/id/M/ME/MEWP/
- SOURCE_VFY=sha1:23cad59ab7892732175336087093b1e3c2bda09a
- WEB_SITE=http://search.cpan.org/dist/DBD-Sybase/Sybase.pm
- ENTERED=20011108
- UPDATED=20090707
- SHORT="the Sybase DBD modules for perl DBI"
-
-cat << EOF
-DBD::Sybase is a Perl module which works with the DBI module to
-provide access to Sybase databases.
-
-Note: for some unknown reason, this module needs the sybase-ase
-module to be already installed, but lacks a 'depends sybase-ase'
-EOF
--- a/perl/DBD-Sybase/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-if `module_installed sybase-ase`; then
- default_pre_build
-else
- sound FAILURE
- message "!!!Problem: no sybase-ase found, Please install first"
- false
-fi
More information about the Lunar-commits
mailing list