[Lunar-commits] <moonbase> zbeta/Switch: Removing, this is a duplicate of the one in perl/Switch.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Oct 18 13:38:00 CEST 2011
commit 9b2aef03792b7c15cec407034732be5e052bc4dc
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Oct 18 07:38:00 2011 -0400
zbeta/Switch: Removing, this is a duplicate of the one in perl/Switch.
---
zbeta/Switch/BUILD | 6 ------
zbeta/Switch/DEPENDS | 1 -
zbeta/Switch/DETAILS | 18 ------------------
3 files changed, 0 insertions(+), 25 deletions(-)
diff --git a/zbeta/Switch/BUILD b/zbeta/Switch/BUILD
deleted file mode 100644
index 7f720ba..0000000
--- a/zbeta/Switch/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- perl Makefile.PL &&
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/Switch/DEPENDS b/zbeta/Switch/DEPENDS
deleted file mode 100644
index 6826bc7..0000000
--- a/zbeta/Switch/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends perl
diff --git a/zbeta/Switch/DETAILS b/zbeta/Switch/DETAILS
deleted file mode 100644
index bebcb8c..0000000
--- a/zbeta/Switch/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- MODULE=Switch
- VERSION=2.16
- SOURCE=${MODULE}-${VERSION}.tar.gz
- SOURCE_URL=http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_VFY=sha1:2737a2b5e64a9d715528fa50a8d967710106220e
- WEB_SITE="http://search.cpan.org/~rgarcia/"
- ENTERED=20110530
- UPDATED=20110530
- SHORT="A switch statement for Perl"
-cat <<EOF
-Switch provides the syntax and semantics for an explicit
-cmechanism for Perl. The syntax is minimal, introducing only the
-keywords C<switch> and C<case> and conforming to the general pattern
-of existing Perl control structures. The semantics are particularly
-rich, allowing any one (or more) of nearly 30 forms of matching to
-be used when comparing a switch value with its various cases.
-EOF
More information about the Lunar-commits
mailing list