summaryrefslogtreecommitdiff
path: root/devel/ruby-filelock/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-filelock/pkg-descr')
-rw-r--r--devel/ruby-filelock/pkg-descr12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/ruby-filelock/pkg-descr b/devel/ruby-filelock/pkg-descr
deleted file mode 100644
index 694d316c0747..000000000000
--- a/devel/ruby-filelock/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-This is a Ruby module which provides file locking mechanism.
-
-The module FileLock implements two classes: LockFile and LockedFile;
-the class LockFile deals with so-called lockfiles, and the class
-LockedFile offer a high-level interface to deal with both regular
-files and lockfiles at the same time.
-
-To be portable, a small C extension is used to minimize the time
-between existence check of a lockfile and its creation.
-
-Author: Clemens Hintze <c.hintze@gmx.net>
-WWW: http://www.ruby-lang.org/raa/list.rhtml?name=filelock